* lisp/url/url-cache.el (url-cache-expire-time): Doc fix.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
7676efad
TZ
12010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
4
b069e5a6
G
52010-09-22 Dan Christensen <jdc@uwo.ca>
6
7 * calendar/time-date.el (date-to-time): Try using parse-time-string
8 first before using the slower timezone-make-date-arpa-standard.
9
1bf68d53
KY
102010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
11
12 * calendar/time-date.el (format-seconds): Comment fix.
13
cd205c76
GM
142010-09-22 Glenn Morris <rgm@gnu.org>
15
16 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
17 is not automatically buffer-local.
18
4ddea91b
SM
192010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20
21 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
22 (smie-indent-comment): Be more careful with comment-start-skip.
23 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
24 (smie-indent-functions): Use them.
25
b0f037ed
MA
262010-09-21 Michael Albinus <michael.albinus@gmx.de>
27
28 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
29
8cf1771a
JD
302010-09-21 Jan Djärv <jan.h.d@swipnet.se>
31
36a1b6db
JD
32 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
33 tool-bar-position. Don't modify frame parameters here.
180fb94a 34 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 35
8cf1771a
JD
36 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
37
0097720d
SM
382010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
39
5d8e0d5d
SM
40 * textmodes/reftex-parse.el (reftex-what-macro)
41 (reftex-context-substring): Let-bind forward-sexp-function to nil
42 since we don't need/want to treat \begin...\end as a block (bug#7053).
43
984edd22
SM
44 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
45
46 * simple.el (blink-matching-open): Use syntax-class.
47
3672149f
SM
48 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
49 Set invisibility spec for pascal's outline mode.
50 (pascal-outline-change): Clean up calling convention.
51 (pascal-show-all, pascal-hide-other-defuns): Update callers.
52
549d0e1e
SM
53 * progmodes/prolog.el (prolog-smie-forward-token)
54 (prolog-smie-backward-token): New functions.
55 (prolog-mode-variables): Use them to parse "!," correctly.
56 Set up smie-blink-matching for ".".
57
a9cb95dd
SM
58 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
59 and `end'.
60 (ispell-region, ispell-process-line): Update users.
61
de558d10
SM
62 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
63 point-min==1.
64
94eb3112
SM
65 * textmodes/ispell.el: Fix commenting convention.
66 (ispell-parse-output): Simplify, use push.
67 (ispell-region): Use match-string-no-properties.
68 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
69 (ispell-minor-mode): Use define-minor-mode.
70 (ispell-message): Remove unused var `skip-regexp'.
71 (ispell-add-per-file-word-list): Use dynamic let-binding.
72 Try and use the proper comment marker.
73
1f7f45a5
SM
74 * mail/sendmail.el: Fix commenting convention.
75 (sendmail-send-it): Use line-beginning-position.
76
0097720d
SM
77 * help-fns.el (describe-variable): Add original value, if applicable.
78
596880ea
JB
792010-09-20 Juanma Barranquero <lekktu@gmail.com>
80
f0713411
JB
81 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
82
596880ea
JB
83 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
84
37c0347e
SM
852010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
86
2bc01104
SM
87 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
88 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
89 (smie-prec2-levels): Use them to better diagnose precedence cycles.
90 (smie-blink-matching-check): Don't signal a mismatch if car is t.
91 (smie-blink-matching-open): Rewrite to remove assumptions, so that
92 something like "." can also be a closer.
93 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
94 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
95 Rename internal functions to use "--". Update callers.
96
e2c3f530
SM
97 * frame.el (make-frame-names-alist): Don't list frames on other displays.
98
37c0347e
SM
99 * fringe.el (fringe-styles): New var.
100 (fringe-mode, fringe-query-style): Use it.
101
74790210
MM
1022010-09-18 Michael R. Mauger <mmaug@yahoo.com>
103
104 * progmodes/sql.el: Version 2.8
93acd23d 105 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
106 (sql-product-alist): Add :list-all and :list-table features for
107 SQLite, Postgres and MySQL products.
108 (sql-redirect): Handle default value.
109 (sql-execute, sql-execute-feature): New functions.
110 (sql-read-table-name): New function.
93acd23d 111 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
112 (sql-mode-map, sql-interactive-mode-map): Add key definitions
113 for above functions.
114 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
115 for above functions.
116 (sql-postgres-login-params): Add user and database defaults.
117 (sql-buffer-live-p): Bug fix.
93acd23d 118 (sql-product-history): New variable.
74790210
MM
119 (sql-read-product): New function. Use it.
120 (sql-set-product, sql-product-interactive): Use it.
121 (sql-connection-history): New variable.
93acd23d 122 (sql-read-connection): New function. Use it.
74790210
MM
123 (sql-connect): New function.
124 (sql-for-each-login): Redesign function interface.
125 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
126 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
127 (sql-comint): Check for program. Existing live buffer.
74790210
MM
128 (sql-comint-postgres): Add port parameter.
129
cec01cd2
SM
1302010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
131
132 * emacs-lisp/warnings.el: Fix commenting convention.
133 (display-warning): Use special mode and make the buffer read-only.
134
c2a845b5
JB
1352010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
136
137 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
138 empty string when it follows a repeated or optional pattern.
139
f5632fb6
SM
1402010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
141
142 * indent.el (indent-according-to-mode): Apply syntax-propertize.
143 (indent-region): Use indent-according-to-mode.
144
71b961e8
EZ
1452010-09-18 Eli Zaretskii <eliz@gnu.org>
146
147 * fringe.el (fringe-mode): Doc fix.
148
dbbd7ad4
KRC
1492010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
150
151 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
152 refreshing the preview buffer.
153
b879a6e2
SM
1542010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
155
156 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
157 (latex-syntax-propertize-rules): New consts; replace
158 tex-font-lock-syntactic-keywords.
159 (tex-env-mark, latex-env-before-change): New functions.
160 (latex-electric-env-pair-mode): New minor mode.
161 (tex-font-lock-verb): Change arguments; do move point.
162 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
163 representation as a form of comment.
164 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
165 (doctex-syntax-propertize-rules): New const; replaces
166 doctex-font-lock-syntactic-keywords.
167 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
168
169 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
170 (fortran-make-syntax-propertize-function): New function; replaces
171 fortran-font-lock-syntactic-keywords.
172 (fortran-mode): Use it.
173 (fortran-line-length): Use it. Improve interactive spec.
174
175 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
176 (syntax-propertize-rules): Add var-ref case. Fix offset computation
177 when adding surrounding \(..\).
178
179 * progmodes/js.el (js-mode): Fix last change (bug#7054).
180
4be520fb
SM
1812010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
182
269c197e
SM
183 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
184 Use with-current-buffer.
185
4be520fb
SM
186 * isearch.el (isearch-face): Rename from `isearch'.
187 (isearch-highlight): Use new name.
188
a67597d6
EZ
1892010-09-17 Eli Zaretskii <eliz@gnu.org>
190
191 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
192 5, for `half' width fringes. (Bug#6933)
193
31c381e8
SM
1942010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
195
3fe6ef4e
SM
196 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
197 (byte-compile-defvar): "foo/bar" does not lack a prefix.
198
31c381e8
SM
199 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
200
fb0cf781
J
2012010-09-17 Stephen Berman <stephen.berman@gmx.net>
202
203 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
204 in calculating new frame position. Add more space between new and
205 parent on the left (Bug#7048).
206
1a9dc3b5
MA
2072010-09-17 Michael Albinus <michael.albinus@gmx.de>
208
209 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
210 defmacro.
211
dff0fdc3
CY
2122010-09-16 Chong Yidong <cyd@stupidchicken.com>
213
31c381e8 214 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 215
117c96c7
CY
216 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
217 obsolete alias for x-selection-value.
218
dff0fdc3
CY
219 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
220
c6f2191f
MA
2212010-09-16 Michael Albinus <michael.albinus@gmx.de>
222
223 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
224 cookie.
225
6139f995
MA
2262010-09-15 Michael Albinus <michael.albinus@gmx.de>
227
228 * net/tramp-compat.el (tramp-compat-with-temp-message)
229 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
230 (tramp-compat-process-put): New defuns.
231
232 * net/tramp.el (top):
233 * net/tramp-gvfs.el (top):
234 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
235
31c381e8
SM
236 * net/tramp.el (tramp-progress-reporter-update):
237 Use `tramp-compat-funcall'.
6139f995
MA
238
239 * net/tramp.el (tramp-process-actions):
240 * net/tramp-gvfs.el (tramp-handle-vc-registered):
241 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
31c381e8
SM
242 (tramp-get-remote-stat, tramp-get-remote-readlink):
243 Use `tramp-compat-with-temp-message'.
6139f995
MA
244
245 * net/tramp-sh.el (top): Require 'cl.
246 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
247 (tramp-open-connection-setup-interactive-shell):
248 Use `tramp-compat-process-put'.
6139f995 249
22c3ce97
AM
2502010-09-15 Alan Mackenzie <acm@muc.de>
251
252 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
253 indentation.
a4ee83cc 254 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 255
4f1e9960
SM
2562010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
257
258 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
259 `lexical' for warnings related to lexical scoping.
260 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
261 global vars which don't have a prefix and could hence affect lexical
262 scoping in unrelated files.
263
01e80360
LMI
2642010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
265
266 * net/imap.el: Revert back to version
267 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
268 seem problematic.
269
5e2a84e3
JB
2702010-09-14 Juanma Barranquero <lekktu@gmail.com>
271
272 * obsolete/old-whitespace.el (whitespace-unload-function):
273 Explicitly pass `obarray' to `unintern' to avoid a warning.
274
f3a30a50
SM
2752010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
276
277 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
278 Add `when' argument. Update callers.
279
280 * subr.el (unintern): Declare the obarray arg mandatory.
281
92b99a01
GM
2822010-09-14 Glenn Morris <rgm@gnu.org>
283
67ae9766
GM
284 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
285 Doc fixes.
286
92b99a01
GM
287 * calendar/diary-lib.el (diary-included-files): New variable.
288 (diary-list-entries): Maybe initialize diary-included-files.
289 (diary-include-other-diary-files): Append to diary-included-files.
290 * calendar/appt.el (appt-update-list): Also check the members of
291 diary-included-files. (Bug#6999)
08151ec5 292 (appt-check): Doc fix.
92b99a01 293
6664fc59 2942010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
295
296 * simple.el (line-move-visual): Do not truncate goal column to
297 integer size. (Bug#7020)
298
6664fc59 2992010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
300
301 * repeat.el (repeat): Allow repeating when the last event is a click.
302 Suggested by Drew Adams (bug#6256).
303
6664fc59 3042010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd
SM
305
306 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
307 Replace setting HGRCPATH to "" by some less invasive --config options.
308
6664fc59 3092010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
310
311 * font-lock.el (font-lock-beginning-of-syntax-function):
312 Mark as obsolete.
313
6664fc59 3142010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
315
316 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
317 and tool-bar modes. (Bug#6211)
318 (menu-bar-mode): Move setting of standard-value after the
319 minor-mode definition, otherwise it seems to have no effect.
320
6664fc59 3212010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
322
323 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
324 Fix typo. (Bug#6976)
325
6664fc59 3262010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
327
328 * whitespace.el: Allow cleaning up blanks without blank
329 visualization (Bug#6651). Adjust help window for
330 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
331 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
332 (whitespace-style): Add new value 'face. Adjust docstring.
333 (whitespace-space, whitespace-hspace, whitespace-tab):
334 Adjust foreground property face.
9c405a86
CY
335 (whitespace-line-column): Adjust docstring and type declaration.
336 (whitespace-style-value-list, whitespace-toggle-option-alist)
337 (whitespace-help-text): Adjust const initialization.
338 (whitespace-toggle-options, global-whitespace-toggle-options):
339 Adjust docstring.
340 (whitespace-display-window, whitespace-interactive-char)
341 (whitespace-style-face-p, whitespace-color-on): Adjust code.
342 (whitespace-help-scroll): New fun.
343
ba96ddf5
KY
3442010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
345
346 * calendar/time-date.el (format-seconds): Comment fix.
347
a386ac70
MM
3482010-09-13 Michael R. Mauger <mmaug@yahoo.com>
349
350 * progmodes/sql.el: Version 2.7.
351 (sql-buffer-live-p): Improve detection.
352 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
353 (sql-set-sqli-buffer): Use it.
354 (sql-product-interactive): Run `sql-set-sqli-hook'.
355 (sql-rename-buffer): Code cleanup.
356 (sql-redirect, sql-redirect-value): New functions. More to come.
357
5d921df2
JB
3582010-09-13 Juanma Barranquero <lekktu@gmail.com>
359
360 Port tramp-related Makefile changes of 2010-09-08T14:42:54Z!michael.albinus@gmx.de, 2010-09-13T15:17:01Z!michael.albinus@gmx.de to Windows.
361 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
362 (TRAMP_SRC): New macro.
363 ($(lisp)/net/tramp-loaddefs.el): New target.
364
03c1ad43
MA
3652010-09-13 Michael Albinus <michael.albinus@gmx.de>
366
367 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
368
369 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
370
371 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
372 'tramp-compat, everything else is required there.
373 Use `ignore-errors' where appropriate.
03c1ad43
MA
374 (tramp-inline-compress-start-size, tramp-copy-size-limit)
375 (tramp-terminal-type, tramp-end-of-output)
376 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
377 (tramp-completion-function-alist-ssh)
378 (tramp-completion-function-alist-telnet)
379 (tramp-completion-function-alist-su)
380 (tramp-completion-function-alist-putty, tramp-remote-path)
381 (tramp-remote-process-environment, tramp-sh-extra-args)
382 (tramp-actions-before-shell, tramp-uudecode)
383 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
384 (tramp-perl-file-attributes)
385 (tramp-perl-directory-files-and-attributes)
386 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
387 (tramp-perl-encode, tramp-perl-decode)
388 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
389 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
390 (tramp-handle-make-symbolic-link, tramp-handle-load)
391 (tramp-handle-file-name-as-directory)
392 (tramp-handle-file-name-directory)
393 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
394 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
395 (tramp-do-file-attributes-with-ls)
396 (tramp-do-file-attributes-with-perl)
397 (tramp-do-file-attributes-with-stat)
398 (tramp-handle-set-visited-file-modtime)
399 (tramp-handle-verify-visited-file-modtime)
400 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
401 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
402 (tramp-handle-file-selinux-context)
403 (tramp-handle-set-file-selinux-context)
404 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
405 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
406 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
407 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
408 (tramp-handle-file-ownership-preserved-p)
409 (tramp-handle-directory-file-name, tramp-handle-directory-files)
410 (tramp-handle-directory-files-and-attributes)
411 (tramp-do-directory-files-and-attributes-with-perl)
412 (tramp-do-directory-files-and-attributes-with-stat)
413 (tramp-handle-file-name-all-completions)
414 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
415 (tramp-handle-copy-file, tramp-handle-copy-directory)
416 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
417 (tramp-do-copy-or-rename-file-via-buffer)
418 (tramp-do-copy-or-rename-file-directly)
419 (tramp-do-copy-or-rename-file-out-of-band)
420 (tramp-handle-make-directory, tramp-handle-delete-directory)
421 (tramp-handle-delete-file)
422 (tramp-handle-dired-recursive-delete-directory)
423 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
424 (tramp-handle-insert-directory)
425 (tramp-handle-unhandled-file-name-directory)
426 (tramp-handle-expand-file-name)
427 (tramp-handle-substitute-in-file-name)
428 (tramp-handle-executable-find, tramp-process-sentinel)
429 (tramp-handle-start-file-process, tramp-handle-process-file)
430 (tramp-handle-call-process-region, tramp-handle-shell-command)
431 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
432 (tramp-handle-insert-file-contents)
433 (tramp-handle-insert-file-contents-literally)
434 (tramp-handle-find-backup-file-name)
435 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
436 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
437 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
438 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
439 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
440 (tramp-find-file-exists-command, tramp-open-shell)
441 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
442 (tramp-open-connection-setup-interactive-shell)
443 (tramp-local-coding-commands, tramp-remote-coding-commands)
444 (tramp-find-inline-encoding, tramp-call-local-coding-command)
445 (tramp-inline-compress-commands, tramp-find-inline-compress)
446 (tramp-compute-multi-hops, tramp-maybe-open-connection)
447 (tramp-send-command , tramp-wait-for-output)
448 (tramp-send-command-and-check, tramp-barf-unless-okay)
449 (tramp-send-command-and-read, tramp-mode-string-to-int)
450 (tramp-convert-file-attributes, tramp-check-cached-permissions)
451 (tramp-file-mode-from-int, tramp-file-mode-permissions)
452 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
453 (tramp-method-out-of-band-p, tramp-local-host-p)
454 (tramp-get-remote-path, tramp-get-remote-tmpdir)
455 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
456 (tramp-get-test-command, tramp-get-test-nt-command)
457 (tramp-get-file-exists-command, tramp-get-remote-ln)
458 (tramp-get-remote-perl, tramp-get-remote-stat)
459 (tramp-get-remote-readlink, tramp-get-remote-trash)
460 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
461 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 462 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
463 tramp-sh.el.
464 (tramp-methods, tramp-default-method-alist)
465 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
466 Move initialization to tramp-sh.el.
467 (tramp-temp-name-prefix): Make it a defconst.
468 (tramp-dissect-file-name): Don't check anymore for multi-hop
469 methods.
470 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 471 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
472 (tramp-get-debug-buffer): Use it.
473
474 * net/tramp-cache.el (top): Set tramp-autoload cookie for
475 initialization forms.
476 (tramp-set-connection-property): Don't protect `tramp-message'
477 call, it isn't necessary any longer.
478 (tramp-dump-connection-properties): Use `ignore-errors'.
479
480 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
481 'password-cache and 'auth-source.
482
483 * net/tramp-gvfs.el (top):
484 * net/tramp-smb.el (top): Require 'tramp-sh.
485
486 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
487
488 * net/tramp-sh.el: New file, derived from tramp.el.
489 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 490 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
491 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
492 Use `ignore-errors' where appropriate.
493 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
494 `tramp-file-name-handler-alist'.
495 (tramp-send-command-and-check): Return t or nil. Remove all
496 `zerop' checks, where called.
497 (tramp-handle-set-file-modes)
498 (tramp-do-copy-or-rename-file-directly)
499 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 500 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
501 (tramp-sh-file-name-handler, tramp-send-command-and-check)
502 (tramp-get-remote-ln): Set tramp-autoload cookie.
503
504 * net/tramp-fish.el: Remove file.
505
c5fe4acb
DU
5062010-09-13 Daiki Ueno <ueno@unixuser.org>
507
508 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
509 buffer-file-name to avoid file-locking. (Bug#7026)
510
7ea2d383
MA
5112010-09-13 Julien Danjou <julien@danjou.info>
512
513 * notifications.el (notifications-notify): Add support for
514 image-path and sound-name.
515 (notifications-specification-version): Add this variable.
516
5616cc54
SM
5172010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
518
31c381e8 519 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 520
94c7243b
LL
5212010-09-12 Leo <sdl.web@gmail.com>
522
523 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
524 (rcirc-completion-start): New variables.
525 (rcirc-nick-completions): Rename to rcirc-completions.
526 (rcirc-nick-completion-start-offset): Delete.
527 (rcirc-completion-at-point): New function for constructing
528 completion data for both nicks and irc commands. Add to
529 completion-at-point-functions in rcirc mode.
530 (rcirc-complete): Rename from rcirc-nick-complete; use
531 rcirc-completion-at-point.
532 (defun-rcirc-command): Update rcirc-client-commands.
533
0f34ae28
GM
5342010-09-11 Glenn Morris <rgm@gnu.org>
535
536 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
537 atomically, to avoid parallel build errors. (Bug#4196)
538
9250002f
MM
5392010-09-11 Michael R. Mauger <mmaug@yahoo.com>
540
541 * progmodes/sql.el: Version 2.6
542 (sql-dialect): Synonym for "sql-product".
543 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
544 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
545 Set "sql-buffer" to buffer name not buffer object so multiple sql
546 interactive buffers work properly. Reverts misguided changes in
547 earlier work.
548 (sql-comint): Make sure different buffer name is used if "*SQL*"
549 buffer is for a different product.
550 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
551 login param.
552 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
553 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
554 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
555 Accept new buffer name or prompt for one.
556 (sql-port): Default to zero.
557 (sql-comint-mysql): Handle "sql-port" as a numeric.
558 (sql-port-history): Delete unused variable.
559 (sql-get-login): Default "sql-port" to a number.
31c381e8 560 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
561 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
562 "sqlite3" executables.
31c381e8 563 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
564 (sql-buffer-live-p): New function.
565 (sql-mode-menu, sql-send-string): Use it.
566 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
567 syntax pattern.
568 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
569 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
570
a9ec34f4
LMI
5712010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
572
31c381e8 573 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 574
cf38dd42
SM
5752010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
576
577 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
578 to replace texinfo-font-lock-syntactic-keywords.
579 (texinfo-mode): Use it.
580
581 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
582 Use syntax-propertize-function.
583
584 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
585 replace sgml-font-lock-syntactic-keywords.
586 (sgml-mode): Use it.
587
588 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
589 since we don't use it.
590
591 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
592
593 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
594 if available.
595 (vhdl-fontify-buffer): Adjust.
596
597 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
598 replace tcl-font-lock-syntactic-keywords.
599 (tcl-mode): Use it.
600
601 * progmodes/simula.el (simula-syntax-propertize-function): New var to
602 replace simula-font-lock-syntactic-keywords.
603 (simula-mode): Use it.
604
605 * progmodes/sh-script.el (sh-st-symbol): Remove.
606 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
607 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
608 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
609 (sh-font-lock-paren): Set syntax-multiline.
610 (sh-font-lock-syntactic-keywords): Remove.
611 (sh-syntax-propertize-function): New function to replace it.
612 (sh-mode): Use it.
613
614 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
615 Define while compiling.
616 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
617 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
618 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
619 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
620 (ruby-here-doc-end-syntax): Only define when
621 syntax-propertize is not available.
622 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
623 New functions.
624 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
625 (electric-indent-chars): Silence bytecompiler.
626 (ruby-mode): Use prog-mode, syntax-propertize-function, and
627 electric-indent-chars.
628
629 * progmodes/python.el (python-syntax-propertize-function): New var to
630 replace python-font-lock-syntactic-keywords.
631 (python-mode): Use it.
632 (python-quote-syntax): Simplify and adjust to new use.
633
634 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
635 replace perl-font-lock-syntactic-keywords.
636 (perl-syntax-propertize-special-constructs): New fun to replace
637 perl-font-lock-special-syntactic-constructs.
638 (perl-font-lock-syntactic-face-function): New fun.
639 (perl-mode): Use it.
640
641 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
642 to replace octave-font-lock-close-quotes.
643 (octave-syntax-propertize-function): New function to replace
644 octave-font-lock-syntactic-keywords.
645 (octave-mode): Use it.
646
647 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
648 replaces mixal-font-lock-syntactic-keywords.
649 (mixal-mode): Use it.
650
651 * progmodes/make-mode.el (makefile-syntax-propertize-function):
652 New var; replaces makefile-font-lock-syntactic-keywords.
653 (makefile-mode): Use it.
654 (makefile-imake-mode): Adjust.
655
656 * progmodes/js.el (js--regexp-literal): Define while compiling.
657 (js-syntax-propertize-function): New var; replaces
658 js-font-lock-syntactic-keywords.
659 (js-mode): Use it.
660
661 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
662 replaces gdb-script-font-lock-syntactic-keywords.
663 (gdb-script-mode): Use it.
664
665 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
666 (fortran--font-lock-syntactic-keywords): New var.
667 (fortran-line-length): Update syntax-propertize-function and
668 fortran--font-lock-syntactic-keywords.
669
670 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
671
672 * progmodes/cfengine.el (cfengine-mode):
673 Use syntax-propertize-function.
674 (cfengine-font-lock-syntactic-keywords): Remove.
675
676 * progmodes/autoconf.el (autoconf-mode):
677 Use syntax-propertize-function.
678 (autoconf-font-lock-syntactic-keywords): Remove.
679
680 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
681 (ada-after-change-function, ada-initialize-syntax-table-properties)
682 (ada-handle-syntax-table-properties): Only define when
683 syntax-propertize is not available.
684 (ada-mode): Use syntax-propertize-function.
685
686 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
687 (font-lock-fontify-syntactic-keywords-region): Move handling of
688 font-lock-syntactically-fontified to...
689 (font-lock-default-fontify-region): ...here.
690 Let syntax-propertize-function take precedence.
691 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
692
693 * emacs-lisp/syntax.el (syntax-propertize-function)
694 (syntax-propertize-chunk-size, syntax-propertize--done)
695 (syntax-propertize-extend-region-functions): New vars.
696 (syntax-propertize-wholelines, syntax-propertize-multiline)
697 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
698 (syntax-propertize): New functions.
699 (syntax-propertize-rules): New macro.
700 (syntax-ppss-flush-cache): Set syntax-propertize--done.
701 (syntax-ppss): Call syntax-propertize.
702
703 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
704
36f7d366
AM
7052010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
706
707 * textmodes/ispell.el (ispell-init-process): Improve comments.
708 XEmacs compatibility changes regarding (add-hook) 'local option
709 and (set-process-query-on-exit-flag).
710
8fca3921
MA
7112010-09-09 Michael Albinus <michael.albinus@gmx.de>
712
cf38dd42
SM
713 * net/tramp-cache.el (tramp-parse-connection-properties):
714 Set tramp-autoload cookie.
8fca3921 715
399653d6
GM
7162010-09-09 Glenn Morris <rgm@gnu.org>
717
718 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
719 (imagemagick-register-types): Doc fix.
720
c34a9669
SM
7212010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
722
b073dc4b
SM
723 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
724
725 * progmodes/js.el (require): Require is already "eval-and-compile".
726 (js--re-search-forward): Avoid `eval'. Preserve the error data.
727 (js--re-search-backward): Use js--re-search-forward.
728
729 * progmodes/fortran.el (fortran-line-length): Don't recompute
730 syntactic keywords redundantly a second time.
731
732 * progmodes/ada-mode.el: Replace "(set '" with setq.
733 (ada-mode): Simplify.
734 (ada-create-case-exception, ada-adjust-case-interactive)
735 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
736 (ada-search-ignore-string-comment, ada-move-to-start)
737 (ada-move-to-end): Use with-syntax-table.
738
739 * font-lock.el (save-buffer-state): Remove `varlist' arg.
740 (font-lock-unfontify-region, font-lock-default-fontify-region):
741 Update usage correspondingly.
742 (font-lock-fontify-syntactic-keywords-region):
743 Set parse-sexp-lookup-properties buffer-locally here.
744 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
745
c34a9669
SM
746 * simple.el (blink-matching-open): Don't burp if we can't find a match.
747
13639aab
GM
7482010-09-08 Glenn Morris <rgm@gnu.org>
749
5a972c36
GM
750 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
751 Error if not compiled with -DBYTE_CODE_METER.
752
13639aab
GM
753 * emacs-lisp/bytecomp.el (byte-recompile-directory):
754 Ignore dir-locals-file.
755
331b2b90
SM
7562010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
757
758 * progmodes/compile.el (compilation-error-regexp-alist-alist):
759 Not a const.
760 (compilation-error-regexp-alist-alist): Rule out ": " in file names
761 for the `gnu' messages.
762 (compilation-set-skip-threshold): New command.
763 (compilation-start): Use \' rather than $.
764 (compilation-forget-errors): Use clrhash.
765
73b4d51a
AM
7662010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
767
768 * textmodes/ispell.el (ispell-valid-dictionary-list):
769 Simplify logic.
770
0f34aa77
MA
7712010-09-08 Michael Albinus <michael.albinus@gmx.de>
772
773 Migrate to Tramp 2.2. Rearrange load dependencies.
774 (Bug#1529, Bug#5448, Bug#5705)
775
776 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
777 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
778 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
779
780 * net/tramp.el (top): Remove all other tramp-* loads except
781 tramp-compat.el. Remove all changes to tramp-unload-hook for
782 other tramp-* packages. Rearrange defun order. Change calls of
783 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
784 `tramp-compat-octal-to-decimal' to new function names.
785 (tramp-terminal-type, tramp-initial-end-of-output)
786 (tramp-methods, tramp-foreign-file-name-handler-alist)
787 (tramp-tramp-file-p, tramp-completion-mode-p)
788 (tramp-send-command-and-check, tramp-get-remote-path)
789 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
790 (tramp-shell-quote-argument): Set tramp-autoload cookie.
791 (with-file-property, with-connection-property): Move to
792 tramp-cache.el.
793 (tramp-local-call-process, tramp-decimal-to-octal)
794 (tramp-octal-to-decimal): Move to tramp-compat.el.
795 (tramp-handle-shell-command): Do not require 'shell.
796 (tramp-compute-multi-hops): No special handling for tramp-gw-*
797 symbols.
798 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
799
800 * net/tramp-cache.el (top): Require 'tramp. Add to
801 `tramp-unload-hook'.
802 (tramp-cache-data, tramp-get-file-property)
803 (tramp-set-file-property, tramp-flush-file-property)
804 (tramp-flush-directory-property, tramp-get-connection-property)
805 (tramp-set-connection-property, tramp-flush-connection-property)
806 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
807 cookie.
808 (with-file-property, with-connection-property): New defuns, moved
809 from tramp.el.
810 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
811 macro.
812
813 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
814 (tramp-version): Set tramp-autoload cookie.
815
816 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
817 changes to tramp-unload-hook for other tramp-* packages. Add to
818 `tramp-unload-hook'.
819 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
820 (tramp-compat-call-process): New defuns, moved from tramp.el.
821
822 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
823 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
824 to `tramp-unload-hook'. Change call of
825 `tramp-compat-decimal-to-octal' to new function name.
826 (tramp-fish-method): Make it a defconst.
827 (tramp-fish-file-name-p): Make it a defsubst.
828 (tramp-fish-method, tramp-fish-file-name-handler)
829 (tramp-fish-file-name-p): Set tramp-autoload cookie.
830
831 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
832 `tramp-foreign-file-name-handler-alist'. Add to
833 `tramp-unload-hook'.
834 (tramp-ftp-method): Make it a defconst.
835 (tramp-ftp-file-name-p): Make it a defsubst.
836 (tramp-ftp-method, tramp-ftp-file-name-handler)
837 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
838
839 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
840 `tramp-foreign-file-name-handler-alist'. Add to
841 `tramp-unload-hook'. Change checks, whether package can be
842 loaded.
843 (tramp-gvfs-file-name-p): Make it a defsubst.
844 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
845 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
846 (tramp-gvfs-handle-file-directory-p): New defun.
847 (tramp-gvfs-file-name-handler-alist): Use it.
848
849 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
850 `tramp-foreign-file-name-handler-alist'. Add to
851 `tramp-unload-hook'.
852 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
853 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
854 defconst.
855 (tramp-gw-tunnel-method, tramp-gw-socks-method)
856 (tramp-gw-open-connection): Set tramp-autoload cookie.
857
858 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
859 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
860 to `tramp-unload-hook'. Change checks, whether package can be
861 loaded.
862 (tramp-imap-file-name-p): Make it a defsubst.
863 (tramp-imap-method, tramp-imaps-method)
864 (tramp-imap-file-name-handler)
865 (tramp-imap-file-name-p): Set tramp-autoload cookie.
866
867 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
868 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
869 to `tramp-unload-hook'. Change checks, whether package can be
870 loaded. Change call of `tramp-compat-decimal-to-octal' to new
871 function name.
872 (tramp-smb-tunnel-method): Make it a defconst.
873 (tramp-smb-file-name-p): Make it a defsubst.
874 (tramp-smb-method, tramp-smb-file-name-handler)
875 (tramp-smb-file-name-p): Set tramp-autoload cookie.
876
877 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
878 (tramp-uuencode-region): Set tramp-autoload cookie.
879
880 * net/trampver.el (top) Add to `tramp-unload-hook'.
881 (tramp-version, tramp-bug-report-address): Set tramp-autoload
882 cookie. Update release number.
883
308e764f
AM
8842010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
885
886 * textmodes/ispell.el (ispell-start-process): Make sure original
887 arg list is properly initialized (Bug#6993, Bug#6994).
888
10999305 8892010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
890
891 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
892
893 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
894 chars like - or ] (bug#6984).
895 (rx-any-condense-range): Explode 2-char ranges.
896
10999305
CY
8972010-09-06 Glenn Morris <rgm@gnu.org>
898
899 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
900
9012010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
902
903 * textmodes/bibtex.el:
904 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
905
f292afe5
LMI
9062010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
907
331b2b90 908 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
909 since no callers use it.
910 (imap-message-get): Ditto.
911 (imap-message-put): Ditto.
912 (imap-mailbox-map): Ditto.
913 (imap-mailbox-put): Ditto.
914 (imap-mailbox-get): Ditto.
a131b9b8 915 (imap-mailbox-get): Revert last change for this function.
f292afe5 916
dfe1285d
LMI
9172010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
918
331b2b90 919 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
920 callers to use `imap-fetch' instead. According to the comments, this
921 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
922 (imap-enable-exchange-bug-workaround): Remove.
923 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 924
3ff31c90
LMI
9252010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
926
927 * net/imap.el (imap-log): New convenience function used throughout
928 instead of repeating the same code all over the place.
929
dfe1285d 9302010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
931
932 * mouse.el (mouse-save-then-kill): Save region to kill-ring
933 when mouse-drag-copy-region is non-nil (Bug#6956).
934
93a596e1
CY
9352010-09-05 Chong Yidong <cyd@stupidchicken.com>
936
8d76af4a
CY
937 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
938 Improve regexps (Bug#6987).
939 (dired-sort-toggle): Search more robustly for -t flag.
940
93a596e1
CY
941 * files.el (get-free-disk-space): Search more robustly for
942 "available" column. Suggested by Ehud Karni
943 <ehud@unix.mvs.co.il>.
944
733946e7
JB
9452010-09-05 Juanma Barranquero <lekktu@gmail.com>
946
947 * international/uni-bidi.el:
948 * international/uni-category.el:
949 * international/uni-combining.el:
950 * international/uni-decimal.el:
951 * international/uni-mirrored.el:
952 * international/uni-name.el: Regenerate.
953
2e664aab
SM
9542010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
955
6aeafb34
SM
956 * electric.el (electric-indent-post-self-insert-function):
957 Don't reindent with a sloppy indentation function.
958
2e664aab
SM
959 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
960 border case in change-log-mode.
961
13ef65a4
CY
9622010-09-04 Chong Yidong <cyd@stupidchicken.com>
963
964 * progmodes/compile.el (compilation-error-regexp-alist-alist):
965 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
966 Recognize leading tab in gcc-include regexp. Ignore names with
967 leading "from" or "in" in gnu regexp (Bug#6937).
968
5abf1556
SM
9692010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
970
6aeafb34 971 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
972 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
973 (ispell-start-process): Avoid setq and simplify logic.
974 (ispell-init-process): Setup kill-buffer-hook locally when needed.
975 (kill-buffer-hook): Don't use it globally with code that uses
976 expand-file-name since that may call kill-buffer via
977 code_conversion_restore.
978
0be01d2c
CY
9792010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
980
981 * emacs-lisp/package.el (package-directory-list): Only call
982 file-name-nondirectory on a string.
983
ebf662f4
CY
9842010-09-02 Chong Yidong <cyd@stupidchicken.com>
985
5abf1556
SM
986 * emacs-lisp/package.el (package--download-one-archive):
987 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
988 (package-activate-1, package-mark-obsolete, define-package)
989 (package-compute-transaction, package-list-maybe-add): Use push.
990
e5eddfd1
SM
9912010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
992
89acf735
SM
993 Use SMIE's blink-paren for octave-mode.
994 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
995 Backslashes do not escape single-quotes, single-quotes do.
996 (octave-block-else-regexp, octave-block-end-regexp)
997 (octave-block-match-alist): Remove.
998 (octave-smie-bnf-table): New var, with old content.
999 (octave-smie-op-levels): Use it.
1000 (octave-smie-closer-alist): New var.
1001 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
1002 (octave-blink-matching-block-open): Remove.
1003 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1004 (octave-electric-space): Let self-insert-command run expand-abbrev and
1005 blink parens.
1006
3b843809
SM
1007 * electric.el (electricity): New group.
1008 (electric-indent-chars): New var.
1009 (electric-indent-post-self-insert-function): New fun.
1010 (electric-indent-mode): New minor mode.
1011 (electric-pair-skip-self): New custom.
1012 (electric-pair-post-self-insert-function): New function.
1013 (electric-pair-mode): New minor mode.
1014
0da20854
SM
1015 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
1016 calcAlg-blink-matching-open.
1017 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
1018 (calc-do-alg-entry): Only touch the part of the keymap that varies.
1019 Use the new blink-matching-check-function.
1020
a49e651e
SM
1021 Provide blink-matching support to SMIE.
1022 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
1023 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
1024 (smie-blink-matching-check, smie-blink-matching-open): New functions.
1025
e5eddfd1
SM
1026 * simple.el (newline): Fix last change to properly remove itself from
1027 the hook.
1028
b13ebb5c
SM
10292010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1030
1031 * simple.el (newline): Eliminate optimization.
1032 Use post-self-insert-hook to set hard-newline and things before
1033 running post-self-insert-hook.
1034 (blink-matching-check-mismatch): New function.
1035 (blink-matching-check-function): New variable.
1036 (blink-matching-open): Use them.
1037 Skip back forward over prefix chars skipped by forward-sexp.
1038 Don't check if the parens are backslash escaped.
1039 (blink-paren-post-self-insert-function): Check backslash escaping here.
1040
e687c2cd
CY
10412010-09-02 Chong Yidong <cyd@stupidchicken.com>
1042
b13ebb5c
SM
1043 * emacs-lisp/package.el (package-menu-mode-map):
1044 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
1045 (package-menu-mode): Set revert-buffer-function.
1046 (package-menu-revert): Doc fix.
1047
567efba9
AM
10482010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
1049
1050 * textmodes/ispell.el (ispell-init-process): Use "~/" as
1051 `default-directory' unless using Ispell per-directory personal
1052 dictionaries and not in a mini-buffer under XEmacs.
1053 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 1054 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 1055
6d7cc563
JD
10562010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1057
08d4877e
J
1058 * simple.el (kill-new): Call interprogram-cut-function with only
1059 one argument.
1060
45240125
JD
1061 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
1062 Remove cut buffer from error message.
1063
1064 * term/x-win.el (x-select-text):
1065 * term/pc-win.el (x-selection-value):
1066 * term/ns-win.el (x-selection-value):
1067 * eshell/em-term.el:
1068 * w32-fns.el (x-get-selection-value):
1069 * mouse-sel.el (mouse-sel-set-selection-function):
1070 * frame.el (display-selections-p): Remove cut-buffer in documentation.
1071
6d7cc563
JD
1072 * term/x-win.el: Update documentation for x-last-selected-text-*.
1073 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
1074 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
1075 (x-select-text): Remove argument PUSH, update documentation. Remove
1076 cut-buffer code.
1077 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 1078 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
1079 Update documentation, remove cut-buffer code. Call
1080 x-selection-value-internal.
1081 (x-clipboard-yank): Call x-selection-value-internal.
1082 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
1083
1084 * term/pc-win.el (x-last-selected-text):
1085 x-cut-buffer-or-selection-value renamed to x-selection-value
1086 (x-select-text): Remove argument PUSH, update documentation.
1087
1088 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
1089 x-cut-buffer-or-selection-value renamed to x-selection-value
1090 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
1091 (x-select-text): Remove argument PUSH, update documentation.
1092
1093 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
1094
1095 * w32-fns.el (x-last-selected-text):
1096 x-cut-buffer-or-selection-value renamed to x-selection-value.
1097 (x-cut-buffer-max): Remove.
1098 (x-select-text): Remove argument PUSH, update documentation.
1099
1100 * simple.el (interprogram-cut-function): Remove mention of PUSH.
1101
1102 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
1103
1104 * mouse-sel.el (mouse-sel-get-selection-function):
1105 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 1106 (x-select-text): Remove optional push.
6d7cc563 1107
4de81ee0
SM
11082010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1109
8f4e9110
SM
1110 * simple.el (blink-paren-function): Move from C to here.
1111 (blink-paren-post-self-insert-function): New function.
1112 (post-self-insert-hook): Use it.
1113
4de81ee0
SM
1114 * emacs-lisp/pcase.el (pcase-split-memq):
1115 Fix overenthusiastic optimisation.
1116 (pcase-u1): Handle the case of a lambda pred.
1117
d419e1d9
KH
11182010-08-31 Kenichi Handa <handa@m17n.org>
1119
1120 * international/mule-cmds.el (standard-display-european-internal):
1121 Setup standard-display-table for 8-bit characters by storing 8-bit
1122 characters in the element vector.
1123
1124 * disp-table.el (standard-display-8bit): Setup
1125 standard-display-table for 8-bit characters by storing 8-bit
1126 characters in the element vector.
1127 (standard-display-european): Likewise.
1128
61f7096c
CY
11292010-08-31 Masatake YAMATO <yamato@redhat.com>
1130
1131 * textmodes/nroff-mode.el (nroff-view): New command.
1132 (nroff-mode-map): Bind it to C-c C-c.
1133
ec5d3ff7
SM
11342010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1135
c8977b2e
SM
1136 * emacs-lisp/smie.el (smie-down-list): New command.
1137
ec5d3ff7
SM
1138 Remove old indentation and navigation code on octave-mode.
1139 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
1140 smie-down-list rather than add a binding for octave-down-block.
1141 (octave-mark-block, octave-blink-matching-block-open):
1142 Rely on forward-sexp-function.
1143 (octave-fill-paragraph): Don't narrow, so you can use
1144 indent-according-to-mode.
1145 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
1146 (octave-in-block-p, octave-re-search-forward-kw)
1147 (octave-re-search-backward-kw, octave-indent-calculate)
1148 (octave-end-as-array-index-p, octave-block-end-offset)
1149 (octave-scan-blocks, octave-forward-block, octave-backward-block)
1150 (octave-down-block, octave-backward-up-block, octave-up-block)
1151 (octave-before-magic-comment-p, octave-indent-line): Remove.
1152
187d3296
CY
11532010-08-31 Chong Yidong <cyd@stupidchicken.com>
1154
1155 * emacs-lisp/package.el (package--read-archive-file): Just use
1156 `read', to avoid copying an additional string.
1157 (package-menu-mode): Set header-line-format here.
1158 (package-menu-refresh, package-menu-revert): Signal an error if
1159 not in the Package Menu.
1160 (package-menu-package-list): New var.
1161 (package--generate-package-list): Operate on the current buffer;
1162 don't assume that it is *Packages*, since the user may rename it.
1163 Allow persistent package listings and sort keys using
1164 package-menu-package-list and package-menu-package-sort-key.
1165 (package-menu--version-predicate): Fix version calculation.
1166 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
1167 (package--list-packages): Create the *Packages* buffer.
1168 Set package-menu-package-list-key.
187d3296
CY
1169 (list-packages): Sorting by status is now the default.
1170 (package-buffer-info): Use match-string-no-properties.
1171 (define-package): Add a &rest argument for future proofing, but
1172 don't use it yet.
1173 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
1174 Merge into a single function, package-install-from-buffer.
1175 (package-install-file): Change caller.
187d3296
CY
1176
1177 * finder.el: Load finder-inf using `require'.
1178 (finder-list-matches): Sorting by status is now the default.
1179 (finder-compile-keywords): Simpify printing.
1180
e17b68ed
SM
11812010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1182
1183 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1184 (octave-mode-map): Remove special bindings for forward/backward-block
1185 and octave-backward-up-block. Use smie-close-block.
1186 (octave-continuation-marker-regexp): New var.
1187 (octave-continuation-regexp): Use it.
1188 (octave-operator-table, octave-smie-op-levels)
1189 (octave-operator-regexp, octave-smie-indent-rules): New vars.
1190 (octave-smie-backward-token, octave-smie-forward-token): New funs.
1191 (octave-mode): Use SMIE.
1192 (octave-close-block): Delete.
1193
42b6a73b
EZ
11942010-08-30 Eli Zaretskii <eliz@gnu.org>
1195
1196 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
1197 CLIPBOARD, not in PRIMARY. (Bug#6944)
1198
f291fe60
SM
11992010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1200
ee992a8c
SM
1201 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
1202 a list of parents.
1203 (smie-indent-column): Allow indirection through variables.
1204
d36b74ca
SM
1205 * composite.el (save-buffer-state): Delete, unused.
1206 * font-lock.el (save-buffer-state): Use with-silent-modifications.
1207 (font-lock-default-fontify-region): Use with-syntax-table.
1208 * jit-lock.el (with-buffer-unmodified): Remove.
1209 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
1210
f291fe60
SM
1211 Use `declare' in defmacros.
1212 * window.el (save-selected-window):
1213 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
1214 * progmodes/python.el (def-python-skeleton):
1215 * net/dbus.el (dbus-ignore-errors):
1216 * jka-cmpr-hook.el (with-auto-compression-mode):
1217 * international/mule.el (with-category-table):
1218 * emacs-lisp/timer.el (with-timeout):
1219 * emacs-lisp/lisp-mnt.el (lm-with-file):
1220 * emacs-lisp/eieio.el (with-slots):
1221 * emacs-lisp/easymenu.el (easy-menu-define):
1222 * emacs-lisp/debug.el (debugger-env-macro):
1223 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
1224 (Multiple-value-call, Multiple-value-prog1):
1225 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
1226 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
1227 edebug rule to definition.
1228 * emacs-lisp/lisp-mode.el (save-selected-window)
1229 (with-current-buffer, combine-after-change-calls)
1230 (with-output-to-string, with-temp-file, with-temp-buffer)
1231 (with-temp-message, with-syntax-table, read-if, eval-after-load)
1232 (dolist, dotimes, when, unless):
1233 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
1234
96ae4c8f
CY
12352010-08-29 Chong Yidong <cyd@stupidchicken.com>
1236
1237 * finder.el: Require `package'.
1238 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
1239 (finder-package-info): Var deleted.
1240 (finder-keywords-hash, finder--builtins-alist): New vars.
1241 (finder-compile-keywords): Compute package--builtins and
1242 finder-keywords-hash instead of finder-keywords-hash, respecting
1243 the "Package" header.
f291fe60
SM
1244 (finder-unknown-keywords, finder-list-matches):
1245 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
1246 (finder-mode): Don't set font-lock-defaults.
1247 (finder-exit): We don't use "*Finder-package*" and "*Finder
1248 Category*" buffers anymore.
1249
1250 * emacs-lisp/package.el (package--builtins-base): Var deleted.
1251 (package--builtins): Set default value to nil.
1252 (package-initialize): Load precomputed value of package--builtins
1253 from finder-inf.el.
1254 (package-alist, package-compute-transaction)
1255 (package-download-transaction): Improve docstring.
1256 (package-read-all-archive-contents): Do not change
1257 package--builtins here.
1258 (list-packages): Make package-list-packages an alias for this.
1259 Sort by status by default.
1260 (package--list-packages): Add optional PACKAGES arg.
1261 (describe-package-1): Use font-lock-face property. For built-in
1262 packages, insert file commentary.
1263 (package--generate-package-list): Rename from
1264 package-list-packages-internal; all callers changed. Add optional
1265 PACKAGES arg. Add alphabetical sort fallbacks.
1266 (package-menu--version-predicate, package-menu--status-predicate)
1267 (package-menu--description-predicate)
1268 (package-menu--name-predicate): New functions.
1269
1270 * info.el (Info-finder-find-node): Search package-alist instead of
1271 finder-package-info.
1272
e2046ecf
CY
12732010-08-29 Chong Yidong <cyd@stupidchicken.com>
1274
1275 * subr.el (version-regexp-alist): Don't use "a" and "b" for
1276 "alpha" and "beta".
1277 (version-to-list): Handle versions like "10.3d".
1278
6fe79b7c
SM
12792010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1280
1281 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
1282 (macroexp-accumulate): Use `declare'.
1283
1a868076
VJL
12842010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1285
1286 * whitespace.el (whitespace-style): Adjust type declaration.
1287
9e69cb05
KH
12882010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1289
1290 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1291 empty argument to gvfs-copy.
1292
12932010-08-26 Chong Yidong <cyd@stupidchicken.com>
1294
1295 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1296 handle new TRASH arg of `delete-file'.
1297
12982010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1299
1300 * net/tramp.el (tramp-handle-insert-directory): Don't use
1301 `forward-word', its default syntax could be changed.
1302
13032010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1304 Michael Albinus <michael.albinus@gmx.de>
1305
1306 Implement compression for inline methods.
1307
1308 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1309 (tramp-copy-size-limit): Allow also nil.
1310 (tramp-inline-compress-commands): New defconst.
1311 (tramp-find-inline-compress, tramp-get-inline-compress)
1312 (tramp-get-inline-coding): New defuns.
1313 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1314 replaced by `tramp-get-inline-coding'.
1315 (tramp-handle-file-local-copy, tramp-handle-write-region)
1316 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1317
13182010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1319
1320 Detect ssh 'ControlMaster' argument automatically in some cases.
1321
1322 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1323 (tramp-default-method): Use it.
1324
13252010-08-26 Karel Klíč <kklic@redhat.com>
1326
1327 * net/tramp.el (tramp-file-name-for-operation):
1328 Add file-selinux-context.
1329
13302010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1331
1332 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1333
13342010-08-26 Chong Yidong <cyd@stupidchicken.com>
1335
1336 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1337 (Bug#6907).
1338
4142607e
NW
13392010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
1340
1341 * progmodes/js.el: Make indentation more customizable (Bug#6914).
1342 (js-paren-indent-offset, js-square-indent-offset)
1343 (js-curly-indent-offset): New options.
1344 (js--proper-indentation): Use them.
1345
88a36e60
DC
13462010-08-26 Daniel Colascione <dan.colascione@gmail.com>
1347
1348 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
1349 instead of inspecting font-lock properties (Bug#6916).
1350
38dbc4d8
DR
13512010-08-26 David Reitter <david.reitter@gmail.com>
1352
1353 * server.el (server-visit-files): Run pre-command-hook and
1354 post-command-hook for each buffer while it is current
1355 (Bug#6910).
1356 (server-execute): Do not run hooks here.
1357
44ffae96
MA
13582010-08-26 Michael Albinus <michael.albinus@gmx.de>
1359
1360 Sync with Tramp 2.1.19.
1361
20b8ac83
MA
1362 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1363 (tramp-reporter-dump-variable, tramp-load-report-modules)
1364 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1365 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1366
1367 * net/tramp-compat.el (top): Do not autoload
1368 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1369 only when `start-file-process' is not bound.
1370 (byte-compile-not-obsolete-vars): Define if not bound.
1371 (tramp-compat-funcall): New defmacro.
1372 (tramp-compat-line-beginning-position)
1373 (tramp-compat-line-end-position)
1374 (tramp-compat-temporary-file-directory)
1375 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1376 (tramp-compat-copy-file, tramp-compat-copy-directory)
1377 (tramp-compat-delete-file, tramp-compat-delete-directory)
1378 (tramp-compat-number-sequence, tramp-compat-process-running-p):
1379 Use it.
1380 (tramp-advice-file-expand-wildcards): Do not use
1381 `tramp-handle-file-remote-p'.
1382 (tramp-compat-make-temp-file): Simplify fallback implementation.
1383 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1384 (tramp-compat-copy-tree): Remove function.
1385 (tramp-compat-delete-file): New defun.
1386 (tramp-compat-delete-directory): Provide implementation for older
1387 Emacsen.
1388 (tramp-compat-file-attributes): Handle only
1389 `wrong-number-of-arguments' error.
1390
1391 * net/tramp-fish.el (tramp-fish-handle-copy-file): Add
1392 PRESERVE_SELINUX_CONTEXT.
1393 (tramp-fish-handle-delete-file): Add TRASH arg.
1394 (tramp-fish-handle-directory-files-and-attributes):
1395 Do not use `tramp-fish-handle-file-attributes.
1396 (tramp-fish-handle-file-local-copy)
1397 (tramp-fish-handle-insert-file-contents)
1398 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1399
1400 * net/tramp-gvfs.el (top): Require url-util.
1401 (tramp-gvfs-mount-point): Remove.
1402 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1403 and `set-file-selinux-context'.
1404 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1405 (tramp-gvfs-handle-file-selinux-context)
1406 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1407 (with-tramp-dbus-call-method): Format trace message.
1408 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1409 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1410 Implement backup call, when operation on local files fails. Use
1411 progress reporter. Flush properties of changed files.
1412 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
1413 `tramp-compat-delete-file'.
1414 (tramp-gvfs-handle-expand-file-name): Expand "~/".
1415 (tramp-gvfs-handle-make-directory): Make more traces.
1416 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1417 (tramp-gvfs-url-file-name): Hexify file name in url.
1418 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1419 into account for the resulting file name.
1420 (tramp-gvfs-handler-askquestion): Preserve current message, in
1421 order to let progress reporter continue afterwards. (Bug#6257)
1422 Return dummy mountpoint, when the answer is "no". See
1423 `tramp-gvfs-maybe-open-connection'.
1424 (tramp-gvfs-handler-mounted-unmounted)
1425 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1426 attribute "default_location". Set "prefix" property. Handle
1427 default-location.
1428 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1429 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1430 exists. Raise an error, if not (due to a corresponding answer
93acd23d
JB
1431 "no" in interactive questions, for example).
1432 Use `tramp-compat-funcall'.
20b8ac83
MA
1433
1434 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1435 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1436 (tramp-imap-do-copy-or-rename-file)
1437 (tramp-imap-handle-insert-file-contents)
1438 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1439 (tramp-imap-handle-delete-file): Add TRASH arg.
1440
1441 * net/tramp-smb.el (tramp-smb-handle-copy-file): Add
1442 PRESERVE-SELINUX-CONTEXT.
1443 (tramp-smb-handle-copy-file)
1444 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1445 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1446 Use `with-progress-reporter'.
1447 (tramp-smb-handle-delete-file): Add TRASH arg.
1448
1449 * net/tramp.el (tramp-methods): Move hostname to the end in all
1450 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
1451 appropriate.
1452 (tramp-verbose): Describe verbose level 9.
1453 (tramp-completion-function-alist)
1454 (tramp-file-name-regexp, tramp-chunksize)
1455 (tramp-local-coding-commands, tramp-remote-coding-commands)
1456 (with-connection-property, tramp-completion-mode-p)
1457 (tramp-action-process-alive, tramp-action-out-of-band)
1458 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1459 (tramp-exists-file-name-handler): Fix docstring.
1460 (tramp-remote-process-environment): Use `format' instead of
1461 `concat'. Protect version string by apostroph.
1462 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1463 XEmacs.
1464 (tramp-file-name-regexp-unified)
1465 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1466 not regard the volume letter as remote filename. (Bug#5447)
1467 (tramp-perl-file-attributes)
1468 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1469 (tramp-vc-registered-read-file-names): Read input as
1470 here-document, otherwise the command could exceed maximum length
1471 of command line.
1472 (tramp-file-name-handler-alist): Add `file-selinux-context' and
1473 `set-file-selinux-context'.
1474 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1475 backtrace functions.
1476 (tramp-error-with-buffer): Don't show the connection buffer when
1477 we are in completion mode.
1478 (tramp-progress-reporter-update, tramp-remote-selinux-p)
1479 (tramp-handle-file-selinux-context)
1480 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1481 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1482 New defuns.
1483 (with-progress-reporter): New defmacro.
1484 (tramp-debug-outline-regexp): New defconst.
1485 (top, tramp-rfn-eshadow-setup-minibuffer)
1486 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1487 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1488 (tramp-completion-mode-p, tramp-check-for-regexp)
1489 (tramp-open-connection-setup-interactive-shell)
1490 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1491 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1492 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1493 Use `tramp-compat-funcall'.
1494 (tramp-handle-make-symbolic-link): Flush file properties.
1495 (tramp-handle-load, tramp-handle-file-local-copy)
1496 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1497 (tramp-handle-vc-registered, tramp-maybe-send-script)
1498 (tramp-find-shell): Use `with-progress-reporter'.
1499 (tramp-do-file-attributes-with-stat): Add space in format string,
1500 in order to work around a bug in pdksh. Reported by Gilles Pion
1501 <gpion@lfdj.com>.
1502 (tramp-handle-verify-visited-file-modtime): Do not send a command
1503 when the connection is not established.
1504 (tramp-handle-set-file-times): Simplify the check for utc.
1505 (tramp-handle-directory-files-and-attributes)
1506 (tramp-get-remote-path): Use `copy-tree'.
1507 (tramp-completion-handle-file-name-all-completions): Ensure, that
1508 non remote files are still checked. Oops.
1509 (tramp-handle-copy-file, tramp-do-copy-or-rename-file): Handle
1510 PRESERVE-SELINUX-CONTEXT.
1511 (tramp-do-copy-or-rename-file): Add progress reporter.
1512 (tramp-do-copy-or-rename-file-directly): Do not use
1513 `tramp-handle-file-remote-p'.
1514 (tramp-do-copy-or-rename-file-out-of-band):
1515 Use `tramp-compat-delete-directory'.
1516 (tramp-do-copy-or-rename-file-out-of-band)
1517 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1518 Use `format-spec-make'.
1519 (tramp-handle-delete-file): Add TRASH arg.
1520 (tramp-handle-dired-uncache): Flush directory cache, not only file
1521 cache.
1522 (tramp-handle-expand-file-name)
1523 (tramp-completion-handle-file-name-all-completions)
1524 (tramp-completion-handle-file-name-completion): Use
1525 `tramp-connectable-p'.
1526 (tramp-handle-start-file-process): Set connection property "vec".
1527 Use it, in order to invalidate file caches. Check only for
1528 `remote-tty' process property.
1529 Implement tty setting. (Bug#4604, Bug#6360)
1530 (tramp-file-name-for-operation): Add `call-process-region' and
1531 `set-file-selinux-context'.
1532 (tramp-find-foreign-file-name-handler)
1533 (tramp-advice-make-auto-save-file-name)
1534 (tramp-set-auto-save-file-modes): Remove superfluous check for
1535 `stringp'. This is done inside `tramp-tramp-file-p'.
1536 (tramp-file-name-handler): Trace 'quit. Catch the error for some
1537 operations when we are in completion mode. This gives the user
1538 the chance to correct the file name in the minibuffer.
1539 (tramp-completion-mode-p): Use `non-essential'.
1540 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1541 compatibility: Use `completion-ignore-case' if
1542 `read-file-name-completion-ignore-case' does not exist.
1543 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1544 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1545 `tramp-open-shell'.
1546 (tramp-action-password): Hide password prompt before next run.
1547 (tramp-process-actions): Widen connection buffer for the trace.
1548 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1549 process property. Trace stty settings if `tramp-verbose' >= 9.
1550 Apply workaround for IRIX64 bug. Move argument of last
1551 `tramp-send-command' where it belongs to.
1552 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1553 front of `login-args'.
1554 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1555 on "/dev/null" instead of "/".
1556 (tramp-get-ls-command-with-dired): Make test for "--dired"
1557 stronger.
1558 (tramp-set-auto-save-file-modes): Adapt version check.
1559 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1560 (tramp-handle-process-file): Call the program in a subshell, in
1561 order to preserve working directory.
1562 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1563 `tramp-remote-sh' from `tramp-methods'.
1564 (tramp-get-ls-command): Make test for "--color=never" stronger.
1565 (tramp-check-for-regexp): Use (forward-line 1).
1566
44ffae96
MA
1567 * net/trampver.el: Update release number.
1568
cb6c4991
CY
15692010-08-26 Chong Yidong <cyd@stupidchicken.com>
1570
1571 * help.el (help-map): Bind `C-h P' to describe-package.
1572
1573 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
1574
1575 * emacs-lisp/package.el (package-refresh-contents): Catch errors
1576 when downloading archives.
1577 (describe-package-1): Add package commentary.
1578 (package-install-button-action): New function.
1579 (package-menu-mode-map): Bind ? to package-menu-describe-package.
1580 (package-menu-view-commentary): Function removed.
1581 (package-list-packages-internal): Hide the `package' package too.
1582
b60f961f
KH
15832010-08-25 Kenichi Handa <handa@m17n.org>
1584
1585 * language/misc-lang.el ("Arabic"): New language environment.
1586 Setup composition-function-table for Arabic characters.
1587
1588 * international/fontset.el (setup-default-fontset): Fix typo for
1589 arabic OTF spec (fini->fina).
1590
a0c16be4
J
15912010-08-25 Jan Djärv <jan.h.d@swipnet.se>
1592
1593 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
1594 on all frames.
1595
85cc3d4f
VJL
15962010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1597
1598 * whitespace.el: Allow cleaning up blanks without blank
1599 visualization (Bug#6651). Adjust help window for
1600 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1601 instead of whitespace-line-column (from EmacsWiki). New version
1602 13.1.
1603 (whitespace-style): Added new value 'face. Adjust docstring.
1604 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
1605 foreground property face.
1606 (whitespace-line-column): Adjust docstring and type declaration.
1607 (whitespace-style-value-list, whitespace-toggle-option-alist)
1608 (whitespace-help-text): Adjust const initialization.
1609 (whitespace-toggle-options, global-whitespace-toggle-options):
1610 Adjust docstring.
1611 (whitespace-display-window, whitespace-interactive-char)
1612 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1613 (whitespace-help-scroll): New fun.
1614
cb8759ca
CY
16152010-08-24 Chong Yidong <cyd@stupidchicken.com>
1616
1617 * emacs-lisp/package.el (list-packages): Alias for
1618 package-list-packages.
1619
44a41a47
KR
16202010-08-24 Kevin Ryde <user42@zip.com.au>
1621
be7748e7
KR
1622 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
1623 (Bug#5651).
1624
44a41a47
KR
1625 * progmodes/ruby-mode.el (ruby): Add defgroup.
1626
edfd00fa
CY
16272010-08-24 Chong Yidong <cyd@stupidchicken.com>
1628
1629 * progmodes/python.el: Add Ipython support (Bug#5390).
1630 (python-shell-prompt-alist)
1631 (python-shell-continuation-prompt-alist): New options.
1632 (python--set-prompt-regexp): New function.
1633 (inferior-python-mode, run-python, python-shell): Require
1634 ansi-color. Use python--set-prompt-regexp to set the comint
1635 prompt based on the Python interpreter.
1636 (python--prompt-regexp): New var.
1637 (python-check-comint-prompt)
1638 (python-comint-output-filter-function): Use it.
1639 (run-python): Use a pipe (Bug#5694).
1640
16412010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
1642
1643 * progmodes/python.el (python-send-region): Send a different
1644 Python command if Ipython is in use.
1645 (python-check-version): Use a Python command to find the version.
1646
1c409d0b
CY
16472010-08-24 Chong Yidong <cyd@stupidchicken.com>
1648
1649 * mouse.el (mouse-yank-primary): Avoid setting primary when
1650 deactivating the mark (Bug#6872).
1651
733946e7 16522010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
1653
1654 * progmodes/python.el (python-block-pairs): Allow use of "finally"
1655 with "else" (Bug#3991).
1656
e73f184c
MA
16572010-08-23 Michael Albinus <michael.albinus@gmx.de>
1658
1659 * net/dbus.el: Accept UNIX domain sockets as bus address.
1660 (top): Don't initialize `dbus-registered-objects-table' anymore,
1661 this is done in dbusbind,c.
1662 (dbus-check-event): Adapt test for bus.
1663 (dbus-return-values-table, dbus-unregister-service)
1664 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
1665 Adapt doc string.
1666
1a140747
JB
16672010-08-23 Juanma Barranquero <lekktu@gmail.com>
1668
1669 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
1670
7133b7ee
JL
16712010-08-22 Juri Linkov <juri@jurta.org>
1672
1673 * simple.el (read-extended-command): New function with the logic
1674 for `completing-read' moved to Elisp from `execute-extended-command'.
1675 Use `function-called-at-point' in `minibuffer-default-add-function'
1676 to get a command name for M-n (bug#5364, bug#5214).
1677
198a7a97
CY
16782010-08-22 Chong Yidong <cyd@stupidchicken.com>
1679
1680 * startup.el (command-line-1): Issue warning for ignored arguments
1681 --unibyte, etc (Bug#6886).
1682
c00725d7
LL
16832010-08-22 Leo <sdl.web@gmail.com>
1684
1685 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1686 (ignore, bright, dim, keyword): Split list of nicknames before
1687 passing to rcirc-add-or-remove (Bug#6894).
1688
bc7d7ea6
CY
16892010-08-22 Chong Yidong <cyd@stupidchicken.com>
1690
1691 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1692
b0126eac 16932010-08-22 Leo <sdl.web@gmail.com>
e0143335 1694
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 1695 Fix buffer-list rename&refresh after killing a buffer in ido.
e0143335
LL
1696 * lisp/ido.el: Revert Óscar's.
1697 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1698 Remember the buffers at head, rather than their name.
1699 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1700
b0126eac 17012010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
1702 Stefan Monnier <monnier@iro.umontreal.ca>
1703
1704 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1705 extra backslash added to each line (bug#6890).
1706
b0126eac 17072010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
1708
1709 * subr.el (read-key): Don't echo keystrokes (bug#6883).
1710
b0126eac 17112010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
1712
1713 * menu-bar.el (menu-bar-games-menu): Add landmark.
1714
b0126eac 17152010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 1716
9130a2d6
GM
1717 * align.el (align-regexp): Make group and spacing arguments
1718 use the interactive defaults when non-interactive. (Bug#6698)
1719
fb89a654
GM
1720 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1721 expansion, so as not to need sendmail.
1722 (mail-text-start): Remove declaration.
1723 (rmail-retry-failure): Require sendmail.
1724
b0126eac 17252010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
1726
1727 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1728
b0126eac 17292010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 1730
186e86db
SM
1731 * progmodes/flymake.el (flymake-start-syntax-check-process):
1732 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 1733
b0126eac 17342010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
1735
1736 * files.el: Add `word-wrap' as safe local variable.
1737
b0126eac 17382010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
1739
1740 * woman.el (woman-translate): Case matters. (Bug#6849)
1741
b0126eac 17422010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
1743
1744 * simple.el (kill-region): Doc fix (Bug#6787).
1745
b0126eac 17462010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
1747
1748 * calendar/diary-lib.el (diary-header-line-format):
1749 Fit it to the window, not the frame.
1750
b0126eac 17512010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
1752
1753 * subr.el (ignore-errors): Add debug declaration.
1754
b0126eac 17552010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
1756
1757 * whitespace.el (whitespace-color-off): Remove post-command-hook
1758 locally.
1759
537ffaf3
SM
17602010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1761
1762 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
1763
d64b8a68
CY
17642010-08-21 Chong Yidong <cyd@stupidchicken.com>
1765
1766 * cus-edit.el (custom-group-value-create): Add extra newline
1767 before end line (Bug#6876).
1768
d2625c3d
CY
17692010-08-21 Chong Yidong <cyd@stupidchicken.com>
1770
1771 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
1772 when extending it. Before killing on the second click, check if
1773 the buffer is the correct one. Doc fix.
1774 (mouse-secondary-save-then-kill): Allow usage without first
1775 calling mouse-start-secondary, by defaulting to point. Don't save
1776 an empty secondary selection. Doc fix.
1777
80525855
VJL
17782010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1779
91bdeb66
VJL
1780 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
1781 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 1782 New version 13.0.
80525855
VJL
1783 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1784 Adjust initialization.
1785 (whitespace-bob-marker, whitespace-eob-marker)
1786 (whitespace-buffer-changed): New vars.
1787 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1788 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
1789 (whitespace-post-command-hook, whitespace-display-char-on):
1790 Adjust code.
80525855 1791 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 1792 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 1793
4b9c0a49
SM
17942010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1795
118cf454
SM
1796 * files.el (locate-file-completion-table): Only list the .el and .elc
1797 extensions if there's no other choice (bug#5955).
1798
a2e5caf7
SM
1799 * facemenu.el (facemenu-self-insert-data): New var.
1800 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
1801 New functions.
1802 (facemenu-add-face): Use them.
1803
4b9c0a49
SM
1804 * simple.el (blink-matching-open): Obey forward-sexp-function.
1805
0193499f
SM
18062010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
1807
b2a15250
SM
1808 * simple.el (prog-mode-map): New var.
1809 (prog-indent-sexp): New command.
1810
b5ba2d6f
SM
1811 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
1812
9acd1bdc
SM
1813 * progmodes/prolog.el (smie): Require.
1814
8723cfa4
SM
1815 * emacs-lisp/smie.el (smie-default-backward-token)
1816 (smie-default-forward-token): Strip properties.
1817 (smie-next-sexp): Be more careful with associative operators.
1818 (smie-forward-sexp-command): Generalize.
1819 (smie-backward-sexp-command): Simplify.
1820 (smie-closer-alist): New var.
1821 (smie-close-block): New command.
1822 (smie-indent-debug-log): New var.
1823 (smie-indent-offset-rule): Add a few more cases.
1824 (smie-indent-column): New function.
1825 (smie-indent-after-keyword): Use it.
1826 (smie-indent-keyword): Use it.
1827 Fix up the opener code's point position.
1828 (smie-indent-comment): Only applies at BOL.
1829 (smie-indent-debug): New command.
1830
0193499f
SM
1831 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
1832 declarations that are useful before running the macro.
1833
0c9b8993
GM
18342010-08-18 Joakim Verona <joakim@verona.se>
1835
1836 * image.el (imagemagick-types-inhibit): New variable.
1837 (imagemagick-register-types): New function.
1838 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
1839 (image-transform-set-scale, image-transform-fit-to-height)
1840 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
1841 (image-transform-fit-to-width, image-transform-fit-to-height):
1842 New functions.
ccd80618
JV
1843 (image-toggle-display-image): Support image transforms.
1844
1075cd61
KY
18452010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
1846
1847 * image.el (create-animated-image): Don't add heuristic mask to image
1848 (Bug#6839).
1849
64cb6c78
J
18502010-08-18 Jan Djärv <jan.h.d@swipnet.se>
1851
0193499f
SM
1852 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
1853 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 1854
ff80a446
SM
18552010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
1856
afa22f7c
SM
1857 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
1858
ff80a446
SM
1859 Font-lock '...' strings, plus various simplifications and fixes.
1860 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1861 (octave-font-lock-close-quotes): New function.
1862 (octave-font-lock-syntactic-keywords): New var.
1863 (octave-mode): Use it. Set beginning-of-defun-function.
1864 (octave-mode-map): Don't override the <foo>-defun commands.
1865 (octave-mode-menu): Pass it directly to easy-menu-define;
1866 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
1867 (octave-block-match-alist): Fix up last change so that
1868 octave-close-block uses the more specific keyword.
1869 (info-lookup-mode): Silence byte-compiler.
1870 (octave-beginning-of-defun): Not interactive any more.
1871 Optimize slightly.
1872 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
1873 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
1874 (octave-completion-at-point-function): Make sure point is within
1875 beg..end.
1876 (octave-reindent-then-newline-and-indent):
1877 Use reindent-then-newline-and-indent.
1878 (octave-add-octave-menu): Remove.
1879
2269b349
JD
18802010-08-17 Jan Djärv <jan.h.d@swipnet.se>
1881
489cd5bd
JD
1882 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
1883 (report-emacs-bug-can-use-xdg-email): New functions.
1884 (report-emacs-bug): Set can-xdg-email to result of
1885 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
1886 \C-cm to report-emacs-bug-insert-to-mailer and add help text
1887 about it.
30ebab6d 1888
a2fb159c
GM
1889 * net/browse-url.el (browse-url-default-browser): Add cond
1890 for browse-url-xdg-open.
1891 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
1892
18932010-08-17 Glenn Morris <rgm@gnu.org>
1894
1895 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
1896 (c-fontify-recorded-types-and-refs): Define for compiler.
1897 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
1898 before use.
1899
1900 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
1901 Fix format call.
1902
bb6aba9c
MA
19032010-08-17 Michael Albinus <michael.albinus@gmx.de>
1904
1905 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
1906 properties.
1907 (tramp-handle-process-file): Call the program in a subshell, in
1908 order to preserve working directory.
1909 (tramp-action-password): Hide password prompt before next run.
1910 (tramp-process-actions): Widen connection buffer for the trace.
1911
8f10c937
DD
19122010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1913
1914 * net/rcirc.el (rcirc-log-process-buffers): New option.
1915 (rcirc-print): Use it.
1916 (rcirc-generate-log-filename): New function.
1917 (rcirc-log-filename-function): Change default to
1918 rcirc-generate-log-filename (Bug#6828).
1919
7c23dd44
CY
19202010-08-16 Chong Yidong <cyd@stupidchicken.com>
1921
1922 * simple.el (deactivate-mark): If select-active-regions is `only',
1923 only set selection for temporarily active regions.
1924
1925 * cus-start.el: Change defcustom for select-active-regions.
1926
6d3e82d2
CY
19272010-08-15 Chong Yidong <cyd@stupidchicken.com>
1928
1929 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
1930 (mouse-drag-track): Use LOCATION arg to push-mark.
1931 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
1932 consideration when updating point and mark (Bug#6840).
1933
c68263b1
CY
19342010-08-15 Chong Yidong <cyd@stupidchicken.com>
1935
1936 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1937 Give the Ruby rule a lower priority than Gnu (Bug#6778).
1938
456f369a
ŠN
19392010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
1940
ff80a446
SM
1941 * font-lock.el (lisp-font-lock-keywords-2):
1942 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
1943 with-demoted-errors, and with-silent-modifications (Bug#6025).
1944
c22e18f5
KR
19452010-08-14 Kevin Ryde <user42@zip.com.au>
1946
1947 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
1948 (copyright-update): Temporary switch-to-buffer to ensure the
1949 buffer change being queried is visible (Bug#5394).
c22e18f5 1950
6f1a6faf
TT
19512010-08-14 Tom Tromey <tromey@redhat.com>
1952
1953 * progmodes/etags.el (tags-file-name): Mark safe if stringp
1954 (Bug#6733).
1955
e7afcf30
EZ
19562010-08-14 Eli Zaretskii <eliz@gnu.org>
1957
1958 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
1959 MS-DOS. (Bug#6689)
1960
2b4e6277
J
19612010-08-13 Jan Djärv <jan.h.d@swipnet.se>
1962
1963 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
1964 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
1965 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
1966 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
1967 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
1968 Call menu-bar-set-tool-bar-position.
2b4e6277 1969
dc94fc85
SM
19702010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1971
c5683ceb
SM
1972 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
1973 comment style (bug#6834).
1974 * progmodes/scheme.el (scheme-mode-syntax-table):
1975 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
1976 "b" flag in "' 14b" syntax.
1977
c82d5b11
SM
1978 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
1979 for (un)commenting the region and performing completion.
1980 (octave-mode-menu): Use standard commands for help and completion.
1981 (octave-mode-syntax-table): Support %{..%} comments (sort of).
1982 (octave-mode): Use define-derived-mode.
1983 Set completion-at-point-functions and don't set columns.
1984 Don't disable adaptive-fill-regexp.
1985 (octave-describe-major-mode, octave-comment-region)
1986 (octave-uncomment-region, octave-comment-indent)
1987 (octave-indent-for-comment): Remove.
1988 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 1989 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
1990 (octave-initialize-completions): No need to make an alist.
1991 (octave-completion-at-point-function): New function.
1992 (octave-complete-symbol): Use it.
1993 (octave-insert-defun): Use define-skeleton.
1994
1995 * progmodes/octave-mod.el (octave-mode): Set comment-add.
1996 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 1997
61b6abbd
AL
19982010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1999
2000 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
2001 indentation of inserted comment.
2002
3a46642b
J
20032010-08-11 Jan Djärv <jan.h.d@swipnet.se>
2004
2005 * faces.el (region): Add type gtk that uses gtk colors.
2006
2007 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
2008 Handle theme-name change.
2009
3bd2cfef
MM
20102010-08-10 Michael R. Mauger <mmaug@yahoo.com>
2011
2012 * progmodes/sql.el: Version 2.5
2013 (sql-product-alist): Add :prompt-cont-regexp property for several
2014 database products.
2015 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
2016 (sql-output-newline-count, sql-output-by-send):
2017 New variables. Record number of newlines in input text.
3bd2cfef
MM
2018 (sql-send-string): Handle multiple filters and count newlines.
2019 (sql-send-magic-terminator): Count terminator newline.
2020 (sql-interactive-remove-continuation-prompt): Filters output to
2021 remove continuation prompts; one for each newline.
2022 (sql-interactive-mode): Set up new variables, prompt regexp and
2023 output filter.
2024 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 2025 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 2026
d02c9bcd
SM
20272010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2028
2029 * emacs-lisp/pcase.el: New file.
2030
80ca4f1e
MA
20312010-08-10 Michael Albinus <michael.albinus@gmx.de>
2032
2033 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2034 as here-document, otherwise the command could exceed maximum
2035 length of command line.
d02c9bcd
SM
2036 (tramp-handle-vc-registered): Call script accordingly.
2037 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 2038
2948599b
KH
20392010-08-10 Kenichi Handa <handa@m17n.org>
2040
2041 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
2042 composable pattern.
2043
148cef8e
CY
20442010-08-09 Chong Yidong <cyd@stupidchicken.com>
2045
2046 * emacs-lisp/package.el (package-version-split)
2047 (package--version-first-nonzero, package-version-compare):
2048 Functions removed.
2049 (package-directory-list, package-load-all-descriptors)
2050 (package--built-in, package-activate, define-package)
2051 (package-installed-p, package-compute-transaction)
2052 (package-read-all-archive-contents)
2053 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
2054 (package-tar-file-info, package-list-packages-internal):
2055 Use version-to-list and version-list-*.
148cef8e 2056
d02c9bcd
SM
2057 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2058 Use version-to-list.
148cef8e
CY
2059 (package-upload-buffer-internal): Use version-list-<=.
2060
82a9ce0f
KH
20612010-08-09 Kenichi Handa <handa@m17n.org>
2062
231e5e5f 2063 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
2064 composable pattern.
2065
7adf5fdc
CY
20662010-08-08 Chong Yidong <cyd@stupidchicken.com>
2067
fc560445
CY
2068 * tutorial.el (tutorial--default-keys): C-d is now bound to
2069 delete-forward-char (Bug#6826).
2070
7adf5fdc
CY
2071 * mouse.el (mouse-drag-track): Remove accidentally-removed check
2072 for `double' value of mouse-1-click-follows-link (Bug#6807).
2073
e54a1075
JB
20742010-08-08 Johan Bockgård <bojohan@gnu.org>
2075
2076 * replace.el (replace-highlight): Bind isearch-forward and
2077 isearch-error, ensuring that highlighting is updated if the user
2078 switches the search direction (Bug#6808).
2079
2080 * isearch.el (isearch-lazy-highlight-forward): New var.
2081 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2082 (isearch-lazy-highlight-update): Use it.
2083
7815fe19 20842010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 2085
8d9e03e4
JB
2086 * international/mule.el (define-charset): Store NAME as :base property.
2087 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
2088 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2089 current priority. Force using the designation of the specific
8d9e03e4 2090 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 2091
7815fe19 20922010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
2093
2094 * emulation/pc-select.el (pc-selection-mode-hook)
2095 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2096 (pc-selection-mode): Fix typos in docstrings.
2097
7815fe19 20982010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
2099
2100 * language/cyrillic.el: Don't add "microsoft-cp1251" to
2101 ctext-non-standard-encodings-alist here.
2102
8d9e03e4
JB
2103 * international/mule.el (ctext-non-standard-encodings-alist):
2104 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
2105 (ctext-standard-encodings): New variable.
2106 (ctext-non-standard-encodings-table): List only elements for
2107 non-standard encodings.
186e86db 2108 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
2109 Check ctext-standard-encodings.
2110
2111 * international/mule-conf.el (compound-text): Doc fix.
2112 (ctext-no-compositions): Doc fix.
2113 (compound-text-with-extensions): Doc fix.
2114
7815fe19 21152010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
2116
2117 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2118
8d9e03e4 21192010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 2120
9ebc731b
JB
2121 * progmodes/which-func.el (which-func-format): Split help-echo text
2122 into lines, like other mode-line tooltips.
2123
d5b8058f
JB
2124 * server.el (server-start): When using TCP sockets, force IPv4
2125 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
2126
8d9e03e4 21272010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
2128
2129 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2130
8d9e03e4 21312010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
2132
2133 * term.el (term-delimiter-argument-list): Reflow docstring.
2134 (term-read-input-ring, term-write-input-ring, term-send-input)
2135 (term-bol, term-erase-in-display, serial-supported-or-barf):
2136 Fix typos in docstrings.
2137
8d9e03e4 21382010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
2139
2140 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2141
8d9e03e4 21422010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
2143
2144 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2145
8d9e03e4 21462010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
2147
2148 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2149 Fix typo in docstring (bug#6747).
2150
7815fe19 21512010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
2152
2153 * eshell/esh-io.el (eshell-get-target): Better detection of
2154 read-only file (Bug#6762).
2155
7815fe19 21562010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
2157
2158 * align.el (align-default-spacing): Doc fix.
2159 (align-region-heuristic, align-regexp): Fix typos in docstrings.
2160
733946e7 21612010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 2162
490b89ac 2163 * calendar/icalendar.el
93acd23d
JB
2164 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
2165 (icalendar--get-weekday-numbers): New.
81ee9410 2166 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 2167 values in weekly rules. (Bug#6766)
81ee9410 2168
490b89ac
UJ
21692010-08-08 Ulf Jasper <ulf.jasper@web.de>
2170
2171 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
2172 (icalendar--create-uid, icalendar-export-region)
2173 (icalendar--parse-summary-and-rest): Code formatting.
2174
2c695727
JB
21752010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2176
2177 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
2178 to italicize headers.
2179 (calc-highlight-selections-with-faces): New variable.
2180 (calc-selected-face, calc-nonselected-face): New faces.
2181
2182 * calc/calccomp.el (math-comp-highlight-string): Use
2183 `calc-highlight-selections-with-faces' to determine how to highlight
2184 sub-formulas.
2185
2186 * calc/calc-sel.el (calc-show-selections): Change message to when
2187 using faces to highlight selections.
2188
b93d4f22
MM
21892010-08-07 Michael R. Mauger <mmaug@yahoo.com>
2190
8d9e03e4
JB
2191 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
2192 Add SQLite 3 keywords, functions and datatypes.
2193 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
2194 (Bug#6686).
2195
9852377f
CY
21962010-08-07 Chong Yidong <cyd@stupidchicken.com>
2197
2198 * simple.el (select-active-regions): Move to keyboard.c.
2199 (deactivate-mark): Used saved-region-selection.
2200 (select-active-region): Function removed.
2201 (activate-mark, set-mark, push-mark-command)
2202 (handle-shift-selection): Don't call it.
2203 (keyboard-quit): Avoid adding the region to the window selection.
2204
2205 * mouse.el (mouse-drag-track): Remove hacks to deal with old
2206 select-active-regions implementation.
2207 (mouse-yank-at-click): Doc fix.
2208
2209 * cus-start.el: Add custom declaration for select-active-regions.
2210
822775bf
EZ
22112010-08-07 Eli Zaretskii <eliz@gnu.org>
2212
4c5130d6
EZ
2213 * simple.el (delete-forward-char): Doc fix.
2214
822775bf
EZ
2215 * tutorial.el (help-with-tutorial): Hack safe file-local variables
2216 after reading the tutorial.
2217
bd4c5e3e
AM
22182010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
2219
2220 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
2221 for the case that a C style comment has its delimiters alone on
2222 their respective lines.
2223
d00fa9b6
MA
22242010-08-06 Michael Albinus <michael.albinus@gmx.de>
2225
8d9e03e4 2226 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6
MA
2227 property "vec".
2228 (tramp-process-sentinel): Use it for flushing the cache. We
2229 cannot do it via the process buffer, the buffer could be deleted
2230 already when running the sentinel.
2231
22322010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
2233
2234 * comint.el (comint-mode): Make directory tracking functions
2235 functional on remote files. (Bug#6764)
2236
b3d42406
DN
22372010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2238
2239 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
2240
29cf3e20
EZ
22412010-08-05 Eli Zaretskii <eliz@gnu.org>
2242
2243 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
2244 unexec.c => unexcoff.c.
2245
2246 * emacs-lisp/authors.el (authors-fixed-entries): Rename
2247 unexec.c => unexcoff.c.
2248
39e1bf0b
MA
22492010-08-05 Michael Albinus <michael.albinus@gmx.de>
2250
2251 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
2252 cache, not only file cache.
2253 (tramp-process-sentinel): New defun.
2254 (tramp-handle-start-file-process): Use it, in order to invalidate
2255 file caches.
2256
9f982e22
LL
22572010-08-03 Leo <sdl.web@gmail.com>
2258
2259 * server.el (server-start): Simplify loop.
2260
0798a8d8
SM
22612010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2262
548c5c47
SM
2263 * frame.el (screen-height, screen-width, set-screen-width)
2264 (set-screen-height): Remove ancient compatibility aliases.
2265
3311d1c2
SM
2266 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
2267 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
2268
0798a8d8
SM
2269 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
2270 that change current buffer.
2271
26ee77a6
YM
22722010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2273
2274 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
2275 beginning of the string. Use `string-match-p'. (Bug#6765)
2276
aa1859f5
J
22772010-08-01 Jan Djärv <jan.h.d@swipnet.se>
2278
2279 * cus-start.el (x-gtk-use-system-tooltips): New variable.
2280
376c2b6b
CY
22812010-08-01 Chong Yidong <cyd@stupidchicken.com>
2282
0798a8d8 2283 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 2284 (package--builtins): Tweak descriptions.
0798a8d8
SM
2285 (package-print-package): Upcase descriptions if necessary.
2286 Show all built-in packages in font-lock-builtin-face.
2287 (package-list-packages-internal): Omit "emacs" package.
2288 Show status of built-in packages as "built-in".
376c2b6b 2289
16041401
CY
22902010-07-31 Chong Yidong <cyd@stupidchicken.com>
2291
2292 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
2293 before killing to preserve the primary selection (Bug#6701).
2294
2295 * term/x-win.el (x-select-text): Doc fix.
2296
0798a8d8
SM
22972010-07-31 Nathaniel Flath <flat0103@gmail.com>
2298
2299 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
2300 The following functions were modified or created:
452ea855
AM
2301
2302 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
2303 (objc-font-lock-extra-types):
452ea855 2304 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
2305 * progmodes/cc-langs.el (c-make-mode-syntax-table)
2306 (c++-make-template-syntax-table)
2307 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
2308 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
2309 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
2310 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
2311 * progmodes/cc-fonts.el (c-make-inverse-face)
2312 (c-basic-matchers-after):
452ea855
AM
2313 * progmodes/cc-engine.el (c-forward-keyword-clause)
2314 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
2315 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
2316 (c-guess-continued-construct, c-guess-basic-syntax):
2317
37766706
J
23182010-07-31 Jan Djärv <jan.h.d@swipnet.se>
2319
0798a8d8 2320 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 2321
cd83d522
EZ
23222010-07-31 Eli Zaretskii <eliz@gnu.org>
2323
2324 * files.el (bidi-paragraph-direction): Define safe local values.
2325
2326 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
2327 language-info-alist. Remove outdated FIXME in a comment.
2328
28e5cf7c
AM
23292010-07-31 Alan Mackenzie <acm@muc.de>
2330
2331 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
2332 Auto-fill broken in C/C++ modes.
2333
bfeabdc3
JD
23342010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2335
2336 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2337 (menu-bar-showhide-tool-bar-menu-customize-disable)
2338 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
2339 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
2340 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
2341 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
2342 make a menu for Options => toolbar that can move it.
2343
063e5294
CY
23442010-07-29 Chong Yidong <cyd@stupidchicken.com>
2345
2346 * emacs-lisp/package-x.el (package--make-rss-entry):
2347 (package-maint-add-news-item, package--update-news)
2348 (package-upload-buffer-internal): New arg ARCHIVE-URL.
2349
2350 * emacs-lisp/package.el (package-archive-url): Rename from
2351 package-archive-id.
2352 (package-install): Doc fix.
2353 (package-download-single, package-download-tar, package-install)
2354 (package-menu-view-commentary): Callers changed.
2355
683cc385
MA
23562010-07-29 Michael Albinus <michael.albinus@gmx.de>
2357
2358 * net/tramp.el (tramp-handle-start-file-process): Check only for
2359 `remote-tty' process property.
2360 (tramp-open-shell): Don't check for tty.
2361 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2362 process property.
2363
2364 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
2365 host.
2366
bc44bef7
PH
23672010-07-28 Chong Yidong <cyd@stupidchicken.com>
2368
2369 * emacs-lisp/package.el (package-load-list, package-archives)
2370 (package-archive-contents, package-user-dir)
2371 (package-directory-list, package--builtins, package-alist)
2372 (package-activated-list, package-obsolete-alist): Mark as risky.
2373
23742010-07-28 Phil Hagelberg <phil@evri.com>
2375
2376 Add support for non-default package repositories.
2377 * emacs-lisp/package.el (package-archive-base): Var deleted.
2378 (package-archives): New variable.
2379 (package-archive-contents): Doc fix.
0798a8d8 2380 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
2381 (package--write-file-no-coding): New function.
2382 (package-unpack-single): Use it.
2383 (package-archive-id): New function.
2384 (package-download-single, package-download-tar)
2385 (package-menu-view-commentary): Use it.
2386 (package-installed-p): Make second argument optional.
2387 (package-read-all-archive-contents): New function.
2388 (package-initialize): Use it.
2389 (package-read-archive-contents): Add ARCHIVE argument.
2390 (package--add-to-archive-contents): New function.
2391 (package-install): Don't call package-read-archive-contents.
2392 (package--download-one-archive): Store archive file in a
2393 subdirectory of package-user-dir.
2394 (package-menu-execute): Remove spurious line movement.
2395
8a52f00a
JD
23962010-07-28 Jan Djärv <jan.h.d@swipnet.se>
2397
2398 * cus-start.el (tool-bar-style): Add text-image-horiz.
2399
b21d3ceb
MA
24002010-07-28 Michael Albinus <michael.albinus@gmx.de>
2401
2402 * progmodes/gud.el (gud-common-init): Check for remoteness of
2403 `file', and not of `default-directory'.
2404
8fbcce2d
MA
24052010-07-28 Michael Albinus <michael.albinus@gmx.de>
2406
2407 * net/tramp.el (tramp-methods): Move hostname to the end in all
2408 ssh `tramp-login-args'.
2409 (tramp-verbose): Describe verbose level 9.
2410 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
2411 (tramp-open-connection-setup-interactive-shell): Trace stty
2412 settings if `tramp-verbose' >= 9.
2413 (tramp-handle-start-file-process): Implement tty setting.
2414 (Bug#4604, Bug#6360)
2415
2416 * net/tramp-cmds.el (tramp-bug): Recommend setting of
2417 `tramp-verbose' to 9.
2418
128440c9
AH
24192010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
2420
2421 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
2422 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
2423 Remove references to package `lisp-re' (bug#4369).
2424
ae0c2494
TT
24252010-07-27 Tom Tromey <tromey@redhat.com>
2426
2427 * progmodes/js.el (js-mode):
2428 * progmodes/make-mode.el (makefile-mode):
2429 * progmodes/simula.el (simula-mode):
2430 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
2431
0ed082fe 24322010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
2433
2434 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2435
604f7ca6
JB
2436 * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
2437
7c7c04c0
JB
2438 * time.el (display-time-day-and-date): Remove spurious * in docstring.
2439 (display-time-world-buffer-name, display-time-world-mode-map):
2440 Fix typos in docstrings.
2441
0ed082fe 24422010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
2443
2444 * image-mode.el (image-display-size): New function.
2445 (image-forward-hscroll, image-next-line, image-eol, image-eob)
2446 (image-mode-fit-frame): Use it (Bug#6639).
2447
0ed082fe 24482010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
2449
2450 * dired.el (dired-buffers-for-dir): Handle list values of
2451 dired-directory (Bug#6636).
2452
aa2d4bd3
SS
24532010-07-26 Sam Steingold <sds@gnu.org>
2454
2455 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
2456 Do not call `x-get-selection' the second time, reuse the value.
2457
78b84da3
DU
24582010-07-26 Daiki Ueno <ueno@unixuser.org>
2459
2460 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 2461 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 2462
4f195cf7
DU
24632010-07-25 Daiki Ueno <ueno@unixuser.org>
2464
2465 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
2466 exists before passing an error to find-file-not-found-functions
2467 (bug#6723).
2468
195e19e4
LH
24692010-07-23 Lukas Huonker <l.huonker@gmail.com>
2470
2471 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
2472 Remove leading nil element, adjust values.
2473 (tetris-shapes, tetris-shape-scores):
2474 Change representation of shapes and remove some redundancy.
2475 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
2476 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
2477 Adjust for working with new representation of shapes.
2478 (tetris-shape-rotations): New function.
2479 (tetris-move-bottom, tetris-move-left, tetris-move-right)
2480 (tetris-rotate-prev, tetris-rotate-next):
2481 Adjust for working with the new version of tetris-test-shape.
2482
9cf2db99
MT
24832010-07-23 Markus Triska <markus.triska@gmx.at>
2484
2485 * progmodes/ps-mode.el: Use comint (bug#5954).
2486 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
2487 (ps-mode-other-newline): Simplify.
2488 (ps-run-mode): Derive from comint-mode instead of
2489 fundamental-mode, yielding input history etc.
2490 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
2491 (ps-run-send-string): Adapt for comint-mode.
2492 (ps-run-newline): Remove now unneeded function.
2493
225d5e9e
MA
24942010-07-23 Michael Albinus <michael.albinus@gmx.de>
2495
2496 * net/tramp.el (tramp-methods): Move hostname to the end in all
2497 plink `tramp-login-args'.
2498
84bc68f2
MA
24992010-07-23 Michael Albinus <michael.albinus@gmx.de>
2500
2501 * net/tramp.el (tramp-open-shell): New defun.
2502 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2503 Use it.
2504
1eb5ca1c
MA
25052010-07-23 Michael Albinus <michael.albinus@gmx.de>
2506
2507 * net/tramp.el (tramp-file-name-regexp-unified)
2508 (tramp-completion-file-name-regexp-unified): On W32 systems, do
2509 not regard the volume letter as remote filename. (Bug#5447)
2510
440735a7
JB
25112010-07-23 Juanma Barranquero <lekktu@gmail.com>
2512
2513 * custom.el (custom-declare-variable): Give a clearer error message
2514 when the docstring is missing (bug#6476).
2515
5474c40f
MM
25162010-07-22 Michael R. Mauger <mmaug@yahoo.com>
2517
2518 * progmodes/sql.el: Version 2.4. Improved Login prompting.
2519 (sql-login-params): New widget definition.
2520 (sql-oracle-login-params, sql-mysql-login-params)
2521 (sql-solid-login-params, sql-sybase-login-params)
2522 (sql-informix-login-params, sql-ingres-login-params)
2523 (sql-ms-login-params, sql-postgres-login-params)
2524 (sql-interbase-login-params, sql-db2-login-params)
2525 (sql-linter-login-params): Use it.
2526 (sql-sqlite-login-params): Use it; Define "database" parameter as
2527 a file name.
c4cc8b9a 2528 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
2529 (sql-comint-sqlite): Make sure database name is complete.
2530 (sql-for-each-login): New function.
2531 (sql-connect, sql-save-connection): Use it.
2532 (sql-get-login-ext): New function.
2533 (sql-get-login): Use it.
2534 (sql-make-alternate-buffer-name): Handle :file parameters.
2535
9c0deccb
JB
25362010-07-22 Juanma Barranquero <lekktu@gmail.com>
2537
2538 * dired.el (dired-no-confirm): Document value t and fix defcustom to
2539 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
2540
aac818a8
TL
25412010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
2542
2543 * dired.el (dired-mode-map): Use command remapping (bug#6632).
2544
47d2734f
LM
25452010-07-22 Lawrence Mitchell <wence@gmx.li>
2546
2547 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
2548
10e73994
MA
25492010-07-21 Michael Albinus <michael.albinus@gmx.de>
2550
2551 * net/tramp.el (tramp-get-ls-command)
2552 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
2553 instead of "/".
2554
d26b0ea9
MM
25552010-07-20 Michael R. Mauger <mmaug@yahoo.com>
2556
2557 * progmodes/sql.el: Version 2.3.
2558 (sql-connection-alist): Changed keys from symbols to strings;
2559 enhanced the widget definition.
2560 (sql-mode-menu): Added submenu to select connections.
2561 (sql-interactive-mode-menu): Added "Save Connection" item.
2562 (sql-add-product): Fixed menu item.
2563 (sql-get-product-feature): Improved error handling.
2564 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
2565 (sql-make-alternate-buffer-name): Simplified.
2566 (sql-product-interactive): Handle missing product.
2567 (sql-connect): Support string keys, minor improvements.
2568 (sql-save-connection): New function.
2569 (sql-connection-menu-filter): New function.
2570
af4b9ae5
MA
25712010-07-20 Michael Albinus <michael.albinus@gmx.de>
2572
2573 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
2574 (tramp-open-connection-setup-interactive-shell): Apply
2575 workaround for IRIX64 bug. Move argument of last
2576 `tramp-send-command' where it belongs to.
2577
da040a16
MA
25782010-07-20 Michael Albinus <michael.albinus@gmx.de>
2579
2580 * net/tramp.el (tramp-perl-file-attributes)
2581 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2582 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2583 front of `login-args'.
2584
16f3ade5
JB
25852010-07-19 Juanma Barranquero <lekktu@gmail.com>
2586
2587 * time.el (display-time-world-mode): Define with `define-derived-mode'.
2588 Set `show-trailing-whitespace' to nil.
2589 (display-time-world-display): Simplify.
2590
00af0b67
AM
25912010-07-18 Alan Mackenzie <acm@muc.de>
2592
2593 Enhance `c-file-style' in file/directory local variables.
a628ad9d 2594 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
2595 (c-before-hack-hook): Call `c-set-style' differently according to
2596 whether c-file-style was set in file or directory local
2597 variables.
2598
30c4d8dc
MM
25992010-07-18 Michael R. Mauger <mmaug@yahoo.com>
2600
2601 * progmodes/sql.el: Version 2.2.
2602 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
2603 defcustom :safe keyword rather than putting safe-local-variable
2604 property.
2605 (sql-password): Use defcustom :risky keyword rather than putting
2606 risky-local-variable property.
2607 (sql-oracle-login-params, sql-sqlite-login-params)
2608 (sql-solid-login-params, sql-sybase-login-params)
2609 (sql-informix-login-params, sql-ingres-login-params)
2610 (sql-ms-login-params, sql-postgres-login-params)
2611 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 2612 (sql-linter-login-params): Add `port' option.
30c4d8dc
MM
2613 (sql-get-product-feature): Added NO-INDIRECT parameter.
2614 (sql-comint-oracle, sql-comint-sybase)
2615 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
2616 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
2617 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
2618 (sql-comint-linter): Renamed sql-connect-* functions to
2619 sql-comint-*.
2620 (sql-product-alist, sql-mode-menu): Renamed as above and
2621 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 2622 (sql-connection): New variable.
30c4d8dc
MM
2623 (sql-interactive-mode): Set it.
2624 (sql-connection-alist): New variable.
2625 (sql-connect): New function.
2626 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 2627 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 2628
f12492c8
TV
26292010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2630
2631 * image-mode.el (image-bookmark-make-record): Do not set context
2632 in an image (Bug#6650).
2633
91023c68
CY
26342010-07-17 Chong Yidong <cyd@stupidchicken.com>
2635
2636 * simple.el (select-active-region): New function.
2637 (push-mark-command, set-mark, activate-mark)
2638 (handle-shift-selection): Use it.
2639 (deactivate-mark): Don't check for size of region.
2640
2641 * mouse.el (mouse-drag-track): Use select-active-region.
2642
1c0e8f0e
MA
26432010-07-17 Michael Albinus <michael.albinus@gmx.de>
2644
2645 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
2646 "--dired" stronger.
2647
2490cbbc
CY
26482010-07-17 Chong Yidong <cyd@stupidchicken.com>
2649
2650 * term/x-win.el (x-select-enable-primary): Change default to nil.
2651 (x-select-enable-clipboard): Add :version keyword.
2652
2653 * mouse.el (mouse-drag-copy-region):
2654 * simple.el (select-active-regions): Likewise.
2655
f253ef6a
RS
26562010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
2657
a628ad9d 2658 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
2659 (vc-coding-system-for-diff): Use it to decide whether to inherit
2660 from the file the EOL format for reading the diffs of that file.
2661 (Bug#4451)
2662
134a027f
EZ
26632010-07-16 Eli Zaretskii <eliz@gnu.org>
2664
2665 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2666 unibyte, so compressed attachments are not compressed again.
2667
7e4289ad
MA
26682010-07-16 Michael Albinus <michael.albinus@gmx.de>
2669
2670 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
2671 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
2672 (tramp-find-shell): Simplify setting connection property.
2673 (tramp-get-ls-command): Make test for "--color=never" stronger.
2674
7473fff9 26752010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
2676
2677 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
2678 blocks within record declarations (i.e. variant parts) correctly.
2679
a11b38ee
SS
26802010-07-15 Simon South <ssouth@member.fsf.org>
2681
2682 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
2683 over literal tokens when parsing so newlines aren't "absorbed" by
2684 single-line comments. Corrects the indentation of case blocks
2685 that have a comment on the first line.
2686
077e0753
KF
26872010-07-14 Karl Fogel <kfogel@red-bean.com>
2688
2689 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
2690 by Drew Adams (Bug#5504).
2691
243881ed
J
26922010-07-14 Jan Djärv <jan.h.d@swipnet.se>
2693
2694 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 2695 now that Unicode is used (Bug#6594).
243881ed 2696
f9d71b42
CY
26972010-07-14 Chong Yidong <cyd@stupidchicken.com>
2698
2699 * term/x-win.el (x-select-enable-clipboard): Default to t.
2700 (x-initialize-window-system): Don't overwrite Paste menu item.
2701
2702 * simple.el (select-active-regions): Default to t.
2703 (push-mark-command): Don't overwrite primary with empty string.
2704
2705 * mouse.el: Bind mouse-2 to mouse-yank-primary.
2706 (mouse-drag-copy-region): Default to nil.
2707
2708 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
2709 Cut/Copy/Paste menu bar items.
2710
a628ad9d 27112010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
2712
2713 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2714 Patch applied by Karl Fogel.
2715
2716 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
2717 and `bookmark-current-buffer' if they have been already set in
2718 another buffer (e.g gnus-art).
2719
e44fa724 27202010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 2721 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
2722
2723 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
2724
2725 * bookmark.el (bookmark-make-record-default): Allow unneeded
2726 information to be omitted from the record.
2727
2728 Adjust declarations and calls:
2729
2730 * info.el (bookmark-make-record-default): Adjust declaration.
2731 (Info-bookmark-make-record): Adjust call.
2732
2733 * woman.el (bookmark-make-record-default): Adjust declaration.
2734 (woman-bookmark-make-record): Adjust call.
2735
2736 * man.el (bookmark-make-record-default): Adjust declaration.
2737 (Man-bookmark-make-record): Adjust call.
2738
2739 * image-mode.el (bookmark-make-record-default): Adjust declaration.
2740
2741 * doc-view.el (bookmark-make-record-default): Adjust declaration.
2742
0c4371fe
KF
27432010-07-13 Karl Fogel <kfogel@red-bean.com>
2744
2745 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
2746 This is also from Thierry Volpiatto's patch in bug #6444. However,
2747 because it was extraneous to the functional change in that patch,
2748 and causes a re-indendation, I am committing it separately.
2749
2bb8db3e 27502010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
2751
2752 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
2753 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 2754 Patch applied by Karl Fogel (Bug#6444).
068a0233 2755
21bd02a6
CY
27562010-07-13 Chong Yidong <cyd@stupidchicken.com>
2757
2758 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
2759
79cb9c05
AR
27602010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
2761
2762 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
2763 Dempsky; bug#5084). Remove incorrect binding for S-tab.
2764 (ns-alternatives-map): Change S-tab binding to backtab
2765 (bug#6616).
2766
2767 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
2768 under ns.
2769
beb000f9
AS
27702010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2771
dd86ea11
JB
2772 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
2773 (Bug#5806)
e9952282 2774
beb000f9
AS
2775 * language/tv-util.el (tai-viet-re): Remove format.
2776
6f2cdcd1
KH
27772010-07-12 Kenichi Handa <handa@m17n.org>
2778
dd86ea11
JB
2779 * language/hebrew.el: Remove no-byte-compile declaration.
2780 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
2781 composition-function-table for 3-character looking back.
2782 (hebrew-font-get-precomposed): New function.
2783 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
2784
f479ef6e
CY
27852010-07-11 Chong Yidong <cyd@stupidchicken.com>
2786
2787 * mouse.el (mouse-drag-track): Handle select-active-regions
2788 (Bug#6612).
2789
3277c1ee
MA
27902010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
2791
2792 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2793 empty argument to gvfs-copy.
2794
3260caf8
GM
27952010-07-10 Glenn Morris <rgm@gnu.org>
2796
2797 * calendar/calendar.el (calendar-week-end-day): New function.
2798 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
2799 Respect calendar-week-start-day. (Bug#6606)
2800 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2801 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
2802 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
2803 respect calendar-week-start-day.
2804
c876b263
CY
28052010-07-10 Chong Yidong <cyd@stupidchicken.com>
2806
2807 * simple.el (use-region-p): Doc fix (Bug#6607).
2808
dce34635
AG
28092010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
2810
2811 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
2812 regexps for cucumber and ruby.
2813
c0397930
DU
28142010-07-08 Daiki Ueno <ueno@unixuser.org>
2815
2816 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
2817 (epa-file-insert-file-contents): Hack to prevent
192cfe77 2818 find-file from opening empty buffer when decryption failed
c0397930
DU
2819 (bug#6568).
2820
fd5539c6
AM
28212010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
2822
a628ad9d
JB
2823 * textmodes/ispell.el (ispell-alternate-dictionary):
2824 Use file-readable-p.
fd5539c6
AM
2825 Return nil if no word-list is found at default locations.
2826 (ispell-complete-word-dict): Default to nil.
2827 (ispell-command-loop): Use 'word-list' when using lookup-words.
2828 (lookup-words): Use ispell-complete-word-dict or
2829 ispell-alternate-dictionary. Check for word-list availability
2830 and handle errors if needed with better messages (Bug#6539).
2831 (ispell-complete-word): Use ispell-complete-word-dict or
2832 ispell-alternate-dictionary.
2833
4565b08e
CS
28342010-07-07 Christoph Scholtes <cschol2112@gmail.com>
2835
2836 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
2837 builtins (BufferError, BytesWarning, WindowsError; callables
2838 bin, bytearray, bytes, format, memoryview, next, print; __package__).
2839
a2c270e7
GM
28402010-07-07 Glenn Morris <rgm@gnu.org>
2841
2842 * play/zone.el (top-level): Do not require timer, tabify, or cl.
2843 (zone-shift-left): Ignore intangibility, and any errors from
2844 forward-char.
2845 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
2846 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
2847 deleting, and copying text properties.
2848 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
2849 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
2850 to point-max is hard.
2851 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
2852 (zone-fill-out-screen): Ignore intangibility.
2853
81133808
CY
28542010-07-05 Chong Yidong <cyd@stupidchicken.com>
2855
4ad11f8c
CY
2856 * menu-bar.el (menu-bar-mode):
2857 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
2858 if it has been set.
2859
81133808
CY
2860 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
2861 word/line selection (Bug#6565).
2862
b24344ca
JB
28632010-07-04 Juanma Barranquero <lekktu@gmail.com>
2864
2865 * net/dbus.el (dbus-send-signal): Declare function.
2866
b1ce08da
MA
28672010-07-04 Michael Albinus <michael.albinus@gmx.de>
2868
2869 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
2870 (dbus-register-property): New optional argument EMITS-SIGNAL.
2871 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
2872
5592c08f
CY
28732010-07-03 Chong Yidong <cyd@stupidchicken.com>
2874
2875 * mouse.el (mouse-drag-overlay): Variable deleted.
2876 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
2877 (mouse--remap-link-click-p): New function.
2878 (mouse-drag-track): Handle dragging by using temporary Transient
2879 Mark mode, instead of a special overlay.
2880 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
2881 mouse-show-mark.
2882
2883 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
2884 deleted.
2885
a6ed0e28
JL
28862010-07-02 Juri Linkov <juri@jurta.org>
2887
2888 * autoinsert.el (auto-insert-alist): Fix readability
2889 by using dotted pair notation for lambda.
2890
c91e692b
JL
28912010-07-02 Juri Linkov <juri@jurta.org>
2892
2893 * faces.el (read-face-name): Rename arg `string-describing-default'
2894 to `default'. Doc fix. Display the default value in quotes
2895 in the prompt. With empty input, return the `default' arg,
2896 unless the default value is a string (in which case return nil).
2897 (describe-face): Replace the string `default' arg of `read-face-name'
2898 with the symbol `default'.
2899
23640f8f
CY
29002010-07-02 Chong Yidong <cyd@stupidchicken.com>
2901
2902 * emulation/viper-cmd.el (viper-delete-backward-char)
2903 (viper-del-backward-char-in-insert)
2904 (viper-del-backward-char-in-replace, viper-change)
2905 (viper-backward-indent): Replace delete-backward-char with
2906 delete-char (Bug#6552).
2907
b32d1614
CY
29082010-07-01 Chong Yidong <cyd@stupidchicken.com>
2909
2910 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
2911
c1ef4455
CY
29122010-06-30 Chong Yidong <cyd@stupidchicken.com>
2913
2914 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
2915 argument passed to frame-creation-function (Bug#5378).
2916
2917 * faces.el (x-handle-named-frame-geometry)
2918 (x-handle-reverse-video, x-create-frame-with-faces)
2919 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
2920 separately consult default-frame-alist. It is now passed as the
2921 PARAMETER argument.
2922
55702e89
AS
29232010-06-30 Andreas Schwab <schwab@linux-m68k.org>
2924
2925 * startup.el (command-line): Don't call tool-bar-setup in a
2926 tty-only build.
2927
dc9a226c
CY
29282010-06-30 Chong Yidong <cyd@stupidchicken.com>
2929
2930 * ruler-mode.el (ruler--save-header-line-format): New fun.
2931 (ruler-mode): Use it as a setter function, so as not to overwrite
2932 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
2933
a2f043d3
CY
29342010-06-29 Chong Yidong <cyd@stupidchicken.com>
2935
2936 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
2937 (vc-root-diff, vc-print-root-log, vc-log-incoming)
2938 (vc-log-outgoing): Use it.
2939 (vc-diff-internal): Set diff-vc-backend.
2940
2941 * vc/diff-mode.el (diff-vc-backend): New var.
2942
62d115ef
J
29432010-06-28 Jan Djärv <jan.h.d@swipnet.se>
2944
2945 * dynamic-setting.el (font-setting-change-default-font): Remove
2946 call to message.
2947
1180f752
KH
29482010-06-28 Kenichi Handa <handa@m17n.org>
2949
2950 * international/quail.el (quail-insert-kbd-layout): Fix the
2951 showing of untranslated characters.
2952
b9229673
CY
29532010-06-28 Chong Yidong <cyd@stupidchicken.com>
2954
2955 * simple.el (delete-active-region): New option.
2956 (delete-backward-char): Implement in Lisp.
2957 (delete-forward-char): New command.
2958
2959 * mouse.el (mouse-region-delete-keys): Deleted.
2960 (mouse-show-mark): Simplify.
2961
2962 * bindings.el (global-map): Bind delete and DEL, the former to
2963 delete-forward-char.
2964
a628ad9d 29652010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
2966
2967 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
2968 (ruby-mode): Bind indent-line-function (Bug#5119).
2969
3468f435
CY
29702010-06-27 Chong Yidong <cyd@stupidchicken.com>
2971
2972 * startup.el (command-line): Recognize "0" X resource value.
2973
6431f2e6
CY
29742010-06-27 Chong Yidong <cyd@stupidchicken.com>
2975
2976 * startup.el (command-line): Use X resources to set the value of
2977 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
2978
2979 * menu-bar.el (menu-bar-mode):
2980 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
2981 Set init-value to t.
2982
2983 * frame.el (frame-notice-user-settings): Don't change
2984 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
2985 vice versa (Bug#2249).
2986
b61dfbe2
EZ
29872010-06-26 Eli Zaretskii <eliz@gnu.org>
2988
2989 * w32-fns.el (w32-convert-standard-filename): Doc fix.
2990
f5cbf40e
AM
29912010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
2992
a628ad9d
JB
2993 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
2994 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 2995
a628ad9d 2996 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 2997 default directories are expanded (Bug#6143).
f5cbf40e 2998
8f3b8a5f
JL
29992010-06-24 Juri Linkov <juri@jurta.org>
3000
3001 * minibuffer.el (completions-format): Change default from nil to
3002 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
3003
5af72a47
JL
30042010-06-24 Juri Linkov <juri@jurta.org>
3005
3006 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
3007 buffer-locally to lambda that re-runs the vc diff command.
3008 (Bug#6447)
3009
8f804316
CY
30102010-06-24 Chong Yidong <cyd@stupidchicken.com>
3011
3012 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
3013 echo area is in use (Bug#3412).
3014
be19ef0b
GM
30152010-06-22 Glenn Morris <rgm@gnu.org>
3016
6555773f
GM
3017 * textmodes/texinfmt.el (texinfo-format-region)
3018 (texinfo-raise-lower-sections, texinfo-format-separate-node)
3019 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
3020 (texinfo-format-option, texinfo-noindent):
3021 Use line-beginning-position and line-end-position.
3022
be19ef0b
GM
3023 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
3024 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
3025 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
3026 utf-8 characters.
3027
7f0b7b3e
KF
30282010-06-21 Karl Fogel <kfogel@red-bean.com>
3029
49554388
GM
3030 * play/zone.el (zone-fall-through-ws): Fix next-line ->
3031 forward-line fallout.
3032
e8579ebc
CY
30332010-07-06 Chong Yidong <cyd@stupidchicken.com>
3034
3035 * mouse.el (mouse-appearance-menu): Add docstring.
3036
3037 * help.el (describe-key): Print up-event using key-description.
3038
5d1cd8bd
MA
30392010-07-03 Michael Albinus <michael.albinus@gmx.de>
3040
3041 * net/zeroconf.el (zeroconf-resolve-service)
3042 (zeroconf-service-resolver-handler): Use
3043 `dbus-byte-array-to-string'.
3044 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
3045
112dbc0e
MA
30462010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
3047
3048 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
3049
d0cb23ca
DN
30502010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
3051
3052 Avoid displaying files with a nil state in vc-dir.
a628ad9d 3053 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
3054 cases that cause insertion.
3055 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
3056 with a nil state.
3057
01b229d1
CY
30582010-06-30 Chong Yidong <cyd@stupidchicken.com>
3059
3060 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
3061
8bf1c786 30622010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
3063
3064 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
3065
dfc6544c
CY
30662010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3067
3068 * generic-x.el (bat-generic-mode): Fix regexp for command line
3069 switches (Bug#5719).
3070
b7d4de51
CY
30712010-06-27 Masatake YAMATO <yamato@redhat.com>
3072
dfc6544c
CY
3073 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
3074 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 3075
3726248f
CY
30762010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
3077
8bf1c786 3078 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
3079 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
3080 bindings of bookmark-automatically-show-annotations (Bug#6515).
3081
aca54191
EZ
30822010-06-25 Eli Zaretskii <eliz@gnu.org>
3083
3084 * arc-mode.el (archive-zip-extract): Don't quote the file name on
3085 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
3086
2330fa87
ŠN
30872010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
3088
3089 * comint.el (make-comint, make-comint-in-buffer): Mention return
3090 value in the docstrings. (Bug#6498)
3091
29115ca9
YR
30922010-06-24 Yoni Rabkin <yoni@rabkins.net>
3093
3094 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
3095 since it is not present when using some non-default switches.
3096
2c79f053
KF
30972010-06-23 Karl Fogel <kfogel@red-bean.com>
3098
7f0b7b3e
KF
3099 * simple.el (compose-mail): Fix doc string to refer to
3100 `compose-mail-user-agent-warnings', instead of to the
3101 nonexistent `compose-mail-check-user-agent'.
3102
43a91810
AM
31032010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
3104
3105 Fix an indentation bug:
3106
3107 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
3108 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
3109 of existing values.
3110
3111 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
3112 (c-clear->-pair-props-if-match-before): now return t when they've
3113 cleared properties, nil otherwise.
3114 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
3115 by taking account of the existing value.
3116
3117 * progmodes/cc-defs.el
3118 (c-clear-char-property-with-value-function): Fix this to clear the
3119 property rather than overwriting it with nil.
3120
8adb4c33
CY
31212010-06-20 Chong Yidong <cyd@stupidchicken.com>
3122
3123 * emacs-lisp/package.el (package-print-package): Add link to
3124 package description via describe-package.
3125 (describe-package-1): List package requirements. Add button to
3126 perform installation.
3127 (package-menu-describe-package): New command.
3128
3129 * help-mode.el (help-package): New button type.
3130
cced7584
CY
31312010-06-19 Chong Yidong <cyd@stupidchicken.com>
3132
3133 * emacs-lisp/package.el: Move package-list-packages binding to
3134 menu-bar.el.
3135 (describe-package, describe-package-1, package--dir): New funs.
3136 (package-activate-1): Use package--dir.
3137
3138 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
3139
3140 * help-mode.el (help-package-def): New button type.
3141
3142 * menu-bar.el: Move package-list-packages binding here from
3143 package.el.
3144
d148e8f9
GH
31452010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
3146
3147 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
3148
b1a03ef6
SM
31492010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3150
3151 * emacs-lisp/edebug.el (edebug-read-list):
3152 Phase out old-style backquotes.
3153
dbd6da78
JL
31542010-06-17 Juri Linkov <juri@jurta.org>
3155
3156 * help-mode.el (help-mode): Set buffer-local variable
3157 revert-buffer-function to help-mode-revert-buffer.
3158 (help-mode-revert-buffer): New function.
3159
3160 * info.el (Info-revert-find-node): Check for major-mode Info-mode
3161 before popping to "*info*" (like in other Info functions).
3162 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
3163 old-history-forward. Pop to old-buffer-name or "*info*" to
3164 recreate the killed buffer. Set Info-history-forward from
3165 old-history-forward.
3166 (Info-breadcrumbs-depth): Add :group and :version.
3167
64eba874
DN
31682010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
3169
3170 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
3171
26508c03
AM
31722010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
3173
a628ad9d
JB
3174 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
3175 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 3176
69582fcd
JB
31772010-06-17 Juanma Barranquero <lekktu@gmail.com>
3178
54ea2a0d
JB
3179 * emacs-lisp/package.el (package-menu-mode-map):
3180 Move initialization into declaration.
3181
69582fcd
JB
3182 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
3183
44198b6e
CY
31842010-06-17 Chong Yidong <cyd@stupidchicken.com>
3185
3186 * emacs-lisp/package.el (package-archive-base): Point to
3187 elpa.gnu.org.
3188 (package-enable, package-load-list): New defcustoms.
3189 (package-user-dir, package-directory-list): Turn into defcustoms.
3190 Don't include package-user-dir in package-directory-list.
3191 (package--builtins-base): Don't include Emacs as a "package".
3192 (package-subdirectory-regexp): New var.
3193 (package-load-all-descriptors, package-compute-transaction)
3194 (package-download-transaction): Obey package-load-list.
3195 (package-activate-1): Rename from package-do-activate.
3196 (package-list-packages-internal): Check package-load-list.
3197 (package-load-descriptor, package-generate-autoloads)
3198 (package-unpack, package-unpack-single)
3199 (package--read-archive-file, package-delete): Use
3200 expand-file-name.
3201
3202 * emacs-lisp/package-x.el: New file. Package uploading
3203 functionality split out from package.el.
3204
3205 * startup.el (command-line): Load packages after reading init
3206 file.
3207
32082010-06-17 Tom Tromey <tromey@redhat.com>
3209
3210 * emacs-lisp/package.el: New file.
3211
50d76a9f
DN
32122010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3213
3214 Fix vc-annotate for renamed files when using Git.
3215 * vc-git.el (vc-git-find-revision): Deal with empty results from
3216 ls-files. Doe not pass the object as a file name to cat-file, it
3217 is not a file name.
3218 (vc-git-annotate-command): Pass the file name using -- to avoid
3219 ambiguity with the revision.
3220 (vc-git-previous-revision): Pass a relative file name.
3221
6095a05b
GM
32222010-06-22 Glenn Morris <rgm@gnu.org>
3223
943375a6
GM
3224 * progmodes/js.el (js-mode-map): Use standard capitalization and
3225 ellipses for menu entries.
3226
6095a05b
GM
3227 * wid-edit.el (widget-complete): Doc fix.
3228
4514199e
JH
32292010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
3230
3231 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
3232
c4786d60
DN
32332010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3234
11c46b39
DN
3235 Fix annotating other revisions for renamed files in vc-annotate.
3236 * vc-annotate.el (vc-annotate): Add an optional argument for the
3237 VC backend. Use it when non-nil.
a628ad9d
JB
3238 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
3239 (Bug#6487)
11c46b39 3240
c4786d60
DN
3241 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
3242 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3243 Do not pass the file name to the 'previous-revision call when we
3244 don't want a file diff. (Bug#6489)
3245
04ec0963
DN
32462010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
3247
11c46b39 3248 Fix finding revisions for renamed files in vc-annotate.
04ec0963
DN
3249 * vc.el (vc-find-revision): Add an optional argument for
3250 the VC backend. Use it when non-nil.
3251 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
3252 backend to vc-find-revision. (Bug#6487)
3253
c036381c
DN
32542010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
3255
3256 Fix reading file names in Git annotate buffers.
3257 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
3258 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
3259
05c123e6
AM
32602010-06-20 Alan Mackenzie <acm@muc.de>
3261
3262 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
3263 in file local variables, set it first.
3264
4111f0c7
GM
32652010-06-19 Glenn Morris <rgm@gnu.org>
3266
74739ffd
GM
3267 * descr-text.el (describe-char-unicode-data): Insert separating
3268 space when needed. (Bug#6422)
3269
4111f0c7
GM
3270 * progmodes/idlwave.el (idlwave-action-and-binding):
3271 Fix typo in 2009-12-03 change. (Bug#6450)
3272
e20f0421
SM
32732010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
3274
3275 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
3276 handling for `lambda' (misunderstanding).
3277
fb3e306a
JB
32782010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
3279
dd86ea11 3280 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
3281 constants aren't distributed after they are factored out.
3282
e020fb59
JL
32832010-06-16 Juri Linkov <juri@jurta.org>
3284
3285 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
3286 `list-colors-print'. (Bug#6332)
3287
b8add347
SM
3288 * subr.el (read-quoted-char): Fix up last change (bug#6290).
3289
36901266
SM
32902010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3291
49b2e83d
SM
3292 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
3293 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
3294
36901266
SM
3295 * font-lock.el (font-lock-major-mode): Rename from
3296 font-lock-mode-major-mode to distinguish it from
3297 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
3298 (font-lock-set-defaults):
3299 * font-core.el (font-lock-default-function): Adjust users.
3300 (font-lock-mode): Don't set it at all.
3301
2a64315a 33022010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08
SM
3303
3304 * vc-annotate.el (vc-annotate): Use vc-read-revision.
3305
2a64315a 33062010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
3307
3308 * calendar/appt.el (appt-time-msg-list): Doc fix.
3309 (appt-check): Let-bind appt-warn-time.
3310 (appt-add): Make the 3rd argument optional.
3311 Simplify argument names. Doc fix. Check for integer WARNTIME.
3312 Only add WARNTIME to the output list if non-nil.
3313
2a64315a 33142010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
3315
3316 * calendar/appt.el (appt-check): Let the 3rd element of
3317 appt-time-msg-list specify the warning time.
3318 (appt-add): Add new argument with the warning time. (Bug#5176)
3319
2a64315a 33202010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
a9de35fe
BR
3321
3322 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
3323 older than version 1.6. (Bug#6361)
3324
2a64315a 33252010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
3326
3327 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
3328 used by cl-do-arglist. (Bug#6408)
3329
30d7ac37
AM
33302010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
3331
a628ad9d 3332 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
30d7ac37
AM
3333 portuguese casechars/not-casechars for missing 'çÇ'.
3334 Suggested by Rolando Pereira (bug#6434).
3335
8fd02581
JB
33362010-06-15 Juanma Barranquero <lekktu@gmail.com>
3337
3338 * facemenu.el (list-colors-sort): Doc fix.
3339
b15922cc
BR
33402010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3341
3342 * progmodes/sql.el (sql-connect-mysql): Fix typo.
3343
f0bf7c8e
JL
33442010-06-14 Juri Linkov <juri@jurta.org>
3345
3346 Add sort option `list-colors-sort'. (Bug#6332)
3347 * facemenu.el (color-rgb-to-hsv): New function.
3348 (list-colors-sort): New defcustom.
3349 (list-colors-sort-key): New function.
3350 (list-colors-display): Doc fix. Sort list according to the option
3351 `list-colors-sort'.
3352 (list-colors-print): Add HSV values to `help-echo' property of
3353 RGB strings.
3354
c42fe9a5
JL
33552010-06-14 Juri Linkov <juri@jurta.org>
3356
3357 * compare-w.el: Move to the "vc" subdirectory.
3358
b263a4c4
SM
33592010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3360
d8b0cddd
SM
3361 * image-mode.el (image-mode-map): Remap left-char and right-char.
3362
b263a4c4
SM
3363 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
3364
89877f5f
CY
33652010-06-12 Chong Yidong <cyd@stupidchicken.com>
3366
133a8d82
CY
3367 * term/common-win.el (x-colors): Add all the color names defined
3368 in rgb.txt (Bug#6332).
3369
89877f5f
CY
3370 * facemenu.el (list-colors-print): Don't print extra names if it
3371 will overflow the window width.
3372
3373 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 3374 change (Bug#6343).
89877f5f 3375
9d1f18b5
EZ
33762010-06-12 Eli Zaretskii <eliz@gnu.org>
3377
3378 * files.el (make-directory): Doc fix (bug#6396).
3379
b81a0b56
MA
33802010-06-12 Michael Albinus <michael.albinus@gmx.de>
3381
3382 * net/tramp.el (tramp-remote-process-environment): Protect version
3383 string by apostroph.
3384 (tramp-shell-prompt-pattern): Do not use a shy group in case of
3385 XEmacs.
3386 (tramp-file-name-for-operation): Add `call-process-region'.
3387 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
3388
3389 * net/tramp-compat.el (top): Do not autoload
3390 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
3391 only when `start-file-process' is not bound.
3392 (tramp-advice-file-expand-wildcards): Do not use
3393 `tramp-handle-file-remote-p'.
3394 (tramp-compat-make-temp-file): Handle the case, that
3395 `make-temp-file' has no third argument EXTENSION.
3396
69f18acc
JB
33972010-06-11 Juanma Barranquero <lekktu@gmail.com>
3398
5fee75d4
JB
3399 * makefile.w32-in (WINS_BASIC): Include new directory vc.
3400
69f18acc
JB
3401 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
3402
9766adfb
JL
34032010-06-11 Juri Linkov <juri@jurta.org>
3404
3405 * finder.el (finder-known-keywords): Add keyword "vc"
3406 for version control.
3407
3408 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
3409 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
3410 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
3411 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
3412
56b2854f
JL
34132010-06-11 Juri Linkov <juri@jurta.org>
3414
3415 Move version control related files to the "vc" subdirectory.
3416 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
3417 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
3418 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
3419 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
3420 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
3421 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
3422 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
3423 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
3424 Move files to the "vc" subdirectory.
3425
6534e58a
CY
34262010-06-11 Chong Yidong <cyd@stupidchicken.com>
3427
3428 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
3429 (Bug#6367).
3430
84d9562f
SE
34312010-06-11 Stephen Eglen <stephen@gnu.org>
3432
3433 * shell.el: Bind `shell-resync-dirs' to M-RET.
3434
3ef0a6a5
MA
34352010-06-10 Michael Albinus <michael.albinus@gmx.de>
3436
3437 * notifications.el: Move file from lisp/net, because it is
3438 supposed to talk locally to the user.
3439
fa4003da
MA
34402010-06-10 Julien Danjou <julien@danjou.info>
3441
3442 * net/notifications.el (notifications-on-action-signal)
3443 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 3444 argument to the callback functions. Add docstrings.
fa4003da
MA
3445 (notifications-notify): Fix docstring.
3446
46e6650e
GM
34472010-06-10 Glenn Morris <rgm@gnu.org>
3448
3449 * emacs-lisp/authors.el (authors-ignored-files)
3450 (authors-valid-file-names): Add some files.
3451
a71832f7
SM
34522010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3453
3454 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
3455 merge conflict, giving preference to the emacs-23 version of the code.
3456
8c6eab5a
SM
34572010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3458
989bc97f
SM
3459 * emacs-lisp/advice.el (ad-compile-function):
3460 Define warning-suppress-types before we let-bind it (bug#6275).
3461
8c6eab5a
SM
3462 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
3463 declare it, make it buffer-local and permanent-local (bug#6324).
3464 (vc-resynch-window): Adjust name.
3465 * vc-hooks.el (vc-find-file-hook): Adjust name.
3466
890a18d6
MA
34672010-06-09 Michael Albinus <michael.albinus@gmx.de>
3468
3469 * net/notifications.el (notifications-notify): Fix docstring.
3470
bf3e70eb
JB
34712010-06-09 Juanma Barranquero <lekktu@gmail.com>
3472
3473 Update to Unicode 6.0.0 beta.
3474 * international/charprop.el: Update copyright.
3475 * international/mule-cmds.el (ucs-names): Update character ranges.
3476 * international/uni-bidi.el:
3477 * international/uni-category.el:
3478 * international/uni-combining.el:
3479 * international/uni-comment.el:
3480 * international/uni-decimal.el:
3481 * international/uni-decomposition.el:
3482 * international/uni-digit.el:
3483 * international/uni-lowercase.el:
3484 * international/uni-mirrored.el:
3485 * international/uni-name.el:
3486 * international/uni-numeric.el:
3487 * international/uni-old-name.el:
3488 * international/uni-titlecase.el:
3489 * international/uni-uppercase.el: Regenerate.
3490
b978141d
JB
34912010-06-09 Juanma Barranquero <lekktu@gmail.com>
3492
ee8359ba
JB
3493 * emacs-lisp/smie.el (comment-string-strip): Declare function.
3494 (smie-precs-precedence-table): Fix typo in docstring.
3495
f64ab8fb
JB
3496 * vc-mtn.el (log-edit-extract-headers): Declare function.
3497
883ffa8c
JB
3498 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
3499
b978141d
JB
3500 * net/notifications.el (dbus-register-signal): Declare function.
3501 (notifications-notify): Fix typos and reflow docstring.
3502
5f4f2ae4
DN
35032010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
3504
3505 Improve VC create/retrieve tag/branch.
3506 * vc.el (vc-create-tag): Do not read the directory name for VCs
3507 with repository revision granularity. Adjust the tag/branch
3508 prompt. Reset VC properties.
3509 (vc-retrieve-tag): Do not read the directory name for VCs
3510 with repository revision granularity. Reset VC properties.
3511
41a86354
MA
35122010-06-09 Julien Danjou <julien@danjou.info>
3513
ef33fd34 3514 * net/notifications.el: New file.
41a86354 3515
fab43c76
DN
35162010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
3517
00fd1147
DN
3518 Add optional support for resetting VC properties.
3519 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
3520 call vc-file-clearprops when true.
3521 (vc-resynch-buffer): Add new optional argument, pass it down.
3522 (vc-resynch-buffers-in-directory): Likewise.
3523
fab43c76
DN
3524 Improve support for special markup in the VC commit message.
3525 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
3526 * vc-hg.el (vc-hg-checkin): Add support for Date:.
3527 * vc-git.el (vc-git-checkin):
3528 * vc-bzr.el (vc-bzr-checkin): Likewise.
3529
e7d67e73
SM
35302010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3531
3532 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
3533 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
3534
277e6741
MP
35352010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
3536
3537 * iimage.el: Remove images as soon as the underlying text is modified.
3538 (iimage-modification-hook): New function.
3539 (iimage-mode-buffer): Use it.
3540
83156c18
SM
35412010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
3542
3543 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
3544 smie-indent-offset-after. Add :prev case. Make a bit more generic.
3545 (smie-indent-virtual): Remove `virtual' arg. Update callers.
3546 (smie-indent-keyword): Add handling of open-paren keywords.
3547 (smie-indent-comment-continue): Don't assume comment-continue.
3548
13b5221f
MR
35492010-06-07 Martin Rudalics <rudalics@gmx.at>
3550
3551 * window.el (pop-to-buffer): Remove the conditional that
3552 compares new-window and old-window, so it will reselect
3553 the selected window unconditionally.
3554 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
3555
c2ea5810
SM
35562010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
3557
3558 * emacs-lisp/smie.el (smie-indent-offset-after)
3559 (smie-indent-forward-token, smie-indent-backward-token): New functions.
3560 (smie-indent-after-keyword): Use them.
3561 (smie-indent-fixindent): Only applies to the indentation of the BOL.
3562 (smie-indent-keyword): Tweak the black magic.
3563 (smie-indent-comment-continue): Strip comment-continue before use.
3564 (smie-indent-functions): Indent comments before keywords.
3565
27dd3c11
JL
35662010-06-06 Juri Linkov <juri@jurta.org>
3567
3568 * isearch.el (isearch-lazy-highlight-search): Fix looping
3569 by checking for empty match. This syncs this loop with the
3570 similar loop in `isearch-search'. (Bug#6362)
3571
35b148ee
JB
35722010-06-05 Juanma Barranquero <lekktu@gmail.com>
3573
3574 * net/dbus.el (dbus-register-method): Declare function.
3575 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
3576 (dbus-introspect): Doc fix.
3577 (dbus-event-bus-name, dbus-introspect-get-interface)
3578 (dbus-introspect-get-argument): Reflow docstrings.
3579
eccdfe5f
DN
35802010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
3581
3582 vc-log-incoming/vc-log-outgoing fixes for Git.
3583 * vc-git.el (vc-git-log-view-mode): Fix font lock for
3584 incoming/outgoing logs.
3585 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
3586 instead of vc-git-compute-remote.
3587 (vc-git-compute-remote): Remove.
3588
86253dc0
CY
35892010-06-04 Chong Yidong <cyd@stupidchicken.com>
3590
3591 * term/common-win.el (x-colors): Add "dark green" and "dark
3592 turquoise" (Bug#6332).
3593
0665f661
JL
35942010-06-04 Juri Linkov <juri@jurta.org>
3595
3596 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
3597 Instead of setting `replace' to t and replacing the same string
3598 with itself, don't do certain actions when
3599 kill-do-not-save-duplicates is non-nil and string is equal to car
3600 of kill-ring: don't call menu-bar-update-yank-menu, don't push
3601 interprogram-paste strings to kill-ring, and don't push the input
3602 argument `string' to kill-ring.
3603 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
3604
087fc47a
JB
36052010-06-04 Juanma Barranquero <lekktu@gmail.com>
3606
3607 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
3608
4f201088
MA
36092010-06-04 Michael Albinus <michael.albinus@gmx.de>
3610
3611 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
3612 (tramp-gvfs-handler-mounted-unmounted)
3613 (tramp-gvfs-connection-mounted-p): Handle default-location.
3614
3615 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
3616 move files to trash.
3617
18ccd78a
JB
36182010-06-04 Juanma Barranquero <lekktu@gmail.com>
3619
3620 * international/mule-cmds.el (nonascii-insert-offset)
3621 (nonascii-translation-table): Add obsolescence information.
3622
3623 * international/mule.el (make-translation-table-from-vector): Doc fix.
3624
988b91ce
EL
36252010-06-03 Eric Ludlam <zappo@gnu.org>
3626
3627 * cedet/semantic/lex-spp.el
3628 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
3629 invalid values during save, just save a nil (Bug#6324).
3630
3845c322
GM
36312010-06-03 Glenn Morris <rgm@gnu.org>
3632
3633 * desktop.el (desktop-clear-preserve-buffers):
3634 Add "*Warnings*" buffer. (Bug#6336)
3635
54d3626e
DN
36362010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
3637
6941ffec
DN
3638 vc-log-incoming/vc-log-outgoing improvements for Git.
3639 * vc-git.el (vc-git-log-outgoing): Use the same format as the
3640 short log.
3641 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
3642
54d3626e
DN
3643 Add bindings for vc-log-incoming and vc-log-outgoing.
3644 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
3645 and vc-log-outgoing.
3646 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
3647 and vc-log-outgoing.
3648
aa1bc616
CY
36492010-06-03 Chong Yidong <cyd@stupidchicken.com>
3650
3651 * net/rcirc.el (rcirc-sort-nicknames): Remove.
3652 (rcirc-handler-366): Always sort nicknames.
3653
e2d2a205
JB
36542010-06-03 Juanma Barranquero <lekktu@gmail.com>
3655
3656 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
3657
44ea155d
CY
36582010-06-03 Chong Yidong <cyd@stupidchicken.com>
3659
a628ad9d 3660 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 3661
a91dedc4
SM
36622010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
3663
3664 * net/rcirc.el (rcirc-sort-nicknames): Change default.
3665 (rcirc-sort-nicknames-join): Avoid setq.
3666
c62bf05a
DD
36672010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3668
3669 * net/rcirc.el (rcirc-sort-nicknames): New custom.
3670 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
3671 (rcirc-handler-366): Use them.
3672
dd2c3c92
SM
36732010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
3674
3675 Split smie-indent-calculate into more manageable chunks.
3676 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
3677 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
3678 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
3679 (smie-indent-exps): Extract from smie-indent-calculate.
3680 (smie-indent-functions): New var.
3681 (smie-indent-functions): Use them.
3682
927c346b
SM
36832010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
3684
3685 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
3686 (smie-indent-calculate): Simplify and cleanup.
3687
1efeec86
MA
36882010-06-02 Michael Albinus <michael.albinus@gmx.de>
3689
3690 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
3691 (tramp-gvfs-mount-point): Remove.
3692 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
3693 New defuns.
1efeec86
MA
3694 (with-tramp-dbus-call-method): Format trace message.
3695 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
3696 Implement backup call, when operation on local files fails.
3697 Use progress reporter. Flush properties of changed files.
1efeec86
MA
3698 (tramp-gvfs-handle-make-directory): Make more traces.
3699 (tramp-gvfs-url-file-name): Hexify file name in url.
3700 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
3701 into account for the resulting file name.
3702 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
3703 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
3704 (tramp-gvfs-handler-mounted-unmounted)
3705 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
3706 attribute "default_location". Set "prefix" property.
3707 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
3708 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
3709 exists. Raise an error, if not (due to a corresponding answer
3710 "no" in interactive questions, for example).
3711
89877f5f 37122010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
3713
3714 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
3715
24f574a9
JB
37162010-06-01 Juanma Barranquero <lekktu@gmail.com>
3717
3718 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
3719 right-*. (Bug#6265)
3720
290736f2
DN
37212010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
3722
61158bfa
DN
3723 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
3724 * vc-git.el (vc-git-compute-remote): New function.
3725 (vc-git-log-outgoing): Use it instead of hard coding a value.
3726 (vc-git-log-incoming): New function.
3727
5828f6ca
DN
3728 Improve state updating for VC tag commands.
3729 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
3730 to update the state of all buffers in the directory.
3731
290736f2
DN
3732 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
3733
feceda26
SM
37342010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3735
3736 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
3737 `file-directory-p' to the filename part rather than to the whole text.
3738
a44ae268 37392010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
9b937f37
JM
3740
3741 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
3742 (bug#6231).
3743
896114cf
SM
37442010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3745
3746 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
3747
1603358c
DA
37482010-05-31 Drew Adams <drew.adams@oracle.com>
3749
3750 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
3751
fe40dc63
JB
37522010-05-31 Juanma Barranquero <lekktu@gmail.com>
3753
3754 * subr.el (momentary-string-display): Just use read-event to read
3755 the exit event (Bug#6238).
3756
9e8014c6
EZ
37572010-05-30 Eli Zaretskii <eliz@gnu.org>
3758
3759 * international/mule.el (define-coding-system): Doc fix (bug#6313).
3760
61a08071
JB
37612010-05-30 Juanma Barranquero <lekktu@gmail.com>
3762
3763 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
3764 Suggested by Eli Zaretskii <eliz@gnu.org>.
3765
5feec8ca
SM
37662010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3767
3768 * minibuffer.el (completion-file-name-table): Don't return a boundary
3769 past the end of `string' (bug#6299).
3770 (completion--file-name-table): Delegate to completion-file-name-table
3771 for the `boundaries' case.
3772
8175cb90
JB
37732010-05-30 Juanma Barranquero <lekktu@gmail.com>
3774
2b94133f
JB
3775 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
3776 movement commands.
3777
8175cb90
JB
3778 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
3779 `path-separator', but maintain compatibility with Emacs 20.2.
3780
0191e222
CY
37812010-05-29 Chong Yidong <cyd@stupidchicken.com>
3782
3783 * server.el (server-process-filter): Receive parent-id argument
3784 from emacsclient.
3785 (server-create-window-system-frame): New arg. Pass parent-id as
3786 frame parameter.
3787
9b655a0a
EZ
37882010-05-29 Eli Zaretskii <eliz@gnu.org>
3789
db5dce9d
EZ
3790 Bidi-sensitive word movement with arrow keys.
3791 * subr.el (right-arrow-command, left-arrow-command): Move to
3792 bindings.el.
3793
3794 * bindings.el (right-char, left-char): Move from subr.el and
3795 rename from right-arrow-command and left-arrow-command.
3796 (right-word, left-word): New functions.
3797 (global-map) <right>: Bind to right-char.
3798 (global-map) <left>: Bind to left-char.
3799 (global-map) <C-right>: Bind to right-word.
3800 (global-map) <C-left>: Bind to left-word.
3801
9b655a0a
EZ
3802 * ls-lisp.el (ls-lisp-classify-file): New function.
3803 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
3804 (ls-lisp-classify): Call ls-lisp-classify-file.
3805 (insert-directory): Remove blanks from switches.
3806
fcb52808
CY
38072010-05-29 Chong Yidong <cyd@stupidchicken.com>
3808
3809 * ansi-color.el: Delete unused escape sequences (Bug#6085).
3810 (ansi-color-drop-regexp): New constant.
3811 (ansi-color-apply, ansi-color-filter-region)
896114cf 3812 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
3813 (ansi-color-apply): Build string list before calling concat.
3814
0040735a
JL
38152010-05-28 Juri Linkov <juri@jurta.org>
3816
3817 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
3818 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
3819 (Bug#5270)
3820
b6827fff
MA
38212010-05-28 Michael Albinus <michael.albinus@gmx.de>
3822
3823 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
3824 to ignored backtrace functions.
3825 (with-progress-reporter): Expand docstring.
3826 (tramp-handle-delete-file): Implement TRASH argument.
3827 (tramp-get-remote-trash): New defun.
3828
eba082a2
MA
38292010-05-28 Michael Albinus <michael.albinus@gmx.de>
3830
3831 * net/tramp-compat.el (tramp-compat-delete-file): Use
3832 `symbol-value' for backward compatibility.
3833
3834 * net/tramp.el (tramp-handle-make-symbolic-link)
3835 (tramp-handle-load)
3836 (tramp-do-copy-or-rename-file-via-buffer)
3837 (tramp-do-copy-or-rename-file-directly)
3838 (tramp-do-copy-or-rename-file-out-of-band)
3839 (tramp-handle-process-file, tramp-handle-call-process-region)
3840 (tramp-handle-shell-command, tramp-handle-file-local-copy)
3841 (tramp-handle-insert-file-contents, tramp-handle-write-region)
3842 (tramp-delete-temp-file-function): Use `delete-file' instead
3843 of `tramp-compat-delete-file'.
3844
3845 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
3846 (tramp-fish-handle-make-symbolic-link)
3847 (tramp-fish-handle-process-file): Use `delete-file' instead
3848 of `tramp-compat-delete-file'.
3849
3850 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
3851 `delete-file' instead of `tramp-compat-delete-file'.
3852
3853 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
3854 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
3855 `tramp-compat-delete-file'.
3856
3857 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
3858 `delete-file' instead of `tramp-compat-delete-file'.
3859
3860 * net/tramp-smb.el (tramp-smb-handle-copy-file)
3861 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3862 (tramp-smb-handle-write-region): Use `delete-file' instead of
3863 `tramp-compat-delete-file'.
3864 (tramp-smb-handle-delete-directory): Use 'trash as arg.
3865
f1a5d776
CY
38662010-05-27 Chong Yidong <cyd@stupidchicken.com>
3867
3868 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 3869 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
3870 (dired-do-flagged-delete, dired-do-delete): Use trash.
3871
3872 * speedbar.el (speedbar-item-delete): Allow trashing.
3873
3874 * files.el (delete-directory): New arg TRASH.
3875
3876 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
3877 (ange-ftp-rename-remote-to-remote)
3878 (ange-ftp-rename-local-to-remote)
3879 (ange-ftp-rename-remote-to-local, ange-ftp-load)
3880 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
3881 `delete-file'.
3882 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
3883 allow trashing.
3884
3885 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
3886 handle new TRASH arg of `delete-file'.
3887
c4ce1145 3888 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
3889 (tramp-handle-make-symbolic-link, tramp-handle-load)
3890 (tramp-do-copy-or-rename-file-via-buffer)
3891 (tramp-do-copy-or-rename-file-directly)
3892 (tramp-do-copy-or-rename-file-out-of-band)
3893 (tramp-handle-process-file, tramp-handle-call-process-region)
3894 (tramp-handle-shell-command, tramp-handle-file-local-copy)
3895 (tramp-handle-insert-file-contents, tramp-handle-write-region)
3896 (tramp-delete-temp-file-function): Use null TRASH arg in
3897 tramp-compat-delete-file call.
3898
3899 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
3900 (tramp-fish-handle-delete-file)
3901 (tramp-fish-handle-make-symbolic-link)
3902 (tramp-fish-handle-process-file): Use null TRASH arg in
3903 `tramp-compat-delete-file' call.
3904
3905 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
3906 arg in `tramp-compat-delete-file' call.
3907
3908 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
3909 (tramp-gvfs-handle-write-region): Use null TRASH arg in
3910 `tramp-compat-delete-file' call.
3911
3912 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
3913 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
3914 `tramp-compat-delete-file' call.
3915
3916 * net/tramp-smb.el (tramp-smb-handle-copy-file)
3917 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3918 (tramp-smb-handle-write-region): Use null TRASH arg in
3919 tramp-compat-delete-file call.
3920 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
3921 (tramp-smb-handle-delete-file): Rename arg.
3922
3923 * diff.el (diff-sentinel):
3924 * epg.el (epg--make-temp-file, epg-decrypt-string)
3925 (epg-verify-string, epg-sign-string, epg-encrypt-string):
3926 * jka-compr.el (jka-compr-partial-uncompress)
3927 (jka-compr-call-process, jka-compr-write-region):
3928 * server.el (server-sentinel): Remove optional arg from
3929 delete-file, reverting 2010-05-03 change.
3930
ecb0ab90
CY
39312010-05-27 Chong Yidong <cyd@stupidchicken.com>
3932
3933 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
3934 font-lock-constant-face, not obsolete font-lock-reference-face.
3935
2b25da45
KH
39362010-05-27 Kenichi Handa <handa@m17n.org>
3937
3938 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
3939 element of GSTRING is nil.
3940
11e4d8c0
SM
39412010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3942
3943 * emacs-lisp/smie.el (smie-forward-token-function)
3944 (smie-backward-token-function): New vars.
3945 (smie-backward-sexp, smie-forward-sexp)
3946 (smie-indent-hanging-p, smie-indent-calculate): Use them.
3947 (smie-default-backward-token): Rename from smie-backward-token and
3948 skip comments.
3949 (smie-default-forward-token): Rename from smie-forward-token and
3950 skip comments.
3951 (smie-next-sexp): Handle nil results from next-token.
3952 (smie-indent-calculate): Add a new case for special `fixindent' comments.
3953
4da3541b
CY
39542010-05-27 Chong Yidong <cyd@stupidchicken.com>
3955
896114cf
SM
3956 * progmodes/verilog-mode.el (verilog-type-font-keywords):
3957 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
3958
39592010-05-27 Masatake YAMATO <yamato@redhat.com>
3960
3961 * htmlfontify.el (hfy-face-resolve-face): New function.
3962 (hfy-face-to-style): Use it (Bug#6279).
3963
6dc439cb
SM
39642010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3965
3966 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
3967 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
3968
021eb8d7
GM
39692010-05-26 Glenn Morris <rgm@gnu.org>
3970
3971 * emulation/edt.el (edt-load-keys): Use locate-library.
3972
bef4957b
CY
39732010-05-25 Chong Yidong <cyd@stupidchicken.com>
3974
3975 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
3976 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
3977 (log-edit-changelog-insert-entries): Args changed.
3978 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
3979 (log-edit-insert-changelog-entries): Reorganize return value of
3980 `log-edit-changelog-entries' to pass filenames to
3981 log-edit-changelog-insert-entries.
3982
84fb0956
TV
39832010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3984
3985 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
3986 `image-dired-dired-insert-marked-thumbs' to
3987 `image-dired-dired-toggle-marked-thumbs'.
3988
3989 * image-dired.el: Require cl when compiling.
3990 (image-dired-dired-toggle-marked-thumbs): Rename from
3991 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
3992 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
3993 to 'no-dir. Skip files whose names don't match
3994 `image-file-name-regexp'. When file has a thumbnail overlay,
3995 delete it. (Bug#5270)
3996
0fb1193d
JL
39972010-05-25 Juri Linkov <juri@jurta.org>
3998
3999 * image-mode.el (image-mode): Add image-after-revert-hook to
4000 after-revert-hook.
4001 (image-after-revert-hook): New function. (Bug#5669)
4002
fc937924
JL
40032010-05-25 Juri Linkov <juri@jurta.org>
4004
4005 * image.el (image-animated-p): When delay between animated images
4006 is 0, set it to 10 (0.1 sec). (Bug#6258)
4007
fa9ba953
MA
40082010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
4009
4010 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 4011 `forward-word', its default syntax could be changed.
fa9ba953 4012
9e021389
MA
40132010-05-25 Michael Albinus <michael.albinus@gmx.de>
4014
4015 * net/tramp.el (tramp-progress-reporter-update): New defun.
4016 (with-progress-reporter): Use it.
4017 (tramp-process-actions):
4018 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
4019 current message, in order to let progress reporter continue
4020 afterwards. (Bug#6257)
4021
6169260b
GM
40222010-05-25 Glenn Morris <rgm@gnu.org>
4023
4024 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
4025 Add :version.
4026
d26781af
RY
40272010-05-25 Ryan Yeske <rcyeske@gmail.com>
4028
8826afe3 4029 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
4030 (rcirc-default-full-name): Change to "unknown".
4031 (rcirc-user-name-history): Add variable.
8826afe3
GM
4032
40332010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 4034 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
4035
4036 * net/rcirc.el (rcirc-server-alist): Add :pass.
4037 (rcirc): When prompting for connection parameters, also prompt for
d26781af 4038 username and password.
a628ad9d 4039 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
4040 value to server when connecting.
4041
d355a0b7
SM
40422010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4043
f5228f84
SM
4044 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
4045 (smie-merge-prec2s): Pass the tables as separate args.
4046 (smie-bnf-precedence-table): Adjust call accordingly.
4047 (smie-prec2-levels): Set levels at the end.
4048
d355a0b7
SM
4049 Replace Lisp calls to delete-backward-char by delete-char.
4050 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
4051 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4052 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
4053 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
4054 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4055 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4056 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
4057 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
4058 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
4059 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
4060 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
4061 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
4062 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
4063 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
4064 delete-backward-char by calls to delete-char.
4065
f668ef02
KH
40662010-05-25 Kenichi Handa <handa@m17n.org>
4067
4068 * language/hebrew.el (hebrew-shape-gstring): New function.
4069 Register it in composition-function-table for all Hebrew combining
4070 characters.
4071
397eb3f3
SM
40722010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4073
4074 * epa.el (epa--select-keys): Don't explicitly delete the window since
4075 that can fail (e.g. sole window in frame). Use dedication instead.
4076
171eda53 40772010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
4078
4079 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
4080
110683ad
CY
40812010-05-22 Chong Yidong <cyd@stupidchicken.com>
4082
4083 * image.el (image-refresh): Define as an alias for image-flush.
4084
4085 * image-mode.el (image-toggle-display-image): Caller changed.
4086
df9db151
JL
40872010-05-21 Juri Linkov <juri@jurta.org>
4088
4089 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
4090 Remove "all" from grep-files-aliases. Split grep-files-aliases by
4091 whitespace, call wildcard-to-regexp on substrings and concat them
4092 with "\\|". (Bug#6114)
4093
c0209c2c
AM
40942010-05-21 Alan Mackenzie <acm@muc.de>
4095
171eda53
SM
4096 * progmodes/cc-engine.el (c-parse-state-get-strategy):
4097 Replace parameter `here' with `here-' and `here-plus', which sandwich
4098 any pertinent CPP construct.
c0209c2c
AM
4099 (c-remove-stale-state-cache-backwards): Fix a bug which happens
4100 when doing (c-parse-state) in a CPP construct: Exclude any "new"
4101 CPP construct from taking part in the scanning.
4102
655bded0
MA
41032010-05-21 Michael Albinus <michael.albinus@gmx.de>
4104
4105 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
4106 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
4107 Tune `with-progress-reporter' messages.
655bded0
MA
4108 (tramp-handle-vc-registered):
4109 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
4110 (tramp-fish-handle-insert-file-contents)
4111 (tramp-fish-maybe-open-connection):
4112 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4113 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
4114 (tramp-imap-handle-insert-file-contents)
4115 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4116
3e17a1a7
JB
41172010-05-21 Juanma Barranquero <lekktu@gmail.com>
4118
bf1e8d4a
JB
4119 * add-log.el (change-log-font-lock-keywords):
4120 Highlight all authors in multi-author entries.
4121
3e17a1a7
JB
4122 * smerge-mode.el (smerge-refine-ignore-whitespace)
4123 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
4124 Fix typos in docstrings.
4125 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
4126
969e684a
GM
41272010-05-21 Glenn Morris <rgm@gnu.org>
4128
e75c1e7d
GM
4129 * progmodes/fortran.el (fortran-mode):
4130 * progmodes/f90.el (f90-mode): Derive from prog-mode.
4131
969e684a
GM
4132 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
4133 having a relative path in src/Makefile.in.
4134
a50878fa
KR
41352010-05-20 Kevin Ryde <user42@zip.com.au>
4136
4137 * help-mode.el (help-make-xrefs): For Info node links turn
4138 newlines into spaces. Link node names with newlines are matched
4139 by help-xref-info-regexp and buttonized, this change ensures they
4140 can be followed successfully with RET. (Bug#6206)
4141
f66a2f90
JL
41422010-05-20 Juri Linkov <juri@jurta.org>
4143
4144 * locate.el (locate): Use pop-to-buffer instead of
4145 switch-to-buffer-other-window. (Bug#6204)
4146
201d895a
JL
41472010-05-20 Juri Linkov <juri@jurta.org>
4148
4149 * replace.el (replace-highlight): Fix lazy-highlighting
4150 for `M-s w str M-% str RET'.
4151
1ddb2ea0
MY
41522009-12-15 Masatake YAMATO <yamato@redhat.com>
4153
4154 * isearch.el (isearch-yank-word-or-char): Pull next subword
4155 when `subword-mode' is activated. (Bug#6220)
4156
a6020335
MH
41572010-05-20 Mark A. Hershberger <mah@everybody.org>
4158
4159 * isearch.el (isearch-update-post-hook): New hook.
4160 (isearch-update): Use the new hook. (Bug#6225)
4161
50de6a38
JL
41622010-05-20 Juri Linkov <juri@jurta.org>
4163
4164 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
4165 [f1], [help], and (char-to-string help-char) instead of "\C-h".
4166 (Bug#6222)
4167
5d944a8f
JL
41682010-05-20 Juri Linkov <juri@jurta.org>
4169
4170 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
4171 (Bug#6223)
4172
f5d6548a
JL
41732010-05-20 Juri Linkov <juri@jurta.org>
4174
4175 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
4176 FILE-NAME to read from the minibuffer when called interactively
4177 with prefix argument instead of using buffer-file-name.
4178 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
4179
4180 * dired.el: Update autoloads.
4181
f8e63691
CY
41822010-05-20 Chong Yidong <cyd@stupidchicken.com>
4183
4184 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
4185 nxml-finish-element, for consistency with SGML mode.
4186
4187 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
4188 octave-close-block.
4189
07d7c3bd
JB
41902010-05-20 Juanma Barranquero <lekktu@gmail.com>
4191
4192 * composite.el: Require cl when compiling.
4193 (reference-point-alist, compose-gstring-for-graphic)
4194 (compose-gstring-for-terminal): Fix typos in docstrings.
4195
7bce8510
JL
41962010-05-19 Juri Linkov <juri@jurta.org>
4197
4198 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
4199 set-window-parameter.
4200
a7723e05
MA
42012010-05-19 Michael Albinus <michael.albinus@gmx.de>
4202
4203 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
4204 where appropriate.
4205 (tramp-maybe-open-connection): Use it.
4206
3f2e7735
EZ
42072010-05-19 Eli Zaretskii <eliz@gnu.org>
4208
4209 * simple.el (move-end-of-line): Make sure we are at line beginning
4210 before backing up to end of previous line.
4211
8d9181c7
MA
42122010-05-19 Michael Albinus <michael.albinus@gmx.de>
4213
8c4ec20f
MA
4214 * password-cache.el (password-cache-remove): Fix docstring.
4215
8d9181c7
MA
4216 * net/secrets.el: Autoload the widget functions.
4217 (secrets-search-items, secrets-create-item)
4218 (secrets-get-attributes, secrets-expand-item): Attributes will be
4219 stored on the password database without leading ":", as all other
4220 clients do as well.
4221 (secrets-mode): Fix docstring.
4222 (secrets-show-secrets): Provide it as autoloaded command only when
4223 D-Bus support is available. Check existence of Secret Service API.
4224
2a96c2a7
SM
42252010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4226
4227 * indent.el (indent-region): Deactivate region (bug#6200).
4228
d24e10b1
GM
42292010-05-19 Glenn Morris <rgm@gnu.org>
4230
4231 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
4232
2833d915
KH
42332010-05-19 Kenichi Handa <handa@m17n.org>
4234
4235 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 4236 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 4237
134c2f29
JB
42382010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
4239
4240 * calc/calc-trail.el (calc-trail-isearch-forward)
4241 (calc-trail-isearch-backward): Ensure that the new window
4242 point is set correctly.
4243
278847cd
SM
42442010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4245
4246 * subr.el (read-quoted-char): Resolve modifiers after key
4247 remapping (bug#6212).
4248
3a8e7cbd
MA
42492010-05-18 Michael Albinus <michael.albinus@gmx.de>
4250
4251 Add visualization code for secrets.
4252 * net/secrets.el (secrets-mode): New major mode.
4253 (secrets-show-secrets, secrets-show-collections)
4254 (secrets-expand-collection, secrets-expand-item)
4255 (secrets-tree-widget-after-toggle-function)
4256 (secrets-tree-widget-show-password): New defuns.
4257
472e7ec1
SM
42582010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4259
224b70cb
SM
4260 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
4261 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
4262 handled in smie-next-sexp.
4263 (smie-indent-calculate): Provide a starting indentation (so the
4264 recursion is well-founded ;-).
4265
472e7ec1
SM
4266 Fix handling of non-associative equal levels.
4267 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
4268 when it's not needed.
4269 (smie-op-left, smie-op-right): New functions.
4270 (smie-next-sexp): New function, extracted from smie-backward-sexp.
4271 Better handle equal levels to distinguish the associative case from
4272 the "multi-keyword construct" case.
4273 (smie-backward-sexp, smie-forward-sexp): Use it.
4274
35e53abd
JB
42752010-05-18 Juanma Barranquero <lekktu@gmail.com>
4276
5d8fe0ba
JB
4277 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
4278
35e53abd
JB
4279 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
4280 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
4281
5ad4bef5
SM
42822010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4283
4284 Provide a simple generic indentation engine and use it for Prolog.
4285 * emacs-lisp/smie.el: New file.
4286 * progmodes/prolog.el (prolog-smie-op-levels)
4287 (prolog-smie-indent-rules): New var.
4288 (prolog-mode-variables): Use them to configure SMIE.
4289 (prolog-indent-line, prolog-indent-level): Remove.
4290
00681a3c
JB
42912010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
4292
560bb7ae 4293 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
4294 order before computing the averages.
4295
eba62f7a
JB
42962010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
4297
597517ef 4298 * calc/calc-vec.el (calc-histogram):
5ad4bef5 4299 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
4300 (math-vector-avg): New function.
4301
560bb7ae 4302 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
4303 being grouped depend on the radix (Bug#6189).
4304
8c5ff6dd
KR
43052010-05-15 Ken Raeburn <raeburn@raeburn.org>
4306
4307 * version.el (emacs-copyright, emacs-version): Don't define here,
4308 now that emacs.c defines it.
4309
98d8b17e
EZ
43102010-05-15 Eli Zaretskii <eliz@gnu.org>
4311
71078429
EZ
4312 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
4313 "Describe Language Environment" menu item.
4314
ce6233c1
EZ
4315 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
4316
d20e1419
EZ
4317 Bidi-sensitive movement with arrow keys.
4318 * subr.el (right-arrow-command, left-arrow-command): New functions.
4319
4320 * bindings.el (global-map): Bind them to right and left arrow keys.
4321
98d8b17e
EZ
4322 Don't override standard definition of convert-standard-filename.
4323 * files.el (convert-standard-filename): Call
4324 w32-convert-standard-filename and dos-convert-standard-filename on
4325 the corresponding systems.
4326
4327 * w32-fns.el (w32-convert-standard-filename): Rename from
4328 convert-standard-filename. Doc fix.
4329
4330 * dos-fns.el (dos-convert-standard-filename): Doc fix.
4331 (convert-standard-filename): Don't defalias.
4332 (register-name-alist, make-register, register-value)
4333 (set-register-value, intdos): Obsolete aliases for the
4334 corresponding dos-* functions and variables.
4335 (dos-intdos): Add a doc string.
4336
ae6bc504
JB
43372010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
4338
4339 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
4340 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
4341 (math-compose-tex-func):
4342 * calc/calccomp.el (math-compose-expr):
4343 * calc/calc-ext.el (math-format-flat-expr-fancy):
4344 * calc/calc-store.el (calc-read-var-name):
4345 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
4346
4347 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 4348 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 4349 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 4350 (math-standard-units): Add units.
ae6bc504 4351
c26ea4b2
SM
43522010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
4353
7aefa445 4354 * progmodes/asm-mode.el (asm-mode):
13973643
SM
4355 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
4356
c26ea4b2
SM
4357 * pcomplete.el (pcomplete-completions-at-point): New function,
4358 extracted from pcomplete-std-complete.
4359 (pcomplete-std-complete): Use it.
4360
02be533b
GM
43612010-05-15 Glenn Morris <rgm@gnu.org>
4362
4363 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4364 Remove references to CVS, RCS and Old directories.
4365
78ed0efc
JB
43662010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
4367
ae6bc504 4368 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
4369 appropriate.
4370
10dcc561
SM
43712010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4372
5ccaa359
SM
4373 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
4374 (sh-mode-syntax-table): Give it a default value instead.
4375 (sh-header-marker): Make buffer-local.
4376 (sh-mode): Move make-local-variable to the corresponding setq.
4377 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
4378 Use complete-with-action.
4379
10dcc561
SM
4380 * simple.el (prog-mode): New (abstract) major mode.
4381 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
4382 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
4383
c38762fd
JB
43842010-05-14 Juanma Barranquero <lekktu@gmail.com>
4385
4386 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
4387 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
4388 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
4389 (sql-make-alternate-buffer-name, sql-placeholders-filter)
4390 (sql-escape-newlines-filter, sql-input-sender)
4391 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
4392
2ef3c144
CY
43932010-05-13 Chong Yidong <cyd@stupidchicken.com>
4394
560bb7ae 4395 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
4396
4397 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
4398 latex-open-block and C-c / to latex-close-block.
4399
4400 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
4401 and C-c C-e to sgml-close-tag.
4402
3b30ccda
MA
44032010-05-13 Michael Albinus <michael.albinus@gmx.de>
4404
4405 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 4406 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
4407 (tramp-handle-load, tramp-handle-file-local-copy)
4408 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
4409 (tramp-maybe-send-script, tramp-find-shell):
4410 Use `with-progress-reporter'.
3b30ccda
MA
4411 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
4412 Fix message text.
4413
4414 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4415 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4416 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
4417 Use `with-progress-reporter'.
4418
57ff5d7b
AM
44192010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
4420
a628ad9d
JB
4421 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
4422 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 4423
5a70d10f
SM
44242010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4425
791ffe1c
SM
4426 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
4427
5a70d10f
SM
4428 * dos-fns.el: Add "dos-" prefix for namespace control.
4429 (convert-standard-filename): Define as alias for
4430 dos-convert-standard-filename but only if applicable.
4431
38d93f03
AM
44322010-05-12 Alan Mackenzie <acm@muc.de>
4433
4434 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4435 Push the mark at the start of these functions when appropriate.
4436
902a6d8d
SM
44372010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4438
4439 * minibuffer.el (completion-cycle-threshold): New custom var.
4440 (completion--do-completion): Use it.
4441 (minibuffer-complete): Use cycling if appropriate.
4442
9ee120ba
JB
44432010-05-11 Juanma Barranquero <lekktu@gmail.com>
4444
4445 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
4446 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
4447
841c4085
JL
44482010-05-11 Juri Linkov <juri@jurta.org>
4449
4450 * scroll-all.el (scroll-all-check-to-scroll):
4451 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
4452
8a67c70e
SM
44532010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4454
f2b9ed18
SM
4455 * iimage.el (iimage-mode-map): Move initialization into declaration.
4456 (iimage-mode-buffer): Use with-silent-modifications.
4457 Simplify calling convention. Adjust callers.
4458 (iimage-mode): Don't run hook redundantly.
4459
8a67c70e
SM
4460 * minibuffer.el (completion-pcm--pattern->regex):
4461 Fix last change (bug#6160).
4462
4bbedd98
JL
44632010-05-10 Juri Linkov <juri@jurta.org>
4464
4465 Remove nodes visited during Isearch from the Info history.
4466 * info.el (Info-isearch-initial-history)
4467 (Info-isearch-initial-history-list): New variables.
4468 (Info-isearch-start): Record initial values of
4469 Info-isearch-initial-history and Info-isearch-initial-history-list.
4470 Add Info-isearch-end to isearch-mode-end-hook.
4471 (Info-isearch-end): New function.
4472
94ecf5da
MA
44732010-05-10 Michael Albinus <michael.albinus@gmx.de>
4474
4475 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
4476 format string, in order to work around a bug in pdksh.
4477 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
4478 (tramp-handle-verify-visited-file-modtime): Do not send a command
4479 when the connection is not established.
4480 (tramp-handle-set-file-times): Simplify the check for utc.
4481
c5eb971b
JB
44822010-05-10 Juanma Barranquero <lekktu@gmail.com>
4483
4484 Fix use of `filter-buffer-substring' (rework previous change).
4485 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
4486 (cua-repeat-replace-region):
4487 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
4488 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4489 (cua-cut-region-to-global-mark): Use it.
4490
7492acc9
MM
44912010-05-09 Michael R. Mauger <mmaug@yahoo.com>
4492
77e2fc7a
JB
4493 * progmodes/sql.el: Version 2.1.
4494 (sql-product-alist): Redesign structure of product info.
4495 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
4496 (sql-port, sql-port-history): New variables.
4497 (sql-interactive-product): New variable.
4498 (sql-send-terminator): New variable.
77e2fc7a 4499 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
4500 (sql-oracle-login-params, sql-sqlite-login-params)
4501 (sql-mysql-login-params, sql-solid-login-params)
4502 (sql-sybase-login-params, sql-informix-login-params)
4503 (sql-ingres-login-params, sql-ms-login-params)
4504 (sql-postgres-login-params, sql-interbase-login-params)
4505 (sql-db2-login-params, sql-linter-login-params)
4506 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
4507 (sql-mode-map): Add C-c C-i to start interactive mode.
4508 (sql-mode-menu): Update existing menu entries.
4509 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
4510 (sql-mode-oracle-font-lock-keywords)
4511 (sql-mode-postgres-font-lock-keywords)
4512 (sql-mode-ms-font-lock-keywords)
4513 (sql-mode-sybase-font-lock-keywords)
4514 (sql-mode-informix-font-lock-keywords)
4515 (sql-mode-interbase-font-lock-keywords)
4516 (sql-mode-ingres-font-lock-keywords)
4517 (sql-mode-solid-font-lock-keywords)
4518 (sql-mode-mysql-font-lock-keywords)
4519 (sql-mode-sqlite-font-lock-keywords)
4520 (sql-mode-db2-font-lock-keywords)
77e2fc7a 4521 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
4522 reduce run-time complexity.
4523 (sql-add-product, sql-del-product): New functions.
4524 (sql-set-product-feature, sql-get-product-feature): New functions.
4525 (sql-product-font-lock): Update product API.
4526 (sql-add-product-keywords): New function.
4527 (sql-highlight-product): Update product API.
4528 (sql-help-list-products): New function.
4529 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 4530 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
4531 prompt for port.
4532 (sql-copy-column): Copy without properties.
4533 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
4534 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
4535 Implement as a filter.
7492acc9
MM
4536 (sql-escape-newlines-filter): Implement as a filter.
4537 (sql-remove-tabs-filter): New function.
4538 (sql-send-magic-terminator): New function.
4539 (sql-send-string): Implement magic terminator.
4540 (sql-send-region): Use `sql-send-string'.
4541 (sql-interactive-mode): Use product API.
4542 (sql-product-interactive): Use product API.
4543 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4544 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4545 (sql-db2, sql-linter): Use `sql-product-interactive'.
4546 (sql-connect): New function.
4547 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
4548 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
4549 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
4550 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
4551 Use `sql-connect'.
7492acc9 4552
79ccd68f
SM
45532010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
4554
4555 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
4556 New custom variable.
4557 (completion-pcm--string->pattern): Use it.
4558 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
4559 Make it handle any symbol as `any'.
4560 (completion-pcm--merge-completions): Extract common suffix for the new
4561 `prefix' symbol as well.
4562 (completion-substring--all-completions): Use the new `prefix' symbol.
4563
0d5852cf
MA
45642010-05-09 Michael Albinus <michael.albinus@gmx.de>
4565
4566 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
4567 not bound.
4568 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4569 (tramp-compat-funcall): New defmacro.
4570 (tramp-compat-line-beginning-position)
4571 (tramp-compat-line-end-position)
4572 (tramp-compat-temporary-file-directory)
4573 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
4574 (tramp-compat-copy-file, tramp-compat-copy-directory)
4575 (tramp-compat-delete-file, tramp-compat-delete-directory)
4576 (tramp-compat-number-sequence, tramp-compat-process-running-p)
4577 * net/tramp.el (top, with-progress-reporter)
4578 (tramp-rfn-eshadow-setup-minibuffer)
4579 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4580 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
4581 (tramp-completion-mode-p, tramp-check-for-regexp)
4582 (tramp-open-connection-setup-interactive-shell)
4583 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
4584 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
4585 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
4586 * net/tramp-cmds.el (tramp-cleanup-all-connections)
4587 (tramp-reporter-dump-variable, tramp-load-report-modules)
4588 (tramp-append-tramp-buffers)
4589 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
4590
4591 * net/tramp-imap.el (top): Autoload `epg-make-context'.
4592
f913fe7d
SM
45932010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4594
4595 * progmodes/compile.el (compilation-buffer-modtime): Rename from
4596 buffer-modtime. Adjust users.
4597
0235128c 45982010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 4599
77e2fc7a 4600 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 4601 car of each item, not the whole list (Bug#6083).
f034e176 4602
0235128c 46032010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
4604
4605 * progmodes/js.el (js-mode): Make paragraph variables local before
4606 calling c-setup-paragraph-variables (Bug#6071).
4607
0235128c 46082010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
4609
4610 * composite.el (compose-region, reference-point-alist): Fix typos
4611 in the doc strings.
4612
77e2fc7a 46132010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
4614
4615 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
4616 gnuplot's "set" command.
4617
0235128c 46182010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
4619
4620 * abbrev.el (last-abbrev-text): Doc fix.
4621 (abbrev-prefix-mark): Don't escape parenthesis.
4622
0235128c 46232010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
4624
4625 * composite.el (find-composition): Doc fix.
4626
0235128c 46272010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
4628
4629 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
4630 (sql-oracle-program, sql-sqlite-options)
4631 (sql-query-placeholders-and-send): Doc fixes.
4632 (sql-set-product, sql-interactive-mode): Reflow docstrings.
4633 (sql-imenu-generic-expression, sql-buffer)
4634 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
4635 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
4636 (sql-mode-sybase-font-lock-keywords)
4637 (sql-mode-informix-font-lock-keywords)
4638 (sql-mode-interbase-font-lock-keywords)
4639 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
4640 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
4641 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
4642 (sql-product-feature, sql-highlight-product)
4643 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
4644 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
4645 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
4646 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
4647 Fix typos in docstrings.
4648
0235128c 46492010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
4650
4651 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
4652 property instead of `invisible' and `after-string' (bug#5998).
4653
0235128c 46542010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
4655
4656 * image-mode.el (image-mode-as-text): Fix typo in docstring.
4657
0235128c 46582010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
4659
4660 * filecache.el (file-cache-add-directory-list)
4661 (file-cache-add-directory-recursively): Fix typos in docstrings.
4662
0235128c 46632010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
4664
4665 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 4666 (gujarati-composable-pattern): Fix typo.
ece33a6e 4667
0235128c 46682010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
4669
4670 * language/indian.el (oriya-composable-pattern)
0235128c
SM
4671 (tamil-composable-pattern, malayalam-composable-pattern):
4672 Add two-part vowels to "v" (vowel sign).
771533aa 4673
0235128c 46742010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 4675
99833607
CY
4676 * files.el (copy-directory): Handle symlinks (Bug#5982).
4677
0235128c 46782010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
4679
4680 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
4681 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
4682 (Bug#5846).
4683
0235128c 46842010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 4685
0ca12598
GM
4686 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
4687
d2c7b917
GM
4688 * minibuffer.el (completion-at-point): Doc fix.
4689
ba5bf5f0
SM
46902010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4691
4692 * electric.el (Electric-command-loop): Minor tweak.
4693
4694 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
4695 better with dedicated windows.
4696
0235128c
SM
46972010-05-07 Chong Yidong <cyd@stupidchicken.com>
4698
4699 * Version 23.2 released.
4700
560bb7ae 47012010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 4702 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
4703
4704 Highlight vendor specific properties.
4705 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
4706 (css-proprietary-property): New face.
4707 (css-font-lock-keywords): Use them.
4708
c0162ade
EZ
47092010-05-07 Eli Zaretskii <eliz@gnu.org>
4710
4711 * cus-start.el (all): Add native condition for tool-bar-* symbols.
4712
f3ee9200
SM
47132010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4714
05623156
SM
4715 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
4716 * files.el (auto-mode-alist): Remove redundant entries.
4717
f3ee9200
SM
4718 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
4719 * simple.el (auto-save-mode): Move from files.el.
4720 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
4721
560bb7ae 47222010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c
DU
4723
4724 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
4725
765d4319
KY
47262010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
4727
4728 * mail/binhex.el (binhex-decode-region-internal)
4729 * mail/uudecode.el (uudecode-decode-region-internal)
4730 * net/dns.el (dns-read-string-name, dns-write, dns-read)
4731 (dns-read-type, dns-query)
4732 * pgg-parse.el (pgg-parse-armor)
4733 * pgg.el (pgg-verify-region)
4734 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
4735 XEmacs.
4736
86d21cc0 4737 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 4738
f83483ff
JB
47392010-05-07 Juanma Barranquero <lekktu@gmail.com>
4740
40ab7974
JB
4741 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
4742
f83483ff
JB
4743 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
4744 * emulation/cua-base.el (cua-repeat-replace-region):
4745 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4746 (cua-cut-region-to-global-mark):
4747 Remove text properties with `set-text-properties'.
4748
9566840f
MA
47492010-05-06 Michael Albinus <michael.albinus@gmx.de>
4750
f3ee9200
SM
4751 * net/tramp.el (top, with-progress-reporter):
4752 Use `symbol-function' inside `funcall'.
9566840f
MA
4753
4754 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
4755 (tramp-compat-delete-file, tramp-compat-delete-directory):
4756 Handle only `wrong-number-of-arguments' error.
9566840f
MA
4757
4758 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
4759 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
4760 inside `funcall'.
4761
0c495c21
SM
47622010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4763
1493963b
SM
4764 * minibuffer.el (completion--sreverse, completion--common-suffix):
4765 New functions.
4766 (completion-pcm--merge-completions): Extract common suffix when safe.
4767
0c495c21
SM
4768 * emacs-lisp/easy-mmode.el (define-minor-mode):
4769 Make :variable more flexible.
4770 * files.el (auto-save-mode): Use it to define using define-minor-mode.
4771
221a0647
JL
47722010-05-05 Juri Linkov <juri@jurta.org>
4773
4774 Add `slow' and `history' tags to the desktop data.
4775
4776 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
4777 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
4778 (Info-finder-find-node): Require `finder.el' to be able
4779 to restore node from the desktop.
4780 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
4781 data `Info-history' and `slow' tag in the assoc list.
4782 (Info-restore-desktop-buffer): Don't restore nodes with the
4783 `slow' tag. Restore `Info-history'.
4784
66bdc868
MA
47852010-05-05 Michael Albinus <michael.albinus@gmx.de>
4786
4787 Add FORCE argument to `delete-file'.
4788
4789 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
4790 forcing to delete the temporary file.
4791 (ange-ftp-delete-file): Add FORCE arg.
4792 (ange-ftp-rename-remote-to-remote)
4793 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
4794 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
4795 Force file deletion.
66bdc868
MA
4796
4797 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
4798
4799 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
4800 (tramp-handle-make-symbolic-link, tramp-handle-load)
4801 (tramp-do-copy-or-rename-file-via-buffer)
4802 (tramp-do-copy-or-rename-file-directly)
4803 (tramp-do-copy-or-rename-file-out-of-band)
4804 (tramp-handle-process-file, tramp-handle-call-process-region)
4805 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4806 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4807 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
4808
4809 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
4810 (tramp-fish-handle-make-symbolic-link)
4811 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
4812
0c495c21
SM
4813 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
4814 Use `tramp-compat-delete-file'.
66bdc868
MA
4815
4816 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
4817 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
4818
4819 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
4820 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
4821
4822 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
4823 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
4824 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
4825 `tramp-compat-delete-file'.
4826
f44379e7
SM
48272010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4828
365f8d85
SM
4829 Minor cleanups.
4830 * subr.el (add-minor-mode): Use push.
4831 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
4832 * emulation/edt.el (edt-select-mode): Simplify.
4833
80ac5d4d
SM
4834 Use define-minor-mode in more cases.
4835 * term/tvi970.el (tvi970-set-keypad-mode):
4836 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
4837 (normal-erase-is-backspace-mode):
4838 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
4839 (set-scroll-bar-mode-1): (Re)move to its sole caller.
4840 (get-scroll-bar-mode): New function.
4841 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
4842
4843 Use define-minor-mode for less obvious cases.
f44379e7
SM
4844 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
4845 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
4846 * international/iso-ascii.el (iso-ascii-mode):
4847 * frame.el (auto-raise-mode, auto-lower-mode):
4848 * composite.el (global-auto-composition-mode): Use define-minor-mode.
4849
c04b03f8
MA
48502010-05-04 Michael Albinus <michael.albinus@gmx.de>
4851
4852 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
4853 in order to see error messages for failed logins.
4854
53967e09
CY
48552010-05-03 Chong Yidong <cyd@stupidchicken.com>
4856
4857 * diff.el (diff-sentinel):
4858
4859 * epg.el (epg--make-temp-file, epg-decrypt-string)
4860 (epg-verify-string, epg-sign-string, epg-encrypt-string):
4861
4862 * jka-compr.el (jka-compr-partial-uncompress)
4863 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
4864
4865 * server.el (server-sentinel): Use delete-file's new FORCE arg
4866 (Bug#6070).
4867
56eb0904
SM
48682010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4869
4870 Use define-minor-mode where applicable.
4871 * view.el (view-mode):
4872 * type-break.el (type-break-query-mode)
4873 (type-break-mode-line-message-mode):
4874 * textmodes/reftex.el (reftex-mode):
4875 * term/vt100.el (vt100-wide-mode):
4876 * tar-mode.el (tar-subfile-mode):
4877 * savehist.el (savehist-mode):
4878 * ibuf-ext.el (ibuffer-auto-mode):
4879 * composite.el (auto-composition-mode):
4880 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4881 Use define-minor-mode.
4882 (vhdl-mode): Use static mode-line format.
4883 (vhdl-mode-line-update): Delete.
4884 (vhdl-create-mode-menu, vhdl-activate-customizations)
4885 (vhdl-hs-minor-mode): Don't bother calling it.
4886
672eb710
SM
48872010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
4888
8f92b8ad
SM
4889 * simple.el (with-wrapper-hook): Move.
4890 (buffer-substring-filters): Mark obsolete.
4891 (filter-buffer-substring-functions): New variable.
1fada563 4892 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 4893
672eb710
SM
4894 Use a mode-line spec rather than a static string in Semantic.
4895 * cedet/semantic/util-modes.el:
4896 (semantic-minor-modes-format): New var to replace...
4897 (semantic-minor-modes-status): Remove.
4898 (semantic-mode-line-update): Construct a mode-line spec rather than
4899 a static string so that mouse buttons can be used on individual minor
4900 modes and so that semantic-mode-line-update only needs to be called
4901 when global settings are changed.
4902 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
4903 Call semantic-mode-line-update.
4904 (semantic-toggle-minor-mode-globally): Don't assume mode is on
4905 minor-mode-alist, check semantic-minor-mode-alist as well.
4906 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
4907 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
4908 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
4909 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4910 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4911 (define-semantic-idle-service, semantic-idle-summary-mode):
4912 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
4913 Don't call semantic-mode-line-update any more.
4914
cb7f3653
SM
49152010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
4916
4917 Use define-minor-mode in CEDET where applicable.
4918
4919 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
4920 Use define-minor-mode.
4921
4922 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
4923 Remove unused arg `keymap' and code redundant with define-minor-mode.
4924 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
4925 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
4926 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
4927 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
4928 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
4929 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
4930 Use define-minor-mode.
4931 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
4932 (semantic-show-unmatched-syntax-mode-setup)
4933 (semantic-show-parser-state-mode-setup)
4934 (semantic-highlight-func-mode-setup): Inline into sole caller.
4935
4936 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4937 (semantic-mru-bookmark-mode): Use define-minor-mode.
4938 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
4939
4940 * cedet/semantic/idle.el (define-semantic-idle-service):
4941 Use define-minor-mode and inline setup function into its sole caller.
4942 (semantic-idle-scheduler-mode-setup)
4943 (semantic-idle-summary-mode-setup): Inline into sole caller.
4944 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
4945 Use define-minor-mode.
4946
4947 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
4948 (semantic-decoration-mode): Use define-minor-mode.
4949 (semantic-decoration-mode-setup): Inline into sole caller.
4950
4951 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
4952 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
4953 (ede-dired-add-to-target): Use dolist.
4954
c04b03f8 49552010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 4956 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
4957
4958 Implement compression for inline methods.
4959
4960 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
4961 (tramp-copy-size-limit): Allow also nil.
4962 (tramp-inline-compress-commands): New defconst.
4963 (tramp-find-inline-compress, tramp-get-inline-compress)
4964 (tramp-get-inline-coding): New defuns.
cb7f3653 4965 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 4966 replaced by `tramp-get-inline-coding'.
6a29a838
MA
4967 (tramp-handle-file-local-copy, tramp-handle-write-region)
4968 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
4969
8c0bf8b3
SM
49702010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4971
07125a91
SM
4972 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
4973 Remove unused functions.
4974
f3a47002
SM
4975 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
4976 Set find-tag-default-function as a variable rather than a property.
4977
8c0bf8b3
SM
4978 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
4979 * progmodes/etags.el (tags-completion-at-point-function):
4980 Remove left over interactive spec. Add autoloading stub.
4981 (complete-tag): Use tags-completion-at-point-function.
4982
27601456
CY
49832010-04-30 Chong Yidong <cyd@stupidchicken.com>
4984
cb7f3653 4985 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 4986
09d0284d
CY
49872010-04-29 Chong Yidong <cyd@stupidchicken.com>
4988
27d3cd56
CY
4989 * ido.el (ido-init-completion-maps): Remove C-v binding.
4990 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 4991
3a07ffce
CY
49922010-04-29 Chong Yidong <cyd@stupidchicken.com>
4993
4994 * minibuffer.el (tags-completion-at-point-function): New function.
4995 (completion-at-point-functions): Use it.
4996
537ffaf3
SM
4997 * cedet/semantic.el (semantic-completion-at-point-function):
4998 New function.
3a07ffce
CY
4999 (semantic-mode): Use semantic-completion-at-point-function for
5000 completion-at-point-functions instead.
5001
5002 * progmodes/etags.el (complete-tag): Revert last change.
5003
3d14bb73
AM
50042010-04-29 Alan Mackenzie <acm@muc.de>
5005
5006 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
5007 off-by-one error (in end of macro position).
5008
7d353d11
SM
50092010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5010
5011 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
5012 firefox is absent. Don't autoload.
5013 (browse-url-galeon-program): Don't autoload.
5014
48111a85
CY
50152010-04-28 Chong Yidong <cyd@stupidchicken.com>
5016
5017 * bindings.el (complete-symbol): Move into minibuffer.el.
5018
5019 * minibuffer.el (complete-tag): Move from etags.el. If tags
5020 completion cannot be performed, return nil instead of signalling
5021 an error.
5022 (completion-at-point): Make it an alias for complete-symbol.
5023 (complete-symbol): Move from bindings.el, and replace with the
5024 body of completion-at-point.
5025
5026 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
5027
5028 * cedet/semantic.el (semantic-mode): When enabled, add
5029 semantic-ia-complete-symbol to completion-at-point-functions.
5030
5031 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
5032 if Semantic is not active.
5033
7ba94701
MA
50342010-04-28 Michael Albinus <michael.albinus@gmx.de>
5035
5036 * net/tramp.el (tramp-remote-selinux-p): New defun.
5037 (tramp-handle-file-selinux-context)
5038 (tramp-handle-set-file-selinux-context): Use it.
5039
95c6cc3e
SS
50402010-04-28 Sam Steingold <sds@gnu.org>
5041
5042 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5043 `safe-local-variable' if the value is a string or a symbol with
5044 the property `bug-reference-url-format'.
5045
36045ff3
CY
50462010-04-28 Chong Yidong <cyd@stupidchicken.com>
5047
537ffaf3
SM
5048 * progmodes/bug-reference.el (bug-reference-url-format):
5049 Revert 2010-04-27 change due to security risk.
36045ff3 5050
56924d99
SM
50512010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5052
5053 Make it possible to locally disable a globally enabled mode.
5054 * simple.el (fundamental-mode): Run fundamental-mode-hook.
5055 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
5056 rather than kill-all-local-variables so it runs fundamental-mode-hook.
5057 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5058 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
5059 that subsequent hooks get a chance to disable it.
5060
ccaa4765
SM
50612010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5062
17818d71
SM
5063 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5064 Avoid re-enabling a minor mode after the user turned the minor mode
5065 off if MODE-enable-in-buffers is run twice (typically once from
5066 fundamental-mode's after-change-major-mode-hook and a second time from
5067 run-mode-hook's own after-change-major-mode-hook).
5068
ccaa4765
SM
5069 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
5070
2a6f654e
SS
50712010-04-27 Sam Steingold <sds@gnu.org>
5072
5073 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5074 `safe-local-variable' if the value is a string or a function, as
5075 documented and implemented on 2010-04-02.
5076
cecaa674
JB
50772010-04-27 Juanma Barranquero <lekktu@gmail.com>
5078
5079 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
5080 when method is 'kill.
5081
50822010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 5083
a628ad9d
JB
5084 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5085 condition in default directory check.
1e116bb3
AM
5086 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5087 Kill ispell process when killing its associated buffer.
5088
7dd7fbb9
JD
50892010-04-27 Jan Djärv <jan.h.d@swipnet.se>
5090
5091 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5092 but we aren't using it.
5093
7ac82b84
J
50942010-04-25 Jan Djärv <jan.h.d@swipnet.se>
5095
5096 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5097 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5098
fea1add4
GM
50992010-04-24 Glenn Morris <rgm@gnu.org>
5100
5101 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5102 Ignore VCS-ignore files, and deleted nextstep preferences files.
5103 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5104 (authors-ambiguous-files): New list.
5105 (authors-valid-file-names): Add some deleted files.
5106 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5107 (authors-disambiguate-file-name): New function. (Bug#5501)
5108 (authors-canonical-file-name): Doc fix.
5109 Don't warn about obsolete files.
5110 (authors-canonical-file-name, authors-scan-el):
5111 Use authors-disambiguate-file-name.
5112
cbcfee6e
GM
5113 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5114 Add autoload cookies.
5115 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5116 (generated-autoload-file): Set file-local value to "htmlfontify.el".
5117 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5118 They have definitions / compiler macros in cl.el.
5119 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5120 Replace manual autoloads with generated ones.
5121 (htmlfontify-unload-rgb-file): Remove autoload.
5122 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5123
3b548e1b
SM
51242010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5125
9ae0c310
SM
5126 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5127 (byte-compile-setq-default): Optimize for the
5128 single-var case and don't call byte-compile-form in this case to avoid
5129 inf-loop with byte-compile-set-default.
5130
3b548e1b
SM
5131 * progmodes/compile.el (compilation-start): Abbreviate default directory.
5132
632c5478
MA
51332010-04-23 Michael Albinus <michael.albinus@gmx.de>
5134
5135 Implement SELINUX backends.
5136
3b548e1b
SM
5137 * net/tramp.el (tramp-file-name-handler-alist):
5138 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
5139 (tramp-handle-file-selinux-context)
5140 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
5141 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5142 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 5143
3b548e1b
SM
5144 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5145 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
5146 (tramp-gvfs-handle-file-selinux-context)
5147 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5148 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5149
5150 * net/ange-ftp.el (ange-ftp-copy-file):
5151 * net/tramp-fish.el (tramp-fish-handle-copy-file):
5152 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
5153 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5154 Add PRESERVE-SELINUX-CONTEXT.
632c5478 5155
a94d821f
MA
51562010-04-22 Michael Albinus <michael.albinus@gmx.de>
5157
5158 Synchronize with Tramp repository.
5159
5160 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5161 (tramp-action-process-alive, tramp-action-out-of-band)
5162 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5163 (tramp-exists-file-name-handler): Fix docstring.
5164 (with-progress-reporter): New defmacro.
5165 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
5166 (tramp-maybe-open-connection): Use it.
5167
a92375d9
MA
51682010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
5169
5170 Detect ssh 'ControlMaster' argument automatically in some cases.
5171
5172 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5173 (tramp-default-method): Use it.
5174
489fe4c2
MA
51752010-04-22 Michael Albinus <michael.albinus@gmx.de>
5176
25f14cdb
MA
5177 * net/tramp.el (tramp-handle-copy-file): Add new optional
5178 parameter `preserve-selinux-context'.
5179 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
5180
a92375d9
MA
51812010-04-22 Michael Albinus <michael.albinus@gmx.de>
5182
489fe4c2
MA
5183 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5184 Ensure, that non remote files are still checked. Oops.
5185
acd1f317
MA
51862010-04-21 Michael Albinus <michael.albinus@gmx.de>
5187
5188 Fix Bug#5840.
5189
5190 * icomplete.el (icomplete-completions): Use `non-essential'.
5191
5192 * net/tramp.el (tramp-connectable-p): New defun.
5193 (tramp-handle-expand-file-name)
5194 (tramp-completion-handle-file-name-all-completions)
5195 (tramp-completion-handle-file-name-completion): Use it.
5196
62c5b459
SM
51972010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5198
5199 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
5200
f904c0f9
JD
52012010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5202
5203 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
5204
5205 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
5206
5207 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
5208 is present.
5209
5210 * info.el (info-tool-bar-map): Add labels.
5211
5212 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
5213
5214 * cus-edit.el (custom-commands): Add labels for tool bar.
5215 (custom-buffer-create-internal, Custom-mode): Adjust for
5216 labels in custom-commands.
5217
5218 * dynamic-setting.el: Renamed from font-setting.el.
5219
c5cbeb12
LL
52202010-04-21 John Wiegley <jwiegley@gmail.com>
5221
5222 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
5223 toggles the use of virtual buffers.
537ffaf3 5224 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
5225 (ido-toggle-virtual-buffers): New function.
5226
fcc93746
JB
52272010-04-21 Juanma Barranquero <lekktu@gmail.com>
5228
5229 Use `define-derived-mode'; fix window selection; doc fixes.
5230 * play/tetris.el (tetris, tetris-update-speed-function)
5231 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
5232 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
5233 (tetris-rotate-next, tetris-end-game, tetris-start-game)
5234 (tetris-pause-game): Fix typos in docstrings.
5235 (tetris-mode-map, tetris-null-map):
5236 Move initialization into declaration.
5237 (tetris-mode): Define with `define-derived-mode';
5238 set show-trailing-whitespace to nil.
5239 (tetris): Prefer window already displaying the "*Tetris*" buffer.
5240
574c05e2
KK
52412010-04-21 Karel Klíč <kklic@redhat.com>
5242
5243 * files.el (backup-buffer): Handle SELinux context, and return it
5244 if a backup was made by renaming.
5245 (backup-buffer-copy): Set SELinux context to the target file.
5246 (basic-save-buffer): Set SELinux context of the newly written file.
5247 (basic-save-buffer-1): Now it also returns any SELinux context.
5248 (basic-save-buffer-2): Set SELinux context of the newly created file,
5249 and return it.
5250 * net/tramp.el (tramp-file-name-for-operation):
5251 Add file-selinux-context.
5252
e97a42c1
SM
52532010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5254
f2b9ed18
SM
5255 Make the log-edit comments use RFC822 format throughout.
5256
e97a42c1
SM
5257 * vc.el (vc-checkin, vc-modify-change-comment):
5258 Adjust to new vc-start/finish-logentry.
5259 (vc-find-conflicted-file): New command.
5260 (vc-transfer-file): Adjust to new vc-checkin.
5261 (vc-next-action): Improve scoping.
5262
5263 * vc-hg.el (vc-hg-log-edit-mode): Remove.
5264 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
5265
5266 * vc-git.el (vc-git-log-edit-mode): Remove.
5267 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
5268 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
5269
5270 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
5271 (vc-start-logentry): Remove argument `extra'.
5272 (vc-finish-logentry): Remove extra args.
5273
5274 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
5275 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
5276 (vc-bzr-conflicted-files): New function.
5277
5278 * log-edit.el (log-edit-extra-flags)
5279 (log-edit-before-checkin-process): Remove.
5280 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
5281 (log-edit-headers-alist): New var.
5282 (log-edit-header-contents-regexp): New const.
5283 (log-edit-match-to-eoh): New function.
5284 (log-edit-font-lock-keywords): Use them.
5285 (log-edit): Insert a "Summary:" header as default.
5286 (log-edit-mode): Mark font-lock rules as case-insensitive.
5287 (log-edit-done): Cleanup headers.
5288 (log-view-process-buffer): Remove.
5289 (log-edit-extract-headers): New function to replace it.
5290
938efb77
JB
52912010-04-20 Juanma Barranquero <lekktu@gmail.com>
5292
5293 * subr.el (default-direction-reversed): Remove obsolescence info.
5294
1cfb415b
SM
52952010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5296
cb4f9513
SM
5297 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
5298 windows/frames.
5299
6e610c72
SM
5300 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
5301 I.e. include text after point in the completion region.
5302 Also, return nil when we're not after/in a symbol.
5303
1cfb415b
SM
5304 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
5305 default enable-multibyte-characters.
5306
c80fa13c
SM
53072010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5308
87926e02
SM
5309 * international/mule.el: Help the user choose a valid coding-system.
5310 (read-buffer-file-coding-system): New function.
5311 (set-buffer-file-coding-system): Use it. Prompt the user if the
5312 coding-system cannot encode all the chars.
5313
c80fa13c
SM
5314 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
5315 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
5316 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
5317 Don't use *vc-bzr-shelve*.
5318
6e104790 53192010-04-19 Chong Yidong <cyd@stupidchicken.com>
137327ef 5320
6e104790
SM
5321 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
5322 Don't destroy list before using it.
137327ef 5323
6e104790 53242010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
5325
5326 Fix the version number for added files.
5327 * vc-hg.el (vc-hg-working-revision): Check if the file is
5328 registered after hg parent fails (Bug#5961).
5329
6e104790 53302010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
5331
5332 * htmlfontify.el (htmlfontify-buffer)
5333 (htmlfontify-copy-and-link-dir): Autoload entry points.
5334
6e104790 53352010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
5336
5337 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
5338 name relative to the project root (Bug#5960).
5339
6e104790 53402010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
5341
5342 * vc-git.el (vc-git-print-log): Doc fix.
5343
6e104790 53442010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
5345
5346 * ido.el (ido-file-internal): Fix 2009-12-02 change.
5347
6e104790 53482010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
7860d2e3
CY
5349
5350 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
5351 default settings (Bug#5928).
5352
6e104790 53532010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
5354
5355 * progmodes/fortran.el (fortran-match-and-skip-declaration):
5356 New function.
0a23b2c3 5357 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 5358
6e104790 53592010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
5360
5361 * language/indian.el (malayalam-composable-pattern): Fix previous
5362 change (add U+0D4D "SIGN VIRAMA").
5363 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
5364 (tamil-composable-pattern): Fix typo in the regexp.
5365 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
5366 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
5367 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
5368
6e104790 53692010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
5370
5371 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
5372 paragraph-separate (Bug#5821).
5373
6e104790 53742010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
5375
5376 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
5377
5378 * info.el (Info-find-node-2): Comment out code that skips
5379 breadcrumbs line.
5380 (Info-mouse-follow-link): New command.
5381 (Info-link-keymap): New keymap.
5382 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
5383 Return a string with links instead of inserting breadcrumbs
5384 to the Info buffer.
5385 (Info-fontify-node): Comment out code that inserts breadcrumbs.
5386 Instead of putting the `invisible' text property over the Info
5387 header, make an overlay over the Info header with the `invisible'
5388 property and `after-string' set to the string returned by
5389 `Info-breadcrumbs'.
5390
6e104790 53912010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
5392
5393 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
5394 Reported by monkey@sandpframing.com.
5395
98923800
SM
53962010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5397
b5feea0f
SM
5398 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
5399 (tmm-get-keymap): Add key-binding shortcuts now that they're not
5400 available in the "keyseq cache" any more.
5401
98923800
SM
5402 * custom.el (defcustom): Add edebug spec.
5403
fd5c9dfa
JL
54042010-04-18 Juri Linkov <juri@jurta.org>
5405
5406 Test for special mode-class in view-buffer instead of view-file (bug#5513).
5407
5408 * view.el (view-file, view-buffer): Move test for special mode-class
5409 from view-file to view-buffer.
5410
5411 * tar-mode.el (tar-extract): Turn if's into one cond
5412 like in arc-mode.el.
5413
b3671a51
JL
54142010-04-18 Juri Linkov <juri@jurta.org>
5415
5416 Add 7z archive format support (bug#5475).
5417
5418 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
5419 (archive-7z-extract): New defcustom.
5420 (archive-find-type): Add magic string for 7z.
5421 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
5422 If `stderr-file' is non-nil, use `(t stderr-file)' for the
5423 `buffer' arg of `call-process'.
5424 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
5425 call the function `archive-7z-extract' with the variable
5426 `archive-7z-extract' let-bound to `archive-zip-extract'.
5427 (archive-7z-summarize, archive-7z-extract): New functions.
5428
5429 * international/mule.el (auto-coding-alist):
5430 * files.el (auto-mode-alist): Add 7z file extension.
5431
8a37fb25
SM
54322010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5433
e9515805
SM
5434 * loadup.el: Setup hash-cons for pure data.
5435
f8ea0098
SM
5436 Fix duplicate entries in cedet's loaddefs.el files.
5437 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
5438 Should make most file-local generated-autoload-file unnecessary.
5439 (print-readably): Silence warnings.
5440 (autoload-find-destination): Take load-name as an arg to make sure
5441 it's the same as the one that will be in the file.
5442 (autoload-generate-file-autoloads): Adjust to above changes.
5443 Try to make the dataflow a bit simpler.
5444
8a37fb25
SM
5445 * cvs-status.el (cvs-refontify): Remove unused.
5446
f8b91752
JB
54472010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
5448
5449 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
5450
5451 * calc-bin.el (calc-radix): Have the "O" option turn on
5452 twos-complement mode.
5453
d8b01fef
JB
54542010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
5455
5456 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
5457 Add `calc-option-prefix-help' to calc-help autoloads.
5458 (calc-inverse): Add "Option" to message, as appropriate.
5459 (calc-hyperbolic): Add "Option" to message, as appropriate.
5460 (calc-option, calc-is-option): New functions.
5461
77e2fc7a 5462 * calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
5463 (calc-option-prefix-help): New function.
5464
5465 * calc-misc.el (calc-help): Add "Option" entry.
5466
5467 * calc.el (calc-local-var-list): Add `calc-option-flag'.
5468 (calc-option-flag): New variable.
5469 (calc-do): Set `calc-option-flag to nil.
5470 (calc-set-mode-line): Add "Opt " as appropriate.
5471
74f806a1
JL
54722010-04-16 Juri Linkov <juri@jurta.org>
5473
5474 Move scrolling commands from simple.el to window.el
5475 because their primitives are implemented in window.c.
5476
5477 * simple.el (scroll-error-top-bottom)
5478 (scroll-up-command, scroll-down-command, scroll-up-line)
5479 (scroll-down-line, scroll-other-window-down)
5480 (beginning-of-buffer-other-window, end-of-buffer-other-window):
5481 * window.el (scroll-error-top-bottom)
5482 (scroll-up-command, scroll-down-command, scroll-up-line)
5483 (scroll-down-line, scroll-other-window-down)
5484 (beginning-of-buffer-other-window, end-of-buffer-other-window):
5485 Move from simple.el to window.el because their primitives are
5486 implemented in window.c.
5487
ad40eec5
JL
54882010-04-16 Juri Linkov <juri@jurta.org>
5489
5490 * isearch.el (isearch-lookup-scroll-key): Check both
5491 `isearch-scroll' and `scroll-command' properties.
5492 (scroll-up, scroll-down): Remove `isearch-scroll' property.
5493
5494 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
5495
5496 * simple.el (scroll-up-command, scroll-down-command)
5497 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
5498
a4b000fb
JL
54992010-04-15 Juri Linkov <juri@jurta.org>
5500
5501 * simple.el (scroll-up-command, scroll-down-command)
5502 (scroll-up-line, scroll-down-line): Put `scroll-command'
5503 property on the these symbols. Remove them from
5504 `scroll-preserve-screen-position-commands'.
5505
5506 * mwheel.el (mwheel-scroll): Put `scroll-command' and
5507 `isearch-scroll' properties on the `mwheel-scroll' symbol.
5508 Remove it from `scroll-preserve-screen-position-commands'.
5509
5510 * isearch.el (isearch-allow-scroll): Doc fix.
5511
4874f5e6
MA
55122010-04-15 Michael Albinus <michael.albinus@gmx.de>
5513
5514 * net/tramp.el (tramp-error-with-buffer): Don't show the
5515 connection buffer when we are in completion mode.
5516 (tramp-file-name-handler): Catch the error for some operations
5517 when we are in completion mode. This gives the user the chance to
5518 correct the file name in the minibuffer.
5519
82883f0a
GM
55202010-04-15 Glenn Morris <rgm@gnu.org>
5521
5522 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
5523
528b9ea9
JB
55242010-04-15 Juanma Barranquero <lekktu@gmail.com>
5525
5526 Simplify by using `define-derived-mode'.
5527 * info.el (Info-mode):
5528 * calendar/todo-mode.el (todo-mode):
5529 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
5530 (gomoku-mode-map): Move initialization into declaration.
5531
5f2b693f
MA
55322010-04-14 Michael Albinus <michael.albinus@gmx.de>
5533
5534 Fix Bug#5840.
5535 * ido.el (ido-file-name-all-completions-1):
5536 * minibuffer.el (minibuffer-completion-help):
5537 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
5538
ebb9641f
SM
55392010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5540
38111a5a
SM
5541 * simple.el (non-essential): New var.
5542
ebb9641f
SM
5543 Add a new field `location' to bookmarks for non-file bookmarks.
5544 * bookmark.el (bookmark-location): Use the new field, if present.
5545 (bookmark-insert-location): Undo last change, not needed any more.
5546 * man.el (Man-bookmark-make-record):
5547 * woman.el (woman-bookmark-make-record): Add `location' field.
5548
7b05466f
JL
55492010-04-14 Juri Linkov <juri@jurta.org>
5550
5551 * simple.el (scroll-error-top-bottom): New defcustom.
5552 (scroll-up-command, scroll-down-command): Use it. Doc fix.
5553
5554 * emulation/pc-select.el (pc-select-override-scroll-error):
5555 Obsolete in favor of `scroll-error-top-bottom'.
5556
32129746
JL
55572010-04-14 Juri Linkov <juri@jurta.org>
5558
5559 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
5560 `scroll-up-command' and `M-v' to `scroll-down-command'.
5561
5562 * emulation/cua-rect.el (cua--init-rectangles):
5563 * forms.el (forms--change-commands):
5564 * image-mode.el (image-mode-map):
5565 Remap scroll-down-command and scroll-up-command
5566 in addition to scroll-down and scroll-up.
5567
9013a7f8
JL
55682010-04-14 Juri Linkov <juri@jurta.org>
5569
5570 * mwheel.el (scroll-preserve-screen-position-commands):
5571 Add mwheel-scroll to this list of commands.
5572
5573 * simple.el (scroll-preserve-screen-position-commands):
5574 Add scroll-up-command, scroll-down-command, scroll-up-line,
5575 scroll-down-line to this list of commands.
5576
3b7e1d5f
SM
55772010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5578
c1e25821
SM
5579 * obsolete/complete.el: Move from lisp/complete.el.
5580
5b31b787
SM
5581 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
5582
3b7e1d5f
SM
5583 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
5584 to the minor mode function now turns the mode ON unconditionally.
5585
398a825b
SM
55862010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5587
a544e7c1
SM
5588 * vc-dir.el (vc-dir-kill-line): New command.
5589 (vc-dir-mode-map): Bind it to C-k.
5590
a1979d8e
SM
5591 * bookmark.el (bookmark-insert-location): Handle a nil filename.
5592
398a825b
SM
5593 * woman.el: Add bookmark declarations to silence the compiler.
5594 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
5595 step to compatibility between man and woman bookmarks.
5596 Adjust for Man-default-bookmark-title renaming.
5597 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
5598
5599 * man.el: Add bookmark declarations to silence the compiler.
5600 (Man-name-local-regexp): Make it match NAME as well.
5601 (Man-getpage-in-background): Return the buffer.
5602 (Man-notify-when-ready): Use `case'.
5603 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
5604 Don't hardcode "NAME". Simplify.
5605 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
5606 Rename from Man-bookmark-make-record.
5607 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
5608 we have the actual man-args. Use Man-getpage-in-background rather
5609 than `man' since the arg is already processed. Let bookmark.el do the
5610 window handling. Only wait for the relevant process.
5611 Don't forget to autoload.
5612
5613 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
5614
45be326a
TV
56152010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5616
5617 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
5618 New functions.
5619 (woman-mode): Setup bookmark support.
5620
5621 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
5622 (man-bookmark-jump): New functions.
5623 (Man-mode): Setup bookmark support.
5624
3acb4c93
CY
56252010-04-10 Jari Aalto <jari.aalto@cante.net>
5626
5627 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
5628 recognize ssh-keygen prompt (Bug#2817).
5629
b6bbb65e
MA
56302010-04-10 Michael Albinus <michael.albinus@gmx.de>
5631
5632 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
5633
b533bc97
MA
56342010-04-10 Michael Albinus <michael.albinus@gmx.de>
5635
5636 Synchronize with Tramp repository.
5637
5638 * net/tramp.el (tramp-completion-function-alist)
5639 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
5640 (tramp-local-coding-commands, tramp-remote-coding-commands):
5641 Fix docstring.
5642 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
5643 (tramp-handle-directory-files-and-attributes)
5644 (tramp-get-remote-path): Use `copy-tree'.
5645 (tramp-handle-file-name-all-completions): Backward/ XEmacs
5646 compatibility: Use `completion-ignore-case' if
5647 `read-file-name-completion-ignore-case' does not exist.
5648 (tramp-do-copy-or-rename-file-directly): Do not use
5649 `tramp-handle-file-remote-p'.
45be326a
TV
5650 (tramp-do-copy-or-rename-file-out-of-band):
5651 Use `tramp-compat-delete-directory'.
b533bc97 5652 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
5653 (tramp-compute-multi-hops, tramp-maybe-open-connection):
5654 Use `format-spec-make'.
b533bc97
MA
5655 (tramp-find-foreign-file-name-handler)
5656 (tramp-advice-make-auto-save-file-name)
5657 (tramp-set-auto-save-file-modes): Remove superfluous check for
5658 `stringp'. This is done inside `tramp-tramp-file-p'.
5659 (tramp-debug-outline-regexp): New defconst.
5660 (tramp-get-debug-buffer): Use it.
5661 (tramp-check-for-regexp): Use (forward-line 1).
5662 (tramp-set-auto-save-file-modes): Adapt version check.
5663
45be326a
TV
5664 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
5665 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
5666 (tramp-compat-make-temp-file): Simplify fallback implementation.
5667 (tramp-compat-copy-tree): Remove function.
5668 (tramp-compat-delete-directory): Provide implementation for older
5669 Emacsen.
5670
5671 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
5672 Do not use `tramp-fish-handle-file-attributes.
5673
5674 * net/trampver.el: Update release number.
5675
ba33df00
GM
56762010-04-10 Glenn Morris <rgm@gnu.org>
5677
5678 * progmodes/compile.el (compilation-save-buffers-predicate):
5679 Add missing :version tag.
5680
4a8ae76f
SS
56812010-04-09 Sam Steingold <sds@gnu.org>
5682
5683 * progmodes/compile.el (compilation-save-buffers-predicate):
5684 Remove the "autoload" cookie.
5685
0880716f
SS
5686 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
5687 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
5688 and `bug-reference-prog-mode' can be used in hooks directly.
5689
6aebd58c
DN
56902010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
5691
5692 Add --author support to git commit.
5693 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
5694 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
5695 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
5696 New declarations.
6aebd58c 5697
f6d90772
ER
56982010-04-09 Eric Raymond <esr@snark.thyrsus.com>
5699
5700 * vc-hooks.el, vc-git.el: Improve documentation comments.
5701
e754e83b
SM
57022010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5703
5704 Fix some of the problems in defsubst* (bug#5728).
5705 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
5706 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
5707
9e86ab0b
SS
57082010-04-07 Sam Steingold <sds@gnu.org>
5709
e754e83b
SM
5710 * progmodes/compile.el (compilation-save-buffers-predicate):
5711 New custom variable.
9e86ab0b
SS
5712 (compile, recompile): Pass it to `save-some-buffers'.
5713
b0c8b840
JD
57142010-04-07 Jan Djärv <jan.h.d@swipnet.se>
5715
5716 * wid-edit.el (widget-choose): Move cursor to the second line of
5717 the buffer (Bug#5695).
5718
31527c56
DN
57192010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
5720
5721 Add new VC methods: vc-log-incoming and vc-log-outgoing.
5722 * vc.el (vc-print-log-setup-buttons): New function split out from
5723 vc-print-log-internal.
5724 (vc-log-internal-common): New function, a parametrized version of
5725 vc-print-log-internal.
5726 (vc-print-log-internal): Just call vc-log-internal-common with the
5727 right arguments.
5728 (vc-incoming-outgoing-internal):
5729 (vc-log-incoming, vc-log-outgoing): New functions.
5730 (vc-log-view-type): New permanent local variable.
5731
5732 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
5733
5734 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
5735 of the dynamic bound vc-short-log.
5736 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
5737
5738 * vc-git.el (vc-git-log-outgoing): New function.
5739 (vc-git-log-view-mode): Use vc-log-view-type instead
5740 of the dynamic bound vc-short-log.
5741
5742 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
5743 of the dynamic bound vc-short-log. Highlight the tag.
5744 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
5745 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
5746 (vc-hg-incoming-mode): Remove.
5747 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
5748
7ec69e2b
DN
57492010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
5750
5751 Fix default-directory for vc-root-diff.
5752 * vc.el (vc-root-diff): Bind default-directory to the root
5753 directory for the diff command.
5754
fd9ea9d3
WS
57552010-04-07 Michael McNamara <mac@mail.brushroad.com>
5756
6e104790 5757 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
5758 (verilog-calc-1): Support "disable fork" and "fork wait" multi
5759 word keywords, suggested by Steve Pearlmutter.
6e104790 5760 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 5761 port lists.
6e104790 5762 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 5763 fix bug for /* / comments.
6e104790 5764 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 5765 Speed up and simplfy as this is never called with a bound.
6e104790
SM
5766 (verilog-pretty-declarations): Enhance to line up declarations
5767 inside a parameter list, suggested by Alan Morgan.
5768 (verilog-pretty-expr): Tune assignment regular expression match
5769 string for corner cases; also use markers instead of character
5770 number as indent changes the later.
fd9ea9d3
WS
5771
57722010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
5773
6e104790
SM
5774 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
5775 as missing keyword.
5776 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
5777 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
5778 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
5779 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
5780 Tennant.
5781 (verilog-keywords):
fd9ea9d3
WS
5782 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
5783 1800-2009 keywords, including "global.".
5784
2a07afc5
JW
57852010-04-06 John Wiegley <jwiegley@gmail.com>
5786
8b32731a 5787 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 5788 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 5789 file basename). Should use uniquify to offer a real solution.
2a07afc5 5790
f9a27d86
JW
57912010-04-06 John Wiegley <jwiegley@gmail.com>
5792
8b32731a
JB
5793 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
5794 comment to code, and add a :version tag.
5795 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 5796
9caf8a8f
JB
57972010-04-06 Juanma Barranquero <lekktu@gmail.com>
5798
5799 Enable recentf-mode if using virtual buffers.
5800 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 5801 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
5802 (ido-make-buffer-list): Simplify.
5803 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
5804
5a97d2da
JL
58052010-04-05 Juri Linkov <juri@jurta.org>
5806
5807 Scrolling commands which scroll a line instead of full screen.
5808 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5809
5810 * simple.el (scroll-up-line, scroll-down-line): New commands.
5811 Put property isearch-scroll=t on them.
5812
5813 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
5814 Remove commands.
5815
79ce172a
JL
58162010-04-05 Juri Linkov <juri@jurta.org>
5817
8b32731a 5818 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
5819 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5820
5821 * simple.el (scroll-up-command, scroll-down-command): New commands.
5822 Put property isearch-scroll=t on them.
5823
5824 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
5825 `scroll-down-command' and [next] from `scroll-up' to
5826 `scroll-up-command'.
5827
5828 * emulation/cua-base.el: Put property CUA=move on
5829 `scroll-up-command' and `scroll-down-command'.
5830 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
5831 and `scroll-down-command' to `cua-scroll-down'.
5832
309d5b43
JB
58332010-04-05 Juanma Barranquero <lekktu@gmail.com>
5834
6460e534 5835 * help.el (describe-mode): Return nil.
309d5b43 5836
0523d117
JW
58372010-04-04 John Wiegley <jwiegley@gmail.com>
5838
5839 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 5840 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
5841 (ido-virtual): Face used to indicate virtual buffers in the list.
5842 (ido-buffer-internal): If a buffer is chosen, and no such buffer
5843 exists, but a virtual buffer of that name does (which would be why
5844 it was in the list), recreate the buffer by reopening the file.
5845 (ido-make-buffer-list): If virtual buffers are being used, call
5846 `ido-add-virtual-buffers-to-list' before the make list hook.
5847 (ido-virtual-buffers): New variable which contains a copy of the
5848 current contents of the `recentf-list', albeit pared down for the
5849 sake of speed, and with proper faces applied.
5850 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
5851 create a list of "virtual buffers" to present to the user in
5852 addition to the currently open set. Note that this logic could
5853 get rather slow if that list is too large. With the default
5854 `recentf-max-saved-items' of 200, there is little speed penalty.
5855
202ff0d6
SM
58562010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5857
5858 * font-lock.el: Require CL when compiling.
5859 (font-lock-turn-on-thing-lock): Use `case'.
5860
ef43a0f4
EZ
58612010-04-03 Eli Zaretskii <eliz@gnu.org>
5862
5863 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
5864 Zaretskii.
ef43a0f4 5865
e4b204d7
JB
58662010-04-02 Juanma Barranquero <lekktu@gmail.com>
5867
5868 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
5869 (semantic-create-imenu-directory-index): Fix typos in docstrings.
5870 (semantic-imenu-goto-function): Reflow docstring.
5871
9c13a46e
JL
58722010-04-02 Juri Linkov <juri@jurta.org>
5873
5874 * ehelp.el (electric-help-orig-major-mode):
5875 New buffer-local variable.
5876 (electric-help-mode): Set it to original major-mode. Doc fix.
5877 (with-electric-help): Use `electric-help-orig-major-mode' instead
5878 of (default-value 'major-mode). Doc fix.
5879 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
5880
3fb87bf5
SS
58812010-04-02 Sam Steingold <sds@gnu.org>
5882
5883 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
5884 `vc-hg-command' with a list of flags.
5885
202ff0d6
SM
5886 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5887 Also accept "patch" and "RFE".
dbb5e44a
SS
5888 (bug-reference-fontify): `bug-reference-url-format' can also be a
5889 function to be able to handle the bug kind.
202ff0d6 5890 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 5891
d0b22876
JD
58922010-04-02 Jan Djärv <jan.h.d@swipnet.se>
5893
5894 * tmm.el (tmm-get-keymap): Check with symbolp before passing
5895 value to fboundp, it may not be a symbol.
5896
1625d379
CY
58972010-03-31 Chong Yidong <cyd@stupidchicken.com>
5898
202ff0d6 5899 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 5900
1cd095c6
JL
59012010-03-31 Juri Linkov <juri@jurta.org>
5902
5903 * simple.el (next-line, previous-line): Re-throw a signal
5904 with `signal' instead of using `ding'.
5905 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
5906
67189e62
JL
59072010-03-31 Juri Linkov <juri@jurta.org>
5908
5909 * simple.el (keyboard-escape-quit): Raise deselecting the active
5910 region higher than exiting the minibuffer.
5911 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
5912
1546c559
JL
59132010-03-31 Juri Linkov <juri@jurta.org>
5914
5915 * image.el (image-animated-p): Use `image-metadata' instead of
5916 `image-extension-data'. Get GIF extenstion data from metadata
5917 property `extension-data'.
5918
85626eef
SM
59192010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5920
5921 * simple.el (append-to-buffer): Simplify.
5922
85738751 59232010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
5924
5925 * textmodes/artist.el (artist-mode): Fix typo in docstring.
5926 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
5927
85738751 59282010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
5929
5930 * language/sinhala.el (composition-function-table): Fix regexp for
5931 the new Unicode specification.
5932
5933 * language/indian.el (devanagari-composable-pattern)
5934 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 5935 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
5936 specification.
5937 (bengali-composable-pattern, gurmukhi-composable-pattern)
5938 (gujarati-composable-pattern, oriya-composable-pattern)
5939 (telugu-composable-pattern): New variables to cope with the new
5940 Unicode specification. Use them in composition-function-table.
5941
85738751 59422010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 5943
79d74ac5 5944 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
5945 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
5946 vectors rather than cons cells, as used in menu-bar-update-buffers.
5947
85738751 59482010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 5949
2a793f7f
CY
5950 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
5951 (js-insert-and-indent): Revert 2009-08-15 change, restoring
5952 electric punctuation for "{}();,:" (Bug#5586).
5953
03ffe8be
CY
5954 * mail/sendmail.el (mail-default-directory): Doc fix.
5955
85738751 59562010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
5957
5958 * mail/sendmail.el (mail-default-directory): Doc fix.
5959
85738751 59602010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
5961
5962 * subr.el (version-regexp-alist, version-to-list)
5963 (version-list-<, version-list-=, version-list-<=)
5964 (version-list-not-zero, version<, version<=, version=): Doc fix.
5965 (Bug#5744).
5966
85738751 59672010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
5968
5969 * vc.el (vc-root-diff): Doc fix.
5970
85738751 59712010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 5972
9aa2c576
CY
5973 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
5974
9d30a9f4
CY
5975 * simple.el (append-to-buffer): Fix last change.
5976
85738751 59772010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
5978
5979 * simple.el (append-to-buffer): Ensure that point is preserved if
5980 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
5981 (Bug#5749)
5982
2372f278
SM
59832010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5984
5985 * files.el (auto-mode-case-fold): Change default to t.
5986
2223a1b3
JL
59872010-03-30 Juri Linkov <juri@jurta.org>
5988
5989 * dired-x.el (dired-omit-mode): Doc fix.
5990
0ef84fc8
JL
59912010-03-30 Juri Linkov <juri@jurta.org>
5992
5993 * replace.el (occur-accumulate-lines): Move occur-engine related
5994 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
5995 to be located after `occur-engine'.
5996
dc2d2590
JL
59972010-03-30 Juri Linkov <juri@jurta.org>
5998
5999 Make occur handle multi-line matches cleanly with context.
6000 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
6001
6002 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
6003 (occur-engine): Add local variables `ret', `prev-after-lines',
6004 `prev-lines'. Use more arguments for `occur-context-lines'.
6005 Set first elem of its returned list to `data', and the second elem
6006 to `prev-after-lines'. Don't print the separator line.
6007 In the end, print remaining context after-lines.
6008 (occur-context-lines): Add new arguments `begpt', `endpt',
6009 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
6010 after-lines of the previous match with before-lines of the
6011 current match and not overlap them. Return a list with two
6012 values: the output line and the list of context after-lines.
6013
47c88c06
JL
60142010-03-30 Juri Linkov <juri@jurta.org>
6015
6016 * replace.el (occur-accumulate-lines): Fix a bug where the first
6017 context line at the beginning of the buffer was missing.
6018
a7b02820
EZ
60192010-03-30 Eli Zaretskii <eliz@gnu.org>
6020
6021 * files.el: Make bidi-display-reordering safe variable for boolean
6022 values.
6023
9326ba26 60242010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 6025 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
6026
6027 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
6028 (progress-reporter-update, progress-reporter-do-update):
6029 Handle non-numeric value arguments.
9326ba26
CY
6030 (progress-reporter--pulse-characters): New var.
6031
f6f8aa12
CY
60322010-03-28 Chong Yidong <cyd@stupidchicken.com>
6033
6034 * progmodes/compile.el (compilation-start): Fix regexp detection
6035 of initial cd command (Bug#5771).
6036
7ed287b5
CY
60372010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
6038
6039 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
6040
146b8b16
NR
60412010-03-27 Nick Roberts <nickrob@snap.net.nz>
6042
6043 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
85626eef
SM
6044 * lisp/progmodes/gdb-mi.el: Restore.
6045 * lisp/progmodes/gdb-ui.el: Remove.
6046 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 6047
b23caf75
GM
60482010-03-25 Glenn Morris <rgm@gnu.org>
6049
6050 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
6051 all dired buffers, even tramp ones. (Bug#5755)
6052
18c812bd
SM
60532010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6054
6055 Add "union tags" in mpc.el.
6056 * mpc.el: Remove backward compatibility code.
6057 (mpc-browser-tags): Change default.
6058 (mpc--find-memoize-union-tags): New var.
6059 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
6060 (mpc-cmd-find): Handle the case where the playlist does not exist.
6061 Handle union-tags.
6062 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
6063 (mpc-cmd-add): Use mpc-cmd-flush.
6064 (mpc-tagbrowser-tag-name): New fun.
6065 (mpc-tagbrowser-buf): Use it.
6066 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
6067
efee6a6d
SM
60682010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6069
9586c41a
SM
6070 Misc cleanup.
6071 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
6072 Use replace-regexp-in-string.
6073 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
6074 (makefile-imake-mode-syntax-table): Move init into defvar.
6075 (makefile-mode): Use define-derived-mode.
6076
efee6a6d
SM
6077 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
6078 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
6079 not be present any more.
6080
c6f3804c
JB
60812010-03-24 Juanma Barranquero <lekktu@gmail.com>
6082
6083 * faces.el (set-face-attribute): Fix typo in docstring.
6084 (face-valid-attribute-values): Reflow docstring.
6085
6086 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
6087
e867cb5d 60882010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 6089
efee6a6d 6090 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 6091
e867cb5d 60922010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
6093
6094 * indent.el (indent-for-tab-command): Doc fix.
6095
e867cb5d 60962010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 6097
efee6a6d
SM
6098 * progmodes/cc-engine.el (c-remove-stale-state-cache):
6099 Fix off-by-one error. Fixes bug #5747.
657071fc 6100
e867cb5d 61012010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
6102
6103 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6104 (image-dired-read-comment): Doc fix.
6105
efee6a6d
SM
6106 * json.el (json-object-type, json-array-type, json-key-type)
6107 (json-false, json-null, json-read-number):
c8de140b
JB
6108 * minibuffer.el (completion-in-region-functions):
6109 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6110 (cal-tex-cursor-week):
6111 * emacs-lisp/trace.el (trace-function):
6112 * eshell/em-basic.el (eshell/printnl):
6113 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6114 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6115 * obsolete/levents.el (allocate-event, event-key, event-object)
6116 (event-point, event-process, event-timestamp, event-to-character)
6117 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6118 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6119 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6120 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6121 (reftex-highlight-selection): Fix typos in docstrings.
6122
e867cb5d 61232010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
6124
6125 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6126
e867cb5d 61272010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
6128
6129 * mail/rmail.el (rmail-highlight-face): Restore option deleted
6130 2008-02-13 without comment; mark it obsolete.
6131 (rmail-highlight-headers): Use rmail-highlight-face once more.
6132
e867cb5d 61332010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
6134
6135 * woman.el (woman2-process-escapes): Only consume the newline if
6136 the filler character is on a line by itself (Bug#5729).
6137
e867cb5d 61382010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
6139
6140 * language/indian.el (devanagari-composable-pattern): Add more
6141 consonants.
6142
e867cb5d 61432010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
6144
6145 * net/trampver.el: Update release number.
6146
e867cb5d 61472010-03-24 Glenn Morris <rgm@gnu.org>
b4d16368
GM
6148
6149 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
6150
e867cb5d 61512010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 6152
efee6a6d
SM
6153 * net/tramp.el (tramp-find-executable):
6154 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
6155 output of "wc -l" more robust.
6156 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6157 (tramp-open-connection-setup-interactive-shell): Remove workaround
6158 for OpenSolaris bug, it is not needed anymore.
6159
e867cb5d 61602010-03-24 Eric M. Ludlam <zappo@gnu.org>
6408fd42
CY
6161
6162 * cedet/semantic/imenu.el: New file, from the CEDET repository
6163 (Bug#5412).
6164
e867cb5d 61652010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
6166
6167 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
6168
e867cb5d 61692010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
6170
6171 * files.el (auto-mode-alist): Accept more verilog file patterns.
6172
b2b8574b
SM
61732010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6174
6175 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6176
1d94ebb0
GM
61772010-03-24 Glenn Morris <rgm@gnu.org>
6178
7e263967
GM
6179 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6180 log-edit-before-checkin-process.
6181
5ac92c5f
GM
6182 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6183
6184 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 6185
549f324a
GM
6186 * vc-dispatcher.el (vc-start-logentry): Doc fix.
6187 (log-view-process-buffer, log-edit-extra-flags): Declare.
6188
495b517c
GM
6189 * log-edit.el (log-edit-before-checkin-process): Doc fix.
6190
1d94ebb0
GM
6191 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6192 Consistently check ede-object is bound throughout.
6193
7bbe8d5a
GM
6194 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
6195
f4087766
SS
61962010-03-23 Sam Steingold <sds@gnu.org>
6197
6198 Fix bug#5620: recalculate all markers on compilation buffer
6199 modifications, not on file modifications.
6200 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
6201 the buffer modification time, for buffers not associated with files.
6202 (compilation-mode): Create it.
6203 (compilation-filter): Update it.
6204 (compilation-next-error-function): Use it instead of
6205 `visited-file-modtime' for timestamp.
6206
774642e5
JL
62072010-03-23 Juri Linkov <juri@jurta.org>
6208
6209 Implement Occur multi-line matches.
6210 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
6211
6212 * replace.el (occur): Doc fix.
6213 (occur-engine): Set `begpt' to the beginning of the first line.
6214 Set `endpt' to the end of the last match line. At first, count
6215 line numbers between `origpt' and `begpt'. Split out code from
6216 `out-line' variable to new let-bindings `match-prefix' and
6217 `match-str'. In `out-line' add non-numeric prefix to all
6218 non-first lines of multi-line matches. Finally, count lines
6219 between `begpt' and `endpt' and add to `lines'.
6220
f14d1172
JL
62212010-03-23 Juri Linkov <juri@jurta.org>
6222
6223 * replace.el (occur-accumulate-lines, occur-engine):
6224 Use `occur-engine-line' instead of duplicate code.
6225 (occur-engine-line): New function created from duplicate code
6226 in `occur-accumulate-lines' and `occur-engine'.
6227
53e87c57
JL
6228 * replace.el (occur-engine-line): Add optional arg `keep-props'.
6229 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
6230
75a3ff20
JL
62312010-03-23 Juri Linkov <juri@jurta.org>
6232
6233 * finder.el: Remove TODO tasks.
6234
6235 * info.el (Info-finder-find-node): Add node "all"
6236 with all package info. Handle a list of multiple keywords
6237 separated by comma.
6238 (info-finder): In interactive use with a prefix argument,
6239 use `completing-read-multiple' to read a list of keywords
6240 separated by comma.
6241
00278747
SM
62422010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6243
6244 Add a new completion style `substring'.
6245 * minibuffer.el (completion-basic--pattern): New function.
6246 (completion-basic-try-completion, completion-basic-all-completions):
6247 Use it.
6248 (completion-substring--all-completions)
6249 (completion-substring-try-completion)
6250 (completion-substring-all-completions): New functions.
6251 (completion-styles-alist): New style `substring'.
6252
64cb11cc
SM
62532010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6254
6255 Get rid of .elc files after removal of the corresponding .el.
6256 * Makefile.in (compile-clean): New target.
6257 (compile-main): Use it.
6258
835e2c65
JD
62592010-03-22 Jan Djärv <jan.h.d@swipnet.se>
6260
6261 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
6262 don't do make there. When compiling with separate object dir, there
6263 is no Makefile there.
6264
111a9dff
SM
62652010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6266
6267 Get rid of the ELCFILES abomination, again.
6268 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6269 (all, compile): Don't call compile-last.
6270 (compile-main): Build the "elcfiles" list dynamically.
6271 (compile-targets): New (internal) target.
6272
82c3d67a
AS
62732010-03-21 Andreas Schwab <schwab@linux-m68k.org>
6274
6275 * Makefile.in (top_srcdir): Define.
6276 (abs_top_builddir): Define.
6277 (srcdir): Don't append `/..'.
6278 (EMACS): Use ${abs_top_builddir}.
6279 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
6280 (update-subdirs, update-authors): Use $(top_srcdir) instead of
6281 $(srcdir).
82c3d67a
AS
6282 (lisp): Use $(srcdir) instead of @srcdir@.
6283
d66ecdbb
JL
62842010-03-21 Juri Linkov <juri@jurta.org>
6285
6286 Fix message of multi-line occur regexps and multi-buffer header lines.
6287 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
6288
6289 * replace.el (occur-1): Don't display regexp if it is longer
6290 than window-width. Use `query-replace-descr' to display regexp.
6291 (occur-engine): Don't display regexp in the buffer header for
6292 multi-buffer occur. Display a separate header line with total
6293 match count and regexp for multi-buffer occur.
6294 Use `query-replace-descr' to display regexp.
6295
f05e1b94
TZ
62962010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6297
6298 * net/secrets.el: Fix parenthesis.
6299 (secrets-enabled): Fix parenthesis.
6300
801ba3ba
SM
63012010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6302
3613edce
SM
6303 Use more relative file and directory names.
6304 * Makefile.in (EMACS): Arrange for it to work when we chdir.
6305 (setwins, setwins_almost, setwins_for_subdirs):
6306 Don't `cd'; output relative names.
6307 (all, compile, compile-always, compile-last): Set emacswd.
6308 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
6309 Just cd to the lisp source dir so we can use relative file names.
6310
801ba3ba
SM
6311 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
6312
2b1400b9
GM
63132010-03-20 Glenn Morris <rgm@gnu.org>
6314
6315 * textmodes/rst.el: Use faces for font-lock customization, and make the
6316 old -face variables obsolete.
6317 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
6318 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
6319 (rst-block-face, rst-external-face, rst-definition-face)
6320 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
6321 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
6322 Make obsolete.
6323 (rst-font-lock-keywords-function): Update for above changes.
6324
5e418f17
JL
63252010-03-20 Juri Linkov <juri@jurta.org>
6326
6327 * s-region.el:
6328 * obsolete/s-region.el: Move to obsolete.
6329
b0287b39
JB
63302010-03-19 Juanma Barranquero <lekktu@gmail.com>
6331
6332 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
6333
3c95bbb6
DN
63342010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6335
6336 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
6337
09158997
DN
63382010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6339
6340 Add special markup processing for commit logs.
6341 * log-edit.el (log-edit-extra-flags): New variable.
6342 (log-edit): Add new argument MODE. Use that mode when non-nil
6343 instead of the log-view-mode.
6344 (log-view-process-buffer): New function.
6345
6346 * vc.el: Document that the checkin method takes optional
6347 arguments. Document new backend specific method: log-view-mode.
6348 (vc-default-log-edit-mode): New function.
6349 (vc-checkin): Use a backend specific log-view-mode.
6350 Pass extra arguments to the checkin method.
6351 (vc-modify-change-comment): Pass a dummy extra argument.
6352
6353 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
6354 log-edit.
6355 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
6356 (vc-finish-logentry): Process the log buffer before passing it
6357 down. Pass log-edit-extra-flags.
6358
6359 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
6360 command.
85626eef
SM
6361 (log-edit-extra-flags, log-edit-before-checkin-process):
6362 New declarations.
09158997
DN
6363
6364 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
6365 command.
85626eef
SM
6366 (log-edit-extra-flags, log-edit-before-checkin-process):
6367 New declarations.
09158997
DN
6368 (vc-hg-log-edit-mode): New derived mode.
6369
6370 * vc-arch.el (vc-arch-checkin):
6371 * vc-cvs.el (vc-cvs-checkin):
6372 * vc-git.el (vc-git-checkin):
6373 * vc-mtn.el (vc-mtn-checkin):
6374 * vc-rcs.el (vc-rcs-checkin):
6375 * vc-sccs.el (vc-sccs-checkin):
6376 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
6377
f430423d
SM
63782010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
6381 parent typo).
6382
aa8f8277
GM
63832010-03-19 Glenn Morris <rgm@gnu.org>
6384
f430423d 6385 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 6386
04525749
GM
63872010-03-18 Glenn Morris <rgm@gnu.org>
6388
c70815f1
GM
6389 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
6390
84d0a5f8
GM
6391 * replace.el (query-replace-history): Give it a doc string.
6392 (map-query-replace-regexp): Use query-replace-from-history-variable
6393 and query-replace-to-history-variable.
6394
e3a15161
GM
6395 * mail/hashcash.el (declare-function): Remove duplicate definition.
6396
27be0364
GM
6397 * mail/emacsbug.el (report-emacs-bug-pretest-address):
6398 Make it an obsolete alias for report-emacs-bug-address.
6399 (message-strip-special-text-properties): Declare.
6400 (report-emacs-bug): Remove test for a pretest bug address.
6401 Combine message-mode-specific code.
6402
88b8d18e
GM
6403 * mail/supercite.el: Don't require sendmail.
6404 (mh-in-header-p): Declare rather than using with-no-warnings.
6405 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
6406 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
6407
1a355d09
GM
6408 * calendar/cal-french.el: Convert to utf-8.
6409
04525749
GM
6410 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
6411 Emacs scripts.
6412
ae84eb97
MA
64132010-03-16 Michael Albinus <michael.albinus@gmx.de>
6414
6415 * net/secrets.el (secrets-enabled): New variable. Use it instead
6416 of a subfeature.
6417
7c75524e
MA
64182010-03-15 Michael Albinus <michael.albinus@gmx.de>
6419
6420 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
6421 service "org.freedesktop.secrets" can be pinged.
6422 Provide subfeature `enabled'.
7c75524e 6423
57938a79
JL
64242010-03-14 Juri Linkov <juri@jurta.org>
6425
6426 Add finder unknown keywords.
6427
6428 * finder.el (finder-unknown-keywords): New function.
6429
6430 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
6431 to create a Finder node with unknown keywords.
6432
88f4758e
JL
64332010-03-14 Juri Linkov <juri@jurta.org>
6434
6435 * finder.el (finder-compile-keywords): Replace `princ' with
6436 `prin1' on a list of symbols interned from keyword strings.
6437
6438 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
6439 a comma, then split keywords using a comma and optional whitespace.
6440 Otherwise, split by whitespace.
6441
6442 * complete.el:
6443 * face-remap.el:
6444 * log-view.el:
6445 * net/hmac-def.el:
6446 * net/hmac-md5.el:
6447 * net/netrc.el:
6448 * progmodes/mixal-mode.el: Fix keywords.
6449
7725ebb7
MA
64502010-03-13 Michael Albinus <michael.albinus@gmx.de>
6451
6452 * Makefile.in (ELCFILES): Add net/secrets.elc.
6453
6454 * net/secrets.el: New file.
6455
6f320937
CY
64562010-03-12 Chong Yidong <cyd@stupidchicken.com>
6457
6458 * facemenu.el (list-colors-display, list-colors-print): New arg
6459 callback. Use it to allow selecting colors.
6460
6461 * wid-edit.el (widget-image-insert): Insert image prop even if the
6462 current display is non-graphic.
6463 (widget-field-value-set): New fun.
6464 (editable-field): Use it.
6465 (widget-field-value-get): Clean up unused var.
85626eef
SM
6466 (widget-color-value-create, widget-color--choose-action):
6467 New funs. Allow using list-colors-display to choose color.
6f320937 6468
647f9993
CY
64692010-03-12 Chong Yidong <cyd@stupidchicken.com>
6470
6471 * cus-edit.el: Resort topmost custom groups.
6472 (custom-buffer-sort-alphabetically): Default to t.
6473 (customize-apropos): Use apropos-parse-pattern.
6474 (custom-search-field): New var.
6475 (custom-buffer-create-internal): Add custom-apropos search field.
6476 (custom-add-parent-links): Don't display parent doc.
6477 (custom-group-value-create): Don't sort top-level custom group.
85626eef 6478 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
6479
6480 (custom-variable-state): New fun, from custom-variable-state-set.
6481 (custom-variable-state-set): Use it.
6482 (custom-group-value-create): Hide options with standard values
6483 using the :hidden-states property. Use progress reporter.
6484
6485 (custom-show): Simplify.
6486 (custom-visibility): Disable images by default.
6487 (custom-variable): New property :hidden-states.
6488 (custom-variable-value-create): Enable images for
6489 custom-visibility widgets. Use :hidden-states property to
6490 determine initial visibility.
6491
6492 * wid-edit.el (widget-image-find): Give images center ascent.
6493 (visibility): Add :on-image and :off-image properties.
6494 (widget-visibility-value-create): Use them.
6495
eba5b4dd
CY
64962010-03-12 Chong Yidong <cyd@stupidchicken.com>
6497
6498 * cus-edit.el (processes): Remove from development group.
6499 (oop, hypermedia): Delete group.
26f4b8ab 6500 (comm): Promote to top-level group.
eba5b4dd
CY
6501
6502 * net/browse-url.el (browse-url):
6503 * net/xesam.el (xesam):
6504 * net/tramp.el (tramp):
6505 * net/goto-addr.el (goto-address):
26f4b8ab 6506 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
6507
6508 * view.el (view): Remove from editing group.
6509
6510 * uniquify.el (uniquify): Put in files group.
6511
6512 * net/browse-url.el (browse-url):
6513 * ps-print.el (postscript): Put in external group.
6514
6515 * cus-edit.el (outlines):
6516 * textmodes/text-mode.el (text-mode-hook):
6517 * textmodes/table.el (table):
6518 * textmodes/picture.el (picture):
6519 * outline.el (outlines): Put in wp group.
6520
6521 * nxml/nxml-mode.el (nxml): Remove from wp group.
6522
6523 * net/tramp-imap.el (tramp-imap): Put in tramp group.
6524
6525 * mail/metamail.el (metamail): Remove from hypermedia group.
6526
6527 * cus-edit.el (abbrev):
6528 * whitespace.el (whitespace):
6529 * vcursor.el (vcursor):
6530 * reveal.el (reveal):
6531 * hl-line.el (hl-line): Put in convenience group.
6532
6533 * epg-config.el (epg): Put in data group.
6534
6535 * emulation/pc-select.el (pc-select): Put in emulations group.
6536
6537 * calculator.el (calculator): Put in applications group.
6538
8117868f
DN
65392010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
6540
6541 Add .dir-locals.el support for file-less buffers.
6542 * files.el (hack-local-variables): Split out code to apply local
6543 variable settings ...
6544 (hack-local-variables-apply): ... here. New function.
6545 (hack-dir-local-variables): Use the default directory for when the
6546 buffer does not have an associated file.
6547 (hack-dir-local-variables-non-file-buffer): New function.
6548 * diff-mode.el (diff-mode):
6549 * vc-annotate.el (vc-annotate-mode):
6550 * vc-dir.el (vc-dir-mode):
6551 * log-edit.el (log-edit-mode):
6552 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
6553
855a2294
DN
65542010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
6555
6556 Add support for shelving snapshots and for showing shelves.
6557 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
6558 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
6559 New functions.
6560 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6561 (vc-bzr-extra-menu-map): Map them.
6562
3e5b7009
GM
65632010-03-11 Glenn Morris <rgm@gnu.org>
6564
0dcf7d7e
GM
6565 * cus-edit.el (customize-changed-options-previous-release):
6566 Bump to 23.1.
6567
3e5b7009
GM
6568 * image.el (image-animate-max-time): Fix :version tag.
6569
288f9fc0
CY
65702010-03-10 Chong Yidong <cyd@stupidchicken.com>
6571
6572 * Branch for 23.2.
6573
53ef91b1
SM
65742010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6575
6576 * vc-git.el (vc-git-revision-table): Include remote branches.
6577
b41460ae 65782010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
6579
6580 Animated image API.
6581 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
6582
6583 * image.el (image-animate-max-time): New defcustom.
6584 (image-animated-types): New defconst.
6585 (create-animated-image, image-animate-timer)
6586 (image-animate-start, image-animate-stop, image-animate-timeout)
6587 (image-animated-p): New functions.
6588
6589 * image-mode.el (image-toggle-display-image):
6590 Replace `create-image' with `create-animated-image'.
6591
e5d1fb10 65922010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
6593
6594 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
6595 instead of "format:"; this ensures that the output is
6596 newline-terminated.
6597
4e7cafbe
CY
65982010-03-08 Chong Yidong <cyd@stupidchicken.com>
6599
6600 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
6601 that all errors are caught, and that the return value is always a
6602 list (Bug#5692).
6603
aec66319
KH
66042010-03-08 Kenichi Handa <handa@m17n.org>
6605
6606 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 6607 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 6608
b327c975
AS
66092010-03-07 Andreas Schwab <schwab@linux-m68k.org>
6610
6611 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
6612 call to rfc822-bad-address. (Bug#5692)
6613
1c465a6a
CY
66142010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
6615
85626eef
SM
6616 * vc-git.el (vc-git-annotate-extract-revision-at-line):
6617 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 6618
a4e32226
CY
66192010-03-06 Chong Yidong <cyd@stupidchicken.com>
6620
6621 * calculator.el (calculator): Don't bind split-window-keep-point
6622 (Bug#5674).
6623
4c83ed3d
SM
66242010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
6625
6626 * vc-git.el: Re-flow to fit into 80 columns.
6627 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
6628 Remove spurious `quote' element in each case alternative.
6629 (vc-git-show-log-entry): Use prog1.
6630 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
6631
d40a7570
GM
66322010-03-06 Glenn Morris <rgm@gnu.org>
6633
6634 * cedet/semantic/grammar.el (semantic-grammar-header-template):
6635 Update template copyright to GPLv3+.
6636
e8defde3
SM
66372010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6638
6639 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
6640
233f0c9f
CY
66412010-03-03 Chong Yidong <cyd@stupidchicken.com>
6642
6643 * macros.el (insert-kbd-macro): Look up keyboard macro using the
6644 definition, not the name (Bug#5481).
6645
254bedef 66462010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
6647
6648 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
6649 argument with a local variable. (Bug#5670)
6650
7187cdae
JL
66512010-03-02 Juri Linkov <juri@jurta.org>
6652
6653 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
6654
9cf3544e
MA
66552010-03-02 Michael Albinus <michael.albinus@gmx.de>
6656
6657 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
6658 error when FILENAME and NEWNAME are existing remote directories.
6659
6660 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
6661 parameter DIR-FLAG.
6662
33f77982
GM
66632010-03-02 Glenn Morris <rgm@gnu.org>
6664
6665 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
6666 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
6667
d99ea08e
KH
66682010-03-01 Kenichi Handa <handa@m17n.org>
6669
e8defde3 6670 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
6671 myanmar-composable-pattern.
6672
e8defde3
SM
6673 * international/characters.el (script-list):
6674 * international/fontset.el (script-representative-chars):
6675 Change myanmar to burmese.
d99ea08e 6676 (otf-script-alist): Likewise.
4aa2c3b2
KH
6677 (setup-default-fontset): Likewise. Re-fix :otf spec.
6678
b374f54d
KY
66792010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
6680
6681 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
6682
71572c03
JD
66832010-02-28 Jan Djärv <jan.h.d@swipnet.se>
6684
6685 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
6686
00cffdeb
MA
66872010-02-28 Michael Albinus <michael.albinus@gmx.de>
6688
6689 * net/tramp.el (tramp-handle-write-region): START can be a string.
6690 Take care in the checks. Reported by Dan Davison
6691 <davison@stats.ox.ac.uk>.
6692
d4b06783
MA
66932010-02-28 Michael Albinus <michael.albinus@gmx.de>
6694
6695 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
6696 (dbus-set-property, dbus-get-all-properties):
6697 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 6698
8c3e96d2
CY
66992010-02-28 Chong Yidong <cyd@stupidchicken.com>
6700
de3a1fe9
CY
6701 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
6702 * emacs-lisp/elint.el (elint-add-required-env):
6703 * cedet/semantic/db-find.el
6704 (semanticdb-find-translate-path-brutish-default):
6705 * cedet/ede/make.el (ede-make-check-version):
6706 * calendar/icalendar.el (icalendar--add-diary-entry):
6707 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
6708 * files.el (recover-session-finish): Use with-current-buffer
6709 instead of save-excursion.
6710
c53b9c3b
SM
67112010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
6712
6713 Fix in-buffer completion when after-change-functions modify the buffer.
6714 * minibuffer.el (completion--replace): New function.
6715 (completion--do-completion): Use it and use relative movement.
6716
4a16bdc6
CY
67172010-02-27 Chong Yidong <cyd@stupidchicken.com>
6718
6719 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 6720
b8280f39
CY
67212010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
6722
c53b9c3b
SM
6723 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
6724 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 6725
f88cc4d6
KH
67262010-02-26 Kenichi Handa <handa@m17n.org>
6727
6728 * language/burmese.el: Fix entries in composition-function-table.
6729 (myanmar-composable-pattern): New variable.
6730
6731 * international/fontset.el (setup-default-fontset): Add an entry
6732 for myanmar.
6733
6734 * international/characters.el (script-list): Add Myanmar
6735 Extended-A.
6736
cdbf9100
GM
67372010-02-26 Glenn Morris <rgm@gnu.org>
6738
90a94603
GM
6739 * custom.el (custom-initialize-delay): Doc fix.
6740
cdbf9100
GM
6741 * mail/sendmail.el (send-mail-function): Autoload the call
6742 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
6743
f95a5fd0
CY
67442010-02-24 Chong Yidong <cyd@stupidchicken.com>
6745
6746 * files.el (hack-local-variables-filter): For eval forms, also
6747 check safe-local-variable-p (Bug#5636).
6748
6583ba0e
CY
67492010-02-24 Eduard Wiebe <usenet@pusto.de>
6750
6751 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
6752 and use c(ad)r of cddr (Bug#5640).
6753
459a5f4b
MA
67542010-02-22 Michael Albinus <michael.albinus@gmx.de>
6755
6756 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
6757 setting the modes by `ignore-errors'. It might fail, for example
6758 if the file is not owned by the user but the group.
6759 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
6760
bb23f6e8
CY
67612010-02-21 Chong Yidong <cyd@stupidchicken.com>
6762
50c58e27
CY
6763 * files.el (directory-listing-before-filename-regexp): Use
6764 stricter matching for iso-style dates, to avoid false matches with
6765 date-like filenames (Bug#5597).
6766
b660eb70
CY
6767 * htmlfontify.el (htmlfontify): Doc fix.
6768
6769 * eshell/eshell.el (eshell): Doc fix.
6770
bb23f6e8
CY
6771 * startup.el (fancy-about-screen): In mode-line, apply
6772 mode-line-buffer-id face only to the buffer name (Bug#5613).
6773
3e39928c
CY
67742010-02-20 Kevin Ryde <user42@zip.com.au>
6775
f7e0618c
JB
6776 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6777 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
6778 (Bug#5599).
6779
0f00e948
EZ
67802010-02-20 Eli Zaretskii <eliz@gnu.org>
6781
6782 * subr.el (remove-yank-excluded-properties): Explain in a comment
6783 why `category' property is removed.
6784
3513efb2
CY
67852010-02-19 Chong Yidong <cyd@stupidchicken.com>
6786
6787 * isearch.el (isearch-update-post-hook, isearch-update): Revert
6788 2010-02-17 change.
6789
b4340b3f
UJ
67902010-02-19 Ulf Jasper <ulf.jasper@web.de>
6791
6792 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
6793 (icalendar--convert-weekly-to-ical)
6794 (icalendar--convert-yearly-to-ical)
6795 (icalendar--convert-block-to-ical)
6796 (icalendar--convert-cyclic-to-ical)
6797 (icalendar--convert-anniversary-to-ical): Take care of time
6798 specifications where hour has 1-digit only (Bug#5549).
6799
8cfae03d
NR
68002010-02-19 Nick Roberts <nickrob@snap.net.nz>
6801
6802 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
6803 of disassemble output in GDB 7.1.
6804
055e4eea
GM
68052010-02-19 Glenn Morris <rgm@gnu.org>
6806
6807 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
6808 property. (Bug#5593)
6809
ff6b00de
SS
68102010-02-18 Sam Steingold <sds@gnu.org>
6811
6812 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6813
fe8c0b47
SM
68142010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6815
6816 Use abbreviated file names in bookmarks (bug#5591).
6817 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
6818 calls to expand-file-name.
6819 (bookmark-relocate): Use abbreviated file names in bookmarks.
6820 (bookmark-load): Use abbreviated file names in messages.
6821
73a37a69
MA
68222010-02-18 Michael Albinus <michael.albinus@gmx.de>
6823
6824 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
6825 expand "." and "..". Reported by Thierry Volpiatto
6826 <thierry.volpiatto@gmail.com>.
6827
6e4f5731
MA
68282010-02-18 Michael Albinus <michael.albinus@gmx.de>
6829
6830 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
6831 permissions of the temporary file to "0600". In case the remote
6832 file has no read permissions for the owner, there might be
6833 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
6834
683522010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
6836
6837 * emacs-lisp/authors.el (authors-renamed-files-alist):
6838 Add entries for INSTALL.CVS.
6839
ba5bf642
MH
68402010-02-17 Mark A. Hershberger <mah@everybody.org>
6841
f7e0618c 6842 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 6843
f7e0618c 6844 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
6845 (isearch-update): Use the new hook.
6846
aac0b0f2
MA
68472010-02-16 Michael Albinus <michael.albinus@gmx.de>
6848
fe8c0b47
SM
6849 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6850 Fix errors in copying directories.
aac0b0f2
MA
6851 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
6852 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
6853 (tramp-handle-delete-file)
6854 (tramp-handle-dired-recursive-delete-directory)
6855 (tramp-handle-write-region): Flush also the cache for the upper
6856 directory.
6857
05bbe066
CY
68582010-02-16 Chong Yidong <cyd@stupidchicken.com>
6859
e8ab3908
CY
6860 * simple.el (save-interprogram-paste-before-kill): Doc fix.
6861
ff90f4b0
CY
6862 * cus-edit.el (hardware): Doc fix.
6863
6864 * man.el (man): Add to external custom group.
6865
6866 * delim-col.el (columns): Move to wp custom group.
6867
6868 * doc-view.el (doc-view): Add to data custom group.
6869
6870 * cedet/data-debug.el (data-debug): Move to extensions group.
6871
6872 * cedet/ede.el (ede):
6873 * cedet/srecode.el (srecode):
6874 * cedet/semantic.el (semantic): Put in tools and extensions group.
6875
fe8c0b47 6876 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 6877
05bbe066
CY
6878 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
6879 by ispell-parse-output (Bug#5575).
6880
fa6ea913
KH
68812010-02-16 Kenichi Handa <handa@m17n.org>
6882
6883 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
6884 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
6885 (skkdic-convert): Use `euc-japan' coding system for writing.
6886
88fd78ae
GM
68872010-02-16 Glenn Morris <rgm@gnu.org>
6888
6889 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
6890 tex-main-file before using it. (Bug#5562)
6891
2b8c974a
SM
68922010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
6893
6894 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
6895 warnings, since it is annoying for the user to see them each time he
6896 runs the code.
6897
7540f029
MA
68982010-02-15 Michael Albinus <michael.albinus@gmx.de>
6899
6900 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
6901 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
6902 instead of PROC for caching "first-password-request". Otherwise,
6903 new processes would not profit from passwords already entered.
6904
2b8c974a
SM
6905 * net/tramp-cache.el (tramp-dump-connection-properties):
6906 Don't save "first-password-request" property.
7540f029 6907
fa5f7c5f
JB
69082010-02-14 Juanma Barranquero <lekktu@gmail.com>
6909
6910 * outline.el (outline-head-from-level):
6911 * simple.el (with-wrapper-hook):
6912 * cedet/ede.el (ede-run-target, project-delete-target)
6913 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
6914 (ede-adebug-project, ede-adebug-project-parent)
6915 (ede-adebug-project-root):
6916 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
6917 (elint-defun, elint-buffer-env, elint-top-form-logged)
6918 (elint-unbound-variable):
6919 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
6920 Fix typos in docstrings.
6921
ecbaeb7b
MA
69222010-02-14 Michael Albinus <michael.albinus@gmx.de>
6923
6924 * files.el (insert-directory): When WILDCARD-REGEXP and
6925 FULL-DIRECTORY-P are nil, insert the file entry instead of the
6926 whole directory. (Bug#5551)
6927
6928 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
6929 dired's alignment sanity. (Bug#5516)
6930
91e3333f
JL
69312010-02-14 Juri Linkov <juri@jurta.org>
6932
6933 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
6934 Remove remaining ^H with their preceding chars. (Bug#5566)
6935
36020642
GM
69362010-02-13 Glenn Morris <rgm@gnu.org>
6937
6938 * simple.el (transpose-subr): Give it a doc-string.
6939
6940 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
6941 Doc fixes.
6942
f5952338
JL
69432010-02-12 Juri Linkov <juri@jurta.org>
6944
6945 * arc-mode.el (archive-unique-fname): Make directories for nested
6946 archives. (Bug#5540)
6947
918fe50f
JL
69482010-02-12 Juri Linkov <juri@jurta.org>
6949
6950 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
6951
c07ff221
SM
69522010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6953
48b1e7cf
SM
6954 * subr.el (copy-overlay): Handle deleted overlays.
6955
c07ff221
SM
6956 * man.el (Man-completion-table): Don't signal an error if we can't run
6957 manual-program (bug#4056).
6958
0e374247
JB
69592010-02-10 Juanma Barranquero <lekktu@gmail.com>
6960
6961 * textmodes/artist.el (artist-mt): Fix typos in docstring.
6962
dbf8402b
SM
69632010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6964
348d1e60
SM
6965 * info.el (Info-bookmark-jump): Simplify.
6966
dbf8402b
SM
6967 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
6968 (bookmark-default-handler): Accept new bookmark field `buffer'.
6969
e6d23bb5
CY
69702010-02-10 Chong Yidong <cyd@stupidchicken.com>
6971
6972 * iswitchb.el (iswitchb-completions): Revert last change.
6973
a8e4290b
MA
69742010-02-10 Michael Albinus <michael.albinus@gmx.de>
6975
2b23acde 6976 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
6977 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
6978 This prevents file names like "~/" being listed literally.
a8e4290b 6979
c59d6fad
DN
69802010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
6981
348d1e60
SM
6982 * term/xterm.el (xterm-maybe-set-dark-background-mode):
6983 Remove dead code. (Bug#5546)
c59d6fad 6984
3a66e78f
CY
69852010-02-09 Chong Yidong <cyd@stupidchicken.com>
6986
6987 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
6988 correctly (Bug#5548).
6989
f29fd869
CY
69902010-02-08 Jose E. Marchesi <jemarch@gnu.org>
6991
6992 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 6993 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 6994
7fad1447
KH
69952010-02-08 Kenichi Handa <handa@m17n.org>
6996
6997 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 6998 cookie for putting `lisp-indent-function'.
7fad1447 6999
50e4518b
GM
70002010-02-07 Glenn Morris <rgm@gnu.org>
7001
7002 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
7003 Move F2003 named interfaces from keywords-2 to keywords-1, and
7004 use function-name-face rather than constant-face.
7005 Simplify "abstract interface" regexp.
7006
a4cc44cf
CY
70072010-02-07 Chong Yidong <cyd@stupidchicken.com>
7008
7009 * eshell/esh-util.el (eshell-file-attributes): New optional arg
7010 ID-FORMAT. Pass it to `file-attributes'.
7011
7012 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7013
c917476d
CY
70142010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
7015
7016 * faces.el (set-face-attribute): Allow calling
7017 internal-set-lisp-face-attribute with 'unspecified family and
7018 foundry argument (Bug#5536).
7019
7cf3f3d6
GM
70202010-02-07 Glenn Morris <rgm@gnu.org>
7021
7022 * progmodes/f90.el (f90-font-lock-keywords-2)
7023 (f90-looking-at-type-like, f90-looking-at-program-block-end):
7024 Handle F2003 named interfaces.
7025
ffe87109
CY
70262010-02-06 Chong Yidong <cyd@stupidchicken.com>
7027
7028 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
7029 beg and end before calling c-get-state-before-change-functions.
7030
4775ecad
DN
70312010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
7032
7033 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
7034
0d17c4b9
JL
70352010-02-05 Juri Linkov <juri@jurta.org>
7036
7037 * doc-view.el (doc-view-mode):
7038 * image-mode.el (image-mode): Put property mode-class=special.
7039 (Bug#4896)
7040
8228a275
MH
70412010-02-05 Mark A. Hershberger <mah@everybody.org>
7042
7043 * vc-svn.el (vc-svn-revision-table): New function.
7044
d9320986
MA
70452010-02-05 Michael Albinus <michael.albinus@gmx.de>
7046
7047 * net/ange-ftp.el (ange-ftp-insert-directory):
7048 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7049 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7050 Handle also directories. (Bug#5478)
7051
f43d8ecc
GM
70522010-02-05 Glenn Morris <rgm@gnu.org>
7053
7054 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
7055
ce3a988d
CY
70562010-02-05 Chong Yidong <cyd@stupidchicken.com>
7057
7058 * startup.el (command-line-1): Convert options beginning with a
7059 single dash as well (Bug#5519).
7060
bdd42899
SM
70612010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
7062
51b23c44
SM
7063 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
7064 * minibuffer.el (completion-initials-expand): Only check the presence
7065 of delims *within* the boundaries, since otherwise the / delim is
7066 always found for files.
7067
bdd42899
SM
7068 Fix up various corner case problems.
7069 * doc-view.el (doc-view-last-page-number): New function.
7070 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
7071 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
7072 (doc-view-kill-proc): Avoid inf-loop in freak cases.
7073 (doc-view-reconvert-doc): Use the new recursive delete-directory.
7074 (doc-view-convert-current-doc): Don't create the resolution.el file
7075 here any more.
7076 (doc-view-pdf/ps->png): Do it here instead.
7077 (doc-view-already-converted-p): Check that resolution.el is present.
7078 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
7079 windows that are not yet showing images.
7080
d5b3979c
MA
70812010-02-04 Michael Albinus <michael.albinus@gmx.de>
7082
7083 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7084 `dired-uncache' for every elemnt which is an absolute file name.
7085
7086 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7087 directory, handle its directory component.
7088 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7089 function is called permanently and creates noise, otherwise.
7090
7091 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7092 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7093 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
7094
b003beb1
DB
70952010-02-04 David Burger <dburger@google.com> (tiny change)
7096
7097 * macros.el (apply-macro-to-region-lines):
7098 Minor simplification. (Bug#5485)
7099
ea92f9f3
GM
71002010-02-04 Glenn Morris <rgm@gnu.org>
7101
a03ae20d
GM
7102 * mail/rmail.el (rmail-show-message-1): Handle malformed
7103 quoted-printable text. (Bug#5441)
7104
4d01b827
GM
7105 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7106
ea92f9f3
GM
7107 * simple.el (visual-line-mode): Capitalize lighter.
7108
82055bb7
JW
71092010-02-03 John Wiegley <jwiegley@gmail.com>
7110
7111 * iswitchb.el (iswitchb-completions): Add bookmark files to the
7112 list of files considered for "virtual buffer" completions.
7113
8214b6e4
MA
71142010-02-03 Michael Albinus <michael.albinus@gmx.de>
7115
7116 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 7117 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
7118 when dired is called with a list of files, which are not in
7119 `default-directory'. (Bug#5478)
7120
1df9718f
SM
71212010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
7122
7123 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7124
02ba1267
JL
71252010-02-02 Juri Linkov <juri@jurta.org>
7126
7127 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7128 from unidiff to allow function-line after @@.
7129
a0c6a0fb
JL
71302010-02-02 Juri Linkov <juri@jurta.org>
7131
7132 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7133 '(RCS SCCS) with inverted condition.
7134
c35fcd52
MA
71352010-02-02 Michael Albinus <michael.albinus@gmx.de>
7136
7137 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7138 messages.
7139
6ba973c1
JL
71402010-02-01 Juri Linkov <juri@jurta.org>
7141
7142 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7143 compare with "pkunzip" and "pkzip" instead of only "pkzip".
7144 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7145 only when (car archive-zip-extract) is "unzip". (Bug#5475)
7146
0bca393f
SM
71472010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7148
7149 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7150 (doc-view-revert-buffer): New command.
7151 (doc-view-mode-map): Use it.
7152
7a444e2a
DN
71532010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
7154
7155 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7156 pending merge is detected.
7157
ad6fc8f4
JL
71582010-01-31 Juri Linkov <juri@jurta.org>
7159
7160 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7161 beginning of interactive spec like all other grep commands do.
7162 Put "all" in front of "gz". (Bug#5260)
7163
b9236874
DN
71642010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
7165
7166 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7167
1e868757
CY
71682010-01-29 Chong Yidong <cyd@stupidchicken.com>
7169
7170 * dirtrack.el (dirtrack): Warn instead of signalling error if the
7171 regexp is incorrect (Bug#5476).
7172
e5c70c41
MA
71732010-01-29 Michael Albinus <michael.albinus@gmx.de>
7174
7175 * net/tramp.el (tramp-handle-insert-directory): Handle also
7176 symlinks, when FILENAME is not in `default-directory'.
7177
0c0b61f1
MA
71782010-01-28 Michael Albinus <michael.albinus@gmx.de>
7179
7180 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 7181 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
7182
7183 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7184 of SWITCHES. Handle the case, FILENAME is not in
7185 `default-directory'. (Bug#5478)
7186 (tramp-register-file-name-handlers): Add safe-magic property.
7187
763f325e
CY
71882010-01-28 Chong Yidong <cyd@stupidchicken.com>
7189
7190 * arc-mode.el (archive-zip-extract): Quote the argument passed to
7191 unzip (Bug#5475).
7192
fd09a83f
CY
71932010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
7194
7195 * progmodes/flymake.el (flymake-allowed-file-name-masks)
7196 (flymake-master-make-header-init): Add other C++ filename masks.
7197 (flymake-find-possible-master-files)
7198 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7199
7e5686f0
MA
72002010-01-28 Michael Albinus <michael.albinus@gmx.de>
7201
7202 Fix some busybox annoyances.
7203
7204 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7205 not responding." string.
7206 (tramp-open-connection-setup-interactive-shell): Dump stty
7207 settings. Enable "neveropen" arg for all `tramp-send-command'
7208 calls. Handle "=" in variable values properly.
7209 (tramp-find-inline-encoding): Raise an error, when no encoding is
7210 found.
7211 (tramp-wait-for-output): Check, whether PROC buffer is available.
7212 Remove spurious " ^H" sequences, sent by busybox.
7213 (tramp-get-ls-command): Suppress coloring, if possible.
7214
c6265c10
GM
72152010-01-28 Glenn Morris <rgm@gnu.org>
7216
c85a168b
GM
7217 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
7218
c6265c10
GM
7219 * log-edit.el (log-edit-strip-single-file-name): Add missing
7220 :safe, :group, and :version tags.
7221
7d82a738
SB
72222010-01-27 Stephen Berman <stephen.berman@gmx.net>
7223
7224 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
7225 buffers. (Bug#5477)
7226
8b0e68ea
CY
72272010-01-27 David De La Harpe Golden <david@harpegolden.net>
7228
7229 * files.el (delete-directory): Handle moving to trash without
7230 first doing recursion (Bug#5436).
7231
368d3208
DN
72322010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
7233
7234 * vc-hooks.el (vc-path): Mark as obsolete.
7235
755da7fa
DN
72362010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
7237
e2396d80
DN
7238 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
7239 names too.
7240
755da7fa
DN
7241 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
7242 for the short log.
7243 (vc-bzr-log-view-mode): Adjust regexp for the above change.
7244
6a6d15ab 72452010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 7246
ac9ffe99 7247 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 7248
48c2d18a 7249 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 7250
504dcc71
EH
72512010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
7252
7253 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
7254 diff-index command. This requires at least git-1.5.5. (Bug#1589).
7255
51850286
DN
72562010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7257
c2f1d6d8
DN
7258 Remove support for adding --signoff on commit.
7259 Future support will use an incompatible generic mechanism.
7260 * vc-git.el (vc-git-add-signoff): Remove variable.
7261 (vc-git-toggle-signoff): Remove function.
7262 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
7263
51850286
DN
7264 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
7265 from xterm-set-background-mode. Return t if the background mode
7266 was set.
7267 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
7268 earlier, call it again in case the background mode has changed.
7269
02c6d0d0
CY
72702010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
7271
7272 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
7273 (Bug#3541).
7274
064eee03
CY
72752010-01-23 Chong Yidong <cyd@stupidchicken.com>
7276
02c6d0d0
CY
7277 * emacs-lisp/assoc.el (aelement): Doc fix.
7278 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 7279
5336c3ec 72802010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 7281
48c2d18a 7282 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
7283 is the same as subprogram call, not declaration. (Bug#5435).
7284
0536254e
MA
72852010-01-23 Michael Albinus <michael.albinus@gmx.de>
7286
7287 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
7288 (tramp-smb-maybe-open-connection): Use it.
7289
411d06c2
MA
72902010-01-22 Michael Albinus <michael.albinus@gmx.de>
7291
0536254e 7292 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 7293
c893016b
SM
72942010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7295
7296 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
7297 just because we see "encoding: 8bit".
7298 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
7299
9425f8e1
CY
73002010-01-22 Chong Yidong <cyd@stupidchicken.com>
7301
7302 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
7303
6a801864
EZ
73042010-01-22 Eli Zaretskii <eliz@gnu.org>
7305
7306 * jka-compr.el (jka-compr-load): If load-file is not in
7307 load-history, try its file-truename version. (bug#5447)
7308
3e8f7d91
AM
73092010-01-21 Alan Mackenzie <acm@muc.de>
7310
7311 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
7312 * progmodes/cc-engine.el (c-invalidate-state-cache):
7313 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
7314 special cpp construct is still in the buffer.
7315 (c-parse-state): Record the special cpp with markers, not numbers.
7316
f0bd0ad5
CY
73172010-01-21 Kenichi Handa <handa@m17n.org>
7318
7319 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
7320 process last-command-event, as it is now decoded first (Bug#5380).
7321
5189d95b
CY
73222010-01-20 Chong Yidong <cyd@stupidchicken.com>
7323
7324 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
7325
e073d74a
GM
73262010-01-20 Glenn Morris <rgm@gnu.org>
7327
7328 * indent.el (tab-always-indent): Fix custom-type.
7329
8ee04f3a
AM
73302010-01-19 Alan Mackenzie <acm@muc.de>
7331
7332 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
7333 buffer throws "args out of range".
7334 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
7335 playing the role of delimiter.
7336
6a47c86a
SL
73372010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
7338
bf0b361c 7339 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
7340 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
7341 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
7342 changed. Delete RECURSIVE parameter; never used. Improve doc string.
7343 Improve comments in "is" portion. Handle null procedure declaration.
7344 (ada-move-to-end): Improve doc string.
7345
2acfb954
ÓF
73462010-01-18 Óscar Fuentes <ofv@wanadoo.es>
7347
e90d57c0 7348 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 7349 Remove obsolete information from commentary.
e90d57c0
JB
7350 (ido-choice-list): Initialize to nil.
7351 (ido-get-bufname): Reject minibuffers.
7352 (ido-make-buffer-list): If "default" is a nonexistent
7353 buffer, ignore it, as per the function's comment.
7354 (ido-kill-buffer-internal): New function.
7355 (ido-kill-buffer-at-head): Use it.
7356 (ido-visit-buffer): Likewise.
2acfb954 7357
244b023e
CY
73582010-01-18 Chong Yidong <cyd@stupidchicken.com>
7359
7360 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
7361
db9e401b
JB
73622010-01-18 Juanma Barranquero <lekktu@gmail.com>
7363
7364 * cedet/ede/locate.el (ede-locate-file-in-project)
7365 (ede-locate-file-in-project-impl): Fix typos in docstrings.
7366 (ede-enable-locate-on-project): Fix typos in error messages.
7367
7368 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
7369 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
7370 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
7371 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
7372 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
7373 Fix typos in menu help.
7374
7375 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
7376 Fix typos in chart titles.
7377
7378 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
7379 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
7380 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
7381 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
7382 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
7383 (semantic-parse-stream, semantic-parse-region)
7384 (semantic-parse-region-default, semantic--set-buffer-cache)
7385 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
7386 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
7387 (semantic-default-submodes):
7388 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
7389 (semanticdb-create-ebrowse-database)
7390 (semanticdb-find-tags-for-completion-method)
7391 (semanticdb-find-tags-by-class-method)
7392 (semanticdb-deep-find-tags-by-name-method)
7393 (semanticdb-deep-find-tags-for-completion-method):
7394 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
7395 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
7396 (semanticdb-find-tags-for-completion-method)
7397 (semanticdb-find-tags-by-class-method)
7398 (semanticdb-deep-find-tags-for-completion-method):
7399 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
7400 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
7401 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
7402 (semanticdb-find-tags-by-name-method)
7403 (semanticdb-find-tags-by-name-regexp-method)
7404 (semanticdb-find-tags-for-completion-method)
7405 (semanticdb-find-tags-by-class-method)
7406 (semanticdb-find-tags-external-children-of-type-method)
7407 (semanticdb-find-tags-subclasses-of-type-method)
7408 (semanticdb-deep-find-tags-by-name-method)
7409 (semanticdb-deep-find-tags-by-name-regexp-method)
7410 (semanticdb-deep-find-tags-for-completion-method):
7411 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
7412 (semanticdb-enable-gnu-global-in-buffer)
7413 (semanticdb-find-tags-for-completion-method)
7414 (semanticdb-deep-find-tags-by-name-method)
7415 (semanticdb-deep-find-tags-for-completion-method):
7416 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
7417 (javascript-mode, semanticdb-find-translate-path)
7418 (semanticdb-find-tags-for-completion-method)
7419 (semanticdb-find-tags-by-class-method)
7420 (semanticdb-deep-find-tags-by-name-method)
7421 (semanticdb-deep-find-tags-for-completion-method)
7422 (semanticdb-find-tags-external-children-of-type-method):
7423 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
7424 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
7425 (global-semantic-idle-scheduler-mode):
7426 * cedet/srecode/dictionary.el (srecode-field-value)
7427 (srecode-dictionary-add-section-dictionary):
7428 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
7429 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
7430 (describe-class, eieio-describe-generic, describe-generic):
7431 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
7432 (eieio-speedbar-expand):
7433 * emulation/viper-cmd.el (viper-exec-form-in-vi)
7434 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
7435 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
7436 (viper-del-backward-char-in-replace, viper-backward-indent)
7437 (viper-brac-function, viper-register-to-point, viper-submit-report):
7438 * net/tramp.el (tramp-remote-coding-commands):
7439 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
7440 Fix typos in docstrings.
7441
9295137d
CY
74422010-01-17 Chong Yidong <cyd@stupidchicken.com>
7443
7444 * mail/sendmail.el (mail-yank-original): Set the mark if the
7445 specified function for yanking does not do it.
7446
4d0bbcb6
DN
74472010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
7448
7902c120
DN
7449 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
7450
4d0bbcb6
DN
7451 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
7452 resyncing a directory.
7453
0b702bc1
SL
74542010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
7455
6a47c86a 7456 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
7457 (ada-ident-re): Delete ., allow multibyte characters.
7458 (ada-goto-label-re): New; matches goto labels.
7459 (ada-block-label-re): New; matches block labels.
7460 (ada-label-re): New; matches both.
7461 (ada-named-block-re): Deleted; callers changed to use
7462 `ada-block-label-re' instead.
7463 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
7464 Use `ada-block-label-re'.
7465 (ada-indent-on-previous-lines): Improve handling of goto labels.
7466 (ada-get-indent-block-start): Special-case block label.
7467 (ada-get-indent-label): Split into `ada-indent-block-label' and
7468 `ada-indent-goto-label'.
7469 (ada-goto-stmt-start, ada-goto-next-non-ws):
7470 Optionally ignore goto labels.
7471 (ada-goto-next-word): Simplify.
7472 (ada-indent-newline-indent-conditional): Insert newline before
7473 trying to fix indentation; doc fix.
7474
05287c49
JB
74752010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
7476
7477 * calc/calc.el (calc-command-flags): Give it an initial value.
7478
44e82a0b
GM
74792010-01-17 Glenn Morris <rgm@gnu.org>
7480
7481 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
7482
4963739e
JB
74832010-01-17 Juanma Barranquero <lekktu@gmail.com>
7484
7485 * cedet/semantic.el (semantic-mode):
7486 * files.el (minibuffer-with-setup-hook):
7487 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
7488 (artist-key-draw-continously, artist-key-do-continously-continously)
7489 (artist-key-set-point-continously, artist-mouse-draw-continously):
7490 Fix typos in docstrings.
7491
116bd1ee
CY
74922010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
7493
7494 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
7495 return t (Bug#3898).
7496
2784cd7a 74972010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
7498
7499 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
7500 can parse the output of the external commands (Bug#5279).
7501
abd5cfe8
CY
75022010-01-16 Jari Aalto <jari.aalto@cante.net>
7503
7504 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
7505
4fe22cdf
CY
75062010-01-16 Chong Yidong <cyd@stupidchicken.com>
7507
bbdc98ef
CY
7508 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
7509
c7dc1ac1
CY
7510 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
7511
4fe22cdf
CY
7512 * startup.el (command-line): Remove unused --icon-type arg.
7513 Handle --display arg, passing it to command-line-1 (Bug#5392).
7514
045b9da7
ML
75152010-01-16 Mario Lang <mlang@delysid.org>
7516
7517 * cedet/ede/cpp-root.el (ede-cpp-root-project):
7518 * cedet/ede/files.el (ede-expand-filename):
7519 * cedet/ede/simple.el (ede-simple-project):
7520 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7521 (semantic-complete-inline-tag-engine):
7522 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
7523 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
7524 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
7525 * cedet/semantic/db.el (semanticdb-equivalent-mode):
7526 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
7527 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
7528 * emacs-lisp/chart.el (chart-translate-namezone):
7529 * textmodes/artist.el (artist-compute-popup-menu-table):
7530 Remove duplicated words in doc-strings.
7531
6554a5df
CY
75322010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
7533
7534 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
7535 to mairix-search to suppress threading (Bug#5342).
7536
ca4f0e9a
KH
75372010-01-15 Kenichi Handa <handa@m17n.org>
7538
7539 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 7540 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 7541
1db3226b
GM
75422010-01-15 Glenn Morris <rgm@gnu.org>
7543
56a03f46
GM
7544 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
7545
7546 * wid-edit.el (widget-keymap): Doc fix.
7547
1db3226b
GM
7548 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
7549 former seems to be more widely accepted by various svn versions.
7550
80cd4bb4
JB
75512010-01-14 Juanma Barranquero <lekktu@gmail.com>
7552
d1f18ec0
JB
7553 * find-cmd.el (find-constituents):
7554 * vc-arch.el (vc-arch-root):
7555 * window.el (window-body-height, pop-up-frames):
7556 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
7557 (semantic-no-reparse-needed-change-hook):
7558 * cedet/srecode/insert.el (srecode-resolve-argument-list)
7559 (srecode-template-inserter-blank, srecode-template-inserter-variable)
7560 (srecode-template-inserter-ask, srecode-template-inserter-width)
7561 (srecode-template-inserter-section-start)
7562 (srecode-template-inserter-section-end, srecode-insert-method):
7563 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
7564 * progmodes/ada-stmt.el (ada-if):
7565 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
7566 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
7567 (ispell-encoding8-command, ispell-aspell-supports-utf8)
7568 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
7569
80cd4bb4
JB
7570 * progmodes/flymake.el (flymake-post-syntax-check):
7571 Fix typo in error message.
7572
9c23ca47
JB
75732010-01-14 Juanma Barranquero <lekktu@gmail.com>
7574
7575 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
7576 which is always a string. (Bug#5313)
7577
8794c483
JB
75782010-01-14 Juanma Barranquero <lekktu@gmail.com>
7579
7580 * progmodes/ada-xref.el (ada-default-prj-properties):
7581 Simplify previous change.
7582
95005d39
SL
75832010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7584
7585 * progmodes/ada-xref.el (ada-default-prj-properties):
7586 Default ada_project_path to $ADA_PROJECT_PATH.
7587
75882010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
7589
7590 * progmodes/ada-mode.el (ada-create-keymap):
7591 Override `narrow-to-defun' with `ada-narrow-to-defun'.
7592
fb0d1545
SL
75932010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7594
7595 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
7596 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
7597 (ada-get-current-indent, ada-imenu-generic-expression)
7598 (ada-which-function): Check for it.
7599
5c9434d0
SL
76002010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
7601
7602 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
7603 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
7604
3a4f3a3b
GM
76052010-01-14 Glenn Morris <rgm@gnu.org>
7606
7607 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
7608
d9a7c140
KH
76092010-01-14 Kenichi Handa <handa@m17n.org>
7610
7611 * composite.el (auto-composition-mode): Make it a buffer local
7612 variable (permanent-local).
7613 (auto-composition-function): Set the default value to
7614 auto-compose-chars.
49caf252 7615 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
7616 (global-auto-composition-mode): Likewise.
7617 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 7618
38bee102
KF
76192010-01-13 Karl Fogel <kfogel@red-bean.com>
7620
7621 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 7622
b8b45afc
MA
76232010-01-12 Michael Albinus <michael.albinus@gmx.de>
7624
7625 * files.el (copy-directory): Compute target for recursive
7626 directories with identical names. (Bug#5343)
7627
893db5bc
GM
76282010-01-12 Glenn Morris <rgm@gnu.org>
7629
7630 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
7631 it to bug-gnu-emacs rather than emacs-pretest-bug.
7632
2f27e6d4
JB
76332010-01-12 Juanma Barranquero <lekktu@gmail.com>
7634
7635 * cedet/data-debug.el (data-debug): Fix customization group reference.
7636
91abaf51
JB
76372010-01-12 Juanma Barranquero <lekktu@gmail.com>
7638
7639 * cedet/semantic/analyze.el (semantic-analyze-push-error)
7640 (semantic-analyze-context, semantic-analyze-context-assignment)
7641 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
7642 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
7643 (semantic-java-doc-keywords-map):
7644 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
7645 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
7646 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
7647 (semantic-c-classname, semantic-format-tag-uml-prototype)
7648 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
7649 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
7650 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
7651 (semantic-get-local-variables, semantic-end-of-command)
7652 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
7653 (lisp-mode):
7654 * cedet/semantic/bovine/make.el (makefile-mode):
7655 * cedet/semantic/wisent/python.el (wisent-python-string-re)
7656 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
7657 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
7658 (semantic-lex, semantic-get-local-variables, python-mode):
7659 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
7660 * cedet/srecode/extract.el (srecode-extract-state-set)
7661 (srecode-extract-method): Fix typos in docstrings.
7662
d8b8451f
SS
76632010-01-11 Sam Steingold <sds@gnu.org>
7664
7665 * imenu.el (imenu-default-create-index-function): Detect infinite
7666 loops caused by imenu-prev-index-position-function.
7667
30afcdff
JB
76682010-01-11 Juanma Barranquero <lekktu@gmail.com>
7669
7670 * htmlfontify.el (htmlfontify-load-rgb-file)
7671 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
7672 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
7673 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
7674 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
7675 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
7676 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
7677 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
7678 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
7679 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
7680 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
7681 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
7682 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
7683 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
7684 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
7685 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
7686 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
7687 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
7688 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
7689 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
7690 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
7691 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
7692 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
7693 backslash-quoting from parentheses, etc.
7694
92b1c416
CY
76952010-01-11 Chong Yidong <cyd@stupidchicken.com>
7696
7697 * progmodes/js.el: Autoload javascript-mode alias.
7698
4454adab
JB
76992010-01-11 Juanma Barranquero <lekktu@gmail.com>
7700
7701 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
7702 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
7703 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
7704 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
7705 Fix typos in docstrings.
7706 (ffap-url-regexp): Doc fix.
7707 (ffap-at-mouse): Fix typo in message.
7708
6589a2f9
GM
77092010-01-11 Glenn Morris <rgm@gnu.org>
7710
7711 * version.el (emacs-copyright): Set copyright year to 2010.
7712
4e5617ee
SM
77132010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
7714
7715 * format.el (format-annotate-function): Only set
7716 write-region-post-annotation-function after running to-fn so as not to
7717 affect nested write-region calls (bug#5273).
7718
52bee098
CY
77192010-01-10 Chong Yidong <cyd@stupidchicken.com>
7720
4e5617ee
SM
7721 * cedet/semantic.el (semantic-new-buffer-setup-functions):
7722 Add python parser.
52bee098 7723
a069f067
CY
7724 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
7725 wisent/python.el.
7726
52bee098
CY
77272010-01-10 Richard Kim <emacs18@gmail.com>
7728
7729 * cedet/semantic/wisent/python-wy.el:
7730 * cedet/semantic/wisent/python.el: New files.
7731
e709e39d
CY
77322010-01-09 Chong Yidong <cyd@stupidchicken.com>
7733
7734 * man.el (Man-goto-section): Signal error if the section is not
7735 found (Bug#5317).
7736
6ee86780
JB
77372010-01-09 Juanma Barranquero <lekktu@gmail.com>
7738
7739 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
7740 URLs with a leading triple slash in the file: scheme. (Bug#5345)
7741
fa7b5f7b
CY
77422010-01-09 Chong Yidong <cyd@stupidchicken.com>
7743
7744 * progmodes/compile.el: Don't treat compile-command as safe if
7745 compilation-read-command might be nil (Bug#4218).
7746
de62c4d9
JD
77472010-01-09 Jan Djärv <jan.h.d@swipnet.se>
7748
7749 * startup.el (command-line-1): Use orig-argi to check for ignored X and
7750 NS options.
7751
e94be827
KH
77522010-01-08 Kenichi Handa <handa@m17n.org>
7753
4e5617ee
SM
7754 * international/fontset.el (build-default-fontset-data):
7755 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 7756
1dfae2a2
JB
77572010-01-07 Juanma Barranquero <lekktu@gmail.com>
7758
7759 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
7760 to `create-file-buffer' as it expects, not just a buffer name.
7761 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
7762 to help uniquify. (Bug#3224)
7763
d0cf45b7
JD
77642010-01-06 Jan Djärv <jan.h.d@swipnet.se>
7765
7766 * font-setting.el (font-setting-change-default-font): Use user-spec
7767 instead of name.
7768
7534fa5e
DN
77692010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7770
7771 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
7772
fd579fdc
CY
77732010-01-05 Tom Tromey <tromey@redhat.com>
7774
4e5617ee
SM
7775 * progmodes/python.el (python-font-lock-keywords):
7776 Handle qualified decorators (Bug#881).
fd579fdc 7777
37860caf
DN
77782010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7779
7780 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
7781 in a lightweight checkout.
7782
69db641d
KH
77832010-01-05 Kenichi Handa <handa@m17n.org>
7784
4e5617ee 7785 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 7786
b25d6a02
DN
77872010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7788
7789 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
7790
137d88ca
DN
77912010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
7792
7793 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
7794 checkouts. (Bug#618)
3d5d0aa9 7795 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
7796 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
7797 (vc-bzr-shelve-menu-map):
7798 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
7799 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 7800
da76998b
CY
78012010-01-02 Chong Yidong <cyd@stupidchicken.com>
7802
7803 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
7804 They are valid characters in URL paths (rfc3986), and at least
7805 Firefox does not understand the encoded version (Bug#3166).
7806
b2ad70b6
CY
78072010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
7808
7809 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
7810 (octave-block-begin-or-end-regexp, octave-block-match-alist):
7811 Add "end" keyword (Bug#3061).
b2ad70b6
CY
7812 (octave-end-as-array-index-p): New function.
7813 (calculate-octave-indent): Use it.
7814
54136282
KF
78152010-01-02 Karl Fogel <kfogel@red-bean.com>
7816
7817 * bookmark.el: Consistently put the text property on the bookmark name.
7818 (bookmark-bmenu-marks-width): Bump back to 2, to include
7819 annotation marks.
7820 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
7821 property on the bookmark name, instead of not putting it at all.
7822 (bookmark-bmenu-list): Fix where we put the text property.
7823
cc4d3cad
KF
78242010-01-02 Karl Fogel <kfogel@red-bean.com>
7825
7826 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
7827 for showing buffer modified state (as added in the previous change).
7828
b894c439
KF
78292010-01-02 Karl Fogel <kfogel@red-bean.com>
7830
7831 * bookmark.el: Show modified state of bookmark buffer more accurately.
7832 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
7833 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
7834 (with-buffer-modified-unmodified): New macro.
7835 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7836 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 7837 Use new macro to preserve the buffer modified state.
b894c439 7838
3a69db53
KF
78392010-01-02 Karl Fogel <kfogel@red-bean.com>
7840
4e5617ee 7841 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
7842 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
7843 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
7844 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
7845 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
7846 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
7847 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 7848
af414f10
EZ
78492010-01-02 Eli Zaretskii <eliz@gnu.org>
7850
4e5617ee
SM
7851 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7852 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 7853
f2ec0e5e
CY
78542010-01-02 Ryan Yeske <rcyeske@gmail.com>
7855
7856 * net/rcirc.el: Add follow-link binding (Bug#4738).
7857
38c1ba62
EZ
78582010-01-02 Eli Zaretskii <eliz@gnu.org>
7859
4e5617ee 7860 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
7861 (cvs-update): New target for backward compatibility.
7862
4e5617ee 7863 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
7864 (cvs-update): New target for backward compatibility.
7865
ea2c0f5b
KF
78662010-01-02 Karl Fogel <kfogel@red-bean.com>
7867
7868 * bookmark.el: Remove gratuitous gratitude.
7869
5ae329f4
KF
78702010-01-02 Karl Fogel <kfogel@red-bean.com>
7871
c4cc8b9a 7872 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
7873 (bookmark-bmenu-save): Clear buffer modification if no marks.
7874
78752010-01-02 Karl Fogel <kfogel@red-bean.com>
7876
7877 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
7878 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
7879 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
7880 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
7881
7882 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
7883 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
7884 To: emacs-devel {_AT_} gnu.org
7885 Subject: bookmark.el bug report
7886 Date: Mon, 28 Dec 2009 14:19:16 +0800
7887 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
7888
aef053eb
KF
78892010-01-02 Karl Fogel <kfogel@red-bean.com>
7890
7891 * bookmark.el: Improvements suggested by Drew Adams:
7892 (bookmark-bmenu-ensure-position): New name for
7893 `bookmark-bmenu-check-position'. Just ensure the position,
7894 don't return any meaningful value.
7895 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
7896 New constants.
7897
0472835f
JB
78982010-01-02 Juanma Barranquero <lekktu@gmail.com>
7899
7900 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
7901 (bookmark-yank-point, bookmark-bmenu-check-position):
7902 Fix typos in docstrings.
7903 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
7904 (bookmark-name-from-full-record, bookmark-get-position)
7905 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
7906 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
7907 Remove useless quoting of parenthesis, etc. in docstrings.
7908
7909 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
7910 (ediff-append-custom-diff): Fix typo in error message.
7911 (ediff-meta-mark-equal-files): Fix typos in messages.
7912
7913 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
7914
7915 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
7916 Fix typo in docstring.
7917
7918 * net/imap-hash.el (imap-hash-make): Doc fix.
7919 (imap-hash-test): Fix typo in error message; reflow docstring.
7920 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
7921 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
7922 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
7923 Fix typos in docstrings.
7924 (imap-hash-open-connection): Fix typo in error message.
7925
7926 * play/gomoku.el (gomoku): Fix typos in docstring.
7927
7928 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
7929 (gdb-jsonify-buffer): Fix typos in docstring.
7930 (gdb-goto-breakpoint): Fix typo in error message.
7931 ("Display Other Windows"): Fix typo in help message.
7932 (gdb-speedbar-expand-node): Fix typo in question.
7933
7934 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
7935 (idlwave-html-system-help-location, idlwave-html-help-location)
7936 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
7937 (idlwave-help-browser-generic-args, idlwave-help-directory)
7938 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
7939 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
7940 (idlwave-online-help, idlwave-help-html-link)
7941 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
7942 Fix typos in docstrings.
7943 (idlwave-help-with-source, idlwave-help-find-routine-definition):
7944 Reflow docstrings.
7945 (idlwave-help-assistant-start): Fix typo in error message.
7946
7947 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
7948 (octave-electric-space): Fix typos in docstrings.
7949
9bbe0828
CY
79502010-01-01 Chong Yidong <cyd@stupidchicken.com>
7951
7952 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
7953
a88c46c3
CY
79542010-01-01 Juri Linkov <juri@jurta.org>
7955
7956 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 7957 increase the default to 500 (Bug#5148).
a88c46c3 7958
7ee6c59b
NR
79592009-12-31 Nick Roberts <nickrob@snap.net.nz>
7960
7961 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
7962 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
7963 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
7964
a9c8a2cd
NR
79652009-12-30 Nick Roberts <nickrob@snap.net.nz>
7966
7967 Show working revision correctly for mercurial.
7968 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 7969 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 7970
659e4408
JB
79712009-12-29 Juanma Barranquero <lekktu@gmail.com>
7972
7973 Declare some functions for the byte-compiler.
7974 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
7975 (speedbar-timer-fn, speedbar-change-expand-button-char)
7976 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
7977
7ee6c59b
NR
79782009-12-29 Nick Roberts <nickrob@snap.net.nz>
7979
7980 This changeset reverts GDB Graphical Interface to use annotations.
7981 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
7982
460f6e7c
DN
79832009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
7984
7985 Make vc-dir work on subdirectories of the bzr root.
7986 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
7987 file names relative to it.
7988 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
7989 relative directory to vc-bzr-after-dir-status.
7990
543f553a
TH
79912009-12-28 Tassilo Horn <tassilo@member.fsf.org>
7992
7993 * font-lock.el (font-lock-refresh-defaults): New function, which
7994 can be used to let font-lock react to external changes in
7995 variables like font-lock-defaults and keywords.
7996 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
7997
2592ab76
DN
79982009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
7999
ac859983
DN
8000 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
8001
2592ab76
DN
8002 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
8003
58941d03
JB
80042009-12-28 Juanma Barranquero <lekktu@gmail.com>
8005
8006 Supersede color.diff settings in git log (bug#5211).
8007
8008 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
8009 escape chars in its output when the user has color.diff set to `always'.
8010 This fix works on git 1.4.2 and newer (released on 2006-08-13).
8011
39764e76
KR
80122009-12-26 Kevin Ryde <user42@zip.com.au>
8013
8014 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
8015 node. Keep previous "Index" name to work with past coreutils too.
8016
91c4831e
KR
8017 * man.el (man): Revise docstring a bit to show -a and -l as
8018 examples. Add -k description since support for it has otherwise
8019 been a secret. (Further to bug#3717.)
651e932e
KR
8020 (Man-bgproc-sentinel): When "-k foo" produces no output show error
8021 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 8022 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 8023
7f4d4a97
MA
80242009-12-26 Michael Albinus <michael.albinus@gmx.de>
8025
8026 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
8027 switches. Check also for //SUBDIRED// line.
8028
bcffff46
KH
80292009-12-25 Kenichi Handa <handa@m17n.org>
8030
8031 * language/indian.el (devanagari-composable-pattern): Fixed to
8032 handle ZWNJ and ZWJ. Use it in composition-function-table for
8033 Devanagari.
8034 (malayalam-composable-pattern): Fix previous change.
8035
dc1dcfa4
VJL
80362009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8037
8038 * ps-print.el (ps-face-attributes): It was not returning the
8039 attribute face for faces specified as string. Reported by harven
80525855 8040 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
8041 (ps-print-version): New version 7.3.5.
8042
6fe539d2
UJ
80432009-12-18 Ulf Jasper <ulf.jasper@web.de>
8044
85626eef
SM
8045 * calendar/icalendar.el (icalendar--convert-tz-offset):
8046 Fix timezone names.
8047 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
8048 (icalendar--add-diary-entry): Remove the trailing blank that
8049 diary-make-entry inserts.
8050
1f3611c6
MA
80512009-12-17 Michael Albinus <michael.albinus@gmx.de>
8052
8053 Make `file-expand-wildcards' work for remote files.
8054
8055 * files.el (file-expand-wildcards): In case of remote files, check
8056 only local file name part for wildcards. Provide feature 'files
8057 and subfeature 'remote-wildcards. (Bug#5198)
8058
8059 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8060 if there is already an established connection.
8061 (tramp-advice-file-expand-wildcards): Remove it.
8062
8063 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 8064 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
8065 Activate advice for older GNU Emacs versions. (Bug#5237)
8066
9762b219
JB
80672009-12-17 Juanma Barranquero <lekktu@gmail.com>
8068
8069 Some doc fixes (more needed).
8070
8071 * find-cmd.el (find-constituents): Reflow docstring.
8072 (find-cmd, find-prune, find-command): Fix typos in docstrings.
8073 (find-generic): Doc fix.
8074
cfb54897
JL
80752009-12-17 Juri Linkov <juri@jurta.org>
8076
8077 Fix regression from 23.1 to allow multiple modes in Local Variables.
8078
8079 * files.el (hack-local-variables-filter): While ignoring duplicates,
8080 don't take `mode' into account.
85626eef
SM
8081 (hack-local-variables-filter, hack-dir-local-variables):
8082 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 8083
ad974e9e
JL
80842009-12-17 Juri Linkov <juri@jurta.org>
8085
85626eef 8086 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
8087
8088 * dired-aux.el (dired-diff): Signal an error when `file' equals to
8089 `current' or when `file' is a directory of the `current' file.
8090
3616e0b9
AS
80912009-12-17 Andreas Schwab <schwab@linux-m68k.org>
8092
8093 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8094 unconditionally preloaded files.
8095
72b57560
JL
80962009-12-16 Juri Linkov <juri@jurta.org>
8097
8098 Revert to old 23.1 logic of using the file at the mark as default.
8099 * dired-aux.el (dired-diff): Use the file at the mark as default
8100 if it's not the same as the current file, and the target dir is
8101 the current dir or the mark is active. Add the current file
8102 as the arg of `dired-dwim-target-defaults'. Use the default file
8103 in the prompt. (Bug#5225)
8104
68712eb6
MA
81052009-12-15 Michael Albinus <michael.albinus@gmx.de>
8106
8107 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8108 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8109 (tramp-check-for-regexp): Check also, when an echoing shell stops
8110 to echo sent commands.
8111
fd471993
CY
81122009-12-14 Chong Yidong <cyd@stupidchicken.com>
8113
8114 * Makefile.in: Revert last change (Bug#5191).
8115
86b5e14c
DN
81162009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
8117
8118 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
8119 (vc-hg-working-revision): Make sure the command is executed in a
8120 known environment so that we can parse the output. (Bug#4417)
86b5e14c 8121
8cffbb75
CY
81222009-12-14 Chong Yidong <cyd@stupidchicken.com>
8123
8124 * progmodes/python.el (python-symbol-completions): Remove text
8125 properties from symbol string before calling python-send-receive.
8126
6c2b67ad
NR
81272009-12-14 Nick Roberts <nickrob@snap.net.nz>
8128
8129 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 8130 when there are values for both file and line. (Bug#5060)
6c2b67ad 8131
ff6f4585
JL
81322009-12-14 Juri Linkov <juri@jurta.org>
8133
8134 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8135 whitespace after the file name of the first line of unified format,
8136 because git-diff doesn't output whitespace and file modification time
8137 after the file name.
8138
d3de1c8e
JL
81392009-12-14 David Kastrup <dak@gnu.org>
8140
8141 * info.el (Info-hide-cookies-node): Before hiding a cookie,
8142 check if it already has the `display' property added by
8143 `Info-display-images-node', and not put the `invisible' property
8144 in this case.
8145
f192624c
CY
81462009-12-14 Chong Yidong <cyd@stupidchicken.com>
8147
8148 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
8149 (semantic-mru-bookmark-mode): Doc fixes.
8150
8151 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
8152 of assert.
8153
2f1b7dc4
GM
81542009-12-13 Glenn Morris <rgm@gnu.org>
8155
a0cefee5
GM
8156 * mail/emacsbug.el (message-sort-headers): Define for compiler.
8157 (report-emacs-bug): In message-mode, sort manually before storing
8158 original report text. (Bug#5178)
2f1b7dc4
GM
8159 Remove superfluous save-excursion.
8160
31bb373f
MA
81612009-12-12 Michael Albinus <michael.albinus@gmx.de>
8162
8163 * net/dbus.el (dbus-property-handler): Filter lambda forms out
8164 when responding to "GetAll" properties.
8165
5e1d4968
CY
81662009-12-12 Chong Yidong <cyd@stupidchicken.com>
8167
8168 * simple.el (compose-mail): Remove mail-setup-with-from from
8169 customization checks.
8170
097d86f9
EZ
81712009-12-12 Eli Zaretskii <eliz@gnu.org>
8172
8173 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8174 RAR archives created on Unix systems.
8175
1d4adede
SM
81762009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8177
8178 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8179 the varalias that was accidentally removed by the 2009-11-19 change
8180 (bug#5186).
8181
3ff3655c
KH
81822009-12-12 Kenichi Handa <handa@m17n.org>
8183
8184 * language/indian.el (indian-compose-regexp): New function.
8185 (malayalam-composable-pattern): Fix the pattern.
8186 (composition-function-table): Set malayalam-composable-pattern for
8187 Malayalam characters.
8188
82d3343c
CY
81892009-12-11 Chong Yidong <cyd@stupidchicken.com>
8190
315eb96d
CY
8191 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8192 rather than down-mouse-1, based on follow-link conventions.
8193
82d3343c
CY
8194 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8195 are compiled.
8196
86a4c7ac
DN
81972009-12-11 Michael McNamara <mac@mail.brushroad.com>
8198
bf0b361c 8199 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
8200 (verilog-vmm-statement-re, verilog-ovm-statement-re)
8201 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8202 (verilog-leap-to-head, verilog-backward-token):
8203 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
8204
82052009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
8206
bf0b361c
JB
8207 * progmodes/verilog-mode.el (verilog-auto-lineup)
8208 (verilog-nameable-item-re): Cleanup user-visible spelling and
8209 documentation errors. One reported by Gary Delp.
1d4adede 8210 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
8211 (verilog-read-decls): Fix AUTOWIRE with types declared in a
8212 package, bug195. Reported by Pierre-David Pfister.
8213
fe03f49a
GM
82142009-12-11 Glenn Morris <rgm@gnu.org>
8215
47641aac
GM
8216 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8217
85094855
GM
8218 * mail/emacsbug.el: No longer require sendmail.
8219 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
8220 (report-emacs-bug-orig-text): Doc fix.
8221 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8222 New local variables, to adapt to different mail-user-agents.
8223 (report-emacs-bug): Fix test for a gnu.org address.
8224 Use overlays for emphasis, since font-lock defeats 'face property.
8225 Pretest bugs also end up at the newsgroup these days.
8226 Stop message-mode stripping text properties.
8227 Set and use the new buffer-local variables.
8228 (report-emacs-bug-hook): Add doc-string.
8229 Remove some unnecessary save-excursions and simplify.
8230 Use the appropriate hook and send-command.
8231
fe03f49a
GM
8232 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8233 capitalization of some menu entries.
8234
345427f0
VJL
82352009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8236
277e6741
MP
8237 * whitespace.el (whitespace-display-char-on):
8238 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
8239 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8240 New version 12.1.
8241
c70ccbba
EZ
82422009-12-10 Eli Zaretskii <eliz@gnu.org>
8243
8244 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8245 characters in the Attribute field.
8246
f1943c1b
DN
82472009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
8248
8249 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
8250
1c67aeaa
SM
82512009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
8252
8253 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8254 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8255 Disregard autoload-excludes.
8256 (update-directory-autoloads): Obey autoload-excludes here instead.
8257 But don't store its contents in no-autoloads and remove entries that
8258 refer to excludes files.
8259
d8194864
GM
82602009-12-10 Glenn Morris <rgm@gnu.org>
8261
8c0171c0
GM
8262 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8263 (expand-mail-aliases): Define for compiler.
8264
dba372dd
GM
8265 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8266 Define for compiler.
8267
d8194864
GM
8268 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8269 appropriate for the mail-user-agent in use.
8270
fe5facd3
MA
82712009-12-09 Michael Albinus <michael.albinus@gmx.de>
8272
8273 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8274
99999a1d
DN
82752009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
8276
8277 Fix short log parsing and fontification.
8278 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8279 Fix fontification for the [merge] label.
8280
2ea1c4aa
SM
82812009-12-09 Vivek Dasmohapatra <vivek@etla.org>
8282
85626eef 8283 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
8284 * htmlfontify.el (hfy-ignored-properties): New defcustom.
8285 (hfy-fontify-buffer): Use it.
8286
9840deb6
SM
82872009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
8288
a0d1aadf
SM
8289 Minor cleanup.
8290 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8291 Adjust all callers.
8292 (ffap-locate-file): Remove unused arg `dir-ok' and make other
8293 args compulsory. Adjust callers.
8294 (ffap-gopher-at-point): Remove unused var `name'.
8295
9840deb6
SM
8296 Get rid of the ELCFILES abomination.
8297 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8298 (compile-elcfiles): New phony target.
8299 (compile-main): Compute ELCFILES dynamically.
8300 (compile-clean): New target to remove left-over elc files.
8301 (compile, all): Use it.
8302
7eb3f9a8
KH
83032009-12-09 Kenichi Handa <handa@etlken>
8304
8305 * international/mule-diag.el: Require help-mode instead of help-fns.
8306
ae63e572
KH
83072009-12-09 Kenichi Handa <handa@m17n.org>
8308
5ce6e4f4 8309 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
8310 fine ranges instead of pre-calculating accurate ranges.
8311 Iterate with bigger gc-cons-threshold.
ae63e572 8312
e2f3c692
DN
83132009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8314
8315 Add support for stashing a snapshot of the current tree.
8316 * vc-git.el (vc-git-stash-snapshot): New function.
8317 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8318
cf6d0352
JB
83192009-12-08 Jose E. Marchesi <jemarch@gnu.org>
8320
8321 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8322 instead of `(beginning|end)-of-line'.
8323
48e4acc9
GM
83242009-12-08 Glenn Morris <rgm@gnu.org>
8325
6e890faa
GM
8326 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8327
48e4acc9
GM
8328 * Makefile.in (ELCFILES): Regenerate.
8329
d2a1dc7b
JL
83302009-12-07 Juri Linkov <juri@jurta.org>
8331
8332 Don't lazy-highlight the comint output in history Isearch mode.
8333
8334 * comint.el (comint-history-isearch-search): Instead of
8335 `comint-line-beginning-position', use `comint-after-pmark-p'
8336 to check if point if before the process mark, and go to
8337 `process-mark' in this case.
8338
51ef56c4
SM
83392009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8340
fb10ee4a
SM
8341 * textmodes/tex-mode.el (latex-complete)
8342 (latex-indent-or-complete): Remove.
8343 (latex-mode): Set completion-at-point-functions instead.
8344
8345 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
8346 * minibuffer.el (completion-at-point-functions): New var.
8347 (completion-at-point): New command.
fb10ee4a 8348 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
8349 * progmodes/python.el (python-mode-map): Use completion-at-point.
8350 (python-completion-at-point): Rename from python-partial-symbol and
8351 adjust for use in completion-at-point-functions.
8352 (python-mode): Setup completion-at-point for Python completion.
8353 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
8354 extracted from lisp-complete-symbol.
8355 (lisp-complete-symbol): Use it.
8356 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
8357 setup completion-at-point for Elisp completion.
fb10ee4a
SM
8358 (emacs-lisp-mode-map, lisp-interaction-mode-map):
8359 Use completion-at-point.
51ef56c4 8360 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 8361 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
8362 * progmodes/sym-comp.el: Move to...
8363 * obsolete/sym-comp.el: Move from progmodes.
8364
5e7a9022
EZ
83652009-12-07 Eli Zaretskii <eliz@gnu.org>
8366
8367 Prevent save-buffer in Rmail buffers from using the coding-system
8368 of the current message, and from clobbering the encoding mnemonics
8369 in the mode line (Bug#4623).
8370
8371 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
8372 flag, too.
8373 (rmail-message-encoding): New variable.
8374 (rmail-write-region-annotate): Record the encoding of the current
8375 message in rmail-message-encoding.
8376 (rmail-after-save-hook): New function, restores the encoding of
8377 the current message after the message collection is saved.
8378
9136e895
JL
83792009-12-07 Juri Linkov <juri@jurta.org>
8380
8381 * progmodes/grep.el (grep-read-files): Use `completing-read'
8382 instead of `read-string'. Set its `collection' arg to
8383 `read-file-name-internal'. (Bug#4301)
8384
40637410
JL
83852009-12-07 Juri Linkov <juri@jurta.org>
8386
8387 Correctly restore original Isearch point. (Bug#4994)
8388
8389 * isearch.el (isearch-mode): Move `isearch-push-state' after
8390 `(run-hooks 'isearch-mode-hook)'.
8391 (isearch-cancel): When `isearch-push-state-function' is defined,
8392 let-bind `isearch-cmds' to the first state (the last element of
8393 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
8394 function and restores the original point). Otherwise, move point
8395 to `isearch-opoint'.
8396
da10ce2b
SM
83972009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8398
8399 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
8400 chars that don't have names, so the table can be built much faster at
8401 run-time.
8402
3d68fa99
CY
84032009-12-07 Chong Yidong <cyd@stupidchicken.com>
8404
f82b1493
CY
8405 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
8406 change. Suggested by David Kastrup.
8407
3d68fa99
CY
8408 * simple.el (compose-mail): Check for incompatibilities and warn.
8409 (compose-mail-user-agent-warnings): New option.
8410
662c5698
DN
84112009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8412
8413 Support showing a single log entry from vc-annotate.
8414 * vc.el (print-log): Add a new argument: START-REVISION.
8415 (vc-print-log-internal): Add a new optional argument and
8416 pass it to the backend.
8417 (vc-print-log, vc-print-root-log): Adjust callers.
8418 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
8419 buffer already displays the requested log entry, use it.
8420 Otherwise display only the log entry in question.
8421 * vc-svn.el (vc-svn-print-log):
e4070cdc 8422 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
8423 * vc-hg.el (vc-hg-state):
8424 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
8425 (vc-git-show-log-entry): Return t on success.
8426 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
8427 (vc-bzr-show-log-entry): Return t on success.
8428 * vc-rcs.el (vc-rcs-print-log):
8429 * vc-sccs.el (vc-sccs-print-log):
8430 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
8431
e4070cdc
GM
84322009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8433
5ce6e4f4
JB
8434 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
8435 Add menus to the meta mode. (Bug#5043)
e4070cdc 8436
5ce6e4f4 84372009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
8438
8439 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 8440 event-key.
662c5698 8441
662c5698
DN
8442 * ediff.el (ediff-buffers-internal): Add unwind-protect.
8443
dab816a9
MA
84442009-12-07 Michael Albinus <michael.albinus@gmx.de>
8445
8446 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
8447 Berbain <raphael.berbain@gmail.com>.
8448
8449 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
8450 characters.
8451 (tramp-initial-end-of-output): New defconst.
8452 (tramp-methods, tramp-find-shell)
8453 (tramp-open-connection-setup-interactive-shell)
8454 (tramp-maybe-open-connection): Use it.
8455 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
8456 existence of `#' and `$'.
8457
8458 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
8459 `tramp-initial-end-of-output'.
8460
a91e1f6b
DN
84612009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
8462
8463 Get the background mode from the terminal for xterm, and set
8464 faces accordingly.
8465 * term/xterm.el (xterm-set-background-mode): New function.
8466 (terminal-init-xterm): Use it in case xterm supports background
8467 color queries. Recompute faces after getting the background
8468 color.
8469
5fa9d1ec
GM
84702009-12-07 Ulrich Mueller <ulm@gentoo.org>
8471
8472 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
8473 number comment back on its own line, for easier parsing.
8474
5e9fde5e
SM
84752009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8476
8477 Make it work for non-file buffers (bug#5102).
8478 * doc-view.el (doc-view-current-cache-dir):
8479 Use doc-view-buffer-file-name rather than buffer-file-name.
8480 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
8481
2f2f5242
CY
84822009-12-06 Óscar Fuentes <ofv@wanadoo.es>
8483
8484 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
8485 author field is too short.
8486
cebf8ec6
DN
84872009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
8488
5e9fde5e
SM
8489 * vc-git.el (vc-git-print-log): Handle a limit argument.
8490 Display the short log in graph form and with labels.
0d3f8a78
DN
8491 (vc-git-log-view-mode): Handle labels.
8492
cebf8ec6
DN
8493 Make vc-revert change VC state from 'added to 'unregistered.
8494 * vc-git.el (vc-git-revert): Call git reset first.
8495
8e39154d
UJ
84962009-12-06 Ulf Jasper <ulf.jasper@web.de>
8497
d8194864
GM
8498 * net/newst-backend.el, net/newst-plainview.el:
8499 * net/newst-reader.el, net/newst-ticker.el:
8500 * net/newst-treeview.el, net/newsticker.el:
8501 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 8502
ef187c24
CY
85032009-12-06 Chong Yidong <cyd@stupidchicken.com>
8504
238a0f3a
CY
8505 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
8506
2c6bb71a
CY
8507 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
8508 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
8509 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8510 Update annotation regexp.
8511
ef187c24
CY
8512 * simple.el (beginning-of-visual-line): Constrain to field
8513 boundaries (Bug#5106).
8514
571855b6
UJ
85152009-12-06 Ulf Jasper <ulf.jasper@web.de>
8516
d8194864 8517 * xml.el (xml-substitute-numeric-entities): Move
571855b6 8518 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 8519 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
8520 * net/newst-backend.el (newsticker--parse-generic-feed)
8521 (newsticker--parse-generic-items)
d8194864 8522 (newsticker--decode-numeric-entities): Move
571855b6 8523 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 8524 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 8525
b857059c
CY
85262009-12-06 Daniel Colascione <dan.colascione@gmail.com>
8527
8528 * progmodes/js.el (js--js-not): Add null to the list of values.
8529
c2dae51b
CY
85302009-12-06 Chong Yidong <cyd@stupidchicken.com>
8531
d8194864 8532 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 8533
ed0f72d2
RW
85342009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8535
8536 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
8537 delimiter if it is at the end of the current line.
8538 (bibtex-generate-url-list): Fix docstring.
8539
365b9a62
SM
85402009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8541
8542 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
8543 minibuffer's content with itself.
8544 Fold the confirm-after-completion case into the `confirm' case.
8545 (completion-pcm-word-delimiters): Add : and / to the delimiters.
8546
990a9cb1
KR
85472009-12-06 Kevin Ryde <user42@zip.com.au>
8548
8549 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 8550 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 8551
8b5a10db 8552 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 8553 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 8554
065543e7
JL
85552009-12-05 Juri Linkov <juri@jurta.org>
8556
8557 Save and restore dired buffer's point positions too. (Bug#4880)
8558
8559 * dired.el (dired-save-positions): Return in the first element
8560 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
8561 Doc fix.
8562 (dired-restore-positions): First restore buffer's position.
8563 While restoring window's positions, check if window still displays
8564 the original buffer.
8565
503edac9
CY
85662009-12-05 Chong Yidong <cyd@stupidchicken.com>
8567
9a594ee6
CY
8568 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
8569 if possible.
8570
365b9a62
SM
8571 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
8572 Make argument optional.
9a594ee6 8573
925f8c70
CY
8574 * shell.el (shell): Require ansi-color (Bug#5113).
8575
8576 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
8577
503edac9
CY
8578 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
8579
8fea6b33
AM
85802009-12-05 Alan Mackenzie <acm@muc.de>
8581
8582 * progmodes/cc-mode.el (c-before-hack-hook)
8583 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
8584 `c-file-style' to work again. This reversion restores the current
212c5aef 8585 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 8586
5d1fd962
CY
85872009-12-05 Kevin Ryde <user42@zip.com.au>
8588
8589 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
8590 comment-start-skip to comment-end-skip as comment (Bug#4781).
8591
30760c8b
JL
85922009-12-05 Juri Linkov <juri@jurta.org>
8593
8594 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
8595 for virtual nodes. (Bug#4147)
8596 (Info-find-node-2): Set `Info-current-node-virtual' to nil
8597 when moving from a virtual node.
8598 (Info-mode-menu): Add `Info-virtual-index' to the menu.
8599 (Info-mode): Add `Info-virtual-index' to the docstring.
8600
1dc5c6f3
CY
86012009-12-05 Eric Ludlam <zappo@gnu.org>
8602
8603 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
8604 Describe project macro symbols.
8605
8606 * cedet/semantic/complete.el (semantic-complete-do-completion):
8607 Don't call semantic-collector-current-exact-match.
8608
8609 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
8610 ede-objects as targets.
8611
8612 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
8613 a target's object list even if compiler vars are already in the
8614 Makefile.
8615
8616 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
8617 list of headers producing necessary macros.
8618
403111a8
RW
86192009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8620
8621 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
8622 track of the buffer position of the end of a BibTeX entry as this
8623 position may change during reformatting.
8624 (bibtex-format-entry): Remove whitespace before processing
8625 numerical fields so that we recognize the latter properly.
8626 (bibtex-reformat): Do not use push which changes the global value
8627 of bibtex-entry-format.
8628 (bibtex-field-braces-alist, bibtex-field-strings-alist)
8629 (bibtex-field-re-init): Replace only space characters by regexp
8630 for whitespace.
365b9a62 8631 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
8632 (bibtex-initialize): Also update bibtex-strings.
8633 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
8634 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
8635 Update bibtex-reference-keys.
403111a8 8636
25b54627
SM
86372009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8638
8639 * minibuffer.el (completion-pcm--merge-try): Also consider placing
8640 point after a star, if that's the only place where modifications can
8641 make progress.
8642
35639eb4
DN
86432009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
8644
8645 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
8646 in docstrings.
8647
8b78760b
JL
86482009-12-04 Juri Linkov <juri@jurta.org>
8649
8650 * proced.el (proced): Call `(proced-update t)' to update process
8651 information instead of only running proced-post-display-hook.
8652 (proced-send-signal): Add a leading space to the buffer name
8653 " *Marked Processes*" to make this buffer ephemeral.
8654
2b3489a7
JL
86552009-12-04 Juri Linkov <juri@jurta.org>
8656
8657 * dired.el (dired-auto-revert-buffer): New defcustom.
8658 (dired-internal-noselect): Use it.
8659
9b9debd1
JL
86602009-12-04 Juri Linkov <juri@jurta.org>
8661
8662 Change roles of modes and functions in image-mode.el (Bug#5062).
8663
8664 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
8665 in `auto-mode-alist'.
8666 (image-mode-previous-major-mode): New variable.
8667 (image-minor-mode-map): Rename from `image-mode-text-map'.
8668 (image-mode): Move graceful error-handling code from
8669 `image-minor-mode' to here. On errors call `image-mode-as-text'.
8670 (image-minor-mode): Remove all image-handling code.
8671 Replace `image-mode-text-map' with `image-minor-mode-map'.
8672 Check for `image-type' in mode-line format string.
8673 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
8674 (image-mode-as-text): New function with most code from
8675 `image-mode-maybe'.
8676 (image-toggle-display-text): Move code that removes image
8677 properties from `image-toggle-display' to here.
8678 (image-toggle-display-image): New function with code that adds
8679 image properties copied from `image-toggle-display'.
8680 (image-toggle-display): Remove most code with leaving only code
8681 that toggles between `image-mode-as-text' and `image-mode'.
8682
0c74a301
UJ
86832009-12-04 Ulf Jasper <ulf.jasper@web.de>
8684
8685 * net/newst-treeview.el
8686 (newsticker--treeview-list-highlight-start): Restored call to
8687 save-excursion: Selected item was stuck.
8688 (newsticker--treeview-list-select): New.
8689 (newsticker--treeview-item-show-text)
8690 (newsticker--treeview-item-show)
8691 (newsticker--treeview-item-update): Use new
8692 newsticker-treeview-item-mode.
8693 (newsticker-treeview-update): Keep current item.
8694 (newsticker-treeview-next-new-or-immortal-item): Doc change.
8695 (newsticker--treeview-first-feed): Doc change.
8696 (newsticker-treeview-list-menu)
8697 (newsticker-treeview-item-menu): Added menu entries.
8698 (newsticker-treeview-item-mode): New.
8699
5ce6e4f4 8700 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
8701 windows.
8702
9eaeec5b
SS
87032009-12-04 Sam Steingold <sds@gnu.org>
8704
8705 * log-view.el (log-view-mode-map): "q" calls quit-window,
8706 like in all the other non-self-insert buffers.
8707
b2bf5be5
SM
87082009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
8709
8710 Minor cleanup.
8711 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
8712 key decoding rather than do it manually via last-input-event +
8713 ascii-character.
8714 (term-exec): Use delete-and-extract-region.
8715 (term-handle-ansi-terminal-messages): Remove unused var `end'.
8716 (term-process-pager): Remove unused var `i'.
8717 (term-dynamic-simple-complete): Make obsolete.
8718 (serial-update-config-menu): Remove unused vars `y' and `str'.
8719 (term-update-mode-line): Remove unused var `temp'.
8720
46e5c897
DN
87212009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
8722
8723 Limit the number of log entries displayed by default.
8724 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
8725 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
8726 using a prefix argument.
8727
627e0a14
GM
87282009-12-03 Glenn Morris <rgm@gnu.org>
8729
8730 * progmodes/idlwave.el (class): Restore still useful declaration.
8731
8578c224
AM
87322009-12-03 Alan Mackenzie <acm@muc.de>
8733
4abc318c 8734 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 8735
b2bf5be5
SM
8736 * progmodes/cc-mode.el (c-basic-common-init):
8737 Call c-state-cache-init.
9762b219 8738 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 8739 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 8740 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
8741
8742 * progmodes/cc-langs.el (c-before-font-lock-function):
8743 c-extend-and-neutralize-syntax-in-CPP has been renamed
8744 c-neutralize-syntax-in-and-mark-CPP.
8745
8746 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
8747 with `category' properties now, not `syntax-table' ones.
8748
8749 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
8750 enhanced (but slower) version of c-end-of-macro that won't land
8751 inside a literal or on another awkward character.
8752 (c-state-cache-too-far, c-state-cache-start)
8753 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
8754 (c-state-nonlit-pos-cache-limit, c-state-point-min)
8755 (c-state-point-min-lit-type, c-state-point-min-lit-start)
8756 (c-state-min-scan-pos, c-state-brace-pair-desert)
8757 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
8758 buffer local variables.
8759 (c-state-literal-at, c-state-lit-beg)
8760 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
8761 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
8762 (c-state-cache-top-paren, c-state-cache-after-top-paren)
8763 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
8764 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
8765 (c-renarrow-state-cache)
8766 (c-append-lower-brace-pair-to-state-cache)
8767 (c-state-push-any-brace-pair, c-append-to-state-cache)
8768 (c-remove-stale-state-cache)
8769 (c-remove-stale-state-cache-backwards, c-state-cache-init)
8770 (c-invalidate-state-cache-1, c-parse-state-1)
8771 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
8772 (c-parse-state): Enhance and refactor.
8773 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
8774
8775 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
8776 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
8777 modify to use category text properties rather than syntax-table ones.
8778 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
8779 to switch off/on the syntactic paren property of C++ template
8780 delimiters using the category property.
8781 (c-with-<->-as-parens-suppressed): Macro to invoke code with
8782 template delims suppressed.
8783 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
8784 New constant/macros which apply category properties to the start
8785 and end of preprocessor constructs.
b2bf5be5 8786 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
8787 "comment out" the syntactic value of characters in preprocessor
8788 constructs.
8789 (c-with-cpps-commented-out)
8790 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
8791 with characters in all or all but one preprocessor constructs
8792 "commented out".
8793
0d4dc442
RW
87942009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8795
8796 * proced.el (proced-filter-alist): Use regexp-quote.
8797
a09dc9bf
MA
87982009-12-03 Michael Albinus <michael.albinus@gmx.de>
8799
8800 Cleanup.
8801 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
8802 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
8803 arguments. Expand `default-directory'.
8804
8805 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
8806 the benefit of returning an expanded localname.
8807 (tramp-tramp-file-p): Handle the case NAME is not a string.
8808
3f6bd790
DN
88092009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
8810
4dfb3b9c
DN
8811 Add support for bzr shelve/unshelve.
8812 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
8813 (vc-bzr-extra-menu-map): New variables.
8814 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
8815 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
8816 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
8817 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
8818 (vc-bzr-dir-extra-headers): Display shelves.
8819
3f6bd790
DN
8820 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
8821
842d73a1
SM
88222009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8823
8824 * textmodes/bibtex.el (bibtex-complete-internal):
8825 Use completion-in-region.
8826 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
8827
7fa4876f
DN
88282009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
8829
8830 Support applying stashes. Improve UI.
8831 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
8832 (vc-git-stash-apply, vc-git-stash-pop)
8833 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
8834 (vc-git-stash-menu): New functions.
8835 (vc-git-stash-menu-map): New variable.
8836 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
8837
d6e82452
GM
88382009-12-03 Glenn Morris <rgm@gnu.org>
8839
8840 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
8841 (vc-print-log-internal): Fix previous change.
8842 (vc-revert): Correct pluralization.
8843
8d222148
SM
88442009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8845
ea52206b
SM
8846 * progmodes/make-mode.el (makefile-special-targets-list): No need for
8847 it to be an alist any more.
8848 (makefile-complete): Use completion-in-region.
8849
69a94a37
SM
8850 * progmodes/octave-mod.el (octave-complete-symbol):
8851 Use completion-in-region.
8852
8d222148
SM
8853 Misc cleanup.
8854 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
8855 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
8856 (idlwave-complete-class): Don't quote lambda.
8857 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
8858 (idlwave-mode-map): Move initialization into declaration.
8859 (idlwave-action-and-binding): Use backquotes.
8860 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
8861 Simplify.
8862 (idlwave-is-pointer-dereference): Remove unused var `pos'.
8863 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
8864 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
8865 `parts', and `all-parts'.
8866 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
8867 (idlwave-convert-xml-system-routine-info): Remove unused string
8868 `version-string'.
8869 (idlwave-display-user-catalog-widget): Use dolist.
8870 (idlwave-scanning-lib): Declare dynamically-scoped var.
8871 (idlwave-scan-library-catalogs): Remove unused var `flags'.
8872 (completion-highlight-first-word-only): Declare to silence bytecomp.
8873 (idlwave-popup-select): Tighten scope of `resp'.
8874 (idlwave-find-struct-tag): Remove unused var `beg'.
8875 (idlwave-after-load-rinfo-hook): Declare.
8876 (idlwave-sintern-class-info): Remove unused var `taglist'.
8877 (idlwave-find-class-definition): Remove unused var `list'.
8878 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
8879 (idlwave-what-module-find-class): Remove unused var `classes'.
8880
3bb8691b
JB
88812009-12-03 Juanma Barranquero <lekktu@gmail.com>
8882
8883 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
8884
f72f0c23
SM
88852009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8886
8887 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
8888 buffers visited. Remove redundant current-buffer-saving.
8889
601a9508
SM
88902009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8891
8892 Use completion-in-buffer and remove uses of dynamic scoping.
8893 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
8894 (pascal-buffer-to-use, pascal-flag): Don't declare.
8895 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
8896 (pascal-get-completion-decl, pascal-keyword-completion):
8897 Add `pascal-str' argument, save-excursion,
8898 return the found completions, and don't filter with pascal-pred.
8899 (pascal-completion-cache): New var.
8900 (pascal-completion): Don't switch buffer any more (it was never
8901 necessary). Don't save-excursion any more (it's done by the called
8902 subroutines). Use a cache to avoid redundant computations.
8903 Use complete-with-action rather than pascal-completion-response and
8904 let it apply the predicate as well.
8905 (pascal-complete-word): Use completion-in-buffer when
8906 pascal-toggle-completions is nil.
8907 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
8908 not used any more.
8909 (pascal-comp-defun): Don't change buffer any more.
8910 Use complete-with-action rather than pascal-completion-response and
8911 let it apply the predicate as well.
8912 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
8913 when neded.
8914
1ff4cb98
KH
89152009-12-02 Kenichi Handa <handa@m17n.org>
8916
8917 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
8918 shape for all Indic scripts.
8919
bb12edf1
SM
89202009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8921
8922 Use completion-in-buffer.
8923 * wid-edit.el (widget-field-text-end): New function.
8924 (widget-field-value-get): Use it.
8925 (widget-string-complete, widget-file-complete)
8926 (widget-color-complete): Use it and completion-in-region.
8927 (widget-complete): Don't narrow the buffer.
8928
5813f6ef
GM
89292009-12-02 Glenn Morris <rgm@gnu.org>
8930
c920f222
GM
8931 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
8932 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
8933 * mail/rmailsum.el: Replace all pop-to-buffer calls with
8934 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 8935
5813f6ef
GM
8936 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
8937 save-excursion with save-current-buffer.
8938 Widen before searching. (Bug#5093)
8939 (diary-list-sexp-entries): Remove superfluous save-excursion.
8940
34b1d750
GM
89412009-12-02 Michael Welsh Duggan <mwd@cert.org>
8942
8943 * woman.el (woman-make-bufname): Handle man-pages with "." in the
8944 name. (Bug#5038)
8945
b2d5f31a
GM
89462009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
8947
8948 * ido.el (ido-file-internal): Handle filenames at point that do
8949 not have a directory part. (Bug#5049)
8950
c710ac3c
JB
89512009-12-02 Juanma Barranquero <lekktu@gmail.com>
8952
8953 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
8954 (mpc-songs-jump-to, mpc-resume): Doc fixes.
8955
9946be46
SM
89562009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
8957
8958 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
8959 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
8960 any more.
8961
b08016f2
SM
89622009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8963
e7440df4
SM
8964 * comint.el (comint-insert-input): Ignore clicks to the right of
8965 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
8966
3bb8691b 8967 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
8968 terminate before setting up the major mode.
8969
f3b757f5
SM
8970 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
8971 in case.
8972
a2877f1d
SM
8973 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
8974 the last element.
8975
b08016f2
SM
8976 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
8977
782d6e30
GM
89782009-12-01 Glenn Morris <rgm@gnu.org>
8979
8980 * window.el (window--display-buffer-2): Fix previous changes.
8981
28f57f7e
CY
89822009-12-01 Chong Yidong <cyd@stupidchicken.com>
8983
8984 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
8985
c31a2fdc
GM
89862009-12-01 Glenn Morris <rgm@gnu.org>
8987
8988 * Makefile.in (ELCFILES): Add mpc.elc.
8989
e1ada222
SM
89902009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8991
8992 * mpc.el: New file.
8993
0c9ff2c5
GM
89942009-12-01 Glenn Morris <rgm@gnu.org>
8995
3689984f
GM
8996 * window.el (window-to-use): Define for compiler.
8997
3ab4308b
GM
8998 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
8999 consistent with others (no final period).
9000
0c9ff2c5
GM
9001 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
9002 (rmail-mime-show): Downcase the encoding. (Bug#5070)
9003
fb0c18ff
DN
90042009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
9005
9006 Make vc-print-log buttons work.
045b9da7 9007 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 9008
2ac7e73e
JB
90092009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
9010
9011 * savehist.el (savehist-autosave-interval): Allow setting to nil
9012 through customize. (Bug#5056)
9013
5237d741
JB
90142009-11-30 Juanma Barranquero <lekktu@gmail.com>
9015
9016 Fix references to jit-lock properties.
9017 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9018 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
9019 (perl-font-lock-special-syntactic-constructs):
9020 Quote jit-lock-defer-multiline property.
9021
379241fa
DN
90222009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
9023
9024 * vc-git.el (vc-git-registered): Call vc-git-root only once.
9025
054ae856
JL
90262009-11-30 Juri Linkov <juri@jurta.org>
9027
9028 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
9029 value `buffer' of `multi-isearch-next-buffer-current-function'.
9030 Use `(current-buffer)' when `buffer' is nil.
9031 (multi-isearch-next-buffer-from-list): Don't fallback to
9032 `(current-buffer)' when `buffer' is nil. (Bug#4947)
9033
67296dda
JL
90342009-11-30 Juri Linkov <juri@jurta.org>
9035
9036 * misearch.el (multi-isearch-read-buffers): Move canonicalization
9037 of buffers with `get-buffer' to `multi-isearch-buffers'.
9038 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9039 Canonicalize BUFFERS with `get-buffer'. Doc fix.
9040 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9041 FILES with `expand-file-name' converting relative file names
9042 to absolute. Doc fix. (Bug#4727)
9043
c585bf32
JL
90442009-11-30 Juri Linkov <juri@jurta.org>
9045
9046 * misearch.el (multi-isearch-read-buffers)
9047 (multi-isearch-read-matching-buffers): New functions.
9048 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9049 Use them in the `interactive' spec. Doc fix.
9050 (multi-isearch-read-files, multi-isearch-read-matching-files):
9051 New functions.
9052 (multi-isearch-files, multi-isearch-files-regexp):
9053 Use them in the `interactive' spec. Doc fix. (Bug#4725)
9054
0a745733
JL
90552009-11-30 Juri Linkov <juri@jurta.org>
9056
9057 * doc-view.el (doc-view-continuous):
9058 Rename from `doc-view-continuous-mode'.
9059 (doc-view-menu): Move "Toggle display" to the top.
9060 Add submenu "Continuous" with radio buttons "Off"/"On"
9061 and "Save as Default".
9062 (doc-view-scroll-up-or-next-page)
9063 (doc-view-scroll-down-or-previous-page)
9064 (doc-view-next-line-or-next-page)
9065 (doc-view-previous-line-or-previous-page): Rename
9066 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
9067
1f9689eb
JL
90682009-11-30 Juri Linkov <juri@jurta.org>
9069
9070 * comint.el (comint-mode-map): Rebind `M-r' from
9071 `comint-previous-matching-input' to
9072 `comint-history-isearch-backward-regexp'.
9073 Unbind `M-s' to allow global key binding `M-s'.
9074 Add menu items for `comint-history-isearch-backward' and
9075 `comint-history-isearch-backward-regexp'. (Bug#3746)
9076
2952b1ae
JL
90772009-11-30 Juri Linkov <juri@jurta.org>
9078
9079 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9080 For def=recenter, replace `recenter' with `recenter-top-bottom'
9081 that is called with `this-command' and `last-command' let-bound
9082 to `recenter-top-bottom'. When the last `def' was not `recenter',
9083 set `recenter-last-op' to nil. (Bug#4981)
9084
7a9547ca
SM
90852009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9086
20565545
SM
9087 Minor cleanup and simplification.
9088 * filecache.el (file-cache-add-directory)
9089 (file-cache-add-directory-recursively)
9090 (file-cache-add-from-file-cache-buffer)
9091 (file-cache-delete-file-regexp, file-cache-delete-directory)
9092 (file-cache-files-matching-internal, file-cache-display): Use dolist.
9093 (file-cache-temp-minibuffer-message): Delete function.
9094 (file-cache-minibuffer-complete): Use minibuffer-message instead.
9095
7a9547ca
SM
9096 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9097 Don't signal an error when bumping into EOB in tr, s, or y.
9098
08e968f3
JL
90992009-11-29 Juri Linkov <juri@jurta.org>
9100
9101 * startup.el (fancy-about-text): Fix wording of Guided Tour.
9102 (Bug#4960)
9103
9104 * descr-text.el (describe-char-unidata-list): Use lowercase name
9105 for "Unicode name" like in other tags.
9106
f8d170a4
JL
91072009-11-29 Juri Linkov <juri@jurta.org>
9108
9109 * ediff-util.el (ediff-minibuffer-with-setup-hook):
9110 New compatibility macro.
7a9547ca 9111 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 9112
0116abbd
JL
91132009-11-29 Juri Linkov <juri@jurta.org>
9114
9115 Add defcustom to define the cycling order of `recenter-top-bottom'.
9116 (Bug#4981)
9117
9118 * window.el (recenter-last-op): Doc fix.
9119 (recenter-positions): New defcustom.
9120 (recenter-top-bottom): Rewrite to use `recenter-positions'.
9121 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9122
61eef560
MA
91232009-11-29 Michael Albinus <michael.albinus@gmx.de>
9124
9125 Improve integration of Tramp and ange-ftp in eshell.
9126
e4070cdc 9127 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
9128 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
9129 (eshell/sudo): Flatten args. Let-bind `default-directory'.
9130
9131 * eshell/esh-util.el (top): Require also Tramp when compiling.
9132 (eshell-directory-files-and-attributes): Check for FTP remote
9133 connection.
9134 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9135 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9136 (eshell-file-attributes): Handle ".". Return `entry'.
9137
9138 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9139 (ange-ftp-directory-files-and-attributes)
9140 (ange-ftp-real-directory-files-and-attributes): New defuns.
9141
9142 * net/tramp.el (tramp-maybe-open-connection): Open the remote
9143 shell with "exec" when possible. This prevents trailing prompts
9144 in `start-file-process'.
9145
f5467d3f
SM
91462009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9147
21f49db9
SM
9148 Try and remove assumptions about point-min==1.
9149 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9150 (rng-compute-mode-line-string): Show the validation percentage in
9151 terms of the narrowed text, not the widened text.
9152 (rng-do-some-validation): Don't catch internal errors when debugging.
9153 (rng-first-error): Simplify.
9154 (rng-after-change-function): Remove work around. AFAIK the bug has
9155 been fixed a while ago.
9156
26224faf
SM
9157 * image-mode.el (image-minor-mode): Exit more gracefully when the image
9158 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9159
d7117720
SM
9160 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9161
f5467d3f
SM
9162 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9163 `cd' doesn't always do it for us (bug#5067).
9164
9165 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9166 on 2009-10-25 as part of some other change (bug#5067).
9167
c5269f1c
SM
91682009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9169
62a258a7
SM
9170 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9171 `suspicious'.
9172 (byte-compile-warnings): Use byte-compile-warning-types.
9173 (byte-compile-save-excursion): Warn about use of set-buffer right
9174 after save-excursion.
9175
c5269f1c
SM
9176 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9177 the excursion as well.
9178
3ba30eb8
MA
91792009-11-27 Michael Albinus <michael.albinus@gmx.de>
9180
9181 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9182 providing a Tramp related implementation of "su" and "sudo".
9183 (eshell-unix-initialize): Add "su" and "sudo".
9184
6c6f788d
DU
91852009-11-27 Daiki Ueno <ueno@unixuser.org>
9186
9187 * net/socks.el (socks-send-command): Convert binary request to
9188 unibyte before sending. This fixes mishandling of some port
9189 numbers such as 129.
9190
10c877fe
SM
91912009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9192
6f06a171
SM
9193 * help.el (describe-bindings-internal): Remove `interactive'.
9194
10c877fe
SM
9195 * man.el (Man-completion-table): Trim a terminating "(".
9196 Remove the space between name page a section.
9197 Add the command's description on the `help-echo' property.
c5269f1c
SM
9198 Remove `process-connection-type' binding since it's unused by
9199 call-process.
10c877fe
SM
9200 Provide completion for the "<section> <name>" format as well.
9201 (Man-default-man-entry): Remove spurious var shadowing the argument.
9202
c44a4822
KR
92032009-11-26 Kevin Ryde <user42@zip.com.au>
9204
9205 * log-view.el: Add "Keywords: tools", since its other keywords
9206 aren't in finder-known-keywords, and following vc.el.
9207
9d58f081
KR
9208 * sha1.el (sha1-string-external): default-directory "/" in case
9209 otherwise non-existent. process-connection-type pipe for touch of
9210 efficiency recommended by elisp manual. (An aside in Bug#3911.)
9211
72fe6b25
SM
92122009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9213
9214 Misc coding convention cleanups.
9215 * htmlfontify.el (hfy-init-kludge-hook): Rename from
9216 hfy-init-kludge-hooks.
9217 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9218 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9219 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9220 and push.
9221 (hfy-slant, hfy-weight): Use tables rather than code.
9222 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9223 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9224 (hfy-face-attr-for-class): Initialize `face-spec' directly.
9225 (hfy-face-to-css): Remove `nconc' with single arg.
9226 (hfy-p-to-face-lennart): Use `or'.
9227 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
9228 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9229 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9230 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9231 (hfy-force-fontification): Use run-hooks.
9232
85e0a536
SM
92332009-11-26 Vivek Dasmohapatra <vivek@etla.org>
9234
9235 Various minor fixes.
9236 * htmlfontify.el (hfy-default-header): Add toggle_invis since
9237 Javascript belongs in the header, not the body.
9238 (hfy-javascript): Remove.
9239 (hfy-fontify-buffer): Don't insert it any more.
9240 (hfy-face-at): Handle (face0 face1 face2) style face properties.
9241 Fix bug in invis handling when there were no invis props in a chunk.
9242
62ccc42c
SM
92432009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9244
9245 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9246
2643c7aa
DN
92472009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
9248
9249 * finder.el (finder-mode-map): Add a menu.
9250
0e5c8aed
DN
92512009-11-26 Michael McNamara <mac@mail.brushroad.com>
9252
bf0b361c 9253 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
9254 "unsigned" structs.
9255
9256 (verilog-leap-to-head, verilog-backward-token): Handle "disable
9257 fork" statement better.
9258
92592009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
9260
bf0b361c
JB
9261 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9262 (verilog-delete-auto, verilog-delete-empty-auto-pair)
9263 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9264 Reported by Clay Douglass.
0e5c8aed
DN
9265
9266 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
9267 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9268 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
9269 Pierre-David Pfister.
9270
7629c4e7
GM
92712009-11-26 Glenn Morris <rgm@gnu.org>
9272
62ccc42c
SM
9273 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9274 the scope.
7629c4e7 9275
a5d358f8
JB
92762009-11-25 Johan Bockgård <bojohan@gnu.org>
9277
9278 * vc-annotate.el (vc-annotate-revision-previous-to-line):
9279 Really use previous revision.
9280
002cbde5
KR
92812009-11-25 Kevin Ryde <user42@zip.com.au>
9282
9283 * man.el (Man-completion-table): default-directory "/" in case
9284 doesn't otherwise exist. process-environment COLUMNS=999 so as
9285 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
9286 any chance of hitting the pseudo-tty TIOCGWINSZ.
9287 (man): completion-ignore-case t for friendliness and since man
9288 itself is case-insensitive on the command line.
9289 Further to Bug#3717.
002cbde5 9290
8cb5ffe8
KR
9291 * arc-mode.el: Add "Keywords: files", so the details in its
9292 commentary can be reached from finder-by-keyword.
34607612
KR
9293 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
9294 editing mode, but it's comms related and sgml-mode.el has "comm"
9295 on that basis too.
b8dfcf54 9296 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
9297 * international/isearch-x.el, international/ja-dic-cnv.el:
9298 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 9299 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 9300
1e2d9ba1
JL
93012009-11-25 Juri Linkov <juri@jurta.org>
9302
9303 * man.el (Man-completion-table): Modify regexp to include
9304 section names to completion strings. (Bug#3717)
9305
a601d313
JL
93062009-11-25 Juri Linkov <juri@jurta.org>
9307
9308 Search recursively in gzipped files. (Bug#4982)
9309
9310 * progmodes/grep.el (grep-highlight-matches): Add new options
9311 `always' and `auto'. Doc fix.
9312 (grep-process-setup): Check `grep-highlight-matches' for
9313 `auto-detect' to determine the need to compute grep defaults.
9314 Move Windows/DOS specific --colors settings handling
9315 to `grep-compute-defaults'. Check `grep-highlight-matches'
9316 to get the value of "--color=".
9317 (grep-compute-defaults): Compute `grep-highlight-matches' when it
9318 has the value `auto-detect'. Move Windows/DOS specific settings
9319 from `grep-process-setup'.
9320 (zrgrep): New command with alias `rzgrep'.
9321
bde04ea9
JL
93222009-11-25 Juri Linkov <juri@jurta.org>
9323
9324 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9325 to nil instead of switching off view-mode. (Bug#4896)
9326
7d6b4d3c
JL
93272009-11-25 Juri Linkov <juri@jurta.org>
9328
9329 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
9330
9331 * mwheel.el (mwheel-scroll-up-function)
9332 (mwheel-scroll-down-function): New defvars.
9333 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9334 `scroll-up', and `mwheel-scroll-down-function' instead of
9335 `scroll-down'.
9336
9337 * doc-view.el (doc-view-scroll-up-or-next-page)
9338 (doc-view-scroll-down-or-previous-page): Add optional ARG.
9339 Use this ARG in the call to image-scroll-up/image-scroll-down.
9340 Change `interactive' spec to "P". Goto next/previous page only
9341 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9342 SPC/DEL case). Doc fix.
9343 (doc-view-next-line-or-next-page)
9344 (doc-view-previous-line-or-previous-page): Rename arg to ARG
9345 for consistency.
9346 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9347 `doc-view-scroll-up-or-next-page', and buffer-local
9348 `mwheel-scroll-down-function' to
9349 `doc-view-scroll-down-or-previous-page'.
9350
e237085f
JL
93512009-11-25 Juri Linkov <juri@jurta.org>
9352
9353 Provide additional default values (directories at other Dired
9354 windows) via M-n in the minibuffer of some Dired commands.
9355
9356 * dired-aux.el (dired-diff, dired-compare-directories)
9357 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9358 `minibuffer-default' in `minibuffer-with-setup-hook'.
9359 (dired-dwim-target-directory): Find a window that displays Dired
9360 buffer instead of failing when the next window is not Dired.
9361 Use `get-window-with-predicate' to find for the next Dired window.
9362 (dired-dwim-target-defaults): New function.
9363
9364 * ediff-util.el (ediff-read-file-name):
9365 Use `dired-dwim-target-defaults' to set `minibuffer-default'
9366 in `minibuffer-with-setup-hook'.
9367
7d371eac
JL
93682009-11-25 Juri Linkov <juri@jurta.org>
9369
9370 Provide additional default values (file name at point or at the
9371 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
9372
9373 * minibuffer.el (read-file-name-defaults): New function.
9374 (read-file-name): Reset `minibuffer-default' to nil when
9375 it duplicates initial input `insdef'.
9376 Bind `minibuffer-default-add-function' to lambda that
9377 calls `read-file-name-defaults' in `minibuffer-selected-window'.
9378 (minibuffer-insert-file-name-at-point): New command.
9379
9380 * files.el (file-name-at-point-functions): New defcustom.
9381 (find-file-default): Remove defvar.
9382 (find-file-read-args): Don't use `find-file-default'.
9383 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9384 to `read-file-name'.
9385 (find-file-literally): Use `read-file-name' with
9386 `confirm-nonexistent-file-or-buffer'.
9387
9388 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
9389
9390 * dired.el (dired-read-dir-and-switches):
9391 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9392 to `read-file-name'.
9393 (dired-file-name-at-point): New function.
9394 (dired-mode): Add hook `dired-file-name-at-point' to
9395 `file-name-at-point-functions'.
9396
04ae543a
SM
93972009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9398
9399 Really make the *Completions* window soft-dedicated (bug#5030).
9400 * window.el (window--display-buffer-2): Add `dedicated' argument.
9401 (display-buffer): Pass it when needed so the dedicated flag is set
9402 after calling set-window-buffer, which would otherwise reset it.
9403
eb708e66
SM
94042009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9405
d6b8d4e7
SM
9406 * progmodes/meta-mode.el (meta-complete-symbol):
9407 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
9408 * mail/mailabbrev.el (mail-abbrev-complete-alias):
9409 Use completion-in-region.
9410
5f24557b
SM
9411 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
9412 (dabbrev-completion): Use completion-in-region.
9413 (dabbrev--abbrev-at-point): Simplify regexp.
9414
fe4346f0
SM
9415 * abbrev.el (abbrev--before-point): Use word-motion functions
9416 if :regexp is not specified (bug#5031).
9417
cb190d7d
SM
9418 * subr.el (string-prefix-p): New function.
9419
e2ec6dd5
SM
9420 * man.el (Man-completion-cache): New var.
9421 (Man-completion-table): Use it.
9422
eb708e66
SM
9423 * vc.el (vc-print-log-internal): Make `limit' optional for better
9424 compatibility (e.g. with vc-annotate.el).
9425
4cf8971b
KR
94262009-11-24 Kevin Ryde <user42@zip.com.au>
9427
eb708e66 9428 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 9429 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 9430
4cf8971b
KR
9431 * emacs-lisp/elint.el (elint-add-required-env): Better error message
9432 when .el source file not found or other error.
9433
d204c46c
SM
94342009-11-24 Markus Triska <markus.triska@gmx.at>
9435
9436 * linum.el (linum-update-window): Ignore intangible (bug#4996).
9437
bb301b9a
SM
94382009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9439
449c27f0
SM
9440 Handle the [back] button properly (bug#4979).
9441 * descr-text.el (describe-text-properties): Add a `buffer' argument.
9442 Use help-setup-xref, help-buffer, and with-help-window.
9443 (describe-char): Add `buffer' argument.
9444 Pass proper command to help-setup-xref. Don't meddle with
9445 help-xref-stack-item directly.
9446 (describe-text-category): Use with-help-window and help-buffer.
9447
32fe5377
SM
9448 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
9449 for the displayed buffer (bug#4887).
9450
bb301b9a
SM
9451 * man.el (Man-completion-table): New function.
9452 (man): Use it.
9453
35179414
DR
94542009-11-24 David Reitter <david.reitter@gmail.com>
9455
bb301b9a 9456 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
9457 .git is) rather than the file's directory and a relative path spec
9458 to work around a bug in git.
9459
605a20a9
MA
94602009-11-24 Michael Albinus <michael.albinus@gmx.de>
9461
9462 Improve handling of processes on remote hosts.
9463
9464 * eshell/esh-util.el (eshell-path-env): New defvar.
9465 (eshell-parse-colon-path): New defun.
9466 (eshell-file-attributes): Use `eshell-parse-colon-path'.
9467
bb301b9a
SM
9468 * eshell/esh-ext.el (eshell-search-path):
9469 Use `eshell-parse-colon-path'.
605a20a9
MA
9470 (eshell-remote-command): Remove argument HANDLER.
9471 (eshell-external-command): Check for FTP remote connection.
9472
bb301b9a
SM
9473 * eshell/esh-proc.el (eshell-gather-process-output):
9474 Use `file-truename', in order to start also symlinked files.
9475 Apply `start-file-process' instead of `start-process'.
9476 Shorten `command' to the local file name part.
605a20a9 9477
bb301b9a
SM
9478 * eshell/em-cmpl.el (eshell-complete-commands-list):
9479 Use `eshell-parse-colon-path'.
605a20a9
MA
9480
9481 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
9482
9483 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
9484 to `eshell-directory-change-hook'.
9485
d1d33062
TH
94862009-11-24 Tassilo Horn <tassilo@member.fsf.org>
9487
9488 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 9489 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 9490
a34d8565 94912009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 9492
a34d8565
MK
9493 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
9494 made on 2009-11-22.
d1d33062 9495
c83b8d1b
GM
94962009-11-24 Glenn Morris <rgm@gnu.org>
9497
9498 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
9499 deleted variable bookmark-bmenu-bookmark-column.
9500
65235b0a
GM
9501 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
9502 Move after definition of global-semantic-idle-tag-highlight-mode.
9503
83505cfe
SM
95042009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9505
9506 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
9507
5241b291
CY
95082009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
9509
9510 * net/browse-url.el (browse-url-filename-alist): On Windows, add
9511 two slashes to the "file:" prefix.
9512 (browse-url-file-url): De-munge Cygwin filenames before passing
9513 them to Windows browser.
9514 (browse-url-default-windows-browser): Use call-process.
9515
aefcadb6
JL
95162009-11-23 Juri Linkov <juri@jurta.org>
9517
9518 Implement DocView Continuous mode. (Bug#4896)
9519 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
9520 (doc-view-mode-map): Bind C-n/<down> to
9521 `doc-view-next-line-or-next-page', C-p/<up> to
9522 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
9523 (doc-view-next-line-or-next-page)
9524 (doc-view-previous-line-or-previous-page): New commands.
9525
0d62bcea
JL
95262009-11-23 Juri Linkov <juri@jurta.org>
9527
9528 Implement Isearch in comint input history. (Bug#3746)
9529 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
9530 `isearch-mode-hook'.
9531 (comint-history-isearch): New defcustom.
9532 (comint-history-isearch-backward)
9533 (comint-history-isearch-backward-regexp): New commands.
9534 (comint-history-isearch-message-overlay): New buffer-local variable.
9535 (comint-history-isearch-setup, comint-history-isearch-end)
9536 (comint-goto-input, comint-history-isearch-search)
9537 (comint-history-isearch-message, comint-history-isearch-wrap)
9538 (comint-history-isearch-push-state)
9539 (comint-history-isearch-pop-state): New functions.
9540
b593f105
MA
95412009-11-23 Michael Albinus <michael.albinus@gmx.de>
9542
9543 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
9544 return.
9545 (tramp-handle-make-symbolic-link)
9546 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
9547 Quote file names.
9548 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
9549 (tramp-handle-process-file): Use it.
9550
0f202d5d
SM
95512009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9552
9553 * window.el (move-to-window-line-last-op): Remove.
9554 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
9555
216349f8
SM
95562009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
9557
0f202d5d 9558 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
9559 * window.el (move-to-window-line-last-op): New var.
9560 (move-to-window-line-top-bottom): New command.
9561 (global-map): Bind M-r move-to-window-line-top-bottom.
9562
c10e0633
GM
95632009-11-23 Sven Joachim <svenjoac@gmx.de>
9564
9565 * dired-x.el (dired-guess-shell-alist-default):
9566 Support xz format. (Bug#4953)
9567
e96ec425
CY
95682009-11-22 Chong Yidong <cyd@stupidchicken.com>
9569
2054a44c
CY
9570 * cedet/srecode/map.el (srecode-get-maps):
9571 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
9572 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
9573 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
9574 (semantic-toggle-decoration-style):
9575 * cedet/semantic/decorate/include.el
9576 (semantic-decoration-include-describe)
9577 (semantic-decoration-unknown-include-describe)
9578 (semantic-decoration-unparsed-include-describe)
9579 (semantic-decoration-all-include-summary):
9580 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
9581 * cedet/semantic/analyze/complete.el
9582 (semantic-analyze-possible-completions):
9583 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
9584 (semantic-show-unmatched-syntax-mode)
9585 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
9586 (semantic-highlight-func-mode):
9587 * cedet/semantic/util.el (semantic-describe-buffer):
9588 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
9589 (semantic-symref-find-tags-by-name)
9590 (semantic-symref-find-tags-by-regexp)
9591 (semantic-symref-find-tags-by-completion)
9592 (semantic-symref-find-file-references-by-name)
9593 (semantic-symref-find-text):
9594 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
9595 (senator-yank-tag):
9596 * cedet/semantic/scope.el (semantic-calculate-scope):
9597 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
9598 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
9599 (define-semantic-idle-service):
9600 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
9601 (semantic-complete-analyze-inline-idle):
9602 * cedet/semantic/analyze.el (semantic-analyze-current-context):
9603 * cedet/mode-local.el (describe-mode-local-bindings)
9604 (describe-mode-local-bindings-in-mode):
9605 * cedet/ede/make.el (ede-make-check-version):
9606 * cedet/ede/locate.el (ede-enable-locate-on-project):
9607 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
9608 (cedet-idutils-version-check):
9609 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
9610 (cedet-gnu-global-version-check):
9611 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
9612 (cedet-cscope-version-check): Use called-interactively-p instead
9613 of interactive-p.
9614
e96ec425
CY
9615 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
9616 Use semantic-format-tag-prototype.
9617
953e0c1a
GM
96182009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
9619
9620 * emulation/viper-cmd.el: Use viper-last-command-char instead of
9621 last-command-char/last-command-event.
9622 (viper-prefix-arg-value): Do correct conversion of event-char for
9623 XEmacs.
9624
83505cfe
SM
9625 * emulation/viper-util.el, emulation/viper.el:
9626 Use viper-last-command-char instead of
9627 last-command-char/last-command-event.
953e0c1a 9628
83505cfe
SM
9629 * ediff-init.el, ediff-mult.el, ediff-util.el:
9630 Replace last-command-char and last-command-event
9631 with (ediff-last-command-char) everywhere.
953e0c1a
GM
9632
9633 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
9634 created in fundamental mode.
9635
9636 * ediff.el (ediff-version): Revert the change of interactive-p to
9637 called-interactively-p.
9638
9ee12eee
TH
96392009-11-22 Tassilo Horn <tassilo@member.fsf.org>
9640
9641 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
9642 generation from word-movement command names.
9643
ab2c15d4
CY
96442009-11-21 Chong Yidong <cyd@stupidchicken.com>
9645
9646 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
83505cfe
SM
9647 (semantic-complete-jump-local, semantic-complete-jump):
9648 Improve prompt string.
ab2c15d4 9649
8b571bf3
JD
96502009-11-21 Jan Djärv <jan.h.d@swipnet.se>
9651
9652 * cus-start.el (all): Add native condition for font-use-system-font.
9653
4121db47
AM
96542009-11-21 Nathaniel Flath <flat0103@gmail.com>
9655
83505cfe
SM
9656 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9657 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 9658
d71f5e0c
TH
96592009-11-21 Tassilo Horn <tassilo@member.fsf.org>
9660
9661 * progmodes/subword.el: Rename from lisp/subword.el.
9662
9663 * subword.el: Rename to progmodes/subword.el.
9664
9665 * Makefile.in (ELCFILES): Adapt to subword.el move.
9666
fc9d6ad6 96672009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 9668 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
9669
9670 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
9671 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
9672 (bookmark-bmenu-show-filenames): Use push.
9673 (bookmark-bmenu-hide-filenames): Use local var instead of
9674 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
9675 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
9676 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
9677 filenames now that the bookmark names are always available.
9678
26d9285f
SM
96792009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9680
9681 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
9682 (bookmark-search-pattern): Move and leave unbound.
9683 (bookmark-bmenu-mode-map): Change binding.
9684 (bookmark-read-search-input): Simplify.
9685 Don't use text-char-description. Don't error on non-char events.
9686 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
9687 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
9688 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
9689 Use a local var for the timer.
9690 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
9691 (i.e. bookmark-bmenu-search).
9692
d73a0317
GM
96932009-11-21 Glenn Morris <rgm@gnu.org>
9694
9695 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
9696
e572025f
CY
96972009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
9698
26d9285f
SM
9699 * net/browse-url.el (browse-url-default-windows-browser):
9700 Use cygstart for cygwin.
e572025f 9701
6aeaa3dc
KF
97022009-11-20 Karl Fogel <karl.fogel@red-bean.com>
9703
e4070cdc 9704 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
9705 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
9706 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 9707 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
9708 (bookmark-read-search-input): Adjust to fit within 80 columns.
9709
a9b76eec
TH
97102009-11-20 Tassilo Horn <tassilo@member.fsf.org>
9711
9712 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
9713 (c-backward-into-nomenclature): Adapt to subword renaming.
9714
9715 * subword.el (subword-forward, subword-backward, subword-mark)
9716 (subword-kill, subword-backward-kill, subword-transpose)
9717 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
9718 (subword-forward-internal, subword-backward-internal):
9719 Rename from forward-subword, backward-subword, mark-subword,
9720 kill-subword, backward-kill-subword, transpose-subwords,
9721 downcase-subword, upcase-subword, capitalize-subword,
9722 forward-subword-internal, backward-subword-internal.
a9b76eec 9723
1e7d4475
SM
97242009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9725
26d9285f
SM
9726 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
9727 New options.
1e7d4475
SM
9728 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
9729 New vars.
9730 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
9731 (bookmark-bmenu-filter-alist-by-regexp)
9732 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
9733 (bookmark-bmenu-search): New command.
9734 (bookmark-bmenu-mode-map): Bind it.
9735
acfad775
CY
97362009-11-20 Chong Yidong <cyd@stupidchicken.com>
9737
1e7d4475 9738 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
acfad775
CY
9739
9740 * cedet/semantic/idle.el (define-semantic-idle-service)
9741 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
9742
653d1554
TH
97432009-11-20 Tassilo Horn <tassilo@member.fsf.org>
9744
ab84bfa0
TH
9745 * progmodes/cc-cmds.el: declare-functioned forward-subword and
9746 backward-subword to quit the byte-compiler.
9747
1f35fda9
TH
9748 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
9749
9750 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
9751
653d1554 9752 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
9753 (c-forward-into-nomenclature, c-backward-into-nomenclature):
9754 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
9755
9756 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
9757 subword.el functions instead of cc-subword.el.
9758
1e7d4475
SM
9759 * progmodes/cc-subword.el: Rename to subword.el.
9760 * subword.el: Rename from progmodes/cc-subword.el.
9761 (subword-mode-map): Rename from c-subword-mode-map.
9762 (subword-mode): Rename from c-subword-mode.
653d1554 9763 (global-subword-mode): New global minor mode.
1e7d4475
SM
9764 (forward-subword): Rename from c-forward-subword.
9765 (backward-subword): Rename from c-backward-subword.
9766 (mark-subword): Rename from c-mark-subword.
9767 (kill-subword): Rename from c-kill-subword.
9768 (backward-kill-subword): Rename from c-backward-kill-subword.
9769 (transpose-subwords): Rename from c-tranpose-subword.
9770 (downcase-subword): Rename from c-downcase-subword.
9771 (capitalize-subword): Rename from c-capitalize-subword.
9772 (forward-subword-internal): Rename from c-forward-subword-internal.
9773 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 9774
9717f119
DN
97752009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
9776
8de724f3
DN
9777 * vc.el (vc-deduce-fileset): Allow non-state changing operations
9778 from a dired buffer.
9779 (vc-dired-deduce-fileset): New function.
9780 (vc-root-diff, vc-print-root-log): Use it.
9781
9717f119
DN
9782 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
9783 nil LIMIT argument to vc-print-log-internal.
9784
af4999b8
GM
97852009-11-20 Glenn Morris <rgm@gnu.org>
9786
9787 * Makefile.in (ELCFILES): Regenerate.
9788
725bff06
CY
97892009-11-20 Chong Yidong <cyd@stupidchicken.com>
9790
9791 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
9792
9793 * cedet/semantic.el: Enable idle-mode menu items only if
9794 global-semantic-idle-scheduler-mode is enabled.
9795 (semantic-default-submodes): Doc fix.
9796
9797 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
9798 When turning off, disable other idle modes.
9799
b58edcb6
JB
98002009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
9801
02e1b488
SM
9802 * calc/calc.el (calc-set-mode-line):
9803 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
9804 (math-format-number): Rename `math-format-complement-signed' to
9805 `math-format-twos-complement'.
9806
02e1b488 9807 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
9808 math-format-complement-signed.
9809 (calc-radix): Rename `calc-complement-signed-mode' to
9810 `calc-twos-complement-mode'.
02e1b488
SM
9811 (calc-octal-radix, calc-hex-radix): Add an argument for
9812 two's complement.
b58edcb6 9813
02e1b488
SM
9814 * calc/calc-embed.el (calc-embedded-mode-vars):
9815 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 9816
02e1b488
SM
9817 * calc/calc-ext.el (calc-init-extensions):
9818 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
9819 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
9820
02e1b488
SM
9821 * calc/calc-units.el (math-build-units-table-buffer):
9822 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
9823
9824 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
9825 entries.
9826
9827 * calc/calc-vec.el (calcFunc-vunpack):
9828 * calc/calc-aent.el (calc-do-calc-eval):
9829 * calc/calc-forms.el (math-format-date):
9830 * calc/calc-graph.el (calc-graph-plot):
9831 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
9832 * calc/calccomp.el (math-compose-expr):
9833 Let `calc-twos-complement-mode' be nil.
9834
98352009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9836
9837 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
9838 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
9839 * minibuffer.el (completion-in-region-functions): New hook.
9840 (completion-in-region): New function.
9841 * emacs-lisp/lisp.el (lisp-complete-symbol):
9842 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 9843
e3353a78
SM
98442009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9845
eff77808
SM
9846 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
9847 (latex-complete-alist): New vars.
9848 (latex-string-prefix-p, latex-complete-bibtex-keys)
9849 (latex-complete-envnames, latex-complete-refkeys)
9850 (latex-complete-data): New functions.
9851 (latex-complete, latex-indent-or-complete): New commands.
9852
d2c9fc42
SM
9853 * window.el (display-buffer-mark-dedicated): New var.
9854 (display-buffer): Obey it.
9855 * minibuffer.el (minibuffer-completion-help): Use it.
9856
31a1c477
SM
9857 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
9858
bed4c972
SM
9859 * filecache.el (file-cache-add-file): Use push and cons.
9860 (file-cache-delete-file-regexp): Use push.
9861 (file-cache-complete): Use completion-in-region.
9862
8c22699f
SM
9863 * simple.el (with-wrapper-hook): Fix thinko.
9864
e3353a78
SM
9865 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
9866 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
9867 Use with-current-buffer and string-to-number.
9868 (hfy-fallback-colour-values): Use assoc-string.
9869 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
9870 (hfy-face-at): Remove unused var `found-face'.
9871 (hfy-compile-stylesheet): Remove unused var `css'.
9872 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
9873 and `orig-buffer'.
9874 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
9875 Use with-current-buffer.
9876 (hfy-text-p): Use expand-file-name and fewer setq.
9877
acca02b0
SM
98782009-11-19 Vivek Dasmohapatra <vivek@etla.org>
9879
9880 * htmlfontify.el, hfy-cmap.el: New files.
9881
042b7cc6
JL
98822009-11-19 Juri Linkov <juri@jurta.org>
9883
9884 * minibuffer.el (completions-format): New defcustom.
9885 (completion--insert-strings): Implement vertical format.
9886
9887 * simple.el (switch-to-completions): Move point to the first
9888 completion when point was at the beginning of the buffer.
9889
da205913
JL
98902009-11-19 Juri Linkov <juri@jurta.org>
9891
9892 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
9893
9894 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
9895
0b8ee421
CY
98962009-11-19 Chong Yidong <cyd@stupidchicken.com>
9897
9898 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
9899 (mail-signature): Change default to t.
9900 (mail-from-style): Deprecate `system-default' value.
9901 (mail-insert-from-field): For default value of mail-from-style,
9902 default to `angles' unless `angles' needs quoting and `parens'
9903 does not.
9904 (mail-citation-prefix-regexp): Use citation regexp from
9905 message-mode.
9906
4265deab
MA
99072009-11-19 Michael Albinus <michael.albinus@gmx.de>
9908
acca02b0
SM
9909 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
9910 Set variables for computing the prompt for reading password.
4265deab 9911
27cacd2d
GM
99122009-11-19 Glenn Morris <rgm@gnu.org>
9913
470bce7d
GM
9914 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
9915
7e705a1d
GM
9916 * textmodes/flyspell.el (sgml-lexical-context): Declare.
9917
27cacd2d
GM
9918 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
9919 (newsticker-treeview-listwindow-height): Fix custom type.
9920
b2f0be0f
KH
99212009-11-19 Kenichi Handa <handa@m17n.org>
9922
9923 * descr-text.el (describe-char-padded-string): Compose with TAB
9924 only if there's a font for CH.
02e1b488 9925 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 9926
03446045 99272009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
9928
9929 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 9930 more accurate version of the regexp. (Bug#3910)
b96337b0 9931
03446045 99322009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
9933
9934 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
9935
e0620570
JB
99362009-11-18 Juanma Barranquero <lekktu@gmail.com>
9937
9938 * font-setting.el (font-use-system-font): Declare for byte-compiler.
9939 (font-setting-change-default-font): Fix typo in docstring.
9940
6cc6582e
AM
99412009-11-18 Alan Mackenzie <acm@muc.de>
9942
9943 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
9944
dfb3c4c6
JD
99452009-11-17 Jan Djärv <jan.h.d@swipnet.se>
9946
02e1b488 9947 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
9948
9949 * cus-start.el (all): ... to here.
9950
e268e987
MA
99512009-11-17 Michael Albinus <michael.albinus@gmx.de>
9952
9953 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
9954 Don't set `ad-return-value' if `ad-do-it' doesn't.
9955
303ffde8
MA
9956 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
9957 modification time.
9958
637fa988
JD
99592009-11-17 Jan Djärv <jan.h.d@swipnet.se>
9960
9961 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 9962 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
9963
9964 * loadup.el: If feature system-font-setting or font-render-setting is
9965 there, load font-setting.
9966
02e1b488 9967 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
9968 * font-setting.el: New file.
9969
1d16a255
GM
99702009-11-17 Glenn Morris <rgm@gnu.org>
9971
9972 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
9973
2d84f804
GM
9974 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
9975 Preserve point in the list buffer. (Bug#4939)
9976 Use point-at-eol.
9977 (newsticker--treeview-list-update-highlight)
9978 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
9979
14467b99
JB
99802009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
9981
9982 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
9983 Remove.
9984
9985 * calc/calc-ext.el (calc-init-extensions): Remove references to
9986 symclip.
9987
9988 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
9989
9990 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 9991 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
9992 `calc-symclip'.
9993
e3c39c01
KR
99942009-11-16 Kevin Ryde <user42@zip.com.au>
9995
02e1b488 9996 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 9997 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 9998
497de631
KR
9999 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
10000 (lm-keywords-list): Allow comma-only separator like "foo,bar".
10001 Ignore trailing spaces by omit-nulls to split-string (fixing
10002 regression from Emacs 21 due to the incompatible split-string
14467b99 10003 change). (Bug #4928.)
497de631 10004
48b27575
DN
100052009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10006
5237d741 10007 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
10008 (vc-print-log-internal): Insert buttons to request more entries
10009 when limiting the output.
10010
10011 * vc-sccs.el (vc-sccs-print-log):
10012 * vc-rcs.el (vc-rcs-print-log):
10013 * vc-cvs.el (vc-cvs-print-log):
10014 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
10015 LIMIT is non-nil.
10016
d3e97185
MA
100172009-11-16 Michael Albinus <michael.albinus@gmx.de>
10018
10019 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
10020 error when `tramp-gvfs-dbus-event-vector' is set.
10021 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
10022
68d87786
SM
100232009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10024
10025 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
10026
c0a39702
MA
100272009-11-16 Michael Albinus <michael.albinus@gmx.de>
10028
10029 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 10030 (dbus-register-property): Register the handlers of
c0a39702
MA
10031 "org.freedesktop.DBus.Properties" for SERVICE.
10032 (dbus-property-handler): Fix docstring.
10033
1e857121
YM
100342009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10035
10036 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
10037 Quote doc string reference in defvaralias as it is not in special form.
10038 (byte-compile-output-docform): Doc fix.
10039
887484c1
JB
100402009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10041
10042 * calc/calc.el (math-2-word-size, math-half-2-word-size)
10043 (calc-complement-signed-mode): New variables.
10044 (calc-set-mode-line): Add indicator for twos-complements.
10045 (math-format-number): Format twos-complement notation.
10046
10047 * calc/calc-bin.el (calc-word-size): Reset the variables
10048 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
10049 (math-format-complement-signed, math-symclip, calcFunc-symclip)
10050 (calc-symclip): New functions.
887484c1
JB
10051
10052 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
10053
68d87786
SM
10054 * calc/calc-embed.el (calc-embedded-mode-vars):
10055 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
10056
10057 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 10058 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
10059
10060 * calc/calc-ext.el (math-read-number-fancy): Read complement
10061 signed numbers.
68d87786
SM
10062 (calc-init-extensions): Add binding for `calc-symclip'.
10063 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
10064
10065 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
10066 `calc-symclip'.
68d87786 10067 (calc-modes-menu): Add item for twos complement mode.
887484c1 10068
5237d741 10069 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 10070
4cf1d7e3
CY
100712009-11-15 Chong Yidong <cyd@stupidchicken.com>
10072
10073 * register.el (jump-to-register, insert-register): Handle Semantic
10074 tags. From commented-out advice in semantic/senator.el.
10075
f8e65267
DN
100762009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10077
6616006b
DN
10078 * vc.el (vc-log-show-limit): New variable.
10079 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
10080 when using a prefix argument.
10081 (vc-print-log-internal): Add new argument LIMIT.
10082
10083 * vc-svn.el (vc-svn-print-log):
10084 * vc-mtn.el (vc-mtn-print-log):
10085 * vc-hg.el (vc-hg-print-log):
10086 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 10087 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
10088 non-optional.
10089
10090 * vc-sccs.el (vc-sccs-print-log):
10091 * vc-rcs.el (vc-rcs-print-log):
10092 * vc-git.el (vc-git-print-log):
10093 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10094 ignore it. Make the BUFFER argument non-optional
10095
f8e65267
DN
10096 * bindings.el (mode-line-buffer-identification): Do not purecopy.
10097
0566c4bc
CY
100982009-11-15 Chong Yidong <cyd@stupidchicken.com>
10099
7cce3c91
CY
10100 * dired.el (dired-mode-map): Move encryption items to "Operate"
10101 menu (Bug#4703).
10102
d7063de9
CY
10103 * strokes.el (strokes-update-window-configuration): Make strokes
10104 buffer current before erasing (Bug#4906).
10105
0566c4bc
CY
10106 * cedet/semantic/idle.el (semantic-idle-summary-mode)
10107 (semantic-idle-summary-mode): Define using define-minor-mode
10108 instead of define-semantic-idle-service.
10109 (semantic-idle-summary-mode): New function.
10110 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
10111 that mouse motion does not reset the echo area.
10112
0fc10137
JL
101132009-11-15 Juri Linkov <juri@jurta.org>
10114
10115 * simple.el (set-mark-default-inactive): Add :type, :group
10116 and :version. (Bug#4876)
10117
f5fce4ec
MA
101182009-11-15 Michael Albinus <michael.albinus@gmx.de>
10119
10120 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10121 (archive-unique-fname): ... here. (Bug#4929)
10122
8d720a00
SM
101232009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10124
589888fe
SM
10125 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10126 with a real fix.
10127
8d720a00
SM
10128 * novice.el (disabled-command-function): Add useful args.
10129 Setup the help buffer so that [back] works.
10130 Remove redundant call to help-mode.
10131 (disabled-command-function): Use `case'.
10132 (en/disable-command): New function extracted from enable-command.
10133 (enable-command, disable-command): Use it.
10134
a61344d6
GM
101352009-11-14 Glenn Morris <rgm@gnu.org>
10136
497f0cdd
GM
10137 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10138 constants. (Bug#4913)
10139
a61344d6
GM
10140 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10141
d501801e
GM
101422009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
10143
10144 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10145 defined in C that have no doc-strings. (Bug#1063)
10146
5af27ac2
GM
101472009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
10148
10149 * cus-edit.el (data, files):
10150 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
10151
aec5395b
CY
101522009-11-14 Chong Yidong <cyd@stupidchicken.com>
10153
e7791447
CY
10154 * simple.el (shell-command): Doc fix (Bug#4891).
10155
aec5395b
CY
10156 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10157
7a41cd7f
GM
101582009-11-14 Glenn Morris <rgm@gnu.org>
10159
c3583c94
GM
10160 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10161 statements for vc-diff, emerge-quit, and rmail-cease-edit.
10162 If they are already loaded, eval-after-load will do the right thing.
10163
73900d1f
GM
10164 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10165 compiling.
10166
0028351d
GM
10167 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10168
f6714ede
GM
10169 * simple.el (x-selection-owner-p): Declare.
10170 (read-mail-command): Use custom radio type rather than choice.
10171 (completion-no-auto-exit): Doc fix.
10172
7a41cd7f 10173 * custom.el (defgroup):
5af27ac2 10174 * epg-config.el (epg): Doc fixes.
7a41cd7f 10175
2d0659ec
DN
101762009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10177
10178 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10179 * international/ccl.el (define-ccl-program): Do not purecopy the
10180 docstring, defconst does it anyway.
10181
7fdbcd83
SM
101822009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10183
d499c5b9
SM
10184 * add-log.el (add-change-log-entry): Avoid displaying the changelog
10185 a second time.
10186
7fdbcd83
SM
10187 * x-dnd.el (x-dnd-maybe-call-test-function):
10188 * window.el (split-window-vertically):
10189 * whitespace.el (whitespace-help-on):
10190 * vc-rcs.el (vc-rcs-consult-headers):
10191 * userlock.el (ask-user-about-lock-help)
10192 (ask-user-about-supersession-help):
10193 * type-break.el (type-break-force-mode-line-update):
10194 * time-stamp.el (time-stamp-conv-warn):
10195 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 10196 (te-sentinel, terminal-emulator):
7fdbcd83
SM
10197 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10198 (term-write-input-ring, term-check-source, term-start-output-log):
10199 (term-display-buffer-line, term-dynamic-list-completions):
10200 (term-ansi-make-term, serial-term):
10201 * subr.el (selective-display):
10202 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10203 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10204 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10205 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10206 (speedbar-remove-localized-speedbar-support)
10207 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10208 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10209 (speedbar-buffers-line-directory):
10210 * simple.el (shell-command-on-region, append-to-buffer)
10211 (prepend-to-buffer):
10212 * shadowfile.el (shadow-save-todo-file):
10213 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10214 (scroll-bar-maybe-set-window-start):
10215 * sb-image.el (speedbar-image-dump):
10216 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10217 (load-save-place-alist-from-file):
10218 * ps-samp.el (ps-print-message-from-summary):
10219 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10220 (ps-background-image, ps-begin-job, ps-do-despool):
10221 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10222 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10223 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10224 (pr-call-process, pr-file-list, pr-interface-save):
10225 * novice.el (disabled-command-function)
10226 (enable-command, disable-command):
10227 * mouse.el (mouse-buffer-menu-alist):
10228 * mouse-copy.el (mouse-kill-preserving-secondary):
10229 * macros.el (kbd-macro-query):
10230 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10231 * informat.el (batch-info-validate):
10232 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10233 * hippie-exp.el (try-expand-dabbrev-visible):
10234 * help-mode.el (help-make-xrefs):
10235 * help-fns.el (describe-variable):
10236 * generic-x.el (bat-generic-mode-run-as-comint):
10237 * finder.el (finder-mouse-select):
10238 * find-dired.el (find-dired-sentinel):
10239 * filesets.el (filesets-file-close):
10240 * files.el (list-directory):
10241 * faces.el (list-faces-display, describe-face):
10242 * facemenu.el (list-colors-display):
10243 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10244 * epg.el (epg--process-filter, epg-cancel):
10245 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10246 (epa--read-signature-type):
10247 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10248 (emerge-file-names):
10249 * ehelp.el (electric-helpify):
10250 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10251 * ediff-vers.el (rcs-ediff-view-revision):
10252 * ediff-util.el (ediff-setup):
10253 * ediff-mult.el (ediff-append-custom-diff):
10254 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10255 (ediff-wordify):
10256 * echistory.el (Electric-command-history-redo-expression):
10257 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10258 * disp-table.el (describe-display-table):
10259 * dired.el (dired-find-buffer-nocreate):
10260 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10261 * dabbrev.el (dabbrev--same-major-mode-p):
10262 * chistory.el (list-command-history):
10263 * apropos.el (apropos-documentation):
10264 * allout.el (allout-obtain-passphrase):
10265 (allout-copy-exposed-to-buffer):
10266 (allout-verify-passphrase): Use with-current-buffer.
10267
2ccbc060
GM
102682009-11-13 Glenn Morris <rgm@gnu.org>
10269
10270 * Makefile.in (ELCFILES): Regenerate.
10271
b172ed20
MA
102722009-11-13 Michael Albinus <michael.albinus@gmx.de>
10273
7fdbcd83
SM
10274 * net/dbus.el (dbus-registered-objects-table): Rename from
10275 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
10276 (dbus-unregister-object): Unregister also properties.
10277 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10278 Use a timeout of 500 msec, in order to not block.
10279 (dbus-register-property, dbus-property-handler): New defuns.
10280
e96d62cd
SM
102812009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10282
10283 * simple.el (minibuffer-default-add-completions): Drop deprecated
10284 4th arg.
10285
14bd267d
EZ
102862009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
10287
e96d62cd
SM
10288 * textmodes/artist.el (artist-mouse-choose-operation):
10289 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 10290 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
10291 (artist-compute-up-event-key): New function.
10292 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10293
bf89fd7b
KH
102942009-11-13 Kenichi Handa <handa@m17n.org>
10295
10296 * language/japan-util.el: Make sure that the value of jisx0208
10297 property is jisx0208 character.
10298
f70b8925
DN
102992009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
10300
10301 * international/mule.el (auto-coding-regexp-alist): Only purecopy
10302 car or each item, not the whole list.
10303
4d93a9e0
SM
103042009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
10305
10306 * minibuffer.el (minibuffer-completion-help):
10307 Use minibuffer-hide-completions.
10308
05404988
SM
103092009-11-12 Per Starbäck <per@starback.se> (tiny change)
10310
10311 * dired.el (dired-save-positions, dired-restore-positions): New funs.
10312 (dired-revert): Use them (bug#4880).
10313
5297bc10
DN
103142009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10315
10316 * tooltip.el (tooltip-frame-parameters): Undo previous change.
10317
e2685eb7
JL
103182009-11-12 Juri Linkov <juri@jurta.org>
10319
10320 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10321 New functions.
10322 (find-file-literally-at-point): Alias of `ffap-literally'.
10323
76410c3e
DN
103242009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10325
6d341a2a
DN
10326 * textmodes/ispell.el (ispell-skip-region-alist):
10327 * textmodes/css-mode.el (auto-mode-alist):
10328 * progmodes/compile.el (auto-mode-alist):
10329 * international/mule.el (ctext-non-standard-encodings-alist)
10330 (ctext-non-standard-encodings-regexp):
10331 * simple.el (shell-command-switch, text-read-only):
10332 * replace.el (occur-mode-map):
10333 * paths.el (rmail-file-name):
10334 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10335 * find-file.el (ff-special-constructs):
10336 * files.el (file-name-handler-alist):
10337 * composite.el: Purecopy strings.
10338
76410c3e
DN
10339 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10340
aaa448c9
DN
103412009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10342
10343 * widget.el (define-widget): Purecopy the docstring.
10344 * international/mule-cmds.el (charset): Do not purecopy the
10345 docstring here, define-widget does it.
10346
10347 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10348 * textmodes/bibtex-style.el (auto-mode-alist):
10349 * progmodes/inf-lisp.el (inferior-lisp-prompt):
10350 * progmodes/compile.el (compile-command):
10351 * language/korea-util.el (default-korean-keyboard):
10352 * international/mule-conf.el (file-coding-system-alist):
10353 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10354 * tooltip.el (tooltip-frame-parameters):
10355 * newcomment.el (comment-end, comment-padding):
10356 * dired.el (dired-trivial-filenames):
10357 * comint.el (comint-file-name-prefix): Purecopy initial values.
10358
bbe650fd
MA
103592009-11-11 Michael Albinus <michael.albinus@gmx.de>
10360
10361 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10362 (tramp-advice-minibuffer-electric-tilde): Unload advices via
10363 `tramp-unload'.
10364 (tramp-advice-make-auto-save-file-name)
10365 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10366 after removing the advice.
10367
6bdad9ae
DN
103682009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10369
2f7f4bee
DN
10370 * progmodes/grep.el (grep-regexp-alist):
10371 * international/mule-cmds.el (iso-2022-control-alist):
10372 * emacs-lisp/timer.el (timer-duration-words):
10373 * subr.el (version-separator, version-regexp-alist):
10374 * minibuffer.el (completion-styles-alist):
10375 * faces.el (face-attribute-name-alist, list-faces-sample-text):
10376 Change defvars to defconsts.
10377
a042de45
DN
10378 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10379 * loadup.el ("international/mule-conf"): Load the byte compiled version.
10380 * international/mule-conf.el: Allow to be byte compiled.
10381
3b6acc72
DN
10382 * international/mule.el (define-charset): Purecopy props.
10383 (load-with-code-conversion): Purecopy doc string and file name.
10384 (put-charset-property): Purecopy strings.
10385 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10386
1c2efdfb 10387 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
10388 (define-char-code-property): Correctly purecopy the table.
10389
62591911
DN
10390 * international/ccl.el (define-ccl-program): Purecopy the docstring.
10391
8b908da6
DN
10392 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10393
ff917d63
DN
10394 * subr.el (add-hook): Purecopy strings.
10395 (eval-after-load): Purecopy load-history-regexp and the form.
10396
af89cf77
DN
10397 * custom.el (custom-declare-group): Purecopy load-file-name.
10398
a3c20c83 10399 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
10400 * net/eudc.el (eudc-tools-menu):
10401 * international/mule-cmds.el (set-coding-system-map)
10402 (mule-menu-keymap):
10403 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10404 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
10405 * replace.el (occur-mode-map):
10406 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 10407 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
10408 (menu-bar-custom-menu, menu-bar-showhide-menu)
10409 (menu-bar-options-menu, menu-bar-tools-menu)
10410 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10411 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10412 (menu-bar-help-menu):
10413 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10414 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10415
6bdad9ae
DN
10416 * term/x-win.el (x-gtk-stock-map):
10417 * progmodes/vera-mode.el (auto-mode-alist):
10418 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10419 (inferior-lisp-program, inferior-lisp-load-command):
10420 * progmodes/hideshow.el (hs-special-modes-alist):
10421 * progmodes/gud.el (same-window-regexps):
10422 * progmodes/grep.el (grep-program, find-program, xargs-program):
10423 * net/telnet.el (same-window-regexps):
10424 * net/rlogin.el (same-window-regexps):
10425 * language/ethiopic.el (font-ccl-encoder-alist):
10426 * vc-sccs.el (vc-sccs-master-templates):
10427 * vc-rcs.el (vc-rcs-master-templates):
10428 * subr.el (cl-assertion-failed):
10429 * simple.el (next-error-overlay-arrow-position):
10430 * lpr.el (lpr-command):
10431 * locate.el (locate-ls-subdir-switches):
10432 * info.el (same-window-regexps, info)
10433 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10434 * image-mode.el (image-mode, auto-mode-alist):
10435 * hippie-exp.el (hippie-expand-ignore-buffers):
10436 * format.el (format-alist):
10437 * find-dired.el (find-ls-subdir-switches, find-grep-options)
10438 (find-name-arg):
10439 * facemenu.el (facemenu-keybindings):
10440 * dired.el (dired-listing-switches, dired-chown-program):
10441 * diff.el (diff-switches, diff-command):
10442 * cus-edit.el (same-window-regexps):
10443 * bindings.el (mode-line-mule-info)
10444 (mode-line-buffer-identification): Purecopy strings.
10445
e0987650
JL
104462009-11-11 Juri Linkov <juri@jurta.org>
10447
3570691b 10448 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
10449 Tell the byte-compiler about dired-get-filename.
10450 (shell-command): In Dired mode, get filename from the current line
10451 as the default value.
10452
b16ff465
GM
104532009-11-10 Glenn Morris <rgm@gnu.org>
10454
e8a11b22
GM
10455 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
10456 * calendar/holidays.el, progmodes/cperl-mode.el:
10457 Update x-popup-menu declarations.
10458
b16ff465
GM
10459 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
10460 (list-load-path-shadows): Use dolist.
10461 (list-load-path-shadows): Use with-current-buffer.
10462
032c3399
JL
104632009-11-10 Juri Linkov <juri@jurta.org>
10464
10465 * minibuffer.el (read-file-name): Support a list of default values
10466 in `default-filename'. Use the first file name where only one
10467 element is required. Doc fix.
10468
8fb1629f
MA
104692009-11-09 Michael Albinus <michael.albinus@gmx.de>
10470
10471 * net/dbus.el (dbus-unregister-object): Release service, if no
10472 other method is registered for it.
10473
a51203ee 104742009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
10475
10476 * bookmark.el (bookmark-completing-read): Sort bookmark names if
10477 bookmark-sort-flag is non-nil (Bug#4653).
10478
9bf7dc8a
CY
104792009-11-08 Chong Yidong <cyd@stupidchicken.com>
10480
10481 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
10482 the progress reporter entirely.
10483
15207e74
CY
10484 * emulation/cua-base.el: Add CUA property to some CC mode commands
10485 (Bug#4100).
10486
8bf7ed70
KR
104872009-11-08 Kevin Ryde <user42@zip.com.au>
10488
10489 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 10490 at end of sentence (Bug#4818).
8bf7ed70 10491
951802d0
CY
104922009-11-08 Jared Finder <jfinder@crypticstudios.com>
10493
10494 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10495 Handle "see declaration of" MSFT statements (Bug#4100).
10496
e8244310
MA
104972009-11-08 Michael Albinus <michael.albinus@gmx.de>
10498
10499 * net/tramp.el (tramp-advice-make-auto-save-file-name)
10500 (tramp-advice-file-expand-wildcards): Unload via
10501 `ad-remove-advice'.
10502
10503 * net/trampver.el: Update release number.
10504
a51203ee 105052009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
10506
10507 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
10508 `ad-do-it'.
10509
a51203ee 105102009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
10511
10512 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
10513 in order to keep context in SELinux.
10514
bedd8a58
CY
105152009-11-08 Chong Yidong <cyd@stupidchicken.com>
10516
10517 * dired-aux.el (dired-query): Place cursor in echo area and allow
10518 C-g.
10519
10520 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
10521 menu item if not on a directory (Bug#4701).
10522
0484d600
MA
105232009-11-07 Michael Albinus <michael.albinus@gmx.de>
10524
10525 Sync with Tramp 2.1.17.
10526
10527 * net/tramp.el (tramp-handle-copy-directory): Don't use
10528 `file-remote-p' (due to compatibility).
10529
10530 * net/tramp-compat.el (tramp-compat-copy-directory)
10531 (tramp-compat-delete-directory): New defuns.
10532
10533 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10534 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
10535 `tramp-compat-delete-directory'.
10536
10537 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 10538 (tramp-smb-handle-delete-directory): Use
0484d600
MA
10539 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
10540
10541 * net/trampver.el: Update release number.
10542
b42b2189
CY
105432009-11-07 Chong Yidong <cyd@stupidchicken.com>
10544
6960d7b9
CY
10545 * tar-mode.el (tar-copy): Call write-region on the right buffer
10546 (Bug#4857).
10547
b42b2189
CY
10548 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
10549 by hand, if necessary (Bug#4878).
10550
0ad57dfd
CY
105512009-11-06 Chong Yidong <cyd@stupidchicken.com>
10552
d19e23ae
CY
10553 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
10554 align size column (Bug#4839).
10555
0ad57dfd
CY
10556 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
10557 statement.
10558
0b7f397c
DN
105592009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
10560
10561 * progmodes/ld-script.el (auto-mode-alist):
10562 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
10563
10564 * cus-face.el (custom-declare-face): Purecopy face spec.
10565
495bd5ca
KH
105662009-11-06 Kenichi Handa <handa@m17n.org>
10567
10568 * international/uni-bidi.el: Re-generated.
10569 * international/uni-category.el: Re-generated.
10570 * international/uni-combining.el: Re-generated.
10571 * international/uni-mirrored.el: Re-generated.
10572
1e8780b1
DN
105732009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
10574
10575 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
10576 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
10577 (tex-start-options, slitex-run-command, latex-run-command)
10578 (tex-run-command, tex-directory):
10579 * textmodes/ispell.el (ispell-html-skip-alists)
10580 (ispell-tex-skip-alists, ispell-tex-skip-alists):
10581 * textmodes/fill.el (adaptive-fill-first-line-regexp):
10582 (adaptive-fill-regexp):
10583 * textmodes/dns-mode.el (auto-mode-alist):
10584 * progmodes/python.el (interpreter-mode-alist):
10585 * progmodes/etags.el (tags-compression-info-list):
10586 * progmodes/etags.el (tags-file-name):
10587 * net/browse-url.el (browse-url-galeon-program)
10588 (browse-url-firefox-program):
10589 * mail/sendmail.el (mail-signature-file)
10590 (mail-citation-prefix-regexp):
10591 * international/mule-conf.el (eight-bit):
10592 * international/latexenc.el (latex-inputenc-coding-alist):
10593 * international/fontset.el (x-pixel-size-width-font-regexp):
10594 * emacs-lisp/warnings.el (warning-type-format):
10595 * emacs-lisp/trace.el (trace-buffer):
10596 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
10597 (emacs-lisp-mode-map):
10598 * calendar/holidays.el (holiday-solar-holidays)
10599 (holiday-bahai-holidays, holiday-islamic-holidays)
10600 (holiday-christian-holidays, holiday-hebrew-holidays)
10601 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
10602 (hebrew-holidays-1, holiday-oriental-holidays)
10603 (holiday-general-holidays):
10604 * x-dnd.el (x-dnd-known-types):
10605 * tool-bar.el (tool-bar):
10606 * startup.el (site-run-file):
10607 * shell.el (shell-dumb-shell-regexp):
10608 * rfn-eshadow.el (file-name-shadow-tty-properties)
10609 (file-name-shadow-properties):
10610 * paths.el (remote-shell-program, news-directory):
10611 * mouse.el ([C-down-mouse-3]):
10612 * menu-bar.el (menu-bar-tools-menu):
10613 * jka-cmpr-hook.el (jka-compr-load-suffixes)
10614 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
10615 (jka-compr-compression-info-list):
10616 * isearch.el (search-whitespace-regexp):
10617 * image-file.el (image-file-name-extensions):
10618 * find-dired.el (find-ls-option):
10619 * files.el (directory-listing-before-filename-regexp)
10620 (directory-free-space-args, insert-directory-program)
10621 (list-directory-brief-switches, magic-fallback-mode-alist)
10622 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
10623 (automount-dir-prefix):
10624 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
10625 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
10626 (face-font-registry-alternatives, face-font-registry-alternatives)
10627 (face-font-family-alternatives):
10628 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
10629 (facemenu-foreground-menu, facemenu-face-menu):
10630 * epa-hook.el (epa-file-name-regexp):
10631 * dnd.el (dnd-protocol-alist):
10632 * textmodes/rst.el (auto-mode-alist):
a51203ee 10633 * button.el (default-button): Purecopy strings.
1e8780b1 10634
0adae11f
GM
106352009-11-06 Glenn Morris <rgm@gnu.org>
10636
10637 * Makefile.in (ELCFILES): Update.
10638
2adaf057
SM
106392009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
10640
8f72f03c
SM
10641 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
10642 * emacs-lisp/levents.el: Move to obsolete/levents.el.
10643
2adaf057
SM
10644 * nxml/xsd-regexp.el (xsdre-gen-categories):
10645 * nxml/xmltok.el (xmltok-parse-entity):
10646 * nxml/rng-parse.el (rng-parse-validate-file):
10647 * nxml/rng-maint.el (rng-format-manual)
10648 (rng-manual-output-force-new-line):
10649 * nxml/rng-loc.el (rng-save-schema-location-1):
10650 * nxml/rng-cmpct.el (rng-c-parse-file):
10651 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
10652 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
10653
14862301
SM
106542009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
10655
bf0b361c 10656 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
10657 Remove extra save-excursions and make-variable-buffer-local's.
10658 Suggested by Stefan Monnier.
10659
10660 (verilog-getopt-file, verilog-module-inside-filename-p)
10661 (verilog-set-define): Merge GNU 1.35 and repair changes from
10662 switching to using with-current-buffer.
10663
10664 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
10665 being treated as a number and confusing AUTORESET.
10666 Reported by Dan Dever.
10667
10668 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
10669 Add verilog-auto-ignore-concat to fix backward compatibility with
10670 older verilog-modes. Reported by Dan Katz.
10671
10672 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
10673 containing closing anchors "...$".
10674
10675 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
10676 Reported by Wade Smith.
10677
48c2d18a 10678 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
10679
106802009-11-05 Michael McNamara <mac@mail.brushroad.com>
10681
bf0b361c
JB
10682 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
10683 for labels.
14862301
SM
10684
10685 (verilog-label-re, verilog-calc-1): Support proper indent of named
10686 asserts.
10687
10688 (verilog-backward-token, verilog-basic-complete-re)
10689 (verilog-beg-of-statement, verilog-indent-re): Support proper
10690 indent of the assert statement at the beginning of a block of text.
10691
10692 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
10693 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
10694 tokens as begins.
10695
4f8f657f
GM
106962009-11-05 Glenn Morris <rgm@gnu.org>
10697
775adc51
GM
10698 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
10699 Emacs 19. (Bug#1531)
10700 (byte-compile-fix-header): Update for the above change.
10701 Drop test for epoch::version.
10702
4ad6a5e7 10703 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
10704 * cus-dep.el (custom-make-dependencies):
10705 * finder.el (finder-compile-keywords):
10706 Use autoload-rubric's feature argument.
4ad6a5e7 10707
4f8f657f
GM
10708 * calendar/diary-lib.el (top-level): Make load behave more like require.
10709
881e4184
GM
10710 * vc-git.el (vc-git-stash-map): Move definition before use.
10711
ba214964 107122009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 10713
b6f8ba09
DN
10714 * custom.el (custom-declare-group): Purecopy standard-value.
10715 (custom-declare-group): Purecopy custom-prefix.
10716
7fdbcd83
SM
10717 * international/mule.el (load-with-code-conversion):
10718 Call do-after-load-evaluation unconditionally.
eb6f577b 10719
f6195dfb
DN
10720 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
10721
56f14120
SM
107222009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10723
10724 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
10725
e5c89ce9
GM
107262009-11-04 Glenn Morris <rgm@gnu.org>
10727
10728 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
10729 (byte-compile-compatibility): Remove option.
10730 (byte-compile-close-variables, byte-compile-fix-header)
10731 (byte-compile-insert-header, byte-compile-output-docform)
10732 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
10733 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
10734 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
10735 (byte-compile-insert, byte-compile-defun):
10736 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
10737 (byte-defop-compiler19): Remove.
10738 Without byte-compile-compatibility, the 'emacs19-opcode property is not
10739 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 10740
e24f42ab
JL
107412009-11-04 Juri Linkov <juri@jurta.org>
10742
10743 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
10744 (menu-bar-options-menu): Don't quote the `prop' arg of
10745 `menu-bar-make-mm-toggle'.
10746
d3d5f4f5
JB
107472009-11-04 Juanma Barranquero <lekktu@gmail.com>
10748
10749 * calendar/calendar.el (cal-loaddefs):
10750 * calendar/diary-lib.el (diary-loaddefs):
10751 * calendar/holidays.el (hol-loaddefs):
10752 * eshell/esh-module.el (esh-groups): Load rather than require.
10753
6e39d3b2
SM
107542009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
10755
e96d62cd
SM
10756 * calendar/todo-mode.el (todo-add-category): Don't hardcode
10757 point-min==1.
7e83e8b4
SM
10758 (todo-top-priorities): Only display-buffer when called interactively.
10759 (todo-item-start): Don't save excursion point.
10760 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
10761 (todo-insert-item-here, todo-file-item, todo-remove-item):
10762 Adjust uses of todo-item-start and todo-item-end.
10763
fae4e5b9
SM
10764 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
10765 (autoload-rubric): Don't use any more.
10766 * cedet/semantic/fw.el (semantic/loaddefs):
10767 * cedet/srecode.el (srecode/loaddefs):
10768 * cedet/ede.el (ede/loaddefs): Load rather than require.
a51203ee
JB
10769 * cedet/ede/cpp-root.el:
10770 * cedet/ede/emacs.el:
10771 * cedet/ede/files.el:
10772 * cedet/ede/linux.el:
10773 * cedet/ede/locate.el:
10774 * cedet/ede/make.el:
10775 * cedet/ede/shell.el:
10776 * cedet/ede/speedbar.el:
10777 * cedet/ede/system.el:
10778 * cedet/ede/util.el:
10779 * cedet/semantic/analyze.el:
10780 * cedet/semantic/bovine.el:
10781 * cedet/semantic/complete.el:
10782 * cedet/semantic/ctxt.el:
10783 * cedet/semantic/db-file.el:
10784 * cedet/semantic/db-find.el:
10785 * cedet/semantic/db-global.el:
10786 * cedet/semantic/db-mode.el:
10787 * cedet/semantic/db-typecache.el:
10788 * cedet/semantic/db.el:
10789 * cedet/semantic/debug.el:
10790 * cedet/semantic/dep.el:
10791 * cedet/semantic/doc.el:
10792 * cedet/semantic/edit.el:
10793 * cedet/semantic/find.el:
10794 * cedet/semantic/format.el:
10795 * cedet/semantic/html.el:
10796 * cedet/semantic/ia-sb.el:
10797 * cedet/semantic/ia.el:
10798 * cedet/semantic/idle.el:
10799 * cedet/semantic/lex-spp.el:
10800 * cedet/semantic/lex.el:
10801 * cedet/semantic/mru-bookmark.el:
10802 * cedet/semantic/scope.el:
10803 * cedet/semantic/senator.el:
10804 * cedet/semantic/sort.el:
10805 * cedet/semantic/symref.el:
10806 * cedet/semantic/tag-file.el:
10807 * cedet/semantic/tag-ls.el:
10808 * cedet/semantic/tag-write.el:
10809 * cedet/semantic/tag.el:
10810 * cedet/semantic/util-modes.el:
10811 * cedet/semantic/analyze/complete.el:
10812 * cedet/semantic/analyze/refs.el:
10813 * cedet/semantic/bovine/c.el:
10814 * cedet/semantic/bovine/gcc.el:
10815 * cedet/semantic/bovine/make.el:
10816 * cedet/semantic/bovine/scm.el:
10817 * cedet/semantic/decorate/include.el:
10818 * cedet/semantic/decorate/mode.el:
10819 * cedet/semantic/symref/cscope.el:
10820 * cedet/semantic/symref/global.el:
10821 * cedet/semantic/symref/grep.el:
10822 * cedet/semantic/symref/idutils.el:
10823 * cedet/semantic/symref/list.el:
10824 * cedet/semantic/wisent/java-tags.el:
10825 * cedet/semantic/wisent/javascript.el:
10826 * cedet/srecode/compile.el:
10827 * cedet/srecode/cpp.el:
10828 * cedet/srecode/document.el:
10829 * cedet/srecode/el.el:
10830 * cedet/srecode/expandproto.el:
10831 * cedet/srecode/getset.el:
10832 * cedet/srecode/insert.el:
10833 * cedet/srecode/java.el:
10834 * cedet/srecode/map.el:
10835 * cedet/srecode/mode.el:
10836 * cedet/srecode/template.el:
10837 * cedet/srecode/texi.el: Remove the file-local setting of
fae4e5b9
SM
10838 generated-autoload-feature.
10839
6e39d3b2
SM
10840 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
10841 and only put a prop if it is non-nil.
10842
c9753fb4
JL
108432009-11-03 Juri Linkov <juri@jurta.org>
10844
10845 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
10846 (menu-bar-options-menu): Fix list quoting (Bug#4429).
10847
10848 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
10849 and "Menu" to make top-level menu item visually one unit (like
10850 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
10851 multi-word menu items). Fix :help string for quit-window.
10852
db04f33f
GM
108532009-11-03 Glenn Morris <rgm@gnu.org>
10854
df8fff6c
GM
10855 * cedet/mode-local.el (with-mode-local): Doc fix.
10856
2aea6521
GM
10857 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
10858 (byte-compile-file-form-define-abbrev-table)
10859 (byte-compile-file-form-custom-declare-variable)
10860 (byte-compile-variable-ref, byte-compile-defvar):
10861 Whether or not a warning is enabled should only affect whether we issue
10862 the warning, not whether or not we collect the relevant data.
10863 Eg warnings can be turned on and off throughout the course of a file.
10864
db04f33f
GM
10865 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
10866 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
10867
937e6a56
SM
108682009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
10869
10870 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
10871 * play/mpuz.el (mpuz-create-buffer):
10872 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
10873 (lm-print-y,s,noise, lm-print-w0, lm-init):
10874 * play/gomoku.el (gomoku-prompt-for-move):
10875 * play/fortune.el (fortune-in-buffer):
10876 * play/dissociate.el (dissociated-press):
10877 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 10878 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
10879 * mail/supercite.el (sc-eref-show):
10880 * mail/smtpmail.el (smtpmail-send-it):
10881 * mail/rmailsum.el (rmail-summary-next-labeled-message)
10882 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
10883 (rmail-summary-undelete-many, rmail-summary-rmail-update)
10884 (rmail-summary-goto-msg, rmail-summary-expunge)
10885 (rmail-summary-get-new-mail, rmail-summary-search-backward)
10886 (rmail-summary-add-label, rmail-summary-output-menu)
10887 (rmail-summary-output-body):
10888 * mail/rfc822.el (rfc822-addresses):
10889 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
10890 * mail/mailpost.el (post-mail-send-it):
10891 * mail/hashcash.el (hashcash-generate-payment):
10892 * mail/feedmail.el (feedmail-run-the-queue)
10893 (feedmail-queue-send-edit-prompt-help-first)
10894 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
10895 (feedmail-deduce-address-list):
10896 * eshell/esh-ext.el (eshell-remote-command):
10897 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
10898 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
10899 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
10900 (viper-save-string-in-file, viper-valid-marker):
10901 * emulation/viper-keym.el (viper-toggle-key):
10902 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
10903 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
10904 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
10905 * emulation/viper-cmd.el (viper-exec-form-in-vi)
10906 (viper-exec-form-in-emacs, viper-brac-function):
10907 * emulation/viper.el (viper-delocalize-var):
10908 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
10909 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
10910 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
10911 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
10912 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
10913 * emulation/edt.el (edt-electric-helpify):
10914 * emulation/cua-rect.el (cua--rectangle-aux-replace):
10915 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
10916 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
10917 (cua-indent-to-global-mark-column):
10918 * calendar/diary-lib.el (calendar-mark-1):
10919 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
10920 Use with-current-buffer.
10921 * emulation/viper.el (viper-delocalize-var): Use dolist.
10922
5b955562
CY
109232009-11-03 Chong Yidong <cyd@stupidchicken.com>
10924
10925 * comint.el (comint-replace-by-expanded-history-before-point):
10926 Replace !! with the previous input string literally (Bug#1795).
10927
6292c599
JB
109282009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
10929
10930 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
10931 to be made up of whitespace.
10932
8368c14e
CY
109332009-11-02 Chong Yidong <cyd@stupidchicken.com>
10934
10935 * minibuffer.el (read-file-name): Don't use file dialogs for
10936 remote directories (Bug#99).
10937
6f750f0d
CY
109382009-11-01 Chong Yidong <cyd@stupidchicken.com>
10939
10940 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
10941
97ab3f47
AS
109422009-11-01 Andreas Schwab <schwab@linux-m68k.org>
10943
10944 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
10945 instead of deleting the window or frame.
10946
673c1168
CY
109472009-10-31 Chong Yidong <cyd@stupidchicken.com>
10948
10949 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10950 Support face colors.
10951
937e6a56
SM
10952 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
10953 New function. Support face colors (Bug#1168).
673c1168
CY
10954 (tex-common-initialization): Use it.
10955
10956 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
10957 mode allows it (Bug#1168).
10958
c9349f0a
CY
109592009-10-31 Juri Linkov <juri@jurta.org>
10960
10961 * facemenu.el (list-colors-display): Don't mark buffer as
10962 modified (Bug#3948).
10963
ebf5c4f5
CY
109642009-10-31 Chong Yidong <cyd@stupidchicken.com>
10965
5c2dce75
CY
10966 * international/mule-diag.el (list-character-sets-1): Minor
10967 message fix (Bug#3526).
10968
26581f0e
CY
10969 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
10970 face property (Bug#4834).
10971 (etags-list-tags, etags-tags-apropos-additional)
10972 (etags-tags-apropos, tags-select-tags-table): Add follow-link
10973 property.
10974
ebf5c4f5
CY
10975 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
10976 items.
10977
10978 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
10979 items.
10980
10981 * cedet/ede.el (ede-minor-mode):
10982 * cedet/semantic.el (semantic-mode): Toggle menu separators.
10983
9a529312
SM
109842009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10985
10986 * textmodes/two-column.el (2C-split):
10987 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
10988 * textmodes/tex-mode.el (tex-set-buffer-directory):
10989 * textmodes/spell.el (spell-region, spell-string):
10990 * textmodes/reftex.el (reftex-erase-buffer):
10991 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
10992 * textmodes/reftex-toc.el (reftex-toc-promote-action):
10993 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
10994 (reftex-select-item):
10995 * textmodes/reftex-ref.el (reftex-label-info-update)
10996 (reftex-offer-label-menu):
10997 * textmodes/reftex-index.el (reftex-index-change-entry)
10998 (reftex-index-phrases-info):
10999 * textmodes/reftex-global.el (reftex-create-tags-file)
11000 (reftex-save-all-document-buffers, reftex-ensure-write-access):
11001 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
11002 (reftex-view-crossref-from-bibtex):
11003 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
11004 (reftex-extract-bib-entries-from-thebibliography)
11005 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
11006 * textmodes/refbib.el (r2b-capitalize-title):
11007 (r2b-convert-buffer, r2b-help):
11008 * textmodes/page-ext.el (pages-directory)
11009 (pages-directory-goto-with-mouse):
11010 * textmodes/bibtex.el (bibtex-validate-globally):
11011 * textmodes/bib-mode.el (bib-capitalize-title):
11012 * textmodes/artist.el (artist-clear-buffer, artist-system):
11013 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
11014 (local-set-scheme-interaction-buffer, xscheme-process-filter)
11015 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
11016 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
11017 (xscheme-send-control-g-interrupt, xscheme-start-process)
11018 (xscheme-process-sentinel, xscheme-cd):
11019 * progmodes/verilog-mode.el (verilog-read-always-signals)
11020 (verilog-set-define, verilog-getopt-file)
11021 (verilog-module-inside-filename-p):
11022 * progmodes/sh-script.el:
11023 * progmodes/python.el (python-pdbtrack-get-source-buffer)
11024 (python-pdbtrack-grub-for-buffer, python-execute-file):
11025 * progmodes/octave-inf.el (inferior-octave):
11026 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11027 (idlwave-shell-compile-helper-routines, idlwave-set-local)
11028 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
11029 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
11030 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
11031 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
11032 (idlwave-shell-filter, idlwave-shell-examine-highlight)
11033 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
11034 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
11035 (idlwave-shell-examine-display, idlwave-shell-run-region)
11036 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
11037 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
11038 * progmodes/idlw-help.el (idlwave-help-get-special-help)
11039 (idlwave-help-get-help-buffer):
11040 * progmodes/gud.el (gud-basic-call, gud-find-class)
11041 (gud-tooltip-activate-mouse-motions-if-enabled):
11042 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11043 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
11044 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
11045 (ebrowse-tags-next-file):
11046 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
11047 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
11048 (ebnf-eps-finish-and-write):
11049 * progmodes/cpp.el (cpp-edit-save):
11050 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
11051 * progmodes/cc-defs.el (c-emacs-features):
11052 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
11053 (antlr-directory-dependencies):
11054 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
11055 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
11056 (ada-find-any-references, ada-make-filename-from-adaname)
11057 (ada-make-body-gnatstub):
11058 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 11059 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
11060 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
11061 * net/rcirc.el (rcirc-debug):
11062 * net/newst-treeview.el (newsticker--treeview-list-add-item)
11063 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
11064 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
11065 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 11066 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
11067 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
11068 (newsticker--treeview-list-clear-highlight)
11069 (newsticker--treeview-list-update-highlight)
11070 (newsticker--treeview-list-highlight-start)
11071 (newsticker--treeview-tree-update-highlight)
11072 (newsticker--treeview-get-selected-item)
11073 (newsticker-treeview-mark-list-items-old)
11074 (newsticker--treeview-set-current-node):
11075 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11076 * net/newst-backend.el (newsticker--get-news-by-funcall)
11077 (newsticker--get-news-by-wget, newsticker--image-get)
11078 (newsticker--image-sentinel):
11079 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
11080 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
11081 (eudc-ph-close-session):
11082 * net/eudc.el (eudc-save-options):
11083 * language/thai-word.el (thai-update-word-table):
11084 * language/japan-util.el (japanese-string-conversion):
11085 * international/titdic-cnv.el (tsang-quick-converter)
11086 (ziranma-converter, ctlau-converter):
11087 * international/mule-cmds.el (describe-language-environment):
11088 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
11089 (skkdic-convert-postfix, skkdic-convert-prefix):
11090 (skkdic-convert-okuri-nasi, skkdic-convert):
11091 * emacs-lisp/re-builder.el (reb-update-overlays):
11092 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
11093 * emacs-lisp/gulp.el (gulp-send-requests):
11094 * emacs-lisp/find-gc.el (trace-call-tree):
11095 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
11096 (eieio-describe-generic):
11097 * emacs-lisp/eieio-base.el (eieio-persistent-read):
11098 * emacs-lisp/edebug.el (edebug-outside-excursion):
11099 * emacs-lisp/debug.el (debugger-make-xrefs):
11100 * emacs-lisp/cust-print.el (custom-prin1-to-string):
11101 * emacs-lisp/chart.el (chart-new-buffer):
11102 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
11103 Use with-current-buffer.
11104 * textmodes/artist.el (artist-system): Don't call
11105 copy-sequence on a fresh string.
11106 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
11107
d566f228
GM
111082009-10-31 Stephen Berman <stephen.berman@gmx.net>
11109
11110 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 11111 is no item to edit. (Bug#4820)
d566f228 11112 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 11113 buffer. (Bug#4820)
d566f228 11114
f3628edd
GM
111152009-10-31 Glenn Morris <rgm@gnu.org>
11116
5cf3709c
GM
11117 * net/ange-ftp.el (top-level): Don't require dired when compiling.
11118 (comint-last-output-start, comint-last-input-start)
11119 (comint-last-input-end): Don't defvar when compiling.
11120 (ange-ftp-process-file): Use bound-and-true-p.
11121
4c814fd2
GM
11122 * pcmpl-rpm.el (top-level): Move provide statement to end.
11123 (pcmpl-rpm): Remove unused custom group.
11124
113b8dcc
GM
11125 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
11126
31c615e4
GM
11127 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
11128
416d3588
GM
11129 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11130 (byte-compile-warnings): Add `constants' as an option.
11131 (byte-compile-callargs-warn, byte-compile-arglist-warn)
11132 (display-call-tree): Update for byte-compile-fdefinition possibly
11133 returning `(macro lambda ...)'. (Bug#4778)
11134 (byte-compile-variable-ref, byte-compile-setq-default):
11135 Respect `constants' member of byte-compile-warnings.
11136
8aedfd3b
GM
11137 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
11138 Use mapc rather than mapcar because the return value is never used.
11139
f3628edd
GM
11140 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
11141 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
11142 * cedet/semantic/html.el:
11143 Suppress harmless warnings about setting up semantic-imenu (not
11144 part of Emacs) variables.
11145
00f71f39
SM
111462009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11147
11148 * vc-bzr.el (vc-bzr-revision-keywords): New var.
11149 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11150 to "submit:".
11151
4fa4a838
SM
11152 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
11153 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
11154 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
11155 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
11156 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
11157 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
11158 (semantic-analyzer-debug-global-symbol)
11159 (semantic-analyzer-debug-missing-innertype)
11160 (semantic-analyzer-debug-insert-include-summary):
11161 * cedet/semantic/util.el (semantic-file-tag-table):
11162 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
11163 (semantic-recursive-find-nonterminal-by-name):
11164 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
11165 * cedet/semantic/tag-file.el (semantic-prototype-file):
11166 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
11167 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
11168 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
11169 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
11170 (semantic-idle-summary-maybe-highlight):
11171 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
11172 (semantic-ia-sb-tag-info):
11173 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
11174 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
11175 * cedet/semantic/ede-grammar.el (project-compile-target):
11176 (ede-proj-makefile-insert-variables):
11177 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
11178 (semantic-debug-set-source-location, semantic-debug-interface-layout)
11179 (semantic-debug-mode, semantic-debug):
11180 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
11181 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
11182 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
11183 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
11184 (semanticdb-find-translate-path-includes--internal)
11185 (semanticdb-reset-log, semanticdb-find-log-activity):
11186 * cedet/semantic/db-file.el (object-write):
11187 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
11188 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
11189 (semanticdb-create-ebrowse-database):
11190 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
11191 * cedet/semantic/complete.el (semantic-displayor-focus-request)
11192 (semantic-collector-calculate-completions-raw)
11193 (semantic-complete-read-tag-analyzer):
11194 * cedet/semantic/analyze.el (semantic-analyze-pulse):
11195 * cedet/ede/util.el (ede-update-version-in-source):
11196 * cedet/ede/proj.el (project-delete-target):
11197 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
11198 (ede-proj-flush-autoconf):
11199 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
11200 (ede-proj-configure-synchronize):
11201 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
11202 * cedet/ede/linux.el (ede-linux-version):
11203 * cedet/ede/emacs.el (ede-emacs-version):
11204 * cedet/ede/dired.el (ede-dired-add-to-target):
11205 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
11206 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
11207 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
11208 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
11209 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
11210 (cedet-idutils-version-check):
11211 * cedet/cedet-global.el (cedet-gnu-global-call):
11212 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
11213 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
11214 * cedet/cedet-cscope.el (cedet-cscope-call)
11215 (cedet-cscope-expand-filename, cedet-cscope-version-check):
11216 Use with-current-buffer.
11217 * cedet/ede.el (ede-make-project-local-variable)
11218 (ede-set-project-variables, ede-set): Use dolist.
11219
ca0a881a
DN
112202009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
11221
11222 * textmodes/ispell.el (ispell-skip-region-alist):
11223 * international/mule-conf.el (eight-bit):
11224 * international/fontset.el (font-encoding-alist):
11225 * startup.el (pure-space-overflow-message):
11226 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11227 * paths.el (gnus-nntp-service, rmail-spool-directory)
11228 (term-file-prefix):
11229 * files.el (save-some-buffers-action-alist):
11230 * cmuscheme.el (same-window-buffer-names):
11231 * ielm.el (same-window-buffer-names):
11232 * shell.el (same-window-buffer-names):
11233 * mail/sendmail.el (same-window-buffer-names):
11234 * progmodes/inf-lisp.el (same-window-buffer-names):
11235 * bindings.el (mode-line-client)
11236 (mode-line-column-line-number-mode-map):
11237 * language/tibetan.el (tibetan-precomposition-rule-regexp)
11238 (tibetan-precomposed-regexp): Purecopy string arguments.
11239
b861e45e
SM
112402009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11241
6df9b6d7
SM
11242 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11243 (calcDigit-nondigit):
11244 * calc/calc-yank.el (calc-copy-to-buffer):
11245 * calc/calc-units.el (calc-invalidate-units-table):
11246 * calc/calc-trail.el (calc-trail-yank):
11247 * calc/calc-store.el (calc-insert-variables):
11248 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11249 * calc/calc-prog.el (calc-read-parse-table):
11250 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11251 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11252 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11253 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11254 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11255 (calc-graph-name, calc-graph-find-command, calc-graph-view)
11256 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11257 * calc/calc-ext.el (calc-realign):
11258 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11259 (calc-embedded-finish-edit, calc-embedded-make-info)
11260 (calc-embedded-finish-command, calc-embedded-stack-change):
11261 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11262
5a916e35
SM
11263 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
11264 (overload-docstring-extension): Use that info.
11265 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
11266 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
11267 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
11268 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
11269 (semantic-nonterminal-full-name): Add the new `when' info.
11270 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
11271 `assert'.
11272
70f44c65
SM
11273 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11274 shell-dynamic-complete-filename in preference to
11275 comint-dynamic-complete-filename.
11276
b861e45e
SM
11277 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11278 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11279 Don't consider whether the display supports colors.
11280 (bookmark-import-new-list): Use dolist.
11281 (bookmark-bmenu-mode-map): Move initialization into declaration.
11282 (bookmark-bmenu-list): Use dolist, simplify.
11283 (bookmark-show-all-annotations): Use save-selected-window and dolist.
11284 (menu-bar-final-items): Use push.
11285
8549241d 112862009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
11287
11288 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11289 it works on remote files.
11290 (vc-hg-diff): Don't pass any `--cwd' argument.
11291
30644573
KR
112922009-10-27 Kevin Ryde <user42@zip.com.au>
11293
cc63d28f
SM
11294 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11295 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
11296 (Further to Bug#3921).
11297
9be01a63
MA
112982009-10-27 Michael Albinus <michael.albinus@gmx.de>
11299
11300 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11301 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11302 calling `tramp-imap-put-file'. Add file size to the call.
11303 (tramp-imap-get-file-entries): Compute also user name, file size,
11304 and date.
11305 (tramp-imap-handle-insert-directory): Insert uid and gid.
11306 (tramp-imap-handle-file-attributes): Transform uid and gid
11307 according to `id-format'.
11308 (tramp-imap-put-file): New optional parameter SIZE. Encode file
11309 size in header X-Size.
11310
41849bf9
JB
113112009-10-26 Juanma Barranquero <lekktu@gmail.com>
11312
11313 * simple.el (transpose-subr): Give clearer error when the mark
11314 is not set. (Bug#4807)
11315
293c24f9
MA
113162009-10-26 Michael Albinus <michael.albinus@gmx.de>
11317
cc63d28f
SM
11318 * net/tramp.el (tramp-perl-file-truename): New defconst.
11319 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 11320 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
11321 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11322 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 11323
cc63d28f
SM
11324 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11325 Ignore `dired-call-process'.
293c24f9
MA
11326 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11327
113282009-10-26 Julian Scheid <julians37@gmail.com>
11329
cc63d28f 11330 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
11331 (tramp-get-remote-readlink): New defun.
11332 (tramp-handle-file-truename): Use it.
11333 (tramp-handle-file-exists-p): Check file-attributes cache, assume
11334 file exists if cache value present.
48c2d18a 11335 (tramp-check-cached-permissions): New defun.
293c24f9
MA
11336 (tramp-handle-file-readable-p): Use it.
11337 (tramp-handle-file-writable-p): Likewise.
11338 (tramp-handle-file-executable-p): Likewise.
11339 (tramp-handle-file-name-all-completions): Try using Perl to get
11340 partial completions. When perl not available, combine `cd' and
11341 `ls' into single remote operation and use shell expansion to get
11342 partial remote directory contents. Set `file-exists-p' cache for
11343 directory and any files returned by ls. Change cache handling to
11344 support partial directory contents. Use error message emitted by
11345 remote `cd' or Perl code for local tramp-error.
11346 (tramp-do-copy-or-rename-file-directly): Avoid separate
11347 tramp-send-command-and-check call.
cc63d28f
SM
11348 (tramp-handle-process-file): Merge three remote ops into one.
11349 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
11350 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11351 file-attributes shows uid/gid to be set already.
11352
a7610c52
DN
113532009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11354
11355 * textmodes/tex-mode.el (tex-dvi-view-command)
11356 (tex-show-queue-command, tex-open-quote):
11357 * progmodes/ruby-mode.el (auto-mode-alist)
11358 (interpreter-mode-alist): Purecopy strings.
11359
11360 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11361
11362 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11363 string for the hook, keymap and abbrev table.
11364
11365 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11366
11367 * x-dnd.el (x-dnd-xdnd-to-action):
11368 * startup.el (fancy-startup-text, fancy-about-text): Change to
11369 defconst from defvar.
11370
11371 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11372
11373 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11374 Purecopy initialization strings.
11375
11376 * mail/sendmail.el (mail-header-separator)
11377 (mail-personal-alias-file):
11378 * mail/rmail.el (rmail-default-dont-reply-to-names)
11379 (rmail-ignored-headers, rmail-retry-ignored-headers)
11380 (rmail-highlighted-headers, rmail-secondary-file-directory)
11381 (rmail-secondary-file-regexp):
11382 * files.el (null-device, file-name-invalid-regexp)
11383 (locate-dominating-stop-dir-regexp)
cc63d28f 11384 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
11385 (interpreter-mode-alist): Use mapcar instead of mapc.
11386
11387 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11388
11389 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11390 (completion-ignored-extensions):
11391 (debug-ignored-errors): Purecopy strings.
11392
4fcc3d32
SM
113932009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11394
0667de21
SM
11395 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11396 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11397 (pcomplete--here): Use push.
11398
4fcc3d32
SM
11399 * subr.el (all-completions): Declare the 4th arg obsolete.
11400
955ef430
SM
114012009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11402
2d085307
SM
11403 * pcomplete.el (pcomplete-unquote-argument-function): New var.
11404 (pcomplete-unquote-argument): New function.
11405 (pcomplete--common-suffix): Always pay attention to case.
11406 (pcomplete--table-subvert): Quote and unquote the text.
11407 (pcomplete--common-quoted-suffix): New function.
11408 (pcomplete-std-complete): Use it and pcomplete-begin.
11409
955ef430
SM
11410 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11411 we're inside a dedicated or minibuffer window.
11412
4fcc3d32
SM
114132009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11414
11415 * cedet/semantic/fw.el (semantic-alias-obsolete)
11416 (semantic-varalias-obsolete): Make the `when' arg mandatory.
11417 (define-mode-overload-implementation):
11418 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
11419 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
11420 * cedet/semantic/util.el (semantic-file-token-stream)
11421 (semantic-something-to-stream):
11422 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
11423 (semantic-expand-nonterminal):
11424 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
11425 (semantic-find-dependency, semantic-find-nonterminal)
11426 (semantic-find-dependency):
11427 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
11428 (semantic-flex-text, semantic-flex-make-keyword-table)
11429 (semantic-flex-keyword-p, semantic-flex-keyword-put)
11430 (semantic-flex-keyword-get, semantic-flex-map-keywords)
11431 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
11432 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
11433 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
11434 (semantic-after-idle-scheduler-reparse-hooks):
11435 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
11436 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
11437 * cedet/semantic.el (semantic-toplevel-bovine-table)
11438 (semantic-toplevel-bovine-cache)
11439 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
11440 (semantic-init-mode-hooks, semantic-init-db-hooks)
11441 (semantic-bovination-working-type): Provide the `when' arg.
11442
7c85c02b
KF
114432009-10-24 Karl Fogel <kfogel@red-bean.com>
11444
11445 * bookmark.el: Update documentation, especially documentation
11446 of `bookmark-alist' and of the bookmark file format.
11447 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
11448
3e8ae8a6
CY
114492009-10-24 Chong Yidong <cyd@stupidchicken.com>
11450
3e425845
CY
11451 * mail/emacsbug.el (report-emacs-bug): Clarify that the
11452 keybindings apply to the mail buffer (Bug#4003). Shrink help
11453 window to buffer.
11454
cdd47d48
CY
11455 * whitespace.el (whitespace-mode, whitespace-newline-mode)
11456 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
11457 (whitespace-toggle-options, global-whitespace-toggle-options):
11458 Doc fix (Bug#3660).
cdd47d48 11459
ba07c9ad
CY
11460 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11461 of xmltok-start before the end tag was inserted (Bug#2840).
11462
3e8ae8a6
CY
11463 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11464 patterns that are preceded by an open-paren (Bug#1320).
11465
ab276820
CY
114662009-10-24 Sven Joachim <svenjoac@gmx.de>
11467
11468 * files.el (delete-directory): Delete symlinks to directories with
11469 delete-file (Bug#4739).
11470
86f1602f
CY
114712009-10-24 Chong Yidong <cyd@stupidchicken.com>
11472
11473 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
11474 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
11475 argument to make-obsolete.
11476
11477 * cedet/semantic/fw.el (semantic-alias-obsolete)
11478 (semantic-varalias-obsolete): Add optional WHEN argument.
11479
905a9ed3
DN
114802009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
11481
a9a2a6db
DN
11482 * vc.el (vc-backend-for-registration): Rename from
11483 vc-get-backend-for-registration. Update callers.
11484
cc63d28f
SM
11485 * international/mule-cmds.el (set-language-info-alist):
11486 Purecopy lang-env.
905a9ed3
DN
11487 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11488 (charset): Purecopy the name.
11489 (define-char-code-property): Purecopy string arguments.
11490
11491 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11492 Purecopy string arguments.
11493
11494 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11495 * ediff-hook.el (menu-bar-ediff-menu):
11496 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11497 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11498
d270305a
GM
114992009-10-24 Glenn Morris <rgm@gnu.org>
11500
6c74d523 11501 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
11502 * term.el (term-dynamic-list-completions): Use choose-completion rather
11503 than obsolete alias mouse-choose-completion.
11504
ae732337
GM
11505 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11506 file-cache-choose-completion.
11507 (file-cache-choose-completion): Handle an optional event argument.
11508 (file-cache-mouse-choose-completion): Make it an obsolete alias.
11509
cc63d28f
SM
11510 * progmodes/octave-mod.el (octave-complete-symbol):
11511 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 11512
9847dc91
GM
11513 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11514 use.
11515
e8f2a5d5
GM
11516 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11517 compiler.
11518
d270305a
GM
11519 * vc-hooks.el (vc-responsible-backend): Fix declaration.
11520
c6432f1e
SM
115212009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11522
11523 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11524 Ignore `pred' now that we receive one.
11525 Handle test-completion specially.
11526
6ab196f9
DN
115272009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11528
11529 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 11530 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
11531 REGISTER ...
11532 (vc-get-backend-for-registration): ... here. New function.
11533 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11534 of vc-responsible-backend, pass the file name instead of the
11535 directory name.
11536
48feed59
SM
115372009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11538
11539 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11540 New funs.
11541 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
11542 (pcomplete-comint-setup): Don't modify a global var via
11543 accidental side-effects.
11544 (pcomplete-shell-setup): Adjust call accordingly.
11545 (pcomplete-parse-comint-arguments): Use push.
11546
00006066
CY
115472009-10-23 Chong Yidong <cyd@stupidchicken.com>
11548
36bfa3af
CY
11549 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11550 Allow uncapitalized info node names (Bug#3921).
11551
00006066
CY
11552 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11553 to the DEBUG file (Bug#3781).
11554
aa311d6e
CY
115552009-10-23 Jari Aalto <jari.aalto@cante.net>
11556
11557 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11558 dictionary entry (Bug#4579).
11559
b88f2d0a
MA
115602009-10-23 Michael Albinus <michael.albinus@gmx.de>
11561
11562 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11563 from `rfn-eshadow-update-overlay-hook' when unloading.
11564 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11565 "rsyncc". Adjust doc string.
48c2d18a 11566 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
11567 (tramp-handle-insert-file-contents, tramp-handle-write-region):
11568 Keep temporary file when indicated by method ("rsync" and
11569 "rsyncc").
11570 (tramp-handle-write-region): Handle APPEND.
11571 (tramp-delete-temp-file-function): New defun. Added to
11572 `kill-buffer-hook'.
11573
1becddbb
JB
115742009-10-23 Juanma Barranquero <lekktu@gmail.com>
11575
11576 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11577
8f43cbf3
DN
115782009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11579
11580 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11581 (color-name-rgb-alist, tty-standard-colors)
11582 (tty-color-mode-alist): Change to defconst.
11583
11584 * simple.el (mark-inactive): Purecopy message.
11585
11586 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11587 (global-map, yank-menu):
11588 * textmodes/ispell.el (ispell-menu-map):
11589 * net/eudc.el (eudc-tools-menu):
11590 * international/mule-cmds.el (describe-language-environment-map)
11591 (setup-language-environment-map, set-coding-system-map)
11592 (mule-menu-keymap):
11593 * vc-hooks.el (vc-menu-entry, vc-menu-map):
11594 * replace.el (occur-mode-map):
11595 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11596
1d228a31
JB
115972009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
11598
11599 * calc/calc.el (math-read-number, math-read-number-simple): Use
11600 `save-match-data'.
11601
3b067af1
SM
116022009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11603
28a90c44
SM
11604 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11605 rather than fiddling with global-map bindings, since it should only
11606 affect per-terminal settings.
11607 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11608
a452eee8
SM
11609 * minibuffer.el (completion-table-with-terminator): Allow to specify
11610 the terminator-regexp.
11611
ab14d7d5
SM
11612 * simple.el (switch-to-completions): Look for *Completions* in other
11613 frames as well.
11614
3b067af1
SM
11615 * pcomplete.el: Allow the use of completion-tables.
11616 (pcomplete-std-complete): New command.
11617 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11618 (pcomplete--here): Use a function for `form' rather than an expression,
11619 so it can be byte-compiled.
11620 (pcomplete-here, pcomplete-here*): Adjust accordingly.
11621 Add edebug declaration.
11622 (pcomplete-show-completions): Remove unused var `curbuf'.
11623 (pcomplete-do-complete, pcomplete-stub):
1becddbb 11624 Don't assume `completions' is a list of strings any more.
3b067af1 11625
5480359e
JB
116262009-10-22 Juanma Barranquero <lekktu@gmail.com>
11627
11628 * find-dired.el (find-name-arg): Fix typo in docstring.
11629
3170b794
SM
116302009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11631
48c23a25
SM
11632 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11633 (pcmpl-linux-fs-types): Same, and update to new modules layout.
11634
56b14058
SM
11635 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11636 pcomplete-entries.
11637
3170b794
SM
11638 * comint.el (comint-read-input-ring, comint-write-input-ring)
11639 (comint-substitute-in-file-name)
11640 (comint-dynamic-complete-as-filename)
11641 (comint-dynamic-simple-complete)
11642 (comint-dynamic-list-filename-completions)
11643 (comint-dynamic-list-completions)
11644 (comint-redirect-results-list-from-process): Minor simplifications.
11645
2affef34
KR
116462009-10-21 Kevin Ryde <user42@zip.com.au>
11647
3170b794
SM
11648 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11649 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 11650 the first form. And insert a blank line after ";;; Code" since
d8194864 11651 that's usual style. (Bug#4612)
2affef34 11652
e7b94bbb
KR
11653 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11654
528c56e2
SM
116552009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11656
11657 * minibuffer.el (completion-table-with-terminator): Properly implement
11658 boundaries, in case `terminator' appears in the suffix.
11659 (completion--embedded-envvar-table): Don't return boundaries if
11660 there's no valid completion. Simplify.
11661 (completion-file-name-table): New completion table extracted from
11662 completion--file-name-table.
11663 (completion--file-name-table): Use it.
11664 (read-file-name-predicate): Declare obsolete.
11665 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11666 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11667 completion-file-name-table, and use the `pred' argument.
11668 * files.el (locate-file-completion-table): Use the `pred' arg rather
11669 than read-file-name-predicate.
11670 (abbreviate-file-name): Use \` rather than ^ for BOS.
11671
f9ed9b4f
DN
116722009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
11673
11674 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
11675 vc-responsible-backend to register, it causes problems.
11676
5f2022a3
SM
116772009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11678
11679 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
11680
8d106ea0
CY
116812009-10-21 Eric Ludlam <zappo@gnu.org>
11682
11683 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
11684 (semantic-c-debug-mode-init-pch): New functions.
11685 (semantic-c-debug-mode-init-last-mode): New var.
11686 (semantic-c-parse-lexical-token): Use them.
11687
11688 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
11689 When extracting the argument list, limit only by point-max.
11690
fc754ea1
MA
116912009-10-21 Michael Albinus <michael.albinus@gmx.de>
11692
11693 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
11694 (tramp-smb-handle-file-attributes): Use it.
11695 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
11696 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
11697 `mapcar'. Use `tramp-smb-get-stat-capability'.
11698 Add `dired-filename' text properties.
fc754ea1
MA
11699 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
11700 (tramp-smb-maybe-open-connection): Simplify check for smbclient
11701 version.
11702
79bd5ba1
SM
117032009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11704
11705 * subr.el (read-key-delay): Reduce to 0.01.
11706 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11707 (bug#4751).
11708
3c13704d
SM
117092009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11710
554efd10
SM
11711 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11712
c2a37b78
SM
11713 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11714 (Info-menu): Remove unused vars `last' and `completions'.
11715 (Info-index-nodes): Remove unused var `node'.
11716
3c13704d
SM
11717 * info.el (Info-complete-menu-item): Use complete-with-action.
11718
d1e4c403
DN
117192009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
11720
11721 Make vc-annotate work through copies and renames.
3c13704d
SM
11722 * vc-annotate.el (vc-annotate-extract-revision-at-line):
11723 Return the file name too.
d1e4c403
DN
11724 (vc-annotate-revision-at-line)
11725 (vc-annotate-find-revision-at-line)
11726 (vc-annotate-revision-previous-to-line)
11727 (vc-annotate-show-log-revision-at-line): Update to get the file
11728 name from vc-annotate-extract-revision-at-line.
11729 (vc-annotate-show-diff-revision-at-line-internal): Change the
11730 argument to mean whether to show a file diff or not. Get the file
11731 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
11732 (vc-annotate-show-diff-revision-at-line):
11733 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
11734 (vc-annotate-warp-revision): Add an optional file argument.
11735
11736 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11737 (vc-git-annotate-extract-revision-at-line): Also return the file
11738 name if found.
11739
11740 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11741 command. Remove unused code.
11742 (vc-hg-annotate-re): Update to match --follow output.
11743 (vc-hg-annotate-extract-revision-at-line): Also return the file
11744 name if found.
11745
11746 * vc.el: Update annotate-extract-revision-at-line documentation.
11747
b0b0ef98
KR
117482009-10-18 Kevin Ryde <user42@zip.com.au>
11749
11750 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11751 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11752
a9e7f03d
KR
11753 * net/browse-url.el (browse-url): Identify alist with "consp and
11754 not functionp" and let all other things go down the `apply' leg,
11755 as suggested by Stefan. (Further to bug#4531.)
11756
7346a407
CY
117572009-10-18 Chong Yidong <cyd@stupidchicken.com>
11758
11759 * minibuffer.el (read-file-name): Check for repeat before putting
11760 a default argument in file-name-history (Bug#4657).
11761
11762 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11763 read syntax (Bug#4737).
11764
3c13704d 11765 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 11766
1da94541
CY
117672009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11768
11769 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11770 (html-tag-alist, html-tag-help): Add descriptions for undocumented
11771 entries and make note of obsolete tags.
11772
2b93080a
SM
117732009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11774
11775 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
11776
18b5ffb5
GM
117772009-10-18 Glenn Morris <rgm@gnu.org>
11778
11779 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
11780 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 11781 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
11782 now, and in any case the file header format has changed.
11783
c2e161b2
GM
117842009-10-17 Glenn Morris <rgm@gnu.org>
11785
11786 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
11787 (flyspell-get-word, flyspell-large-region)
11788 (flyspell-auto-correct-previous-word): Doc/error message fixes.
11789
a1eb44f5
CY
117902009-10-17 Chong Yidong <cyd@stupidchicken.com>
11791
11792 * Makefile.in (ELCFILES): Add ede/shell.
11793
4418646e
DN
117942009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
11795
11796 * term/common-win.el (x-colors): Purecopy it.
11797
4062011e
SM
117982009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11799
11800 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
11801 permissive for when the buffer is empty.
11802 (tar-header-block-tokenize): Decode the username and groupname.
11803 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
11804
67d3ffe4
CY
118052009-10-17 Chong Yidong <cyd@stupidchicken.com>
11806
11807 * cedet/srecode/srt.el:
11808 * cedet/srecode/compile.el:
11809 * cedet/semantic/mru-bookmark.el:
11810 * cedet/semantic/debug.el:
11811 * cedet/semantic/complete.el:
11812 * cedet/semantic/analyze.el: Require CL when compiling.
11813
118142009-10-17 Eric Ludlam <zappo@gnu.org>
11815
11816 * cedet/semantic/scope.el
11817 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
11818 tmpscope so that the regular scope will continue to work.
11819
4062011e
SM
11820 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
11821 Use semantic-idle-summary-highlight-face as the highlighting.
67d3ffe4
CY
11822
11823 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
11824 contains multibyte characters, choose first applicable coding
11825 system automatically.
11826
11827 * cedet/ede/project-am.el (project-run-target): New method.
11828 (project-run-target): New method.
11829
11830 * cedet/ede.el (ede-target): Add run target menu item.
11831 (ede-project, ede-minor-keymap): Add ede-run-target binding.
11832 (ede-run-target): New function.
11833 (ede-target::project-run-target): New method.
11834
11835 * cedet/ede/proj.el (project-run-target): New method.
11836
11837 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
11838 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
11839 Add :rules.
11840 (ede-proj-target-makefile-shared-object): Only libtool compilers
11841 now available. Add linkers for libtool.
11842 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
11843 (ede-proj-makefile-target-name): Always use .la extension.
11844
11845 * cedet/ede/proj-prog.el (project-run-target): New method.
11846
4062011e 11847 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
67d3ffe4
CY
11848 (ede-g++-linker): Change Change link lines.
11849
4062011e
SM
11850 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
11851 When searching for old variables, go to the end of the buffer and
67d3ffe4
CY
11852 search backward from there.
11853 (ede-proj-makefile-automake-insert-subdirs)
11854 (ede-proj-makefile-automake-insert-extradist): New methods.
11855 (ede-proj-makefile-create): Use them.
11856
11857 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
11858 Force FILE to expand to the current target. Use file-exists-p to
11859 check that it exists.
11860
11861 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4062011e
SM
11862 (ede-linux-load): Wrap dir in file-name-as-directory.
11863 Set :version slot.
67d3ffe4
CY
11864
11865 * cedet/ede/files.el (ede-get-locator-object): When enabling
11866 locate, do so on "top".
11867
11868 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
11869 file-name-as-directory during compare.
4062011e
SM
11870 (ede-emacs-version): Return Emacs/XEmacs differentiator.
11871 Get version number from different places. Don't call egrep.
67d3ffe4
CY
11872 (ede-emacs-load): Set :version slot. Call file-name-as-directory
11873 to set the directory.
11874
11875 * cedet/ede/shell.el: New file.
11876
11877 * cedet/inversion.el (inversion-decoders): Allow for stray . in
11878 alpha/beta variants.
11879
2df48a87
SM
118802009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11881
11882 * international/mule-cmds.el (select-safe-coding-system): If the file
11883 has a coding cookie, use it regardless of any other setting (bug#4712).
11884
fd7dd48c
GM
118852009-10-17 Glenn Morris <rgm@gnu.org>
11886
547776f9
GM
11887 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
11888 All errors should have messages.
11889
3ee0b477 11890 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
11891 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11892
2550e4b1
GM
11893 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11894 (dired-keep-marker-copy, dired-keep-marker-hardlink)
11895 (dired-keep-marker-symlink, dired-dwim-target)
11896 (dired-copy-preserve-time): Do not autoload these defcustoms.
11897
fd7dd48c
GM
11898 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11899 messages from messing up the file coding. (Bug#4623)
11900
f3e3a990
GM
119012009-10-17 Jari Aalto <jari.aalto@cante.net>
11902
11903 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
11904 if no match is found for the current dictionary. (Bug#4578)
11905
11906 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
11907 optional, since that is how it is documented, and this is often called
11908 with a nil argument. (Bug#4577)
11909 (flyspell-external-point-words, flyspell-auto-correct-word)
11910 (flyspell-correct-word-before-point, flyspell-word-search-forward)
11911 (flyspell-word-search-backward): Remove nil argument in calls to
11912 flyspell-get-word, since it is not needed now.
11913
119142009-10-17 Ulrich Mueller <ulm@gentoo.org>
11915
1becddbb 11916 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 11917
b61374ab
GM
119182009-10-16 Glenn Morris <rgm@gnu.org>
11919
11920 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
11921
412707c2
SM
119222009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
11923
11924 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
11925 (ange-ftp-file-size): New function.
11926 (ange-ftp-file-attributes): Use it.
11927
0c6f436e
MA
119282009-10-16 Michael Albinus <michael.albinus@gmx.de>
11929
11930 * net/tramp-smb.el (tramp-smb-version): New defvar.
11931 (tramp-smb-maybe-open-connection): Use it, in order to avoid
11932 repeated checks.
11933
850bfd04
GM
119342009-10-16 Glenn Morris <rgm@gnu.org>
11935
11936 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11937 Maybe copy some custom properties from old to new name. (Bug#4706)
11938
f3ed9aca
JB
119392009-10-16 Juanma Barranquero <lekktu@gmail.com>
11940
11941 * subr.el (error, sit-for, start-process-shell-command)
11942 (start-file-process-shell-command): Set the calling convention
11943 after the function definition.
11944
fd6c5134
SM
119452009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11946
11947 * subr.el (error, sit-for, start-process-shell-command)
11948 (start-file-process-shell-command): Use the new
11949 set-advertised-calling-convention feature.
11950
73874eb7
KH
119512009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
11952
fd6c5134
SM
11953 * international/ucs-normalize.el (ucs-normalize-version):
11954 Change to 1.2.
11955 (check-range): Adjust for Unicode 5.2.
73874eb7 11956
03fb33cf
JL
119572009-10-15 Juri Linkov <juri@jurta.org>
11958
11959 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
11960 to the `menu-item' format.
11961
4260b402
MA
119622009-10-15 Michael Albinus <michael.albinus@gmx.de>
11963
11964 * net/tramp.el (tramp-replace-environment-variables): Do not fail
11965 if the environment variable does not exist.
11966
11967 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11968 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
11969 parameter.
11970 (tramp-smb-handle-add-name-to-file)
11971 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11972 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11973 (tramp-smb-handle-file-attributes)
11974 (tramp-smb-do-file-attributes-with-stat)
11975 (tramp-smb-handle-file-local-copy)
11976 (tramp-smb-handle-insert-directory)
11977 (tramp-smb-handle-make-directory)
11978 (tramp-smb-handle-make-directory-internal)
11979 (tramp-smb-handle-make-symbolic-link)
11980 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
11981 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
11982 (tramp-smb-maybe-open-connection): Apply the changed parameters.
11983 (tramp-smb-read-file-entry): Read Disk names in compressed format.
11984 Handle long file names.
11985 (tramp-smb-get-cifs-capabilities): Check, whether the connection
11986 process is running.
11987 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
11988 Read share names with "-g" option.
11989
d7a0fd6f
GM
119902009-10-15 Ryan Yeske <rcyeske@gmail.com>
11991
11992 * net/rcirc.el (rcirc-view-log-file): New command.
11993 (rcirc-track-minor-mode-map): Remove C-c ` binding.
11994 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
11995 specified.
11996
0b44494a
GM
119972009-10-15 Glenn Morris <rgm@gnu.org>
11998
af9fb32f
GM
11999 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
12000 from the second command-line argument.
12001 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
12002 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
12003 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
12004 w32-batch-update-autoloads.
12005 * emacs-lisp/autoload.el (autoload-make-program): New variable.
12006 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
12007
0b44494a
GM
12008 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
12009 the headers cannot be located. Simplify, subtracting superflous
12010 save-excursions.
12011
d5e63715
SM
120122009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12013
12014 Replace completion-base-size by completion-base-position to fix bugs
12015 such as (bug#4699).
12016 * simple.el (completion-base-position): New var.
12017 (completion-base-size): Mark as obsolete.
12018 (choose-completion): Make it work for mouse events as well.
12019 Pass the new base-position to choose-completion-string.
12020 (choose-completion-guess-base-position): New function, extracted from
12021 choose-completion-delete-max-match.
12022 (choose-completion-delete-max-match): Use it. Make obsolete.
12023 (choose-completion-string): Use the new base-position info.
12024 (completion-root-regexp): Delete.
12025 (completion-setup-function): Preserve completion-base-position.
12026 Eliminate obsolete base-size manipulation.
12027 * minibuffer.el (display-completion-list): Don't mess with base-size.
12028 (minibuffer-completion-help): Set completion-base-position instead.
12029 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
12030 choose-completion.
12031 * textmodes/bibtex.el (bibtex-complete):
12032 * emacs-lisp/crm.el (crm--choose-completion-string):
12033 Adjust to new calling convention.
12034 * complete.el (partial-completion-mode): Use minibufferp to avoid
12035 bumping into incompatible change to choose-completion-string-functions.
12036 * ido.el (ido-choose-completion-string): Make its calling convention
12037 more permissive.
12038 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
12039 base-size manipulation.
12040 (comint-dynamic-list-input-ring): Use dotimes and push.
12041 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
12042 fundamental-mode. Use `or'.
12043
92f8bfc7
JL
120442009-10-14 Juri Linkov <juri@jurta.org>
12045
12046 * misearch.el (multi-isearch-next-buffer-from-list)
12047 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
12048
e78e280d
SM
120492009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12050
384ca163
SM
12051 * Makefile.in (compile-onefile): Load `bytecomp' rather than
12052 `bytecomp.el'.
12053
681e0e7c
SM
12054 * minibuffer.el (completion-pcm--merge-completions): Make sure the
12055 string we return is all made up of text from the completions rather
12056 than part from the completions and part from the input (bug#4219).
12057
e78e280d
SM
12058 * ido.el (ido-everywhere): Use define-minor-mode.
12059
12060 * buff-menu.el (list-buffers, ctl-x-map):
12061 Mark the entry points with ;;;###autoload cookies.
12062
b4e813ca
DN
120632009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
12064
52964e54
DN
12065 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
12066 correctly in the detached head case.
12067 (vc-git-print-log): Remove unused binding.
12068
b4e813ca
DN
12069 * vc.el (vc-responsible-backend): When a directory is passed for
12070 for registration create a VC repository if no backend is
12071 responsible for the directory argument.
12072 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
12073
12074 * vc.el: Move comments about RCS and SCCS ...
12075 * vc-rcs.el:
12076 * vc-sccs.el: ... here, respectively.
12077
40ba9882
SM
120782009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12079
12080 * minibuffer.el (completion--file-name-table): Return nil if there's
12081 no file completion, even if substitute-in-file-name changed
12082 the string (bug#4708).
12083
04e0f59b
JL
120842009-10-13 Juri Linkov <juri@jurta.org>
12085
12086 * files-x.el (read-file-local-variable-value): Don't filter out
12087 minor modes from mode name completion (bug#4664).
12088
314c8e25
JB
120892009-10-13 Juanma Barranquero <lekktu@gmail.com>
12090
12091 * international/mule-cmds.el (ucs-names): Remove exclusion of
12092 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
12093
5c9b7d36
KH
120942009-10-13 Kenichi Handa <handa@m17n.org>
12095
12096 * international/uni-name.el: Regenerated.
12097
1e7a80f2
JB
120982009-10-13 Juanma Barranquero <lekktu@gmail.com>
12099
12100 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
12101 should be automatically buffer-local, but isn't.)
12102
cd29f88b
SS
121032009-10-12 Sam Steingold <sds@gnu.org>
12104
12105 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 12106 timestamps if the buffer has been visited before.
0cd16af4
SS
12107 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
12108 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 12109
37493a98
GM
121102009-10-12 Glenn Morris <rgm@gnu.org>
12111
12112 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
12113 Let-bind `size'.
12114
3b56b1e6
JB
121152009-10-12 Juanma Barranquero <lekktu@gmail.com>
12116
7422a4bb
JB
12117 * proced.el (proced-unload-function): New function.
12118
fa72d075
JB
12119 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
12120 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
12121 Doc fix.
12122
3b56b1e6
JB
12123 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
12124
4d9b4323
JL
121252009-10-11 Juri Linkov <juri@jurta.org>
12126
12127 * files-x.el (read-file-local-variable-value):
12128 Provide default value only for bound variables (bug#4664).
12129
f6f7e059
MA
121302009-10-11 Michael Albinus <michael.albinus@gmx.de>
12131
12132 * net/tramp.el (tramp-local-host-p): Function shall return nil for
12133 connection methods like smb.
12134
12135 * net/tramp-cache.el (tramp-flush-connection-property): The hash
12136 can be empty.
12137
12138 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12139 (tramp-smb-file-name-handler-alist): Add handlers for
12140 `add-name-to-file', `make-symbolic-link'.
12141 (tramp-smb-handle-add-name-to-file)
2992485f 12142 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
12143 (tramp-smb-handle-make-symbolic-link)
12144 (tramp-smb-get-cifs-capabilities): New defuns.
12145 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12146 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12147 (tramp-smb-handle-file-local-copy)
12148 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
12149 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
12150 The file name syntax depends on cifs capabilities.
12151 (tramp-smb-handle-file-attributes):
12152 Call `tramp-smb-do-file-attributes-with-stat' if possible.
12153 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
12154 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 12155
67868d26
CY
121562009-10-11 Chong Yidong <cyd@stupidchicken.com>
12157
12158 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
12159 (eieio-defclass): Apply deftype handler and setf-method properties
12160 directly.
12161 (eieio-add-new-slot): Avoid union function from cl library.
12162 (eieio--typep): New function.
12163 (eieio-perform-slot-validation): Use it.
12164
6d6a5b7e
KF
121652009-10-10 Karl Fogel <kfogel@red-bean.com>
12166
3b56b1e6 12167 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
12168 Update documentation to refer to the variables documented in r1.135.
12169 (Bug#4188)
12170
67b70de9
KF
121712009-10-10 Karl Fogel <kfogel@red-bean.com>
12172
12173 * bookmark.el (Info-suffix-list): Remove this unused variable.
12174 (bookmark-current-point): Remove this obsolete variable.
12175 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
12176 Adjust for removal of bookmark-current-point.
12177
12178 (bookmarks-already-loaded, bookmark-current-buffer)
12179 (bookmark-yank-point): Document. (Bug#4188)
12180
58ae51ae
GM
121812009-10-10 Glenn Morris <rgm@gnu.org>
12182
4619ff5e
GM
12183 * frame.el (frame-height): Doc fix.
12184
58ae51ae
GM
12185 * calendar/calendar.el (calendar-split-width-threshold): New option.
12186 (calendar-basic-setup): Use calendar-split-width-threshold.
12187
3b56b1e6 121882009-10-10 Sascha Wilde <wilde@sha-bang.de>
d751f122 12189
3b56b1e6
JB
12190 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
12191 Use .la for Automake.
d751f122 12192
fa63f49c
CY
121932009-10-09 Chong Yidong <cyd@stupidchicken.com>
12194
3b56b1e6
JB
12195 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
12196 Use "autoreconf -i". Suggested by Andreas Schwab.
fa63f49c 12197
d364386c
JB
121982009-10-09 Juanma Barranquero <lekktu@gmail.com>
12199
12200 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
12201 Ideographic Supplement" range (U+1F200..U+1F2FF).
12202
33e97a28
KF
122032009-10-09 Karl Fogel <kfogel@red-bean.com>
12204
02d0f051 12205 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 12206 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
12207
122082009-10-09 Karl Fogel <kfogel@red-bean.com>
12209
d364386c 12210 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
12211 (bookmark-bmenu-execute-deletions): Don't save here, as
12212 bookmark-delete will now do so if necessary.
d364386c 12213 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
12214 (Bug#4348)
12215
9656d87b
GM
122162009-10-09 Glenn Morris <rgm@gnu.org>
12217
12218 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
12219
e6227f06
KF
122202009-10-09 Karl Fogel <kfogel@red-bean.com>
12221
12222 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12223 (bookmark-jump-other-window): Just invoke bookmark-jump with new
12224 argument now, so the two function's behaviors will match. (Bug#3645)
12225
35c7e413
CY
122262009-10-08 Chong Yidong <cyd@stupidchicken.com>
12227
4f54db4b
CY
12228 * cedet/ede/proj.el (project-make-dist, project-compile-project):
12229 Fix filename test.
35c7e413
CY
12230 (ede-proj-dist-makefile): Use expand-file-name instead of concat
12231 to expand file names.
12232
288f783b
MA
122332009-10-08 Michael Albinus <michael.albinus@gmx.de>
12234
12235 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 12236 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 12237 Apply `save-match-data'.
288f783b
MA
12238
12239 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12240 case both directories are remote.
12241 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 12242 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 12243
c2a81032
CY
122442009-10-08 Chong Yidong <cyd@stupidchicken.com>
12245
a6b98754
CY
12246 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
12247 (ede-proj-target-makefile-objectcode): Use it.
12248
c2a81032 12249 * cedet/ede/source.el (ede-want-any-source-files-p)
e78e280d
SM
12250 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
12251 Return search result. This error was introduced while merging.
c2a81032 12252
872a1ea4
JB
122532009-10-07 Juanma Barranquero <lekktu@gmail.com>
12254
12255 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12256
ab2baced
GM
122572009-10-07 Glenn Morris <rgm@gnu.org>
12258
e78e280d
SM
12259 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
12260 of concat.
ab2baced 12261
5c4634c1
SM
122622009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
12263
12264 * files-x.el (read-file-local-variable): Include some
12265 non-user-variables in the completion table (bug#4664).
12266
c2dc9732
MA
122672009-10-07 Michael Albinus <michael.albinus@gmx.de>
12268
12269 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
12270 message.
12271
12272 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12273 (tramp-smb-file-name-handler-alist): Add handler for
12274 `copy-directory', `expand-file-name', `set-file-modes'.
12275 (tramp-smb-handle-copy-directory)
12276 (tramp-smb-handle-expand-file-name)
12277 (tramp-smb-handle-set-file-modes): New defuns.
12278 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
12279 (tramp-smb-handle-file-attributes): Simplify check for retrieving
12280 entry.
12281 (tramp-smb-handle-insert-directory): Don't flush the cache.
12282 (tramp-smb-maybe-open-connection): Check for samba client and
12283 server versions.
12284
11be40a6
EZ
122852009-10-07 Eli Zaretskii <eliz@gnu.org>
12286
12287 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12288 to not error out of search for "^lisp=" fails.
12289
8c4afe20
JB
122902009-10-07 Juanma Barranquero <lekktu@gmail.com>
12291
12292 * makefile.w32-in (WINS_UPDATES): New macro.
12293 (custom-deps, finder-data, autoloads): Use it.
12294
429a1506
GM
122952009-10-07 Glenn Morris <rgm@gnu.org>
12296
ee2e93e2
GM
12297 * Makefile.in (autoloads): Revert previous change.
12298 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12299 the list of preloaded files passed on the command-line, get
12300 it from src/Makefile.
12301
429a1506
GM
12302 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12303 show the original buffer rather than a random one.
12304
a51203ee 123052009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
12306
12307 * help.el (describe-no-warranty): Place point in a slightly better
12308 position in the GPLv3 text.
12309
f58f7520
SS
123102009-10-06 Sam Steingold <sds@gnu.org>
12311
12312 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12313 the comm attribute is present before calling regexp-quote.
12314
bde79dc0
JB
123152009-10-06 Juanma Barranquero <lekktu@gmail.com>
12316
12317 * play/animate.el (animate-string): For good effect, make sure
12318 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12319
12320 * play/animate.el (animate-sequence, animate-birthday-present):
12321 * misc.el (butterfly): Don't set `indent-tabs-mode'.
12322
25ab0302
GM
123232009-10-06 Glenn Morris <rgm@gnu.org>
12324
73fe714a
GM
12325 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12326
3405d98c
GM
12327 * emacs-lisp/autoload.el (autoload-excludes): New variable.
12328 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12329 (batch-update-autoloads): Process a string value of autoload-excludes,
12330 set during the build process.
12331 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
12332
9fb2cdc5
GM
12333 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12334 inside with-parsed... macro so that `v' is defined.
12335
7938ab41
GM
12336 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12337 * progmodes/fortran.el (fortran-end-of-block)
12338 (fortran-beginning-of-block):
12339 Also push mark in the macro case.
12340
eaf9b564
GM
12341 * emerge.el (emerge-show-file-name):
12342 * calc/calc.el (calc-quit):
12343 * calc/calc-misc.el (calc-big-or-small):
12344 * calc/calc-graph.el (calc-graph-view):
12345 * calc/calc-ext.el (calc-reset):
12346 * calendar/calendar.el (calendar-basic-setup):
12347 Use window-full-height-p.
12348
25ab0302
GM
12349 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12350 header we don't understand, don't insert another. (Bug#4624)
12351 If changing mime charset, insert the new one in the right place.
12352
00169eb6
GM
123532009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
12354
12355 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12356 (cal-tex-cursor-month): Correctly increment the end date for diary and
12357 holiday listing. (Bug#4626)
12358
82882188
SM
123592009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12360
40ba9882 12361 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
12362 a symbol.
12363
a8f316ca
JB
123642009-10-05 Juanma Barranquero <lekktu@gmail.com>
12365
12366 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12367 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12368 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12369 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12370
12371 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12372 (eieio-default-superclass): Reflow docstrings.
12373 (this, class-option-assoc, defclass, eieio-class-un-autoload)
12374 (eieio-unbind-method-implementations, defmethod)
12375 (eieio-validate-slot-value, eieio-validate-class-slot-value)
12376 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12377 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12378 (eieio-slot-originating-class-p, eieio-slot-name-index)
12379 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12380 (constructor, initialize-instance, no-next-method, object-print)
12381 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12382 Fix typos in docstrings.
12383 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12384 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12385 (next-method-p): Doc fixes.
12386 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12387 Fix typos in error messages.
12388 (eieio-defmethod): Fix typo in description of generic method.
12389
12390 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12391 (eieio-persistent-save-interactive, slot-missing):
12392 Fix typos in docstrings.
12393 (eieio-instance-inheritor-slot-boundp): Doc fix.
12394
12395 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12396 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12397
12398 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12399 (eieio-custom-object-apply-reset):
12400 Fix typos in docstrings and error messages.
12401
12402 * emacs-lisp/eieio-datadebug.el (data-debug-show):
12403 Fix typo in docstring.
12404
12405 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12406 (eieio-browse-tree): Doc fix.
12407 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12408 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12409 Fix typos in docstrings.
12410
12411 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12412 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12413 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12414 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12415 Reflow docstrings.
12416
c66b7ac0
DN
124172009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
12418
4a827e0a 12419 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
12420 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12421 Set log-view-vc-backend so that diff can work.
4a827e0a 12422
c66b7ac0
DN
12423 * log-view.el (log-view-diff): Use vc-diff-internal instead of
12424 vc-version-diff.
12425 (vc-diff-internal): Autoload this instead of vc-version-diff.
12426
1902a98c
EZ
124272009-10-05 Eli Zaretskii <eliz@gnu.org>
12428
a7a8618b
EZ
12429 * simple.el (eval-expression): Doc fix.
12430
1902a98c
EZ
12431 * progmodes/cwarn.el (cwarn-mode): Doc fix.
12432
0e1f2ee6
MA
124332009-10-05 Michael Albinus <michael.albinus@gmx.de>
12434
12435 * files.el (directory-files-no-dot-files-regexp): New defconst.
12436 (delete-directory): Use it.
12437 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
12438
263c02ef 12439 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
12440 (tramp-methods): Add recursive option to `tramp-copy-args'.
12441 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 12442 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 12443 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
12444 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12445 Add handler for `copy-directory'.
12446 (tramp-handle-copy-directory): New defun.
12447 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
12448 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12449 Optimize sent command.
263c02ef 12450
72aa7df4
SM
124512009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12452
4a34f065
SM
12453 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12454 window if necessary.
12455
72aa7df4
SM
12456 * calendar/calendar.el (calendar-basic-setup): Don't call
12457 switch-to-buffer in a dedicated window.
12458
5feb1ba7
KF
124592009-10-05 Karl Fogel <kfogel@red-bean.com>
12460
12461 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 12462 don't do anything related to relocating, just return nil.
5feb1ba7
KF
12463 (bookmark-error-no-filename): New error.
12464 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
12465 bookmark has no file. Don't even attempt to handle things that
12466 are not files; the whole point of custom handlers is to keep that
12467 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
12468 (bookmark-file-or-variation-thereof): Remove now-unused function.
12469 (bookmark-location): Doc string fix.
12470 (Bug#4250)
12471
1bd49952
KF
124722009-10-04 Karl Fogel <kfogel@red-bean.com>
12473
12474 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12475 don't use a file dialog, because they usually don't know how to read
12476 a directory target from the user. (Bug#4230)
12477 Also, make sure the prompt can display directories as well as files.
12478
825382c0
KF
124792009-10-04 Karl Fogel <kfogel@red-bean.com>
12480
12481 * bookmark.el (bookmark-set, bookmark-buffer-name):
12482 Improve doc strings. (Bug#1193)
12483
13901bcb
KF
124842009-10-04 Karl Fogel <kfogel@red-bean.com>
12485
4a34f065
SM
12486 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12487 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12488 (bookmark-get-annotation, bookmark-set-annotation)
12489 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12490 (bookmark-set-position, bookmark-get-front-context-string)
12491 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12492 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12493 (bookmark-jump-other-window, bookmark-handle-bookmark)
12494 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12495 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12496 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
12497 Improve doc strings to say whether bookmark can be a string or
12498 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
12499 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12500 (bookmark-default-annotation-text, bookmark-yank-word)
12501 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12502 (bookmark-import-new-list, bookmark-maybe-rename)
12503 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12504 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 12505 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 12506 add a FIXME comment about how the function may be pointless.
13901bcb 12507 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
12508 parameter name, to clarify that this takes a bookmark record
12509 not a bookmark name.
13901bcb 12510 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 12511 and improve the doc string a bit.
13901bcb
KF
12512 (Bug#4188)
12513
5c1b3e94
KF
125142009-10-04 Karl Fogel <kfogel@red-bean.com>
12515
12516 * bookmark.el (bookmark-alist): Document the new `handler' element
12517 in the param alist.
12518 (bookmark-make-record-function): Adjust documentation for above.
12519 (Bug#4193)
12520
8559076d
KF
125212009-10-04 Karl Fogel <kfogel@red-bean.com>
12522
12523 * info.el (Info-bookmark-make-record): Document this function.
12524 (Info-bookmark-jump): Document with a doc string, not just a comment.
12525 (Bug#4203)
12526
82481502
CY
125272009-10-04 Chong Yidong <cyd@stupidchicken.com>
12528
4a34f065 12529 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
82481502
CY
12530 (semantic-new-buffer-fcn): Call parser setup functions here.
12531 (semantic-mode): Don't call parser setup functions here, it's done
12532 in semantic-new-buffer-fcn now.
d436f538 12533 (semantic-mode): Parse all existing buffers when enabled.
82481502 12534
4a34f065
SM
12535 * cedet/srecode/compile.el (srecode-compile-file):
12536 Call semantic-new-buffer-fcn if the buffer has not been parsed.
82481502 12537
2e7eba60
CY
125382009-10-04 Chong Yidong <cyd@stupidchicken.com>
12539
d91485a9
CY
12540 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
12541
12542 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
12543 (proj-comp-insert-variable-once): New macro, renamed from
12544 ede-pmake-insert-variable-once in ede/pmake.edl.
12545 (ede-proj-makefile-insert-variables): Use it.
2e7eba60 12546
b4583b8c
MA
125472009-10-04 Michael Albinus <michael.albinus@gmx.de>
12548
12549 * files.el (copy-directory): New defun.
12550
12551 * dired-aux.el (dired-copy-file-recursive): Use it.
12552
04075952
JB
125532009-10-04 Juanma Barranquero <lekktu@gmail.com>
12554
12555 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
12556 (makefile-end-of-command):
12557 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
12558 (semantic-end-of-context): Fix previous change. Doc fixes.
12559
131ae8f2
JB
125602009-10-04 Juanma Barranquero <lekktu@gmail.com>
12561
a30e71ae
JB
12562 * files-x.el (modify-dir-local-variable)
12563 (copy-dir-locals-to-file-locals-prop-line):
12564 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
12565 (makefile-end-of-command):
12566 * cedet/semantic/lex.el (semantic-lex-token):
12567 * cedet/semantic/analyze/fcn.el
12568 (semantic-analyze-dereference-metatype-1):
12569 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
12570 (semantic-lex-cpp-undef):
12571 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
12572 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
12573 (semantic-end-of-context): Fix typos in docstrings.
12574
131ae8f2
JB
12575 * recentf.el (recentf-unload-function): New function.
12576
0fd9cb9c
CY
125772009-10-04 Chong Yidong <cyd@stupidchicken.com>
12578
a30e71ae 12579 * cedet/ede.el (ede-project-placeholder-cache-file):
0fd9cb9c
CY
12580 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
12581 * cedet/srecode/map.el (srecode-map-save-file):
a30e71ae 12582 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
0fd9cb9c 12583
ccafbf06
GM
125842009-10-04 Glenn Morris <rgm@gnu.org>
12585
12586 * window.el (window-full-height-p): Add doc string.
12587
02c6f098
GM
125882009-10-04 Martin Rudalics <rudalics@gmx.at>
12589
12590 * window.el (window-full-height-p): New function. (Bug#4543)
12591
e6e267fc
CY
125922009-10-03 Chong Yidong <cyd@stupidchicken.com>
12593
a70bfe61
CY
12594 * cedet/srecode/insert.el: Require srecode/args.
12595
12596 * cedet/srecode/args.el: Require srecode/dictionary instead of
12597 srecode/insert.
12598
e6e267fc
CY
12599 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
12600
12601 * files.el (auto-mode-alist): Add .srt and Project.ede.
12602
4a34f065
SM
12603 * cedet/semantic.el (semantic-mode):
12604 Handle srecode-template-mode-hook as well.
0b8cafba 12605 (semantic-mode): Use js-mode-hook for Javascript hook.
e6e267fc
CY
12606
12607 * cedet/srecode/template.el: Remove hook variable.
12608
12609 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
12610
12611 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
12612 projects exist.
8b440f71
CY
12613 (ede-project-placeholder-cache-file): Default to a file in
12614 user-emacs-directory.
e6e267fc
CY
12615
12616 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
12617 templates in data-directory.
4a34f065 12618 (srecode-map-save-file): Default to a file in user-emacs-directory.
e6e267fc
CY
12619
12620 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
12621 directory.
12622
126232009-09-30 Eric Ludlam <zappo@gnu.org>
12624
131ae8f2
JB
12625 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
12626 Doc fix.
e6e267fc
CY
12627
12628 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
12629 Only insert each variable once.
12630
12631 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
12632 (ede-pmake-insert-variable-shared): Use it.
12633
12634 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
12635 for lexical table iff table is nil.
12636
ed6b0195
DN
126372009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
12638
12639 * vc.el: Remove commented out code.
12640 (vc-derived-from-dir-mode): Remove, unused.
12641 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12642
1b8d1cc7
MA
126432009-10-03 Michael Albinus <michael.albinus@gmx.de>
12644
4a34f065
SM
12645 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12646 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
12647 there could be recursive loading when `default-directory' is a
12648 remote file name. (Bug#4614)
12649
ac3c593c
GM
126502009-10-03 Glenn Morris <rgm@gnu.org>
12651
686ea556
GM
12652 * calendar/calendar.el (calendar-basic-setup): Handle the case where
12653 the frame is wide.
12654 (calendar-generate-window): Test for shrinkability rather than width.
12655
619392fc
GM
12656 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
12657 declaration, currently false.
12658
ac3c593c
GM
12659 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12660 reusing existing buffers, in case we happen to visit two files with the
12661 same basename. (Bug#4593)
12662
573709fd
EZ
126632009-10-02 Eli Zaretskii <eliz@gnu.org>
12664
4a34f065 12665 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
12666 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12667 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12668 subdirs of cedet as well.
8f885d01 12669 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 12670
8d6c1239
SM
126712009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12672
12673 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12674 Obey advertised-signature-table.
12675
12676 * help-fns.el (help-function-arglist): Don't check
12677 advertised-signature-table.
12678 (describe-function-1): Do it here instead so it also applies to subrs.
12679
c4861de0
MA
126802009-10-02 Michael Albinus <michael.albinus@gmx.de>
12681
12682 * simple.el (start-file-process): Say in the doc-string, that file
12683 handlers might not support pty association, if PROGRAM is nil.
12684
12685 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12686 HOST and USER are strings. They are nil, when there are
12687 incomplete entries in ~/.netrc, for example.
12688 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
12689 root directory ("device busy" error otherwise).
12690
8d6c1239
SM
12691 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12692 Flush file properties of created directory.
c4861de0 12693
d2bda74f
EZ
126942009-10-02 Eli Zaretskii <eliz@gnu.org>
12695
12696 * makefile.w32-in (WINS_BASIC): Remove cedet.
12697 (WINS_CEDET): Add cedet.
12698 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12699
895d1904
GM
127002009-10-02 Kevin Ryde <user42@zip.com.au>
12701
12702 * net/browse-url.el (browse-url): Pass any symbol in
12703 browse-url-browser-function to `apply', since if you've mistakenly put
12704 an unbound symbol then the error is clearer. (Bug#4531)
12705
32226619
JB
127062009-10-02 Juanma Barranquero <lekktu@gmail.com>
12707
12708 * allout.el (allout-init, allout-back-to-current-heading)
12709 (allout-beginning-of-current-entry, allout-ascend-to-depth)
12710 (allout-ascend, allout-up-current-level, allout-end-of-level)
12711 (allout-previous-visible-heading, allout-forward-current-level)
12712 (allout-backward-current-level, allout-show-children):
12713 * apropos.el (apropos-describe-plist):
12714 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12715 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12716 * completion.el (add-completion, add-permanent-completion):
12717 * descr-text.el (describe-text-category, describe-char):
12718 * desktop.el (desktop-lazy-abort):
12719 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12720 * dired.el (dired-build-subdir-alist):
12721 * ediff.el (ediff-version):
12722 * elide-head.el (elide-head, elide-head-show):
12723 * emerge.el (emerge-version):
12724 * env.el (getenv):
12725 * face-remap.el (variable-pitch-mode):
12726 * faces.el (describe-face):
12727 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12728 (dired-at-point):
12729 * files.el (find-file-existing, auto-save-mode):
12730 * font-lock.el (font-lock-fontify-buffer):
12731 * help-fns.el (describe-function, describe-variable)
12732 (describe-syntax, describe-categories):
12733 * help.el (view-lossage, describe-bindings, describe-key)
12734 (describe-mode):
12735 * hexl.el (hexl-current-address):
12736 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12737 * info.el (Info-goto-emacs-key-command-node):
12738 * log-edit.el (log-edit-insert-cvs-template)
12739 (log-edit-insert-cvs-rcstemplate):
12740 * menu-bar.el (menu-bar-mode):
12741 * mouse.el (mouse-appearance-menu):
12742 * newcomment.el (comment-indent-new-line):
12743 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12744 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 12745 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
12746 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12747 * recentf.el (recentf-mode):
12748 * savehist.el (savehist-mode, savehist-save):
12749 * shadowfile.el (shadow-copy-files):
12750 * simple.el (kill-ring-save, next-line, previous-line)
12751 (normal-erase-is-backspace-mode):
12752 * strokes.el (strokes-update-window-configuration)
12753 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12754 (strokes-xpm-for-stroke):
12755 * time.el (emacs-uptime, emacs-init-time):
12756 * tutorial.el (tutorial--describe-nonstandard-key)
12757 (tutorial--detailed-help):
12758 * type-break.el (type-break-mode)
12759 (type-break-mode-line-message-mode, type-break-query-mode)
12760 (type-break-guesstimate-keystroke-threshold):
12761 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12762 * version.el (emacs-version):
12763 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12764 * winner.el (winner-mode):
12765 * calendar/timeclock.el (timeclock-in, timeclock-out)
12766 (timeclock-status-string, timeclock-change)
12767 (timeclock-workday-remaining-string)
12768 (timeclock-workday-elapsed-string)
12769 (timeclock-when-to-leave-string):
12770 * calendar/todo-mode.el (todo-add-category):
12771 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12772 * emacs-lisp/autoload.el (update-file-autoloads):
12773 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12774 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12775 (checkdoc-message-text, checkdoc-defun):
12776 * emacs-lisp/debug.el (debugger-list-functions):
12777 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12778 * emacs-lisp/eieio-opt.el (eieio-describe-class)
12779 (eieio-describe-generic):
12780 * emacs-lisp/lisp-mnt.el (lm-synopsis):
12781 * emacs-lisp/shadow.el (list-load-path-shadows):
12782 * emulation/cua-base.el (cua-mode):
12783 * emulation/edt.el (edt-set-scroll-margins):
12784 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12785 (tpu-toggle-regexp, tpu-toggle-search-direction)
12786 (tpu-toggle-rectangle, tpu-toggle-control-keys):
12787 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12788 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12789 (viper-set-parsing-style-toggling-macro)
12790 (viper-set-emacs-state-searchstyle-macros):
12791 * emulation/viper.el (viper-set-hooks):
12792 * eshell/esh-mode.el (eshell-truncate-buffer):
12793 * international/mule-cmds.el (prefer-coding-system)
12794 (describe-input-method, describe-language-environment):
12795 * international/mule-diag.el (list-character-sets)
12796 (describe-character-set, describe-coding-system)
12797 (describe-fontset, list-fontsets, list-input-methods):
12798 * mail/sendmail.el (mail-signature):
12799 * net/ange-ftp.el (ange-ftp-copy-file):
12800 * net/browse-url.el (browse-url):
12801 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12802 * net/quickurl.el (quickurl-add-url):
12803 * net/rcirc.el (names, topic):
12804 * net/xesam.el (xesam-mode):
12805 * play/5x5.el (5x5-new-game):
12806 * play/yow.el (apropos-zippy):
12807 * progmodes/ada-mode.el (ada-mode-version):
12808 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12809 (f90-end-of-block)
12810 (f90-beginning-of-block):
12811 * progmodes/fortran.el (fortran-end-of-block)
12812 (fortran-beginning-of-block):
12813 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12814 * progmodes/python.el (python-describe-symbol, python-shell):
12815 * term/ns-win.el (ns-print-buffer):
12816 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12817 * textmodes/flyspell.el (flyspell-mode-on):
12818 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12819 (pages-directory-for-addresses):
12820 * textmodes/table.el (table-recognize-cell)
12821 (table-query-dimension, table-generate-source)
12822 (table-insert-sequence, table--warn-incompatibility):
12823 * textmodes/tex-mode.el (tex-validate-buffer):
12824 * textmodes/texinfmt.el (texinfmt-version)
12825 (texinfo-format-buffer):
12826 Use `called-interactively-p' instead of `interactive-p'.
12827
12a3c28c
JB
128282009-10-02 Juanma Barranquero <lekktu@gmail.com>
12829
12830 * image-mode.el (image-toggle-display):
12831 * emacs-lisp/elp.el (elp-instrument-function):
12832 * emacs-lisp/advice.el (ad-make-advised-definition):
12833 * emacs-lisp/easy-mmode.el (define-minor-mode):
12834 * net/browse-url.el (browse-url-maybe-new-window):
12835 * progmodes/sh-script.el (sh-learn-buffer-indent):
12836 Pass new argument 'any to `called-interactively-p'.
12837
171fda8a
JB
128382009-10-01 Juanma Barranquero <lekktu@gmail.com>
12839
171fda8a
JB
12840 * international/uni-bidi.el:
12841 * international/uni-category.el:
12842 * international/uni-combining.el:
12843 * international/uni-comment.el:
12844 * international/uni-decimal.el:
9c3c9fdf 12845 * international/uni-decomposition.el:
171fda8a
JB
12846 * international/uni-digit.el:
12847 * international/uni-lowercase.el:
12848 * international/uni-mirrored.el:
12849 * international/uni-name.el:
12850 * international/uni-numeric.el:
12851 * international/uni-old-name.el:
12852 * international/uni-titlecase.el:
12853 * international/uni-uppercase.el:
12854 Regenerate from Unicode 5.2.0 data.
12855
dcb9734a
GM
128562009-10-01 Glenn Morris <rgm@gnu.org>
12857
12858 * Makefile.in (ELCFILES): Regenerate.
12859
ced10a4c
SM
128602009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12861
9d28c33e
SM
12862 * subr.el (interactive-p): Mark obsolete.
12863 (called-interactively-p): Make the optional-ness of `kind' obsolete.
12864 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12865 advertised-signature-table for subroutines as well.
12866
ced10a4c
SM
12867 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12868 (set-advertised-calling-convention): New function.
12869 (make-obsolete, define-obsolete-function-alias)
12870 (make-obsolete-variable, define-obsolete-variable-alias):
12871 Make the optional-ness of `when' obsolete.
12872 (define-obsolete-face-alias): Make `when' non-optional.
12873 * help-fns.el (help-function-arglist):
12874 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12875 Use advertised-signature-table.
12876
cc3dda16
MA
128772009-10-01 Michael Albinus <michael.albinus@gmx.de>
12878
12879 * files.el (delete-directory): New defun. The original function
12880 in fileio.c has been renamed to `delete-directory-internal'.
12881
12882 * dired.el (dired-delete-file): Call `delete-directory' with
12883 RECURSIVE parameter.
12884
5ce6e4f4 12885 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
12886 parameter RECURSIVE. Implementation is missing.
12887
12888 * net/tramp.el (tramp-handle-make-directory): Flush upper
12889 directory's file properties.
ced10a4c 12890 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
12891 (tramp-handle-dired-recursive-delete-directory): Flush directory
12892 properties after the remove command only.
12893
ced10a4c
SM
12894 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12895 Handle optional parameter RECURSIVE.
cc3dda16 12896
ced10a4c
SM
12897 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12898 Handle optional parameter RECURSIVE.
cc3dda16
MA
12899
12900 * net/tramp-smb.el (tramp-smb-errors): Add error message for
12901 connection timeout.
12902 (tramp-smb-handle-delete-directory): Handle optional parameter
12903 RECURSIVE.
12904
cf885595
SM
129052009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12906
e3a6b82f
SM
12907 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12908 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12909 (byte-compile-defmacro): Use backquotes.
12910
7201bfbb
SM
12911 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12912
cf885595
SM
12913 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12914 has no associated file.
12915 (vc-resynch-buffer): Use vc-dir-buffers.
12916
a4d2c321
GM
129172009-10-01 Glenn Morris <rgm@gnu.org>
12918
9ffe3f52
GM
12919 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12920 (chart-file-count):
12921 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12922 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12923 * emacs-lisp/eieio-opt.el (eieio-describe-class):
12924 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12925 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12926 (eieio-copy-parents-into-subclass, make-instance, class-children)
12927 (eieio-generic-form):
bd2afec2
GM
12928 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
12929 * cedet/cedet-idutils.el (cedet-idutils-search)
12930 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
12931 (cedet-idutils-version-check):
12932 * cedet/cedet.el (cedet-version):
12933 * cedet/data-debug.el (data-debug-insert-overlay-button)
12934 (data-debug-insert-overlay-list-button)
12935 (data-debug-insert-buffer-button)
12936 (data-debug-insert-buffer-list-button)
12937 (data-debug-insert-process-button, data-debug-insert-ring-button)
12938 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
12939 (data-debug-insert-stuff-vector-button)
12940 (data-debug-insert-symbol-button, data-debug-insert-string)
12941 (data-debug-insert-number, data-debug-insert-lambda-expression)
12942 (data-debug-insert-nil, data-debug-insert-simple-thing)
12943 (data-debug-insert-custom, data-debug-edebug-expr):
12944 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
12945 (global-ede-mode-map, ede-new, ede-debug-target)
12946 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
12947 * cedet/semantic.el (semantic-minimum-working-buffer-size)
12948 (semantic-fetch-tags, semantic-submode-list)
12949 (semantic-default-submodes):
a785b776
GM
12950 * cedet/ede/source.el (ede-source-match):
12951 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
12952 (project-am-package-info):
12953 * cedet/ede/proj.el (ede-proj-target, project-new-target):
12954 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
12955 * cedet/ede/proj-comp.el (ede-current-build-list):
12956 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
12957 * cedet/ede/files.el (ede-toplevel-project-or-nil):
12958 * cedet/ede/cpp-root.el (initialize-instance):
12959 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
12960 (autoconf-parameter-strip, autoconf-insert-new-macro):
9bf6c65c
GM
12961 * cedet/semantic/wisent.el (wisent-lex-eoi):
12962 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
12963 (semantic-show-parser-state-mode):
12964 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
12965 * cedet/semantic/tag.el (semantic-tag-new-variable)
12966 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
12967 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
12968 (semantic--tag-deep-copy-tag-list)
12969 (semantic-tag-components-with-overlays-default):
12970 * cedet/semantic/symref.el (semantic-symref-find-text):
12971 * cedet/semantic/senator.el (senator-yank-tag)
12972 (senator-transpose-tags-up):
12973 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
12974 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
12975 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
12976 * cedet/semantic/lex.el (semantic-lex-comment-regex)
12977 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
12978 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
12979 * cedet/semantic/lex-spp.el
12980 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
12981 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
12982 * cedet/semantic/idle.el
12983 (semantic-idle-summary-current-symbol-info-brutish)
12984 (semantic-idle-summary-current-symbol-info-default):
12985 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
12986 (semantic--grammar-macro-compl-dict):
12987 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
12988 * cedet/semantic/format.el (semantic-format-tag-custom-list)
12989 (semantic-format-tag-canonical-name-default):
12990 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
12991 (semantic-find-tags-for-completion)
12992 (semantic-find-tags-by-scope-protection-default)
12993 (semantic-deep-find-tags-for-completion):
12994 * cedet/semantic/edit.el
12995 (semantic-edits-incremental-reparse-failed-hook)
12996 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
12997 (semantic-edits-splice-remove, semantic-edits-splice-replace):
12998 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
12999 * cedet/semantic/dep.el (semantic-dependency-include-path):
13000 * cedet/semantic/db.el (semanticdb-default-find-index-class)
13001 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
13002 (semanticdb-project-roots):
13003 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
13004 (semanticdb-find-adebug-insert-scanned-tag-cons)
13005 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
13006 (semanticdb-brute-deep-find-tags-for-completion):
13007 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
13008 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
13009 (semantic-end-of-context-default)
13010 (semantic-ctxt-current-function-default)
13011 (semantic-ctxt-scoped-types-default):
13012 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
13013 (semantic-complete-inline-tag-engine)
13014 (semantic-complete-inline-custom-type)
13015 (semantic-complete-read-tag-analyzer):
13016 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
13017 (semantic-chart-database-size):
13018 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
13019 (semantic-analyze-current-context):
13020 * cedet/semantic/symref/list.el (semantic-symref)
13021 (semantic-symref-hide-buffer, semantic-symref-symbol):
13022 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
13023 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
13024 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
13025 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
13026 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
13027 (semantic-c-dereference-template):
13028 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
13029 (semantic--analyze-refs-full-lookup-with-parents)
13030 (semantic--analyze-refs-full-lookup-simple):
13031 * cedet/semantic/analyze/complete.el
13032 (semantic-analyze-possible-completions):
2f10955c
GM
13033 * cedet/srecode/table.el (srecode-mode-table-new):
13034 * cedet/srecode/srt.el (srecode-read-variable-name):
13035 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
13036 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
13037 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
13038 * cedet/srecode/map.el (srecode-current-map):
13039 * cedet/srecode/insert.el (srecode-insert)
13040 (srecode-insert-variable-secondname-handler, srecode-insert-method)
13041 (srecode-template-inserter-point-override)
13042 (srecode-insert-include-lookup):
13043 * cedet/srecode/getset.el (srecode-auto-choose-class):
13044 * cedet/srecode/extract.el (srecode-inserter-extract):
13045 * cedet/srecode/document.el
13046 (srecode-document-autocomment-return-last-alist)
13047 (srecode-document-autocomment-param-type-alist)
13048 (srecode-document-insert-function-comment)
13049 (srecode-document-insert-variable-one-line-comment)
13050 (srecode-document-function-name-comment):
13051 * cedet/srecode/dictionary.el (srecode-create-dictionary)
13052 (srecode-compound-toString):
13053 * cedet/srecode/compile.el (srecode-flush-active-templates):
13054 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
bd2afec2
GM
13055 Doc/message fixes.
13056
9515cdcc
GM
13057 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
13058 match-data. (Bug#4555).
13059
57b0083a
GM
13060 * cedet/semantic/bovine/gcc.el
13061 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
13062 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
13063
a4d2c321
GM
13064 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
13065 rather than parsing it as a regexp. This relaxes the layout
13066 requirements and makes errors easier to detect.
13067 (check-declare-verify): Check file is regular.
13068 (check-declare-directory): Doc fix.
13069 * subr.el (declare-function): Doc fix.
13070
b15c31c7
GM
13071 * ibuffer.el (ibuffer-format-qualifier):
13072 * isearch.el (hi-lock-regexp-okay):
13073 * calc/calc.el (math-zerop):
13074 * mail/uce.el (rmail-msgbeg, rmail-msgend):
13075 * term/w32-win.el (setup-default-fontset, set-fontset-font):
13076 Remove unused declarations.
13077
0376249d
JB
130782009-10-01 Juanma Barranquero <lekktu@gmail.com>
13079
13080 * cedet/semantic/wisent/javat-wy.el
13081 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
13082
9a589407
JB
130832009-09-30 Juanma Barranquero <lekktu@gmail.com>
13084
13085 * cedet/srecode/expandproto.el: Fix provide statement.
13086
722ff82f
CY
130872009-09-30 Eric Ludlam <zappo@gnu.org>
13088
cf885595 13089 * emacs-lisp/eieio.el (boolean-p): Delete.
722ff82f
CY
13090
130912009-09-30 Sascha Wilde <wilde@sha-bang.de>
13092
13093 * cedet/ede/srecode.el: Fix provide statement.
13094
1fc28a2c
GM
130952009-09-30 Glenn Morris <rgm@gnu.org>
13096
8240628d 13097 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7ec19ac4 13098 * cedet/ede/proj-aux.el (ede-aux-source):
a1f1d102
GM
13099 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
13100 (ede-misc-source):
d16d4acd
GM
13101 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
13102 (semantic-mrub-switch-tags): Fix doc typos.
13103
40f9bf94
GM
13104 * cedet/semantic/db-global.el (data-debug-new-buffer)
13105 (data-debug-insert-thing): Remove unneeded declarations (one broken).
13106 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
13107
494f4fc7
GM
13108 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
13109
cf885595
SM
13110 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
13111 use of CL function `remove-if-not'.
1fc28a2c
GM
13112
13113 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
13114
494f4fc7
GM
13115 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
13116 filename is not a string.
13117
561580e9
CY
131182009-09-29 Chong Yidong <cyd@stupidchicken.com>
13119
13120 * files.el (safe-local-eval-forms): Fix typo.
13121
dcbbecd4
SM
131222009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13123
13124 * vc-hooks.el (vc-dir-buffers): New var.
13125 (vc-state-refresh): New function.
13126 (vc-state): Use it.
13127 (vc-after-save): Always ask the backend to recompute the new state.
13128 Always call vc-dir if necessary, using vc-dir-buffers.
13129 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
13130 Use vc-dir-buffers.
13131 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
13132 (vc-dir-prepare-status-buffer, vc-dir-update)
13133 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
13134 Don't call expand-file-name on default-directory.
13135
d88444f2
JB
131362009-09-29 Juanma Barranquero <lekktu@gmail.com>
13137
13138 * speedbar.el (speedbar-item-delete):
13139 * calc/calc-prog.el (calc-kbd-if):
13140 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
13141
13142 * epa.el (epa-key-list-mode-map):
13143 * hi-lock.el (hi-lock-menu): Fix typos in menus.
13144
13145 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
13146 (hs-show-hook): Fix typo in docstring.
13147
5da62d41
GM
131482009-09-29 Glenn Morris <rgm@gnu.org>
13149
d037e45a
GM
13150 * cedet/semantic/symref/idutils.el:
13151 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
13152
ae715515
GM
13153 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
13154
13155 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
13156 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
13157 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
13158 Mark declarations not understood by check-declare.
13159
8360fce0
GM
13160 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
13161 file-name-nondirectory call preventing location of cedet files.
13162 (check-declare-verify): Use literal search rather than re-search.
ae715515 13163 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
13164
13165 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13166 Use tramp-compat-file-attributes rather than nonexistent
13167 tramp-compat-handle-file-attributes.
13168
5da62d41
GM
13169 * Makefile.in (lisptagsfiles4): New.
13170 (AUTOGENEL): Add cedet loaddefs files.
13171 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
13172 (update-elclist, compile-always, backup-compiled-files)
13173 (bootstrap-clean): Add yet another directory level.
13174 (update-elclist): Use LC_COLLATE rather than COLLATE.
13175 (ELCFILES): Update, via `make update-elclist'.
13176
48267264
JB
131772009-09-29 Juanma Barranquero <lekktu@gmail.com>
13178
13179 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
13180 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
13181 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
13182
2c4cd0b0
AS
131832009-09-28 Andreas Schwab <schwab@linux-m68k.org>
13184
13185 * Makefile.in (lisptagsfiles3): Define.
5da62d41 13186 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
13187 (update-elclist): Add third directory level to look for elc files.
13188 (compile-always): Likewise.
13189 (backup-compiled-files): Likewise.
13190 (bootstrap-clean): Likewise.
13191 (ELCFILES): Update.
13192
a2533e47
CY
131932009-09-28 Chong Yidong <cyd@stupidchicken.com>
13194
13195 * Makefile.in (ELCFILES): Add CEDET files.
13196
b90caf50 131972009-09-28 Eric Ludlam <zappo@gnu.org>
a2095e2e 13198
b90caf50 13199 CEDET (development tools) package merged.
a2095e2e 13200
b90caf50
CY
13201 * cedet/*.el:
13202 * cedet/ede/*.el:
13203 * cedet/semantic/*.el:
13204 * cedet/srecode/*.el: New files.
a2095e2e 13205
eefbedb1
MA
132062009-09-28 Michael Albinus <michael.albinus@gmx.de>
13207
13208 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
13209
13210 * net/tramp.el (top): Require tramp-imap.
13211
13212 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13213 Use `tramp-compat-handle-file-attributes'.
13214
132152009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13216
13217 * net/tramp-imap.el: New package.
13218
66635e2f 132192009-09-28 Eric Ludlam <zappo@gnu.org>
6dd12ef2
CY
13220
13221 * emacs-lisp/chart.el:
13222 * emacs-lisp/eieio-base.el:
13223 * emacs-lisp/eieio-comp.el:
13224 * emacs-lisp/eieio-custom.el:
e608e7be 13225 * emacs-lisp/eieio-datadebug.el:
6dd12ef2
CY
13226 * emacs-lisp/eieio-opt.el:
13227 * emacs-lisp/eieio-speedbar.el:
13228 * emacs-lisp/eieio.el: New files.
13229
666fd2cc
CY
13230 * cedet/cedet-cscope.el:
13231 * cedet/cedet-files.el:
13232 * cedet/cedet-global.el:
13233 * cedet/cedet-idutils.el:
13234 * cedet/data-debug.el:
13235 * cedet/inversion.el:
7b232be9 13236 * cedet/mode-local.el:
666fd2cc
CY
13237 * cedet/pulse.el: New files.
13238
748e3d67
VJL
132392009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13240
13241 * whitespace.el (whitespace-trailing-regexp)
13242 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
13243 Fix doc string.
13244
15120dec
CY
132452009-09-27 Chong Yidong <cyd@stupidchicken.com>
13246
13247 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
13248 menu.
13249
13250 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
13251 menu-bar-ediff-menu.
13252
13253 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
13254 define-overloadable-function.
13255
13256 * progmodes/autoconf.el: Provide autoconf as well, so that this
13257 file can be `require'd.
13258
13259 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
13260
13261 * emacs-lisp/autoload.el (generated-autoload-feature)
13262 (generated-autoload-load-name): New vars.
13263 (autoload-rubric, autoload-generate-file-autoloads): Use them.
13264 (make-autoload): Recognize define-overloadable-function and
13265 defclass forms (for EIEIO).
13266
13267 * Makefile.in (update-subdirs): Exclude cedet directory.
13268
135abf91
AR
132692009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13270
1becddbb 13271 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
13272
13273 * faces.el: Default light-background background for region face to
13274 ns_selection_color under NS.
13275
3d994264
TZ
132762009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
13277
13278 * net/imap-hash.el: New library, see NEWS.
13279
13280 * Makefile.in (ELCFILES): Add imap-hash.el.
13281
ce9a0ccb
SM
132822009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
13283
13284 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
13285 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
13286 * help-macro.el (make-help-screen): Avoid using an ambiguous function
13287 definition where the docstring could be taken for the return value.
13288
a92cdd49
GM
132892009-09-26 Glenn Morris <rgm@gnu.org>
13290
13291 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
13292 Add option to only show images below a certain size.
13293 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
13294 save-excursion calls.
13295
416ac2f1
EZ
132962009-09-26 Eli Zaretskii <eliz@gnu.org>
13297
13298 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
13299 subdirectories) and eieio.
13300
d9a13f68
AM
133012009-09-26 Alan Mackenzie <acm@muc.de>
13302
9c3c9fdf 13303 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 13304 buggy bracketing. (Bug#4289)
d9a13f68
AM
13305
13306 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 13307 character constants (as case labels). (Bug#4289)
d9a13f68 13308
182b3bec
CY
133092009-09-25 Juri Linkov <juri@jurta.org>
13310
13311 * files.el (safe-local-eval-forms): Allow time-stamp in
13312 before-save-hook (Bug#4554).
13313
8f75f2da
JB
133142009-09-25 Drew Adams <drew.adams@oracle.com>
13315
13316 * menu-bar.el (list-buffers-directory): Doc fix.
13317
8390fb80
SM
133182009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13319
13320 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
13321 Try and avoid copying twice the same paragraph.
13322 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
13323 Remove save-excursion.
13324 (log-edit-changelog-entry): Do it here instead.
13325
11ee8d90
JB
133262009-09-25 Juanma Barranquero <lekktu@gmail.com>
13327
027b1942
JB
13328 * bs.el (bs--get-file-name): Use `list-buffers-directory'
13329 when available, instead of hardcoding mode names. Doc fix.
13330
11ee8d90
JB
13331 * menu-bar.el (list-buffers-directory): Add docstring.
13332 Make automatically buffer-local.
13333
13334 * dired.el (dired-mode):
13335 * files.el (cd-absolute):
13336 * pcvs.el (cvs-temp-buffer):
13337 * pcvs-util.el (cvs-get-buffer-create):
13338 * shell.el (shell-mode):
13339 * vc-dir.el (vc-dir-mode):
13340 Don't make `list-buffers-directory' buffer local.
13341
21289c5d
CY
133422009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
13343
8390fb80
SM
13344 * comint.el (comint-exec, comint-run, make-comint):
13345 Doc fixes (Bug#4542).
21289c5d 13346
e8652dd9
GM
133472009-09-25 Glenn Morris <rgm@gnu.org>
13348
13349 * mail/rmailmm.el (rmail-mime): New custom group.
13350 Move all defcustoms in this file into this group.
13351 (rmail-mime-media-type-handlers-alist): Revert previous change.
13352 (rmail-mime-show-images): New option.
13353 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
13354 references to it, since it wasn't actually used for anything.
13355 (rmail-mime-insert-image): New function.
13356 (rmail-mime-image): Use rmail-mime-insert-image.
13357 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
13358 obey the value of `rmail-mime-show-images' option. Print the size of
13359 attachments.
e8652dd9 13360
fb652bb5
JB
133612009-09-25 David Engster <deng@randomsample.de>
13362
13363 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
13364
32a9841c
VJL
133652009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13366
13367 * whitespace.el: Does not highlight trailing spaces While point is
13368 at end of line. Does not highligt spaces at beginning of buffer
13369 while point is at beginning of buffer. Does not highlight spaces
13370 at end of buffer while point is at end of buffer. (Bug#4177)
13371 New version 12.0.
13372 (whitespace-display-mappings): Adjust initialization.
13373 (whitespace-point, whitespace-font-lock-refontify): New vars.
13374 (whitespace-color-on, whitespace-color-off): Adjust code.
13375 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13376 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
13377 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
13378
e477ca84
CY
133792009-09-24 Chong Yidong <cyd@stupidchicken.com>
13380
13381 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
13382
13383 * textmodes/sgml-mode.el: Remove xml-mode alias.
13384
13385 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 13386 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 13387
68712602
AM
133882009-09-24 Alan Mackenzie <acm@muc.de>
13389
13390 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
13391 c-forward-conditionals, but it doesn't move point and doesn't set
13392 the mark.
13393 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
13394 (c-down-conditional-with-else, c-backward-conditional)
13395 (c-forward-conditional): Refactor to use c-scan-conditionals.
13396
1659ada0
JB
133972009-09-24 Juanma Barranquero <lekktu@gmail.com>
13398
13399 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
13400 (help-default-arg-highlight): Remove.
13401 (help-highlight-arg): New function.
13402 (help-do-arg-highlight): Use it.
13403 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
13404
b3f01e46
SM
134052009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13406
13407 * term.el (term-set-scroll-region, term-handle-ansi-escape):
13408 Undo last change, which didn't fix the problem and introduced others.
13409
107ef54a
NR
134102009-09-24 Nick Roberts <nickrob@snap.net.nz>
13411
13412 * progmodes/gdb-mi.el: Don't require speedbar.
13413 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
13414
ffa1fed6
GM
134152009-09-24 Glenn Morris <rgm@gnu.org>
13416
2157a2be
GM
13417 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
13418
6125167c
GM
13419 * term/ns-win.el (ns-reg-to-script): Define for compiler.
13420
ffa1fed6
GM
13421 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
13422 there is no newline after the final mime boundary. (Bug#4539)
13423 Move markers on insertion so that any buttons inserted don't end up in
13424 the next part of a multipart message.
2e9075d3
GM
13425 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
13426 (rmail-mime-bulk-handler): Optionally handle images.
13427 (rmail-mime-image): New button action.
13428 (rmail-mime-image-handler): New function.
13429 (rmail-mime-mode): New mode.
13430 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 13431
4a814992
SM
134322009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13433
075518b5
SM
13434 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
13435 than just dropping elements from it (bug#4504).
13436
8ad2defc
SM
13437 * term.el (term-set-scroll-region): Don't move cursor any more.
13438 (term-handle-ansi-escape): Call term-goto here instead.
13439 Suggested by Ivan Kanis <apple@kanis.eu>.
13440
4a814992
SM
13441 * term.el: Require CL.
13442 (term-ansi-reset): New function.
13443 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
13444 (term-handle-colors-array): Simplify.
13445
5a0c3f56
JB
134462009-09-24 Juanma Barranquero <lekktu@gmail.com>
13447
13448 * allout.el (allout-overlay-interior-modification-handler)
13449 (allout-obtain-passphrase):
13450 * epa-file.el (epa-file-write-region):
13451 * ps-print.el (ps-begin-job):
13452 * vc-hooks.el (vc-toggle-read-only):
13453 * vc-rcs.el (vc-rcs-rollback):
13454 * vc-sccs.el (vc-sccs-rollback):
13455 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
13456 (vc-version-diff, vc-revert, vc-rollback):
13457 * wdired.el (wdired-check-kill-buffer):
13458 * emacs-lisp/authors.el (authors):
13459 * net/socks.el (socks-open-connection):
13460 * net/zeroconf.el (zeroconf-service-add-hook):
13461 * obsolete/vc-mcvs.el (vc-mcvs-register):
13462 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
13463 (gdb-select-frame):
13464 * progmodes/grep.el (lgrep, rgrep):
13465 * progmodes/idlw-help.el (idlwave-help-check-locations)
13466 (idlwave-help-html-link, idlwave-help-assistant-open-link):
13467 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13468 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
13469 (reftex-toc-rename-label): Fix typos in error messages.
13470
13471 * dired-aux.el (dired-do-shell-command): Reflow docstring.
13472 (dired-copy-how-to-fn): Doc fix.
13473 (dired-files-attributes, dired-read-shell-command):
13474 Fix typos in docstrings.
13475
13476 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
13477 (dired-x-find-file-other-window): Reflow docstrings.
13478 (dired-omit-marker-char, dired-read-shell-command)
13479 (dired-x-submit-report): Fix typos in docstrings.
13480
13481 * shell.el (shell-mode-hook):
13482 * view.el (View-scroll-line-forward):
13483 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
13484 Fix typos in docstrings.
13485
13486 * net/dig.el (dig-invoke): Fix typo in docstring.
13487 (query-dig): Reflow docstring.
13488
13489 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
13490 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
13491 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
13492 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
13493 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
13494 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
13495 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
13496 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
13497 (idlwave-completion-map, idlwave-current-indent)
13498 (idlwave-custom-ampersand-surround, idlwave-customize)
13499 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
13500 (idlwave-define-abbrev, idlwave-determine-class-special)
13501 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
13502 (idlwave-end-block-reg, idlwave-end-of-statement)
13503 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
13504 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
13505 (idlwave-explicit-class-listed, idlwave-file-header)
13506 (idlwave-fill-paragraph, idlwave-find-class-definition)
13507 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
13508 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
13509 (idlwave-in-quote, idlwave-indent-action-table)
13510 (idlwave-indent-expand-table, idlwave-indent-line)
13511 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
13512 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
13513 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
13514 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
13515 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
13516 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
13517 (idlwave-outlawed-buffers, idlwave-popup-select)
13518 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13519 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13520 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13521 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13522 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13523 (idlwave-statement-type, idlwave-struct-skip)
13524 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13525 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13526 (idlwave-what-module-find-class): Fix typos in docstrings.
13527 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13528 (idlwave-calculate-cont-indent, idlwave-expand-equal)
13529 (idlwave-find-module, idlwave-find-structure-definition)
13530 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13531 (idlwave-list-load-path-shadows, idlwave-next-statement)
13532 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13533 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13534 (idlwave-template): Reflow docstrings.
13535
13536 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13537 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13538 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13539 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13540 (idlwave-shell-display-line, idlwave-shell-display-wframe)
13541 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13542 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13543 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13544 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13545 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13546 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13547 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13548 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13549 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13550 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13551 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13552 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13553 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13554 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13555 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13556 Fix typos in docstrings.
13557 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13558 (idlwave-shell-hide-output, idlwave-shell-mode)
13559 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13560 Reflow docstrings.
13561
13562 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13563
62136c5d
SM
135642009-09-24 Ivan Kanis <apple@kanis.eu>
13565
13566 * term.el (term-bold-attribute): New var.
13567 (term-handle-colors-array): Use it.
13568
9c1a45ed
NR
135692009-09-23 Nick Roberts <nickrob@snap.net.nz>
13570
13571 * progmodes/gdb-mi.el (gdb-version): New variable.
13572 (gdb-non-stop-handler): Set gdb-version.
13573 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13574 Condition "--thread" option on gdb-version.
13575 (gdb-invalidate-threads): Remove unused argument.
13576
03304f31
SM
135772009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13578
13579 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13580 to looking-back to avoid ridiculous slow down in large files (bug#4511).
13581
4f02f0c9
GM
135822009-09-23 Glenn Morris <rgm@gnu.org>
13583
13584 * mail/rmail.el (rmail-reply): Don't try to add a References header when
13585 replying to mail without References or Message-Id. (Bug#4525)
13586
a3b4b363
AR
135872009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
13588
13589 * term/ns-win.el (ns-reg-to-script): New variable.
13590
7bda18cc
DU
135912009-09-23 Daiki Ueno <ueno@unixuser.org>
13592
13593 * epg.el (epg-wait-for-status): Preserve existing 'error results.
13594
72169e55
SS
135952009-09-22 Sam Steingold <sds@gnu.org>
13596
13597 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
13598 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13599 to 1 because hg returns status 1 when nothing is found.
0aa4f295 13600 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 13601
905b7d38
SM
136022009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13603
b0459dec
SM
13604 * textmodes/fill.el: Convert to utf-8 encoding.
13605 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 13606 pre-Unicode days.
b0459dec 13607
905b7d38
SM
13608 * add-log.el (change-log-fill-forward-paragraph): New function.
13609 (change-log-mode): Use it so fill-region DTRT.
13610 Set fill-indent-according-to-mode here rather than in
13611 change-log-fill-paragraph.
13612 (change-log-fill-paragraph): Remove.
13613
baa7f3de
JB
136142009-09-22 Juanma Barranquero <lekktu@gmail.com>
13615
13616 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13617 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
13618
a8d789f0
GM
136192009-09-22 Glenn Morris <rgm@gnu.org>
13620
daedbbc2
GM
13621 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13622 the scroll-bar scroll the calendar window rather than the buffer.
13623
d8899a74
GM
13624 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13625 commands that move point (as opposed to scrolling).
13626
a8d789f0
GM
13627 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13628
13629 * emacs-lisp/elint.el (elint): New custom group.
13630 (elint-log-buffer): Make it a defcustom.
13631 (elint-scan-preloaded, elint-ignored-warnings)
13632 (elint-directory-skip-re): New options.
13633 (elint-builtin-variables): Doc fix.
13634 (elint-preloaded-env): New variable.
13635 (elint-unknown-builtin-args): Add an entry for encode-time.
13636 (elint-extra-errors): Make it a variable rather than a constant.
13637 (elint-preloaded-skip-re): New constant.
13638 (elint-directory): Skip files matching elint-directory-skip-re.
13639 (elint-features): New variable, local to linted buffers.
13640 (elint-update-env): Initialize elint-features. Possibly add
13641 elint-preloaded-env to the buffer's environment.
13642 (elint-get-top-forms): Bind elint-current-pos, for log messages.
13643 Skip quoted forms.
13644 (elint-init-form): New function, extracted from elint-init-env.
13645 Make non-list forms a warning rather than an error.
13646 Add the mode-map for define-derived-mode. Handle define-minor-mode,
13647 easy-menu-define, put that adds an error-condition, and provide.
13648 When requiring cl, also require cl-macs. Really require cl, to handle
13649 some cl macros. Store required libraries in the list elint-features,
13650 so as not to re-load them. Treat cc-require like require.
13651 (elint-init-env): Call elint-init-form to do the work.
13652 Handle eval-and-compile and such like.
13653 (elint-add-required-env): Do not clear messages.
13654 (elint-special-forms): Add handlers for function, defalias, if, when,
13655 unless, and, or.
13656 (elint-form): Add optional argument to ignore elint-special-forms,
13657 useful to prevent recursive calls from handlers. Doc fix.
13658 Respect elint-ignored-warnings.
13659 (elint-form): Respect elint-ignored-warnings.
13660 (elint-bound-variable, elint-bound-function): New variables.
13661 (elint-unbound-variable): Respect elint-bound-variable.
13662 (elint-get-args): Respect elint-bound-function.
13663 (elint-check-cond-form): Add some simple handling for (f)boundp and
13664 featurep tests.
13665 (elint-check-defalias-form): New handler.
13666 (elint-check-let-form): Make an empty let a warning rather than an
13667 error.
13668 (elint-check-setq-form): Make an empty setq a warning rather than an
13669 error. Respect elint-ignored-warnings.
13670 (elint-check-defvar-form): Accept null doc-strings.
13671 (elint-check-conditional-form): New handler. Does some simple-minded
13672 checking of featurep and (f)boundp tests.
13673 (elint-put-function-args): New function.
13674 (elint-initialize): Use elint-scan-doc-file rather than
13675 elint-find-builtin-variables. Use elint-put-function-args.
13676 Possibly scan preloaded-file-list.
13677 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13678 extend to handle functions as well.
13679
245be23c
JB
136802009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
13681
13682 * linum.el (linum-delete-overlays, linum-update-window):
13683 Do not modify the right margin. (Bug#3971)
13684
91fdbd6f
CY
136852009-09-21 Chong Yidong <cyd@stupidchicken.com>
13686
13687 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13688 nxml-mode instead of xml-mode.
13689
7589d38e
JB
136902009-09-21 Kevin Ryde <user42@zip.com.au>
13691
13692 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
13693
5ac42715
SM
136942009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13695
13696 * net/dig.el (dig-mode): Use define-derived-mode.
13697
09c01323
DN
136982009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13699
4096c5f2
DN
13700 * vc-dispatcher.el (vc-do-command): Return the process object in
13701 the asynchronous case. Use when instead of if. Do not run
5480359e 13702 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 13703
0e172cc2
DN
13704 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13705 properties to the stash strings.
13706 (vc-git-stash-list): Return a list of strings.
13707 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13708 (vc-git-stash-show-at-point): New functions.
13709 (vc-git-stash-map): New keymap.
13710
03304f31
SM
13711 * register.el (ctl-x-r-map): Define the keys here instead of
13712 using autoload.
09c01323 13713
03304f31 137142009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
13715
13716 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13717 list, to workaround performance problem (bug#4485).
13718
2f5fc4d7
NR
137192009-09-20 Nick Roberts <nickrob@snap.net.nz>
13720
13721 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13722
b0f5fd2e
DU
137232009-09-20 Daiki Ueno <ueno@unixuser.org>
13724
13725 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13726 Document that this option is not recommended to use.
13727
f3445fab
GM
137282009-09-19 Glenn Morris <rgm@gnu.org>
13729
547c6921
GM
13730 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13731 variable `var'.
13732
f3445fab
GM
13733 * calc/calc-alg.el (var):
13734 * calc/calcalg2.el (var): Define for compiler.
13735
946c009b
CY
137362009-09-19 Chong Yidong <cyd@stupidchicken.com>
13737
e3f36d03
SM
13738 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13739 Doc fix (Bug#3932).
e2045997 13740
24aedbca
CY
13741 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13742
327dd27a
CY
13743 * time-stamp.el (time-stamp-month-dd-yyyy)
13744 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13745 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13746 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
13747 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13748 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 13749
946c009b
CY
13750 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13751 indent buffer only if called interactively (Bug#4452).
13752
3e70541a 137532009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 13754 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
13755
13756 This fixes bug#4197 (merged to bug#865, though not identical).
13757 * server.el (server-auth-dir): Add docstring note about FAT32.
13758 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13759 but warn against using them.
13760
9b94c32e
NR
137612009-09-19 Nick Roberts <nickrob@snap.net.nz>
13762
13763 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13764 older GDB where there is no has_more field.
13765
66590684
GM
137662009-09-19 Glenn Morris <rgm@gnu.org>
13767
13768 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13769
9a1337f9
CY
137702009-09-18 Chong Yidong <cyd@stupidchicken.com>
13771
13772 * files.el (auto-mode-alist): Change default for XML files to nXML
13773 mode (Bug#4169).
13774
d7554167
JB
137752009-09-18 Juanma Barranquero <lekktu@gmail.com>
13776
13777 * server.el (server-ensure-safe-dir): Pass 'integer
13778 to `file-attributes', as suggested.
13779
35a3f9a4
SM
137802009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13781
13782 * dired-aux.el (dired-query-alist): Remove spurious backslash.
13783 (dired-query): Use read-key.
13784
044f9b05
AR
137852009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
13786
13787 * cus-start.el (ns-use-qd-smoothing): Remove.
13788
6188ea49
GM
137892009-09-18 Glenn Morris <rgm@gnu.org>
13790
08cf18e4
GM
13791 * allout.el (top-level): Remove unnecessary progn.
13792
07eae5c5
GM
13793 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13794
6726c25e
GM
13795 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13796 definition of abbrev table.
13797
3f527154 13798 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
13799 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13800 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
13801 * net/newst-backend.el (newsticker--cache-read-feed):
13802 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
13803 condition-case handlers.
13804
ccb4c30c
NR
138052009-09-18 Nick Roberts <nickrob@snap.net.nz>
13806
13807 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13808 (gdb-var-list): Add an element for has_more field.
13809 (gdb-non-stop-handler): Enable pretty printing for STL containers.
13810 (gdb-var-create-handler, gdb-var-list-children-handler-1)
13811 (gdb-var-update-handler-1): Parse output of dynamic variable
13812 objects (STL containers).
13813 (gdb-var-delete-1): Pass var1 as an explicit second argument.
13814 (gdb-get-field): Delete alias. Use bindat-get-field directly.
13815
13816 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13817 gdb-var-list.
13818 (gud-speedbar-buttons): Make node expandable if expression "has more"
13819 children.
13820
8686ac71
JB
138212009-09-17 Juanma Barranquero <lekktu@gmail.com>
13822
13823 * startup.el (emacs-quick-startup): Remove variable and all uses.
13824 (command-line): Set `inhibit-x-resources' instead.
13825 (command-line-1): Use `inhibit-x-resources' instead.
13826
a69c67e8
CY
138272009-09-17 Chong Yidong <cyd@stupidchicken.com>
13828
13829 * subr.el: Fix last change to avoid using the `unless' macro,
13830 which breaks bootstrapping.
13831
354f0faf
SM
138322009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13833
13834 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13835 extended definitions, in case we reload subr.el after having
13836 loaded CL.
13837 (eval-next-after-load): Mark as obsolete.
13838
98b9bf40
JL
138392009-09-17 Juri Linkov <juri@jurta.org>
13840
13841 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13842 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13843 (menu-bar-showhide-menu, menu-bar-tools-menu)
13844 (menu-bar-describe-menu, menu-bar-help-menu)
13845 (minibuffer-local-completion-map, minibuffer-local-map):
13846 Fix list quoting.
13847
28fab7b5
GM
138482009-09-17 Glenn Morris <rgm@gnu.org>
13849
88d5190c
GM
13850 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13851 arguments, whether or not it has a handler.
13852
74f24ba7
GM
13853 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13854
28fab7b5
GM
13855 * simple.el (hard-newline): Give it a doc-string.
13856
a8106aec
GM
13857 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13858 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 13859
76251ad7
DN
138602009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13861
72033dbe
DN
13862 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13863 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13864 (menu-bar-options-menu, menu-bar-showhide-menu)
13865 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13866 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13867 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13868 (menu-bar-options-menu, menu-bar-tools-menu)
13869 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13870 (menu-bar-help-menu):
13871 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13872 string arguments.
13873
76251ad7
DN
13874 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13875 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13876 calls for the menu names and :help.
13877
97b952b7
SM
138782009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13879
13880 * mouse.el (minor-mode-menu-from-indicator): Pay attention
13881 to :minor-mode-function (bug#4455).
13882
8f38189e
SM
138832009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13884
d2fd733e
SM
13885 * startup.el (command-line): Initialize the window-system after
13886 processing the command-line.
13887
8f38189e
SM
13888 * textmodes/page.el (what-page): Make sure we don't inf-loop if
13889 page-delimiter matches the empty string.
13890
77564fa4
GM
138912009-09-16 Glenn Morris <rgm@gnu.org>
13892
13893 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13894 byte-compile-not-obsolete-var. It's a list now.
13895 (byte-compile-not-obsolete-funcs): New variable.
13896 (byte-compile-warn-obsolete): Don't warn about functions if they are in
13897 byte-compile-not-obsolete-funcs.
13898 (byte-compile-variable-ref, byte-compile-defvar): Update for
13899 byte-compile-not-obsolete-vars name-change and list nature.
13900 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13901 and variables behind (f)boundp tests.
13902 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13903
79d316d3
DN
139042009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13905
13906 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13907
8fed6934
SM
139082009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13909
13910 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13911 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13912 Don't autoload.
13913
4078fd57
SE
139142009-09-15 Stephen Eglen <stephen@gnu.org>
13915
13916 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 13917 the virtual-buffers, use the name of the buffer specified by
4078fd57 13918 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 13919 problem if the target and the symlink had different names.)
4078fd57 13920
838ff458
SM
139212009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13922
b3c7c12d
SM
13923 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13924
13dc2bc2
SM
13925 * desktop.el (desktop-path): Check user-emacs-directory.
13926
49fec531
SM
13927 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13928
0e328d37
SM
13929 * loadup.el: Use after-load-functions to GC after loading each file.
13930 Remove the explicit GC calls that used to be sprinkled around.
13931
838ff458
SM
13932 * subr.el (after-load-functions): New hook.
13933 (do-after-load-evaluation): Run it. Use string-match-p to detect
13934 `obsolete' packages, rather than painfully extracting the relevant
13935 directory name.
13936
a62f564f
GM
139372009-09-15 Glenn Morris <rgm@gnu.org>
13938
13939 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13940 free variable `doc'.
13941
13942 * dired.el (dired-mode-map): Add menu entry for async shell command.
13943
13944 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13945 variables, also consider the .elc files, since the .el files are
13946 normally gzipped (subsequent code locates the .el.gz from the .elc).
13947
13948 * calc/calc-prog.el (arglist): Define for compiler.
13949
13950 * calendar/diary-lib.el (diary-display-function): Change the default to
13951 fancy display.
13952 (body): Define for compiler.
13953
13954 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13955 (byte-compile-file-form, byte-compile-lambda)
13956 (byte-compile-top-level-body, byte-compile-form)
13957 (byte-compile-variable-ref, byte-compile-setq)
13958 (byte-compile-setq-default, byte-compile-body)
13959 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13960 (batch-byte-compile): Give some more local variables with common names
13961 a "bytecomp-" prefix to avoid masking warnings about free variables.
13962
cd05fe7f
GM
13963 * startup.el (command-line-1): Give local variables with common names a
13964 distinguishing prefix, so as not to hide free variable warnings during
13965 bootstrap.
13966
a62f564f
GM
13967 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13968 clever and add a suffix to make a unique name, just let the user decide
13969 whether or not to overwrite it. If the input is a directory, write the
13970 default filename to that directory. (Bug#4388)
13971 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13972 is a filename-as-a-directory.
13973
fbc88440
SM
139742009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13975
13976 * textmodes/page.el (what-page): Don't move to beginning of line.
13977 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13978
60308853
DN
139792009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13980
13981 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13982
32ba3abc
DN
139832009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
13984
9cd39aff
DN
13985 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13986 * help.el (help-for-help-internal): Add purecopy calls for text.
13987
32ba3abc
DN
13988 * vc.el (top): print-log method now takes an optional SHORTLOG
13989 argument. Add a new method: root.
32ba3abc
DN
13990 (vc-root-diff, vc-print-root-log): New functions.
13991 (vc-log-short-style): New variable.
13992 (vc-print-log-internal): Add support for showing short logs.
13993
13994 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13995 vc-print-root-log and vc-print-root-diff.
13996
13997 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13998 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13999 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
14000 short logs.
14001
14002 * vc-cvs.el (vc-cvs-print-log):
14003 * vc-mtn.el (vc-mtn-print-log):
14004 * vc-rcs.el (vc-rcs-print-log):
14005 * vc-sccs.el (vc-sccs-print-log):
14006 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
14007 that is ignored for now.
14008
837b0e99
DN
14009 * vc-mtn.el (vc-mtn-annotate-command):
14010 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
14011
31cd2dd4
SM
140122009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14013
14014 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
14015 to function-key-map, and give them ascii-character property.
14016 * term/x-win.el (x-alternatives-map):
14017 * term/ns-win.el (ns-alternatives-map):
14018 * term/internal.el (msdos-key-remapping-map):
14019 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
14020
d62e5bf2
GM
140212009-09-14 Glenn Morris <rgm@gnu.org>
14022
14023 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
14024 temp-buffers (2009-09-12).
14025
7d0105e5
SM
140262009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14027
14028 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
14029 the new read-key function.
14030
e17ed9ad
CY
140312009-09-13 Chong Yidong <cyd@stupidchicken.com>
14032
14033 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
14034 is defined (Bug#4405).
14035
1fc26e29
CY
140362009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
14037
14038 * recentf.el (recentf-cleanup): Use a hash table to find
14039 duplicates (Bug#4407).
14040
61dc96a2 140412009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
14042
14043 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
14044 kp-0 to ascii equivalents (Bug#4325).
14045
42c3a9e3
CY
140462009-09-13 Chong Yidong <cyd@stupidchicken.com>
14047
1f5c1626
CY
14048 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
14049
42c3a9e3 14050 * eshell/em-hist.el:
31cd2dd4
SM
14051 * eshell/em-dirs.el (eshell-complete-user-reference):
14052 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
14053
140542009-09-13 Leo <sdl.web@gmail.com> (tiny change)
14055
14056 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
14057 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
14058 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
14059 * eshell/em-hist.el (eshell-history-file-name):
14060 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 14061
1e2b6acf
GM
140622009-09-13 Glenn Morris <rgm@gnu.org>
14063
14064 * ediff-merg.el (ediff-do-merge):
14065 * filesets.el (filesets-run-cmd):
14066 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
14067 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
14068 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
14069 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
14070 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
14071 Replace empty `let's with `progn'.
14072
adba8116
SM
140732009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14074
14075 * mail/sendmail.el (send-mail-function):
14076 * tooltip.el (tooltip-mode):
14077 * simple.el (transient-mark-mode):
14078 * rfn-eshadow.el (file-name-shadow-mode):
14079 * frame.el (blink-cursor-mode):
14080 * font-core.el (global-font-lock-mode):
14081 * files.el (temporary-file-directory)
14082 (small-temporary-file-directory, auto-save-file-name-transforms):
14083 * epa-hook.el (auto-encryption-mode):
14084 * composite.el (global-auto-composition-mode):
14085 Use custom-initialize-delay.
14086 * startup.el (command-line): Don't explicitly call
14087 custom-reevaluate-setting for all the above vars.
14088 * custom.el (custom-initialize-safe-set)
14089 (custom-initialize-safe-default): Delete.
14090
0a4afea9
SM
140912009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14092
9f94990d
SM
14093 * term/x-win.el (x-initialize-window-system):
14094 * term/w32-win.el (w32-initialize-window-system):
14095 * term/ns-win.el (ns-initialize-window-system): Don't call
14096 mouse-wheel-mode since it's enabled globally by default already.
14097
0a4afea9
SM
14098 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
14099 actually define the variable, but only silences the byte-compiler.
14100 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
14101 before looking it up.
14102 (mouse-wheel-scroll-amount): Also reset the bindings if this value
14103 is changed.
14104
bf01513f
GM
141052009-09-12 Glenn Morris <rgm@gnu.org>
14106
14107 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
14108 1000.
14109 (elint-add-required-env): Don't beep on error.
14110 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
14111 (elint-init-env): Skip non-list forms.
14112 (elint-log): Handle unknown file positions.
bf01513f 14113
d85889e4
DU
141142009-09-12 Daiki Ueno <ueno@unixuser.org>
14115
14116 * epg.el (epg-make-context): Add autoload cookie.
14117 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
14118 (epg-decrypt-string, epg-start-verify, epg-verify-file)
14119 (epg-verify-string, epg-start-sign, epg-sign-file)
14120 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
14121 (epg-encrypt-string, epg-start-export-keys)
14122 (epg-export-keys-to-file, epg-export-keys-to-string)
14123 (epg-start-import-keys, epg-import-keys-from-file)
14124 (epg-import-keys-from-string, epg-start-receive-keys)
14125 (epg-receive-keys, epg-import-keys-from-server)
14126 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
14127 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
14128 (epg-generate-key-from-file, epg-generate-key-from-string):
14129 Remove autoload cookie.
d85889e4 14130
8f825ee6
EZ
141312009-09-12 Eli Zaretskii <eliz@gnu.org>
14132
36b434ee
EZ
14133 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
14134 reevaluation of trash-directory.
14135
8f825ee6
EZ
14136 * mwheel.el: Fix last change.
14137 (mouse-wheel-mode): New defvar.
14138 (mouse-wheel-mode): Remove autoload cookie.
14139
5766c380
SM
141402009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14141
ab5c0fcd
SM
14142 * mwheel.el (mwheel-installed-bindings): New var.
14143 (mouse-wheel-mode): Use it, so as to make sure we really remove all
14144 the bindings we set last time. Use custom-initialize-delay.
14145 * loadup.el: Load mwheel after term/*-win.el.
14146 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
14147 and mouse-wheel-up-event now that their first evaluation is done
14148 sufficiently late to be correct.
14149
45448e64
SM
14150 * startup.el (tutorial-directory): Make it a defcustom.
14151 Use custom-initialize-delay rather than eval-at-startup to set it.
14152 * image.el (image-load-path): Make it a defcustom.
14153 Use custom-initialize-delay rather than eval-at-startup to set it.
14154 * subr.el (eval-at-startup): Remove.
14155 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
14156
5766c380
SM
14157 * subr.el (do-after-load-evaluation): Warn the user after loading an
14158 obsolete package.
14159
d6549da4
GM
141602009-09-12 Glenn Morris <rgm@gnu.org>
14161
14162 * proced.el (proced-mark-alt): Remove alias.
14163 (proced-mode-map): Remove proced-mark-alt.
14164
14165 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
14166 Elint file and directory. Remove initialization entry.
14167
14168 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
14169 commands.
14170 (elint-current-buffer): Set mode-line-process.
14171 (elint-init-env): Handle define-derived-mode.
14172 Fix declare-function with unspecified arglist. Guard against odd
14173 defalias statements (eg iso-insert's 8859-1-map).
14174 (elint-add-required-env): Use a temp buffer.
14175 (elint-form): Just print the function/macro name, not the whole form.
14176 Return env unchanged if we fail to parse a macro.
14177 (elint-forms): Guard against parse errors.
14178 (elint-output): New function, to handle batch mode.
14179 (elint-log-message): Add optional argument. Use elint-output.
14180 (elint-set-mode-line): New function.
14181
30194d4d
CY
141822009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
14183
14184 * emacs-lisp/elp.el (elp-not-profilable): Add more
14185 functions (Bug#4233).
14186
a035f9b0
CY
141872009-09-12 Chong Yidong <cyd@stupidchicken.com>
14188
14189 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
14190 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
14191
dad61164
NR
141922009-09-11 Nick Roberts <nickrob@snap.net.nz>
14193
14194 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
14195 (gdb-var-list-children): Use json parsing.
14196
9c3c9fdf 141972009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
14198
14199 * progmodes/js.el (js--proper-indentation): Handle the case where
14200 char-before is null. Reported by Deniz Dogan.
14201
b4587710
JB
142022009-09-11 Juanma Barranquero <lekktu@gmail.com>
14203
14204 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
14205
13890796
DU
142062009-09-11 Daiki Ueno <ueno@unixuser.org>
14207
14208 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
14209 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 14210 (epg-context-set-passphrase-callback)
97d4bdba 14211 (epg-context-set-progress-callback): Add description about
b18508dd 14212 callback function.
13890796 14213
2efb64a8
SM
142142009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14215
790d0270
SM
14216 * custom.el (custom-delayed-init-variables): New var.
14217 (custom-initialize-delay): New function.
14218 * startup.el (command-line): "Re"evaluate all vars in
14219 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
14220 explicitly any more.
14221 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
14222 to avoid creating a ~/.emacs.d at build-time (bug#4347).
14223
14224 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 14225
ac243a40
NR
142262009-09-11 Nick Roberts <nickrob@snap.net.nz>
14227
14228 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
14229 (gdb-var-update-handler): Use json parsing.
14230
657bc6fc
JB
142312009-09-11 Juanma Barranquero <lekktu@gmail.com>
14232
14233 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
14234 decode annotated text, regardless of language environment. (Bug#2741)
14235
b6fe8102
SM
142362009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14237
14238 * Makefile.in (autoloads): Make rmail.el writable as well.
14239
5cc443fe
GM
142402009-09-11 Glenn Morris <rgm@gnu.org>
14241
5515c54e
GM
14242 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
14243 loaddefs.el.
14244 * dired.el: Regenerate with extracted autoloads.
14245 * Makefile.in (autoloads): Make dired.el writable.
14246
15067158
GM
14247 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
14248 * ibuffer.el: Regenerate with extracted autoloads.
14249 * Makefile.in (autoloads): Make ibuffer.el writable.
14250
d35d0238
GM
14251 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
14252 * version.el (emacs-copyright, emacs-major-version)
14253 (emacs-minor-version): Reformat doc-strings for make-docfile.
14254
5cc443fe
GM
14255 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
14256 functions and variables, since they must be stuff specific to some other
14257 platform.
14258 (apropos-print): Make mouse-click message less specific about button.
14259
14260 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
14261 that records where a macro was defined.
14262 * help-fns.el (describe-function-1): Mention if a function has a
14263 compiler-macro.
14264 * help-mode.el (help-function-cmacro): New button.
14265
14266 * locate.el (top-level): Always require dired.
14267 (locate-mode-map): Initialize inside the defvar.
14268
14269 * net/ange-ftp.el (dired-compress-file): Declare.
14270 (ange-ftp-dired-compress-file): Add doc string.
14271
14272 * term/ns-win.el (x-display-name, x-setup-function-keys):
14273 Unify doc-strings with X versions.
14274
8cb95edf
SM
142752009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14276
726a4d09
SM
14277 * emulation/crisp.el (crisp-mode-map): Move initialization
14278 into declaration.
14279 (crisp-mode): Use define-minor-mode.
14280
8cb95edf
SM
14281 * progmodes/xscheme.el (xscheme-evaluation-commands):
14282 Put a :advertised-binding property rather than using
14283 advertised-xscheme-send-previous-expression.
14284 (advertised-xscheme-send-previous-expression): Declare obsolete.
14285 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
14286 `advertised-undo'.
14287 (crisp-mode): Add corresponding bindings to
14288 undo's :advertised-binding instead.
14289 * dired.el (dired-mode-map): Put a :advertised-binding property rather
14290 than using dired-advertised-find-file.
14291 (dired-advertised-find-file):
14292 * simple.el (advertised-undo):
14293 * wid-edit.el (advertised-widget-backward): Declare obsolete.
14294 (widget-keymap): Put a :advertised-binding property rather
14295 than using advertised-widget-backward.
14296 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
14297 than using advertised-undo.
14298 * tutorial.el (tutorial--default-keys): Adjust accordingly.
14299
07db5857
SS
143002009-09-10 Simon South <ssouth@slowcomputing.org>
14301
14302 * progmodes/delphi.el (delphi-tab): Indent region when Transient
14303 Mark mode is enabled and region is active; otherwise indent or
14304 insert TAB as usual.
14305 (delphi-mode): Update description of TAB-key binding.
14306
50d4ba39
SM
143072009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14308
14309 * subr.el (define-key-rebound-commands): Mark obsolete.
14310 * startup.el (precompute-menubar-bindings): Remove.
14311 (normal-top-level): Remove obsolete code that tried to precompute
14312 menubar bindings.
14313 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
14314 define-key-rebound-commands and precompute-menubar-bindings.
14315
ffa894db
KY
143162009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
14317
14318 * net/imap.el (imap-interactive-login): Better messages.
14319 (imap-open): Fix bug with renamed buffer on reconnect.
14320 (imap-authenticate): Add buffer-local imap-last-authenticator variable
14321 for easier debugging and cleaner code. On successful (guessed based on
14322 server capabilities) secondary authentication, set imap-state
14323 correctly.
14324 (imap-last-authenticator): Define imap-last-authenticator as a variable
14325 to avoid warnings.
14326
9477096c
GM
143272009-09-10 Glenn Morris <rgm@gnu.org>
14328
14329 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
14330
14331 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
14332 (byte-compile-file-form-autoload): Don't warn about unknown functions
14333 where the autoload statement comes after the use.
14334 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
14335 that any handlers inside the body (eg require) are in turn respected.
14336
14337 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
14338 effects.
14339
14340 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
14341 and syntax and abbrev tables basic docs, if they don't have any.
14342
14343 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
14344
14345 * international/mule-cmds.el (top-level): Require cl when compiling.
14346 (view-hello-file): Use default-value rather than
14347 default-enable-multibyte-characters.
14348
14349 * progmodes/fortran.el: Move all safe and risky properties into the
14350 defcustoms.
14351
14352 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
14353 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
14354 * mail/undigest.el:
14355 Put autoloads in rmail.el rather than loaddefs.el.
14356 * mail/rmail.el: Regenerate with extracted autoloads.
14357
14358 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
14359 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
14360
9f16c547
NR
143612009-09-10 Nick Roberts <nickrob@snap.net.nz>
14362
14363 Reported in thread for Bug#4375.
14364 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
14365 "-data-evaluate-expression" instead of print.
14366 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
14367 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
14368 (gdb): Revert 2009-08-11 change. User should detach inferior
14369 manually.
9f16c547
NR
14370
14371 Remove the word "separate" from IO functions as inferior
14372 output is now never displayed in the GUD buffer.
14373
50405cd0
JB
143742009-09-10 Juanma Barranquero <lekktu@gmail.com>
14375
14376 * startup.el (command-line-normalize-file-name): On Windows and
14377 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
14378
7ae62430
JL
143792009-09-10 Juri Linkov <juri@jurta.org>
14380
14381 * isearch.el (isearch-text-char-description): Propertize escape
14382 character sequences with the `escape-glyph' face. (Bug#4344)
14383
14384 * simple.el (shell-command): Set asynchronous process filter to
14385 `comint-output-filter'. (Bug#4343)
14386
14387 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
14388 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
14389 the list. Move "asm" to the bottom.
14390 (grep-find-ignored-directories): Add `choice' with nil value
14391 to empty the list easily.
14392 (grep-find-ignored-files): New option.
14393 (grep-files-history): Set to nil by default instead of '("ch" "el").
14394 (grep-compute-defaults): Add "<X>" to `grep-template'.
14395 (grep-read-files): Bind new local variables `default-alias' and
14396 `default-extension'. Use a list of default values for the file prompt.
14397 (lgrep): Add `--exclude=' command line options composed from
14398 `grep-find-ignored-files'.
14399 (rgrep): Add `-name' command line options composed from
14400 `grep-find-ignored-files'. (Bug#4301)
14401
cd875252
SM
144022009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14403
14404 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
14405 (bug#4368).
14406
cdce0b33
KY
144072009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
14408
14409 * calendar/time-date.el (autoload):
14410 Expand define-obsolete-function-alias into defalias and make-obsolete
14411 for old Emacsen that Gnus supports.
14412 (with-no-warnings): Define it for old Emacsen.
14413 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14414 is available.
14415 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14416 float-time is available; suppress compile warning for time-to-seconds.
14417
144182009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
14419
14420 * net/imap.el (imap-message-map): Docstring fix.
14421
2b2eb431
GM
144222009-09-09 Glenn Morris <rgm@gnu.org>
14423
14424 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
14425 line numbers too. (Bug#4374)
14426
83a5aac5
SM
144272009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14428
755e0210
SM
14429 * smerge-mode.el (smerge-remove-props, smerge-refine):
14430 Use with-silent-modifications (bug#4342).
14431
83a5aac5
SM
14432 * subr.el (with-silent-modifications): New macro.
14433
79f01fa7
JB
144342009-09-07 Juanma Barranquero <lekktu@gmail.com>
14435
14436 * files.el (top-level): Require `cl' when compiling.
14437
448ecec3
GM
144382009-09-07 Glenn Morris <rgm@gnu.org>
14439
14440 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
14441
8f09a02f
GM
14442 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
14443 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
14444
76ff67bf
NR
144452009-09-06 Nick Roberts <nickrob@snap.net.nz>
14446
14447 * vc-git.el (vc-git-annotate-command): Use separator to parse
14448 arguments correctly.
14449
943c8b75
EZ
144502009-09-06 Eli Zaretskii <eliz@gnu.org>
14451
14452 * proced.el (proced-mode): Doc fix.
14453
680db9ac
MA
144542009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
14455
14456 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
14457 lstat fails.
14458 (tramp-do-file-attributes-with-ls): Check for file existence at
14459 remote end.
14460 (tramp-do-file-attributes-with-stat): Likewise.
14461 (tramp-convert-file-attributes): Return nil when attr is nil.
14462
3f12e5bd
GM
144632009-09-05 Glenn Morris <rgm@gnu.org>
14464
c8dc27bf
GM
14465 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
14466 properties to this button.
14467 (diary-fancy-display): Don't extend the button to the final newline.
14468 (diary-fancy-display-mode): Continue to define "q" as a local key.
14469
cca065d8
GM
14470 * calendar/cal-china.el (holiday-chinese): Make it slightly more
14471 efficient.
14472
cddaedb6
GM
14473 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
14474
3f12e5bd
GM
14475 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
14476 (byte-compile-dest-file-function): New option.
14477 (byte-compile-dest-file): Doc fix.
14478 Obey byte-compile-dest-file-function.
14479 (byte-compile-cl-file-p): New function.
14480 (byte-compile-eval): Only suppress noruntime warnings about cl functions
14481 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
14482 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
14483 than for file being previously loaded.
14484 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
14485 (byte-compile-file-form-require): Handle the case where requiring a file
14486 indirectly causes CL to be loaded.
14487
049a231b
KF
144882009-09-05 Karl Fogel <kfogel@red-bean.com>
14489
14490 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
14491 before killing the old buffer, since by the time `kill-buffer' is
14492 run so many buffer variables have been set to nil that it may not
14493 behave as expected. (Bug#4061)
14494
ef7ef2a0
KF
144952009-09-05 Karl Fogel <kfogel@red-bean.com>
14496
14497 * files.el (find-alternate-file): If the old buffer is modified
14498 and visiting a file, behave similarly to `kill-buffer' when
14499 killing it, thus reverting to the pre-1.878 behavior; see
14500 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14501 for discussion. Also, consult `buffer-file-name' as a variable
14502 not as a function, for consistency with the rest of the code.
14503
73d854cd
MA
145042009-09-04 Michael Albinus <michael.albinus@gmx.de>
14505
14506 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
14507 also when adding a new directory.
14508
14509 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
14510 defun.
14511
df120481
SM
145122009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
14513
14514 * files.el (locate-file-completion-table): Make it provide boundary
14515 information, so partial-completion works better.
14516
c0bc6d79
SM
145172009-09-04 Leo <sdl.web@gmail.com> (tiny change)
14518
14519 * mail/footnote.el (Footnote-text-under-cursor):
14520 Check footnote-text-marker-alist before using it (bug#4324).
14521
f76a9756
GM
145222009-09-04 Glenn Morris <rgm@gnu.org>
14523
67d110f1
GM
14524 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14525 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14526 * play/solitaire.el, play/tetris.el:
14527 Remove leading * from defcustom and defface docs.
14528
b42d4989
GM
14529 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14530 necessary.
14531 (diary-fancy-overriding-map): New variable.
14532 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14533 Use view-mode.
14534
f76a9756
GM
14535 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14536 goto-line.
14537
e605eeeb
GM
145382009-09-03 Glenn Morris <rgm@gnu.org>
14539
597e2240
GM
14540 * arc-mode.el (archive-mode):
14541 * dos-fns.el (set-default-process-coding-system):
14542 * man.el (Man-getpage-in-background):
14543 * menu-bar.el (menu-bar-describe-menu):
14544 * server.el (server-process-filter):
14545 * startup.el (command-line):
14546 * tar-mode.el (tar-header-block-tokenize, tar-extract):
14547 * w32-fns.el (set-default-process-coding-system):
14548 * x-dnd.el (x-dnd-handle-file-name):
14549 * international/mule-cmds.el (mule-menu-keymap)
14550 (set-default-coding-systems, language-info-alist, set-language-info)
14551 (set-language-environment, standard-display-european-internal)
14552 (set-locale-environment):
14553 * international/mule-diag.el (mule-diag):
14554 * mail/emacsbug.el (report-emacs-bug):
14555 * mail/rmail.el (rmail-mode):
14556 * mail/sendmail.el (mail-setup):
14557 Use default-value rather than default-enable-multibyte-characters.
14558
f38184aa
GM
14559 * progmodes/f90.el: Move all safe properties into the defcustoms.
14560 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14561
e605eeeb
GM
14562 * calendar/appt.el (appt-check):
14563 * calendar/diary-lib.el (diary-set-header, diary-live-p)
14564 (diary-check-diary-file, diary-list-entries)
14565 (diary-include-other-diary-files, diary-simple-display)
14566 (diary-fancy-display, diary-print-entries)
14567 (diary-mark-included-diary-files, diary-make-entry):
14568 Don't call substitute-in-file-name on diary-file.
14569
734db384 145702009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 14571 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
14572
14573 * mail/footnote.el (footnote-prefix): Make it a defcustom.
14574 (footnote-mode-map): Move initialization into the declaration.
14575 (footnote-minor-mode-map): Define it rather than changing global-map.
14576 (footnote-mode): Use define-minor-mode.
14577
e5aa47f9
MA
145782009-09-02 Michael Albinus <michael.albinus@gmx.de>
14579
14580 * net/tramp.el (tramp-handle-file-attributes-with-ls)
14581 (tramp-do-file-attributes-with-perl)
14582 (tramp-do-file-attributes-with-stat): Rename from
14583 `tramp-handle-file-attributes-with-*'.
14584 (tramp-handle-file-attributes): Use them.
14585 (tramp-do-directory-files-and-attributes-with-perl)
14586 (tramp-do-directory-files-and-attributes-with-stat): Rename from
14587 `tramp-handle-directory-files-and-attributes-with-*'.
14588 (tramp-handle-directory-files-and-attributes): Use them.
14589 (tramp-method-out-of-band-p): Additional parameter SIZE.
14590 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14591 (tramp-handle-write-region): Use it.
734db384 14592 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
14593 (tramp-handle-vc-registered): Check, whether the first run did
14594 return files to be tested.
14595 (tramp-advice-make-auto-save-file-name): Do not call directly
14596 `tramp-handle-make-auto-save-file-name', because this would bypass
14597 the locking mechanism.
14598
734db384 14599 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
14600 (file-remote-p, process-file, start-file-process, set-file-times)
14601 (tramp-compat-file-attributes): Compatibility functions shall not
14602 call directly `tramp-handle-*', because this would bypass the
14603 locking mechanism.
14604 (tramp-compat-number-sequence): New defun.
14605
6e2ca895
GM
146062009-09-02 Glenn Morris <rgm@gnu.org>
14607
697c7714
GM
14608 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14609 alias for float-time.
14610 (time-to-number-of-days): In Emacs, use float-time.
14611 * net/newst-backend.el (time-add): Suppress warnings from compat
14612 function.
14613 * time.el (emacs-uptime, emacs-init-time):
14614 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14615 Use float-time rather than time-to-seconds.
14616
6e2ca895
GM
14617 * minibuffer.el (completion-initials-expand): Fix typo.
14618
14619 * faces.el (modeline, modeline-inactive, modeline-highlight)
14620 (modeline-buffer-id):
14621 * info.el (info-menu-5): Mark these face aliases as obsolete.
14622
ed17efec
NR
146232009-09-01 Nick Roberts <nickrob@snap.net.nz>
14624
14625 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14626 space ...
14627 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14628 no "--thread" option.
14629 (gdb-stopped): Don't print "Switched to thread" message when it is
14630 unchanged.
14631
fcb68f70
SM
146322009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14633
14634 * minibuffer.el (completion-try-completion)
14635 (completion-all-completions): Remove ill-defined (and
14636 mistakenly installed and luckily never used nor documented)
14637 `completion-styles' property.
14638 (completion-initials-expand, completion-initials-all-completions)
14639 (completion-initials-try-completion): New functions.
14640 (completion-styles-alist): Add doc to each entry.
14641 Add new `initials' entry.
14642
83318a6d
NR
146432009-09-01 Nick Roberts <nickrob@snap.net.nz>
14644
14645 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14646 MI command -var-evaluate-expression.
14647 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14648 and tweak for case of string child.
734db384 14649 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 14650
d63eb0e7
GM
146512009-09-01 Glenn Morris <rgm@gnu.org>
14652
c4f6e489
GM
14653 * add-log.el (change-log-date-face, change-log-name-face)
14654 (change-log-email-face, change-log-file-face, change-log-list-face)
14655 (change-log-conditionals-face, change-log-function-face)
14656 (change-log-acknowledgement-face):
14657 * cus-edit.el (custom-invalid-face, custom-rogue-face)
14658 (custom-modified-face, custom-set-face, custom-changed-face)
14659 (custom-saved-face, custom-button-face, custom-button-pressed-face)
14660 (custom-documentation-face, custom-state-face, custom-comment-face)
14661 (custom-comment-tag-face, custom-variable-tag-face)
14662 (custom-variable-button-face, custom-face-tag-face)
14663 (custom-group-tag-face-1, custom-group-tag-face):
14664 * diff-mode.el (diff-header-face, diff-file-header-face)
14665 (diff-index-face, diff-hunk-header-face, diff-removed-face)
14666 (diff-added-face, diff-changed-face, diff-function-face)
14667 (diff-context-face, diff-nonexistent-face):
14668 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14669 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14670 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14671 (Info-title-4-face):
14672 * isearch.el (isearch-lazy-highlight-face):
14673 * log-view.el (log-view-file-face, log-view-message-face):
14674 * paren.el (show-paren-match-face, show-paren-mismatch-face):
14675 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14676 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14677 (cvs-msg-face):
14678 * smerge-mode.el (smerge-mine-face, smerge-other-face)
14679 (smerge-base-face, smerge-markers-face):
14680 * wid-edit.el (widget-documentation-face, widget-button-face)
14681 (widget-field-face, widget-single-line-field-face)
14682 (widget-inactive-face, widget-button-pressed-face):
14683 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14684 (woman-addition-face):
2fb1ec93
GM
14685 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14686 (eshell-ls-executable-face, eshell-ls-readonly-face)
14687 (eshell-ls-unreadable-face, eshell-ls-special-face)
14688 (eshell-ls-missing-face, eshell-ls-archive-face)
14689 (eshell-ls-backup-face, eshell-ls-product-face)
14690 (eshell-ls-clutter-face):
14691 * eshell/em-prompt.el (eshell-prompt-face):
14692 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 14693 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
14694 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14695 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14696 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14697 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14698 (antlr-font-lock-literal-face):
c4f6e489
GM
14699 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14700 (ebrowse-root-class-face, ebrowse-file-name-face)
14701 (ebrowse-default-face, ebrowse-member-attribute-face)
14702 (ebrowse-member-class-face, ebrowse-progress-face):
14703 * progmodes/make-mode.el (makefile-space-face):
14704 * progmodes/sh-script.el (sh-heredoc-face):
14705 * textmodes/flyspell.el (flyspell-incorrect-face)
14706 (flyspell-duplicate-face):
14707 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 14708 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
14709 Mark face aliases with "-face" suffix as obsolete.
14710
d80619fa
GM
14711 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14712 compiler.
14713
5f68c1b7
GM
14714 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14715 (eudc-bob-sound-menu): Use defvar rather than defconst, since
14716 easy-menu-define wants to modify these.
14717
14718 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14719
14720 * net/browse-url.el (browse-url-file-url):
14721 * term/internal.el (dos-codepage-setup):
14722 Use default-value rather than default-enable-multibyte-characters.
14723
d80619fa 14724 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
14725 * progmodes/flymake.el (flymake-highlight-line)
14726 (flymake-goto-file-and-line, flymake-goto-line):
14727 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14728 (gdb-goto-breakpoint):
14729 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14730 * progmodes/python.el (python-find-function)
14731 (python-pdbtrack-track-stack-file):
14732 * progmodes/verilog-mode.el (verilog-surelint-off):
14733 * term/ns-win.el (ns-open-file-select-line):
14734 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14735 Use forward-line rather than goto-line.
14736
d63eb0e7
GM
14737 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14738 * textmodes/reftex-index.el (reftex-display-index):
14739 * textmodes/reftex-ref.el (reftex-offer-label-menu):
14740 * textmodes/reftex-toc.el (reftex-toc):
14741 Remove unnecessary bindings of default-major-mode (all are followed by
14742 major-mode check and possible mode switch).
14743
0afad278
NR
147442009-08-31 Nick Roberts <nickrob@snap.net.nz>
14745
14746 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14747 Handle watchpoints (bug#4282).
14748 (def-gdb-thread-buffer-command): Enable thread to be selected by
14749 clicking without selecting threads buffer first.
14750 (gdb-current-context-command): Use selected frame so that "up",
14751 "down" etc work in the GUD buffer.
14752 (gdb-update): Find selected frame before rendering stack buffer.
14753 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14754
4e135dd2
SM
147552009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
14756
14757 * progmodes/sym-comp.el (displayed-completions): Remove.
14758 (symbol-complete): Use minibuffer-complete.
14759
e61eba34
GM
147602009-08-31 Glenn Morris <rgm@gnu.org>
14761
14762 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14763
734db384
SM
14764 * apropos.el (apropos-symbols-internal):
14765 Handle (obsolete) face aliases.
e61eba34
GM
14766
14767 * faces.el (describe-face): Adjust the output format to be more like
14768 describe-variable, and to mention (obsolete) face aliases.
14769 Adjust the whitespace so that help-setup-xref works.
14770
14771 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14772 * calendar/diary-lib.el (diary-button-face):
14773 Mark these face aliases as obsolete.
14774
14775 * calendar/calendar.el (calendar-today): Doc fix.
14776
4cf71456
NR
147772009-08-31 Nick Roberts <nickrob@snap.net.nz>
14778
14779 * progmodes/gdb-mi.el (gdb-control-all-threads)
14780 (gdb-control-current-thread): Force tool bar update.
14781 (gdb-non-stop-handler): New function.
14782 (gdb-init-1): Use it to test if non-stop mode is supported.
14783 Remove unused gdbmi buffer type.
14784
e61eba34 147852009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
14786
14787 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 14788 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 14789
4324f7ca
NR
147902009-08-30 Nick Roberts <nickrob@snap.net.nz>
14791
14792 * comint.el (comint-exec-1): Check command is non-null first.
14793 Part of gdb-mi.el change (2009-08-28).
14794
a1bf889a
SM
147952009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14796
14797 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14798
060c08b5
JB
147992009-08-30 Juanma Barranquero <lekktu@gmail.com>
14800
14801 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14802 instead of `dolist' to avoid a recursive require when bootstrapping.
14803
ab22be48
SM
148042009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14805
73ebf88f
SM
14806 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14807
80629cfc
SM
14808 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14809
206d0387 14810 * net/imap.el (imap-send-command): Simplify.
734db384 14811 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 14812
844f7784
SM
14813 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14814
5ca4661e
SM
14815 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14816 with constant argument.
14817
c61dc887
SM
14818 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14819
7eb73deb
SM
14820 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14821
5fe443de
SM
14822 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14823 Change default, since most of our files don't have a history.
14824 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14825 the user.
14826
6444d64a
SM
14827 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14828 Add comint-run.
14829
5cb16bfc
SM
14830 * calc/calc.el: Improve commenting convention.
14831 (calc-digit-map, toplevel): Simplify.
14832
0aeb71a7
SM
14833 * comint.el (comint-insert-input): Be careful to only set point if we
14834 don't delegate to some other command.
14835
9a9af856
SM
14836 * proced.el (proced-signal-list): Make it an alist.
14837 (proced-grammar-alist): Capitalize names.
14838 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14839 Disable undo manually and make it read-only.
14840 Use completion-annotate-function.
14841
ab22be48
SM
14842 * minibuffer.el (minibuffer-message): If the current buffer is not
14843 a minibuffer, insert the message in the echo area rather than at the
14844 end of the buffer.
14845 (completion-annotate-function): New variable.
14846 (minibuffer-completion-help): Use it.
14847 (completion--embedded-envvar-table): Environment vars are
14848 always case-sensitive.
14849
4a948dbf
GM
148502009-08-30 Glenn Morris <rgm@gnu.org>
14851
14852 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14853 from fortran-current-defun.
14854 (fortran-beginning-of-subprogram): Be more precise about finding the
14855 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
14856 (fortran-end-of-subprogram): Simplify.
14857 (fortran-current-defun): Use fortran-start-prog-re.
14858
486cf3b8
JB
148592009-08-29 Juanma Barranquero <lekktu@gmail.com>
14860
14861 * subr.el (do-after-load-evaluation): Simplify.
14862
db167d28
DN
148632009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
14864
14865 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14866
14867 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
14868 (vc-rcs-print-log): Use it.
14869
14870 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14871
efbc652a
SM
148722009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
14873
2aa0e5bf
SM
14874 * paths.el (abbrev-file-name): Move to abbrev.el.
14875 * abbrev.el (abbrev-file-name): Move from paths.el.
14876 Obey user-emacs-directory.
14877 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14878 user-emacs-directory.
14879 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14880 abbrev-file-name and calc-settings-file any more.
14881 * startup.el (command-line): Recompute abbrev-file-name and
14882 abbreviated-home-dir.
14883 (normal-no-mouse-startup-screen): Improve the generic code and get rid
14884 of the special code for when C-h bindings haven't been changed.
14885 (display-startup-echo-area-message): Use with-current-buffer.
14886 (command-line-1): Use a list of strings, rather than a list of lists
14887 of strings for longopts.
14888
51da8fe2
SM
14889 * files.el (get-free-disk-space): Use / for default-directory.
14890
0c3cc4dd
SM
14891 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14892 Use with-current-buffer.
14893
d988dbf6
SM
14894 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14895 Recognize immutable variables like most-positive-fixnum.
14896 (byte-compile-setq-default): Check and warn if trying to assign
14897 to an immutable variable, or a non-variable.
14898
efbc652a
SM
14899 * progmodes/cc-vars.el (c-comment-continuation-stars):
14900 * progmodes/cc-engine.el (c-looking-at-bos):
14901 * progmodes/cc-cmds.el (c-toggle-auto-state)
14902 (c-forward-into-nomenclature, c-backward-into-nomenclature)
14903 (c-comment-line-break-function): Add version of obsolescence.
14904
d30a05d1
JL
149052009-08-28 Juri Linkov <juri@jurta.org>
14906
14907 * files.el (magic-fallback-mode-alist): Add ZIP magic number
14908 associated with `archive-mode'.
14909
14910 * image.el (image-type-header-regexps): Use only JPEG magic number
14911 to determine JPEG images, and don't use `image-jpeg-p' because
14912 Emacs can display non-JFIF non-Exif JPEG images.
14913
1e8eecea
JB
149142009-08-28 Juanma Barranquero <lekktu@gmail.com>
14915
14916 * arc-mode.el (archive-mode):
14917 * emacs-lisp/re-builder.el (re-builder-unload-function):
14918 Protect against the default value of `major-mode' being nil.
14919
dd4fbf56
JB
149202009-08-28 Juanma Barranquero <lekktu@gmail.com>
14921
14922 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14923 Fix typos in docstrings.
14924
14925 * progmodes/js.el (js--macro-decl-re): Doc fix.
14926 (js--plain-method-re, js--split-name): Refloc docstring.
14927 (js--class-styles, js--make-merged-item, js--splice-into-items):
14928 Fix typos in docstrings; reflow docstrings.
14929 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14930 (js--variable-decl-matcher, js--inside-pitem-p)
14931 (js--parse-state-at-point, js--get-all-known-symbols)
14932 (js--symbol-history, js-find-symbol, js--js-references)
14933 (js--moz-interactor, js--js-encode-value, js--read-tab):
14934 Fix typos in docstrings.
14935
72f16325
SM
149362009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14937
14acf2f5
SM
14938 * textmodes/reftex.el (reftex-get-file-buffer-force):
14939 * progmodes/verilog-mode.el (verilog-batch-execute-func):
14940 * emulation/viper.el (viper-go-away, viper-set-hooks):
14941 * emacs-lisp/re-builder.el (re-builder-unload-function):
14942 * emacs-lisp/bytecomp.el (byte-compile-file):
14943 * ses.el (ses-unload-function):
14944 * hexl.el (hexl-find-file):
14945 * files.el (normal-mode):
14946 * ehelp.el (with-electric-help):
14947 * autoinsert.el (auto-insert-alist):
14948 * arc-mode.el (archive-mode):
14949 Use (default-value 'major-mode) instead of default-major-mode.
14950
72f16325
SM
14951 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14952 * international/mule.el (load-with-code-conversion):
14953 * emacs-lisp/debug.el (debug):
14954 * ediff-vers.el (ediff-rcs-get-output-buffer):
14955 * dired.el (dired-internal-noselect): Don't let-bind
14956 default-major-mode around code that doesn't use it.
14957 E.g. buffer creation via get-buffer-create doesn't use it.
14958
aa485f7c
MA
149592009-08-28 Michael Albinus <michael.albinus@gmx.de>
14960
14961 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14962 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14963 when writing the temp file. Otherwise, epa-file gets confused.
14964 (tramp-register-file-name-handlers): Make it a defun. Move also
14965 `epa-file-handler' to the front of `file-name-handler-alist'.
14966
149672009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14968
14969 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14970 start right after a ^M.
14971 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14972 (tramp-completion-file-name-regexp-separate)
14973 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
14974 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14975 Don't modify last-coding-system-used by accident.
aa485f7c
MA
14976 (tramp-completion-file-name-handler): Apply the checks here,
14977 instead during registration.
48c2d18a 14978 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
14979 `tramp-register-file-name-handler'. Register both
14980 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 14981 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 14982
3f0c2b92
NR
149832009-08-28 Nick Roberts <nickrob@snap.net.nz>
14984
72f16325
SM
14985 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14986 Remove variable ...
3f0c2b92
NR
14987 (gdb-init-1, gdb-display-separate-io-buffer)
14988 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14989 references to it.
14990 (gdb-inferior-io-mode): Use make-comint-in-buffer.
14991 (gdb-inferior-filter): Use comint-output-filter to stop
14992 echoing and remove ^M characters.
14993
705e5bd9
SM
149942009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14995
009fdc2e
SM
14996 * emulation/viper-init.el (viper-restore-cursor-type):
14997 * emulation/cua-base.el (cua--update-indications):
14998 Replace default-cursor-type with (default-value 'cursor-type).
14999
b56a5ae0
SM
15000 * mail/sendmail.el (mail-recover-1):
15001 * international/mule-diag.el (describe-current-coding-system-briefly)
15002 (describe-current-coding-system):
15003 * international/mule-cmds.el (select-safe-coding-system)
15004 (select-message-coding-system)
15005 (set-language-environment-coding-systems, set-locale-environment):
15006 * hexl.el (hexl-insert-multibyte-char):
15007 * dos-w32.el (find-buffer-file-type-coding-system):
15008 * simple.el (what-cursor-position):
15009 Replace uses of default-buffer-file-coding-system
15010 with (default-value 'buffer-file-coding-system).
15011
de70529f
SM
15012 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
15013 Replace uses of default-cursor-in-non-selected-windows
15014 with (default-value 'cursor-in-non-selected-windows).
15015 Use with-current-buffer.
15016
705e5bd9
SM
15017 * mail/feedmail.el: Use CL macros.
15018 (feedmail-run-the-queue, feedmail-send-it-immediately):
15019 * dos-w32.el (find-buffer-file-type): Replace uses of
15020 default-buffer-file-type with (default-value 'buffer-file-type).
15021
4d985ac2
GM
150222009-08-28 Glenn Morris <rgm@gnu.org>
15023
15024 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
15025 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
15026 Use default-value of major-mode rather than default-major-mode.
15027
17c15b81
SM
150282009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
15029
3a68ab06
SM
15030 * Makefile.in (update-elcfiles): Report left over elc files.
15031
9421bdd1
SM
15032 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
15033 expand-file-name and with-current-buffer.
15034 (mail-get-names, mail-directory): Use with-current-buffer.
15035
17c15b81
SM
15036 * vc.el (vc-read-revision): New function.
15037 (vc-version-diff, vc-merge): Use it.
15038
ba83a64e
SS
150392009-08-27 Sam Steingold <sds@gnu.org>
15040
15041 * simple.el (kill-do-not-save-duplicates): New user option.
15042 (kill-new): When it is non-nil, and the new string is the same as
15043 the latest kill, set replace to t to avoid duplicates in kill-ring.
15044
be3e598a 150452009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
15046
15047 * net/tramp.el (tramp-handle-process-file): Do not flush all
15048 caches when `process-file-side-effects' is set.
15049 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
15050 instead of `tramp-find-file-exists-command'.
15051 Unset `process-file-side-effects'.
d5b5c94a
MA
15052
150532009-08-27 Michael Albinus <michael.albinus@gmx.de>
15054
15055 * net/tramp.el (tramp-methods): New method "rsyncc".
15056 (top): Add completion function for "rsyncc".
15057 (tramp-message-show-message): New defvar.
15058 (tramp-message, tramp-error): Use it.
15059 (tramp-do-copy-or-rename-file-directly): Extend check for direct
15060 remote copying.
15061 (tramp-do-copy-or-rename-file-out-of-band): Handle new
15062 `tramp-methods' entry `copy-env' of "rsyncc".
15063 (tramp-vc-registered-read-file-names): New defconst.
15064 (tramp-vc-registered-file-names): New defvar.
15065 (tramp-handle-vc-registered): Implement optimization strategy.
15066 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
15067 (tramp-vc-file-name-handler): New defun.
15068 (tramp-get-ls-command, tramp-get-test-command)
15069 (tramp-get-file-exists-command, tramp-get-remote-ln)
15070 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 15071 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
15072
15073 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
15074 (tramp-cache-inhibit-cache): Extend doc string. It allows also
15075 timestamps.
15076 (tramp-get-file-property): Check for timestamps in
15077 `tramp-cache-inhibit-cache'.
15078 (tramp-set-file-property): Write timestamp.
15079
1339cf20
KH
150802009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15081
15082 * language/japan-util.el (japanese-symbol-table): Add entries for
15083 cp932-2-byte.
15084
15085 * international/characters.el: Add category `j' to cp932-2-byte.
15086
726e3f1d
KH
150872009-08-27 Kenichi Handa <handa@m17n.org>
15088
15089 * international/fontset.el (build-default-fontset-data): New macro.
15090 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 15091 tibetan, ethiopic, and ipa.
726e3f1d 15092
4e3b4528
SM
150932009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
15094
15095 * cus-start.el (default-major-mode): Customize `major-mode' instead.
15096 (enable-multibyte-characters): Not customizable any more.
15097
15098 * subr.el (default-mode-line-format, default-header-line-format)
15099 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
15100 (default-direction-reversed, default-truncate-lines)
15101 (default-left-margin, default-tab-width, default-case-fold-search)
15102 (default-left-margin-width, default-right-margin-width)
15103 (default-left-fringe-width, default-right-fringe-width)
15104 (default-fringes-outside-margins, default-scroll-bar-width)
15105 (default-vertical-scroll-bar, default-indicate-empty-lines)
15106 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
15107 (default-fringe-cursor-alist, default-scroll-up-aggressively)
15108 (default-scroll-down-aggressively, default-fill-column)
15109 (default-cursor-type, default-buffer-file-type)
15110 (default-cursor-in-non-selected-windows)
15111 (default-buffer-file-coding-system, default-major-mode)
15112 (default-enable-multibyte-characters): Mark as obsolete.
15113
b3cca6a6
DN
151142009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
15115
652cc1a2
DN
15116 * vc-dir.el (vc-dir-update): Remove debug helper.
15117
b3cca6a6
DN
15118 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
15119
4ed8c7aa
SS
151202009-08-26 Sam Steingold <sds@gnu.org>
15121
15122 * simple.el (save-interprogram-paste-before-kill): New user option.
15123 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
15124 save the interprogram-paste into kill-ring before overriding it
15125 with the Emacs kill.
15126
3b64d86b
DN
151272009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
15128
15129 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
15130 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
15131 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
15132 and move to vc-rcs.el.
15133 (vc-default-next-revision): Rename to vc-rcs-next-revision and
15134 move to vc-rcs.el.
15135 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
15136 (vc-rcs-update-changelog): Remove.
15137 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
15138 and move to vc-rcs.el.
15139
15140 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
15141 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
15142 renaming.
15143 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 15144 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
15145 vc.el, renamed to be RCS specific.
15146
72f16325
SM
15147 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
15148 New functions.
15149 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
15150
15151 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
15152 New functions.
15153
636a36a0
SM
151542009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
15155
15156 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
15157
239b3340
DN
151582009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
15159
b91f0762 15160 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
15161 (vc-git-stash, vc-git-stash-show): New functions.
15162 (vc-git-extra-menu-map): Bind them.
b91f0762 15163
b8e54362
DN
15164 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
15165 directory correctly in case the item is a directory itself.
15166
239b3340
DN
15167 * vc.el: Document the desired behavior for reverted files in the
15168 `added' state.
dc810649
DN
15169 (vc-default-prettify-state-info): Remove function, unused.
15170
15171 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 15172
e49c0179
GM
151732009-08-26 Glenn Morris <rgm@gnu.org>
15174
15175 * bindings.el (standard-mode-line-format): Reposition dashes in
15176 which-func entry. (Bug#4217)
15177
3029e594
GM
15178 * files.el (enable-local-variables, enable-local-eval)
15179 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
15180 the defcustoms.
15181 (auto-mode-alist, ignored-local-variables)
15182 (save-some-buffers-action-alist): Move risky declarations to the
15183 definitions.
15184 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
15185 (font-lock-defaults, format-alist, imenu--index-alist)
15186 (imenu-generic-expression, input-method-alist, minor-mode-alist)
15187 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
15188 (mode-line-modified, mode-line-mule-info, mode-line-position)
15189 (mode-line-process, mode-line-remote, outline-level)
15190 (parse-time-rules, rmail-output-file-alist)
15191 (special-display-buffer-names, vc-mode):
15192 Move risky declarations to the relevant files.
72f16325
SM
15193 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
15194 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
15195 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
15196 * font-core.el (font-lock-defaults):
15197 * format.el (format-alist):
15198 * vc-hooks.el (vc-mode):
15199 * window.el (special-display-buffer-names):
15200 * international/mule-cmds.el (input-method-alist):
15201 Define riskiness here (dumped file) rather than in files.el.
15202 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
15203 * imenu.el (imenu-generic-expression, imenu--index-alist):
15204 * outline.el (outline-level):
15205 * time.el (display-time-string):
15206 * calendar/parse-time.el (parse-time-rules):
15207 * mail/rmailout.el (rmail-output-file-alist):
15208 Autoload riskiness here, rather than placing in files.el.
15209
8476cfaf
SM
152102009-08-26 Andreas Schwab <schwab@linux-m68k.org>
15211
15212 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
15213
0b35b48e
MA
152142009-08-25 Michael Albinus <michael.albinus@gmx.de>
15215
15216 * simple.el (process-file-side-effects): New defvar.
15217
15218 * dired-aux.el (dired-show-file-type):
15219 * vc.el (vc-diff-internal):
15220 * vc-arch.el (vc-arch-diff):
15221 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
15222 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
15223 * vc-git.el (vc-git-registered, vc-git-working-revision)
15224 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
15225 (vc-git--empty-db-p):
15226 * vc-hooks.el (vc-user-login-name):
15227 * vc-svn.el (vc-svn-registered, vc-svn-state)
15228 (vc-svn-dir-extra-headers, vc-svn-find-revision):
15229 * progmodes/grep.el (grep-probe): Let-bind
15230 `process-file-side-effects' with nil.
15231
15232 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
15233
15234 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
15235 daemon. Replace ping by checking for running service for bluez
15236 and zeroconf. (Bug#4239)
15237
d54cc599
GM
152382009-08-25 Kevin Ryde <user42@zip.com.au>
15239
15240 * net/dig.el (dig): Add autoload cookie.
15241
7bfd055d
GM
152422009-08-25 Glenn Morris <rgm@gnu.org>
15243
bac9c66c
GM
15244 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
15245 load-history for absolute file-names.
15246 (byte-compile-file-form-require): Warn about use of the cl package.
15247
7bfd055d
GM
15248 * format.el (format-alist): Doc fix.
15249
5ac1f9e0
GM
15250 * play/bubbles.el (top-level): Don't require cl at run-time.
15251
af62aa88
GM
15252 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
15253 run-time cl).
15254
71e036af
DD
152552009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
15256
15257 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
15258 from cl package.
15259 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
15260
42110eaf
JB
152612009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
15262
15263 * calc/calc-alg.el (math-trig-rewrite)
15264 (math-hyperbolic-trig-rewrite): New functions.
15265 (calc-simplify): Simplify trig functions when asked.
15266
88421f3e
SM
152672009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15268
15269 * diff-mode.el (diff-find-source-location): Avoid goto-line.
15270
dbd9624e
KH
152712009-08-24 Kenichi Handa <handa@m17n.org>
15272
15273 * language/ind-util.el (mapthread): Delete it.
15274 (combinatorial): New function.
15275 (indian--puthash-cv): Use combinatorial instead of mapthread.
15276
9b89e3ee
GM
152772009-08-22 Kevin Ryde <user42@zip.com.au>
15278
15279 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
15280 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
15281 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
15282 Clarify docstring that the value is strings not symbols.
15283 (checkdoc-list-of-strings-p): New function.
15284
e6ce8c42
GM
152852009-08-22 Glenn Morris <rgm@gnu.org>
15286
2ddf2ea6 15287 * files.el (auto-mode-alist):
a3374680
GM
15288 * hippie-exp.el (he-concat-directory-file-name):
15289 * lpr.el (lpr-windows-system, printer-name):
15290 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
15291 * ps-print.el (ps-windows-system):
15292 * startup.el (command-line):
15293 * emulation/viper-ex.el (viper-glob-function):
15294 * international/mule-cmds.el (set-language-environment-coding-systems):
15295 * net/ange-ftp.el (ange-ftp-write-region):
15296 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 15297 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
15298 unisoft-unix, vax-vms, win32, w32.
15299
977955fa
GM
15300 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
15301 given name if the pattern is not more specific.
15302
b4deec2e
GM
15303 * calendar/lunar.el (lunar-phase-names): New option.
15304 (lunar-phase): Doc fix.
15305 (lunar-cycles-per-year): New constant.
15306 (lunar-index): New function.
15307 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
15308 (lunar-phase-name): Use lunar-phase-names.
15309 (calendar-lunar-phases): Use format.
15310 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
15311
47e83968
GM
15312 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
15313 Copy imenu-example--name-and-position function here for own use.
15314 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
15315
e6ce8c42
GM
15316 * bs.el (bs--redisplay):
15317 * cus-edit.el (custom-redraw):
15318 * ibuffer.el (ibuffer-bury-buffer):
15319 * server.el (server-goto-line-column):
15320 * startup.el (command-line-1):
15321 * strokes.el (strokes-xpm-for-stroke):
15322 * term.el (term-display-buffer-line):
15323 * view.el (View-goto-line):
15324 * calc/calc.el (calc-do, calc-trail-buffer):
15325 * play/gamegrid.el (gamegrid-add-score-insecure):
15326 * progmodes/ada-mode.el (ada-compile-goto-error):
15327 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
15328 (ebrowse-select-1st-to-9nth):
47e83968 15329 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
15330 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
15331 * progmodes/gud.el (gud-display-line):
15332 (idlwave-shell-display-line):
15333 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
15334 * progmodes/make-mode.el (makefile-browser-toggle):
15335 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
15336 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
15337 * textmodes/picture.el (picture-draw-rectangle):
15338 * textmodes/reftex-index.el (reftex-index-goto-letter):
15339 (reftex-select-jump-to-previous):
15340 * textmodes/reftex-sel.el (reftex-find-start-point)
15341 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
15342 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
15343 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
15344 * textmodes/tex-mode.el (tex-compilation-parse-errors):
15345 * textmodes/two-column.el (2C-associated-buffer):
15346 Use forward-line rather than goto-line.
15347
15348 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
15349 goto-line.
15350
4b18bdb3
GM
15351 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
15352 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
15353 (quick-check-list-to-regexp): Declare.
e6ce8c42 15354
72f16325
SM
15355 * progmodes/make-mode.el (makefile-browser-insert-selection):
15356 Use goto-char rather than goto-line.
e6ce8c42
GM
15357
15358 * progmodes/prolog.el (compilation-error-regexp-alist)
15359 (compilation-forget-errors): Declare.
15360
32a2cf25
JL
153612009-08-22 Juri Linkov <juri@jurta.org>
15362
15363 * progmodes/grep.el (lgrep, rgrep): At the beginning
15364 set `dir' to `default-directory' unless `dir' is a non-nil
15365 readable directory. (Bug#4052)
15366 (lgrep, rgrep): Change a weird way to report an error
15367 from using `read-string' to using `error'.
15368 Instead of using interactive arguments in the function body,
15369 add new argument `confirm'.
15370
5443c9b7
SM
153712009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
15372
cb5b40ee
SM
15373 * textmodes/remember.el (remember-buffer):
15374 * progmodes/cperl-mode.el (cperl-vc-header-alist):
15375 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
15376 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
15377 * net/newst-treeview.el (newsticker-groups-filename):
15378 * net/newst-backend.el (newsticker-cache-filename):
15379 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
15380 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
15381 (speedbar-add-ignored-path-regexp, speedbar-line-path)
15382 (speedbar-buffers-line-path, speedbar-path-line)
15383 (speedbar-buffers-line-path):
15384 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
15385 (epg-sign-keys):
15386 * epa.el (epa-display-verify-result):
15387 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15388
d6261cc1
GM
153892009-08-21 Glenn Morris <rgm@gnu.org>
15390
3e1ea342
GM
15391 * progmodes/js.el (inferior-moz-process): Fix declaration.
15392
ce86eeb5
GM
15393 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
15394
fff28970
GM
15395 * obsolete/rnewspost.el (news-mail-reply):
15396 Use goto-char rather than goto-line.
15397
d93e053b
GM
15398 * term/ns-win.el (ns-open-file-select-line):
15399 Use line-beginning-position rather than goto-line.
15400
d5d105e8
GM
15401 * apropos.el (apropos-command):
15402 * ehelp.el (electric-helpify):
15403 * printing.el (pr-show-setup):
15404 * strokes.el (strokes-help):
15405 * tutorial.el (tutorial--describe-nonstandard-key)
15406 (tutorial--detailed-help):
15407 * woman.el (woman-mini-help, woman-display-extended-fonts):
15408 * calc/calc-help.el (calc-describe-key):
15409 * emulation/edt.el (edt-electric-helpify):
15410 * international/mule-diag.el (mule-diag):
15411 * play/yow.el (apropos-zippy):
15412 * progmodes/python.el (python-describe-symbol):
15413 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
15414 * textmodes/table.el (*table--cell-describe-mode)
15415 (*table--cell-describe-bindings):
15416 Use help-print-return-message rather than the now obsolete alias.
15417
a8ab722f 15418 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
15419 (calendar-cursor-to-visible-date):
15420 * play/5x5.el (5x5-position-cursor):
15421 * play/decipher.el (decipher):
15422 * play/gomoku.el (gomoku-goto-xy):
15423 * play/landmark.el (lm-goto-xy):
15424 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
15425 (mpuz-paint-digit):
15426 Use forward-line, not goto-line.
a8ab722f 15427
d6261cc1
GM
15428 * mail/rmail.el (rmail-obsolete): Delete custom group.
15429 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
15430 (rmail-remote-password, rmail-remote-password-required):
15431 Remove unneeded :set-after and :set properties.
15432
9e846523
MA
154332009-08-21 Michael Albinus <michael.albinus@gmx.de>
15434
15435 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
15436
bbe1f502
DN
154372009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
15438
bcc5db24
DN
15439 * loadup.el: Remove leftover macos code.
15440
bbe1f502
DN
15441 * vc-git.el (vc-git-annotate-command): Run asynchronously.
15442 Explicitly pass the date format to git blame so that user local
15443 so that the output format can be parsed.
15444
6fd2d19a
MA
154452009-08-20 Michael Albinus <michael.albinus@gmx.de>
15446
15447 * net/dbus.el (top): Don't check for (getenv
15448 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
15449
31764e15
SM
154502009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
15451
15452 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 15453 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 15454
28930e39
SM
154552009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15456
4fd15622 15457 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 15458 Bug#3287
4fd15622 15459
b3d8e4a0
SM
15460 * help.el (help-print-return-message): Rename from
15461 print-help-return-message.
15462
c9829c70
SM
15463 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15464 cvs-mode-map parent hack.
15465 (log-view-mode): Derive from special-mode.
15466
b932657b
SM
15467 * linum.el (linum-mode): window-size-change-functions is redundant.
15468 Adapt to new window-configuration-change-hook behavior.
15469 (linum-after-size, linum-after-config): Remove.
15470
1b700bca
SM
15471 * imenu.el (imenu-example--name-and-position)
15472 (imenu-example--lisp-extract-index-name)
15473 (imenu-example--create-lisp-index, imenu-example--create-c-index):
15474 Mark as obsolete.
15475
28930e39
SM
15476 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
15477 (inferior-prolog-mode): Use it.
15478 (inferior-prolog-load-file): Reset list of errors.
15479
c9af0b68
KH
154802009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15481
15482 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
15483
15484 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
15485
720c7cd6
MA
154862009-08-19 Michael Albinus <michael.albinus@gmx.de>
15487
15488 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
15489 is running already.
15490
03a74b84
SM
154912009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15492
15493 * subr.el (listify-key-sequence-1): Use normal syntax since those
15494 integers are nowadays always represented by the same (positive) number
15495 on all platforms.
15496 (read-key-empty-map): New const.
15497 (read-key-delay): New var.
15498 (read-key): New function.
15499 (force-mode-line-update): Use with-current-buffer.
15500 (locate-user-emacs-file): Don't forget to abbreviate the file name.
15501 (start-process-shell-command, start-file-process-shell-command):
15502 Discourage the use of command-args.
15503
f43e88d4
GM
155042009-08-19 Glenn Morris <rgm@gnu.org>
15505
15506 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
15507
890429cc
SM
155082009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15509
85be9ec4
SM
15510 * simple.el (choose-completion-string): Don't rely on
15511 minibuffer-completing-file-name and ad-hoc checks to decide whether
15512 to continue completion or not.
15513
890429cc
SM
15514 * minibuffer.el (minibuffer-hide-completions): New function.
15515 (completion--do-completion): Use it.
15516 (completions-annotations): New face.
15517 (completion--insert-strings): Use it.
15518 (completion-pcm--delim-wild-regex): Add docstring.
15519 (completion-pcm--string->pattern): Add support for 0-width delimiters
15520 in completion-pcm--delim-wild-regex.
15521
265d4549
SM
155222009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
15523
d440b941
SM
15524 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15525 Remove unused var `buffer-modified-p'.
15526
265d4549
SM
15527 * minibuffer.el (completion--do-completion): Move point for the #b001
15528 case as well (bug#4176).
15529 (minibuffer-complete, minibuffer-complete-word): Don't move point.
15530
ba6f7d86
MA
155312009-08-18 Michael Albinus <michael.albinus@gmx.de>
15532
15533 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
15534 and :session buses.
15535
98819490
KH
155362009-08-18 Kenichi Handa <handa@m17n.org>
15537
265d4549
SM
15538 * international/ucs-normalize.el (ucs-normalize-version):
15539 Change to 1.1.
58627cf0
KH
15540 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15541 (utf-8-hfs): Make it perform normalization on encoding too.
15542
98819490
KH
15543 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
15544 (sentence-end-without-space): Delete duplicated chars.
15545 (sentence-end-base): Likewise.
e739cc85
KH
15546
15547 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
15548 (html-mode): Delete duplicated chars from sentence-end-base.
15549
15550 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
15551 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 15552
645b9326
CY
155532009-08-17 Chong Yidong <cyd@stupidchicken.com>
15554
15555 * files.el (hack-one-local-variable): If the mode function is for
15556 a minor mode, pass it an argument (Bug#4148).
15557
56c195af
MA
155582009-08-17 Michael Albinus <michael.albinus@gmx.de>
15559
15560 * net/tramp.el (tramp-register-completion-file-name-handler):
15561 Check also for (member 'partial-completion completion-styles).
15562
7a55c78b
CY
155632009-08-16 Chong Yidong <cyd@stupidchicken.com>
15564
15565 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15566 abbrev (Bug#3943).
15567
be3e598a 155682009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
15569
15570 * progmodes/cperl-mode.el: Merge upstream 6.2.
15571 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15572 (cperl-forward-re): Check cperl-brace-recursing.
15573 (cperl-highlight-charclass): New function.
15574 (cperl-find-pods-heres): Use it.
31cd2dd4 15575 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 15576 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 15577 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
15578 (cperl-beautify-level): Don't process entire regexp.
15579 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15580 calling man.
15581 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15582 (cperl-init-faces): Build a list in the normal way.
15583
81b1f9c9
CY
155842009-08-16 Chong Yidong <cyd@stupidchicken.com>
15585
15586 * calendar/parse-time.el (parse-time-string-chars): Save match
15587 data.
15588
c3732cb8
SM
155892009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
15590
55659495
SM
15591 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15592 (sql-product): Use it.
15593 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15594 (sql-set-product): Add completion.
15595 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15596 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15597 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15598 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15599 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15600 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15601 (sql-highlight-db2-keywords): Remove.
15602 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15603 (sql-highlight-product): Use derived-mode-p.
15604 (sql-set-sqli-buffer): Use with-current-buffer.
15605 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15606 Simplify.
15607
1ae79427
SM
15608 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15609
c3732cb8
SM
15610 * term.el: Fix commenting convention, turn comments into docstrings.
15611
f24b8bf3
CY
156122009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
15613
15614 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15615
7b6fefac 156162009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 15617
1200ac26 15618 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
15619 character classes, to handle non-ascii characters (Bug#3190).
15620
156212009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 15622
1abbe4e5
CY
15623 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15624 another heredoc if the user adds another < (Bug#3226).
15625
c3732cb8
SM
15626 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15627 Don't initialize based on window-system (Bug#4124).
19261da4 15628
daad00fc
CY
15629 * facemenu.el (facemenu-read-color): Use a completion function
15630 that accepts any defined color, such as RGB triplets (Bug#3677).
15631
e1bdde78
CY
15632 * files.el (get-free-disk-space): Change fallback default
15633 directory to /. Expand DIR argument before switching to fallback.
15634 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15635
9d73a99e
CY
156362009-08-15 Chong Yidong <cyd@stupidchicken.com>
15637
15638 * files.el (load-library): Doc fix.
15639
68b962d4 156402009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 15641
953e0c1a 15642 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 15643 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 15644 incremental search string.
9d73a99e 15645
c3732cb8 15646 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 15647 XEmacs.
9d73a99e 15648
c3732cb8
SM
15649 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15650 (ediff-merge-region-is-non-clash)
15651 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 15652 Also check if the job is really a merge job.
9d73a99e 15653
c3732cb8 15654 * ediff.el (ediff-current-file): New function.
9d73a99e 15655
2e330adc
CY
156562009-08-15 Chong Yidong <cyd@stupidchicken.com>
15657
15658 * progmodes/js.el: Edit docstrings throughout to follow Emacs
15659 conventions.
c3732cb8 15660 (js-insert-and-indent): Delete function.
2e330adc
CY
15661 (js-mode-map): Don't bind keys to js-insert-and-indent.
15662 (js-beginning-of-defun): Rename from js--beginning-of-defun.
15663 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 15664 (js-auto-indent-flag): Delete variable.
2e330adc 15665
17b5d0f7
CY
156662009-08-14 Chong Yidong <cyd@stupidchicken.com>
15667
c3732cb8
SM
15668 * progmodes/js.el: Remove proclaim statement.
15669 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 15670
ba2d8894
CY
15671 * files.el (auto-mode-alist): Use js-mode for .js files.
15672
c3732cb8 15673 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
15674
15675 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15676
15677 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15678
c3732cb8 15679 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
15680
156812009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 15682 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
15683
15684 * progmodes/js.el: New file.
15685
b6377f1d
MH
156862009-08-14 Mark A. Hershberger <mah@everybody.org>
15687
15688 * timezone.el (timezone-parse-date): Add ability to understand ISO
15689 basic format (minimal separators) dates in addition to the
15690 already-supported extended format dates.
15691
bc0eef46
EZ
156922009-08-14 Eli Zaretskii <eliz@gnu.org>
15693
4e021e65
EZ
15694 * international/ucs-normalize.el: Add a `coding' file variable.
15695
bc0eef46
EZ
15696 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15697
53dab179
SS
156982009-08-14 Sam Steingold <sds@gnu.org>
15699
6801c38a 15700 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 15701
6c58c39c
CY
157022009-08-13 Chong Yidong <cyd@stupidchicken.com>
15703
15704 * faces.el (help-argument-name): Define it here instead of
15705 help-fns.el, because in daemon mode help-fns.el may be loaded when
15706 faces are still uninitialized (Bug#1078).
15707
15708 * help-fns.el (help-argument-name): Move defface to faces.el.
15709
c7baf7e9
NR
157102009-08-13 Nick Roberts <nickrob@snap.net.nz>
15711
15712 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15713 create buffer with a pty but no process so that GDB can make the
15714 inferior the controlling process.
15715
9c40e995 157162009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
15717
15718 * international/ucs-normalize.el: New file.
15719
8cdba32b
RS
157202009-08-13 Richard Stallman <rms@gnu.org>
15721
5c950923
RS
15722 * mail/rmail.el (rmail-get-attr-names):
15723 Accept an attribute header that is too short.
15724
76e1e40b
RS
15725 * mail/rmail.el (rmail-forget-messages):
15726 Ignore nil elt in rmail-message-vector. Use dotimes.
15727
1fc01b08
RS
15728 * progmodes/compile.el (compilation-goto-locus):
15729 Use next-error-move-function.
15730
8cdba32b
RS
15731 * simple.el (next-error-move-function): New variable.
15732
99910cf4
JL
157332009-08-12 Juri Linkov <juri@jurta.org>
15734
15735 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15736 always non-nil. (Bug#4052)
15737
15738 * replace.el (read-regexp): Return empty string when
15739 `default-value' is nil.
15740 (keep-lines-read-args): Don't use empty string as the
15741 default value for `read-regexp'. (Bug#2495)
15742
fc5bdf6c
JL
157432009-08-12 Juri Linkov <juri@jurta.org>
15744
15745 * international/mule-cmds.el (ucs-insert): Change arguments
15746 from `arg' to `character', `count', `inherit' to be the same
15747 as in `insert-char'. Doc fix. (Bug#4039)
15748
15749 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15750
77748848
JL
157512009-08-12 Juri Linkov <juri@jurta.org>
15752
15753 * files-x.el: New file.
15754
15755 * files.el: Move code that deals with adding/deleting
15756 file/directory-local variables to files-x.el.
15757
15758 * Makefile.in (ELCFILES): Add files-x.elc.
15759
c8a44c4e
DD
157602009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
15761
27a9fd5a
DD
15762 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15763 to use `goto-line'.
15764 (gdb-place-breakpoints, gdb-get-location): Rewritten without
15765 `goto-line'.
15766 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 15767 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 15768 threads list.
107ef54a 15769 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
15770 (gdb-starting): Moved -data-list-register-names...
15771 (gdb-stopped): ...here so it's sent when first thread stops.
15772 (gdb-registers-handler-custom): Do nothing if register names are
15773 unknown yet.
27a9fd5a 15774
c8a44c4e
DD
15775 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15776 from `gdb-mi.el' to avoid extra tangling.
15777
15778 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 15779 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
15780 (gdb-update-gud-running): No extra fuss for updating frame number.
15781
dfd4e693
SM
157822009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
15783
51c4341f
SM
15784 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15785 (describe-language-environment-map, setup-language-environment-map)
15786 (set-coding-system-map): Move initialization into declaration.
15787 (set-language-info-alist): Last arg to define-key-after can be skipped.
15788
15789 * international/quail.el (quail-completion-1): Simplify.
15790 (quail-define-rules): Use slightly more compact code.
15791 (quail-insert-decode-map): Propertize keys, compact columns.
15792
dfd4e693
SM
15793 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15794 Add goto-line.
15795
83326559
MB
157962009-08-10 Miles Bader <miles@gnu.org>
15797
15798 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15799 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15800 (js2-instance-member, js2-private-member, js2-private-function-call)
15801 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15802 (js2-magic-paren, js2-external-variable):
15803 Remove "-face" suffix from face names.
15804 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15805 (js2-highlight-undeclared-vars, js2-peek-token)
15806 (js2-parse-function-params, js2-mode-show-errors)
15807 (js2-mode-show-warnings, js2-make-magic-delimiter)
15808 (js2-mode-highlight-magic-parens): Update to use new face names.
15809
8e754ea2
MA
158102009-08-09 Michael Albinus <michael.albinus@gmx.de>
15811
15812 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15813 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
15814
1c292fc7
CY
158152009-08-09 Chong Yidong <cyd@stupidchicken.com>
15816
18d433a7
CY
15817 * subr.el: Provide hashtable-print-readable.
15818
1c292fc7
CY
15819 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15820 hs-c-like-adjust-block-beginning.
15821 (hs-hide-block-at-point): Stop hiding at the beginning of
15822 hs-block-end-regexp (Bug#700).
15823
2db0ae07
DD
158242009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
15825
15826 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15827 a macro.
15828 (gdb-registers-handler-custom): Do not fail when register names
15829 are unavailable.
15830
fe4740a6
DD
158312009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15832
15833 * progmodes/gdb-mi.el (gdb-control-all-threads)
15834 (gdb-control-current-thread): Interactive setters for
15835 `gdb-gud-control-all-threads' to use in menu.
15836 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 15837 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
15838 gud/thread.xpm and gud/all.xpm.
15839
ce299d55
CY
158402009-08-08 Yoni Rabkin <yoni@rabkins.net>
15841
15842 * net/net-utils.el (net-utils-font-lock-keywords): New var.
15843 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
15844 (net-utils-mode): New mode for viewing diagnostic network output.
15845 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15846 (net-utils-run-simple): New function.
15847 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 15848
7c4654ad
DD
158492009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15850
15851 * progmodes/gdb-mi.el (gdb-read-memory-custom)
15852 (gdb-memory-set-address, def-gdb-set-positive-number)
15853 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15854 after changing settings.
15855 (gdb-invalidate-disassembly): Update when first shown.
15856 (gdb-edit-locals-value): Fixed.
15857 (gdb-registers-handler-custom): Print registers in right order and
15858 allow changing register values (only for current thread yet).
9cbac26b
DD
15859 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15860 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15861 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15862 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15863 info in mode name.
15864 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 15865
0f25a277
EZ
158662009-08-08 Eli Zaretskii <eliz@gnu.org>
15867
15868 * mail/rmail.el (rmail-add-mbox-headers)
15869 (rmail-set-message-counters-counter): Search for
15870 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
15871
b971be60
GM
158722009-08-08 Glenn Morris <rgm@gnu.org>
15873
15874 * Makefile.in (ELCFILES): Update.
15875
a35d3ad8
EZ
158762009-08-07 Eli Zaretskii <eliz@gnu.org>
15877
60c2df40
EZ
15878 * mail/sendmail.el (mail-yank-original): Set
15879 buffer-file-coding-system from the one used by the message whose
15880 text is yanked.
15881
8b0bcc2e
EZ
15882 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15883 to "windows" when "pgnuplot" is used.
15884 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15885 call accept-process-output if "pgnuplot" is used.
15886 (calc-graph-init): Don't send -display and -geometry to
15887 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
15888 running "pgnuplot -V" with shell-command-to-string.
15889
15890 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15891 the default.
15892
158932009-08-07 Eli Zaretskii <eliz@gnu.org>
15894
15895 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
15896 org/org-latex.elc.
15897
3bca7ca5
DN
158982009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
15899
3c53763c
DN
15900 * vc-dispatcher.el (vc-resynch-window): Update comment.
15901
3bca7ca5
DN
15902 * term.el (term-handle-ansi-escape): Add comments with the
15903 terminfo capabilities implemented.
15904
7b217360
DD
159052009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
15906
15907 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15908 (gdb-var-create-handler): Rewritten using JSON parser.
15909 (gdb-propertize-header): Moved earlier.
15910 (gdb-set-header): Removed to avoid duplication.
15911 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15912 Refresh disassembly buffers only after threads list have been
15913 update.
15914 (gdb-threads-header, gdb-registers-header): Per-buffer header line
15915 variables.
15916
b4d84ecf
JL
159172009-08-04 Juri Linkov <juri@jurta.org>
15918
15919 * files.el: Commands to add/delete file/directory-local variables.
15920 (read-file-local-variable, read-file-local-variable-value)
15921 (read-file-local-variable-mode, modify-file-local-variable)
15922 (modify-file-local-variable-prop-line)
15923 (modify-dir-local-variable): New functions.
15924 (add-file-local-variable, delete-file-local-variable)
15925 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15926 (add-dir-local-variable, delete-dir-local-variable)
15927 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15928 (copy-dir-locals-to-file-locals-prop-line): New commands.
15929
42da39c1
CY
159302009-08-04 Chong Yidong <cyd@stupidchicken.com>
15931
15932 * abbrev.el (insert-abbrev-table-description): Prettify output.
15933 Suggested by Karl Chen.
15934
98bf8494
DD
159352009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
15936
78b9fb28 15937 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 15938 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
15939 (gdb-overlay-arrow-position, gdb-thread-position)
15940 (gdb-disassembly-position): Declare variables.
15941 (gdb-wait-for-pending): Function now.
15942 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15943 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15944 compilation goes smoothly.
15945 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15946 (gdb-non-stop-setting): New customization setting which replaces
15947 `gdb-non-stop' so changing it doesn't break active GDB session.
15948 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15949 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15950 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15951 (gdb-show-threads-by-default): New customization options.
15952 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15953 routines.
15954 (gdb-get-buffer-create): Send buffers update signal when they are
15955 created.
15956 (gdb-invalidate-locals, gdb-invalidate-registers)
15957 (gdb-invalidate-breakpoints)
15958 (gdb-invalidate-threads, gdb-invalidate-disassembly)
15959 (gdb-invalidate-memory): Accept update signal.
15960 (gdb-current-context-command): Use --frame option.
15961 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15962 Implement `gdb-frame-number' selection logic.
15963 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15964 whether to show GUD toolbar buttons.
15965 (gdb-thread-exited): Unselect current thread when it exits.
15966 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15967 (gdb-mark-line): Routine which sets overlay arrow or inverses
15968 video on fringeless displays.
15969 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15970 to build aligned columns of data in GDB buffers and set text
15971 properties line-by-line.
15972 (gdb-invalidate-breakpoints)
15973 (gdb-breakpoints-list-handler-custom)
15974 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15975 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15976 (gdb-registers-handler-custom): Align data columns.
15977 (gdb-locals-handler-custom): Now prints data like in variable
15978 declarations.
15979 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15980 Removed confusing buttons.
15981 (gdb-invalidate-threads): Append --frame.
15982 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15983 between breakpoints/threads buffers.
15984 (gdb-set-window-buffer): Now can ignore dedicated windows.
15985 (gdb-propertize-header): Use `gdb-set-window-buffer'.
15986 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15987 (def-gdb-thread-buffer-gud-command): Replaces
15988 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15989 for fine thread control.
15990 (gdb-preempt-existing-or-display-buffer): New function used to
15991 display bound buffers without breaking window layout.
15992 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15993 (gdb-select-frame): New version of `gdb-frames-select' which now
15994 sets `gdb-frame-number' so commands may use --frame option instead
15995 of inner debugger state.
15996 (gdb-frame-handler): Do not set `gdb-frame-number'.
15997 (gdb-threads-mode-map): Select threads with mouse.
15998
15999 * progmodes/gud.el (gdb-gud-context-call): Declare function to
16000 avoid compilation warning.
16001 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
16002 `gdb-show-stop-p`.
16003
566f3909
DD
16004 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
16005 Argument `key' renamed to `buffer-type'.
16006 (gdb-current-context-buffer-name): Do not add thread info to
16007 buffer name when no thread is selected.
16008 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
16009 command (bug 3794).
16010 (gdb-thread-selected): Handle `=thread-selected' notification.
16011 (gdb-wait-for-pending): New macro to deal with congestion problems.
16012 (gdb-breakpoints-list-handler-custom): Don't fail on pending
16013 breakpoints.
7b6fefac
JB
16014 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
16015 This fixes problem similar to one described in bug 3947.
566f3909
DD
16016 (gud-menu-map): More menu items.
16017 (gdb-init-1): Reset `gdb-thread-number' to nil.
16018
4a31122c
DD
16019 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
16020 non-stop settings.
16021
16022 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
16023 (gdb-current-context-command): Do not append --thread if
16024 `gdb-thread-number' is nil.
16025 (gdb-running-threads-count, gdb-stopped-threads-count): New
16026 variables.
16027 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
16028 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
16029 customization options.
16030 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
16031 GUD commands.
7b6fefac 16032 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
16033 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
16034 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
16035 set `gdb-thread-number' and update `gud-running' properly.
16036 (gdb-running): Update threads list when new threads appear.
16037 (gdb-stopped): Support non-stop operation and new thread switching
16038 logic.
16039 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
16040 (gdb-json-partial-output): New set of JSON routines.
16041 (def-gdb-auto-update-trigger): New `signal-list' optional
16042 argument.
16043 (gdb-thread-list-handler-custom): Update `gud-running',
16044 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
16045 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
16046 (gdb-continue-thread, gdb-step-thread): New commands for fine
16047 thread execution control.
16048 (gud-menu-map): New menu items to switch non-stop options.
16049 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 16050 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
16051
16052 * progmodes/gdb-mi.el (gdb-rules-name-maker)
16053 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
16054 gdb-buffer-rules.
16055 (def-gdb-auto-update-handler): New nopreserve optional argument.
16056 (gdb-stack-list-frames-custom): Print stack from top to bottom.
16057
16058 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
16059 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
16060 (gdb-parent-mode): New mode to derive other GDB modes from.
16061 (gdb-display-disassembly-for-thread)
16062 (gdb-frame-disassembly-for-thread): New commands for threads
16063 buffer.
16064
16065 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
16066 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
16067 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
16068 (gdb-update): We now store all GDB buffers in a list so that they
16069 can be updated by traversing a list instead of calling invalidate
7b6fefac 16070 triggers explicitly.
a5c9f540
DD
16071 (def-gdb-trigger-and-handler): New macro to define trigger-handler
16072 pair for GDB buffer.
16073 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
16074 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
16075 handle pending triggers.
16076 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
16077 (def-gdb-thread-buffer-simple-command)
16078 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
16079 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
16080 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
16081 New commands which show buffers bound to thread.
e7086683 16082 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 16083
7b6fefac
JB
16084 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
16085 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
16086 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
16087 to (gud-comint-buffer) in *-buffer-name functions
16088 because (gdb-get-target-string) already does that.
16089 (gdb-locals-handler-custom, gdb-registers-handler-custom)
16090 (gdb-changed-registers-handler): Rewritten without regexps.
16091
ba214964 16092 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
16093 (gdb-thread-number): New variable.
16094 (gdb-current-context-command): New macro which adds --thread
16095 option to command.
7b6fefac 16096 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 16097 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 16098 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
16099 (gdb-select-thread): New command which selects current thread.
16100 (gdb-invalidate-frames, gdb-invalidate-locals)
16101 (gdb-invalidate-registers): Use --thread option.
20f12ed8 16102
2ac33804
MA
161032009-08-04 Michael Albinus <michael.albinus@gmx.de>
16104
16105 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 16106 robust. (Bug#3977)
2ac33804
MA
16107 (tramp-handle-insert-file-contents): `unwind-protect' must be
16108 inside `with-parsed-tramp-file-name'.
16109
16110 * net/tramp-gvfs.el (top): Remove superfluous message when loading
16111 fails.
16112
39d0296f
NR
161132009-08-03 Nick Roberts <nickrob@snap.net.nz>
16114
16115 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
16116 directory if CLASSPATH is not set.
16117
adcbca53
MA
161182009-08-03 Michael Albinus <michael.albinus@gmx.de>
16119
7b6fefac
JB
16120 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
16121 New defconst.
7ef849b6 16122 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 16123
30924b0b
CY
161242009-08-02 Kevin Ryde <user42@zip.com.au>
16125
7b6fefac
JB
16126 * net/newst-backend.el (newsticker--raw-url-list-defaults):
16127 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 16128
b6ce92f1
CY
161292009-08-02 Chong Yidong <cyd@stupidchicken.com>
16130
d977a092
CY
16131 * select.el (x-set-selection): Doc fix (Bug#4021).
16132
16133 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
16134
b6ce92f1
CY
16135 * help-fns.el (describe-variable): Treat list return values from
16136 dir-locals-find-file properly (Bug#4005).
16137
7b6fefac 161382009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
16139
16140 * net/tramp.el (tramp-debug-message): Print also microseconds.
16141
161422009-08-02 Michael Albinus <michael.albinus@gmx.de>
16143
16144 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
16145 or END is non-nil.
16146 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
16147 (tramp-get-debug-buffer): Change `outline-regexp' according to new
16148 format.
16149
5ce6e4f4 16150 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
16151 (tramp-get-file-property): Use it.
16152
16153 * autorevert.el (auto-revert-handler): Allow
16154 `auto-revert-tail-mode' for remote files.
16155
2aafe808
JR
161562009-08-02 Jason Rumney <jasonr@gnu.org>
16157
16158 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 16159 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 16160
e094097c
CY
161612009-08-02 Chong Yidong <cyd@stupidchicken.com>
16162
16163 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
16164 (font-lock-variable-name-face, font-lock-constant-face): Darken
16165 the colors for light backgrounds.
16166
de94f281
EZ
161672009-08-01 Eli Zaretskii <eliz@gnu.org>
16168
16169 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
16170 month names. (Bug#3987)
16171
54b99340
CY
161722009-07-31 Chong Yidong <cyd@stupidchicken.com>
16173
16174 * simple.el (line-move-finish): Pass whole number to
16175 line-move-to-column.
34be836c 16176 (line-move-visual): Perform hscroll to the recorded position.
54b99340 16177
38216c30
JB
161782009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
16179
16180 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
16181
c779896d
CY
161822009-07-29 Alan Mackenzie <acm@muc.de>
16183
16184 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
16185
592ccae0
DD
161862009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
16187
35edc6c6
DD
16188 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
16189 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 16190
5a9e3ab7
JB
161912009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
16192
16193 * calc/calc.el (calc-mode-map): Add keybinding for
16194 `calc-transpose-lines'.
16195
7b6fefac 161962009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
16197
16198 * calc/calc-misc.el (calc-transpose-lines): New function.
16199
905fb90e
MA
162002009-07-28 Michael Albinus <michael.albinus@gmx.de>
16201
16202 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
16203 Simplify check for out-of-band methods.
16204 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
16205 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
16206
76e14464
DN
162072009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
16208
16209 * vc-git.el (vc-git-checkin): Fix typo.
16210
6088b51f 162112009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
16212
16213 * progmodes/js2-mode.el: New file.
16214
b85157fe
NR
162152009-07-28 Nick Roberts <nickrob@snap.net.nz>
16216
16217 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
16218 (gud-menu-map): Adjust tooltip accordingly.
16219
d43c2b06
DN
162202009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16221
1c0f0c3b
DN
16222 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
16223 (vc-bzr-log-view-mode): Adjust log-view-file-re.
16224
d43c2b06
DN
16225 * add-log.el (change-log-mode-map): Add a menu.
16226
3dec5c36
MA
162272009-07-27 Michael Albinus <michael.albinus@gmx.de>
16228
16229 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
16230 function returns nil.
16231 (dbus-handle-event): Handle special return value :ignore.
16232 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
16233
5704140c
CY
162342009-07-26 Chong Yidong <cyd@stupidchicken.com>
16235
16236 * view.el (view-mode-enable): Don't define Helper-return-blurb if
16237 it's not needed.
16238
3077d1f6
EZ
162392009-07-25 Eli Zaretskii <eliz@gnu.org>
16240
16241 Fix Bug#3888:
16242
16243 * w32-vars.el (x-select-enable-clipboard): Doc fix.
16244
16245 * term/pc-win.el (x-display-name, x-colors)
16246 (x-select-enable-clipboard, x-select-text): Doc fix.
16247
16248 * term/common-win.el (x-display-name, x-colors): Doc fix.
16249
16250 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
16251 (xw-defined-colors): Doc fix.
16252
16253 * w32-fns.el (x-select-text, x-setup-function-keys)
16254 (x-get-selection, x-set-selection): Doc fix.
16255
16256 * term/x-win.el (x-select-text, x-setup-function-keys)
16257 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
16258
16259 * select.el (x-set-selection): Doc fix.
16260
51768bc8
MA
162612009-07-25 Michael Albinus <michael.albinus@gmx.de>
16262
16263 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
16264 instead of "IsNSSSupportAvailable". Avahi ought to work also when
16265 "IsNSSSupportAvailable" method is not available. Reported by
16266 Steve Youngs <steve@sxemacs.org>.
16267
b11c2874
KH
162682009-07-24 Kenichi Handa <handa@m17n.org>
16269
16270 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 16271 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
16272 (build-unicode-category-table): Fix range checks.
16273
ba83b7b6
DN
162742009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
16275
16276 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
16277 the buffer we try to sync is current when calling
16278 vc-resynch-buffer.
16279
16280 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
16281 not show up to date files.
16282
7a8ae964
GM
162832009-07-24 Glenn Morris <rgm@gnu.org>
16284
16285 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
16286 Add autoload cookies. If necessary, initialize.
16287 (elint-log): Handle non-file buffers.
16288 (elint-initialize): Add optional argument to reinitialize.
16289 (elint-find-builtin-variables): Save excursion.
16290
a707eb05
DN
162912009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
16292
16293 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16294 for Lint.
16295
0a2ddfa6
DN
162962009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16297
d6a62b0d
DN
16298 * vc.el (vc-print-log-internal): New function, split out from ...
16299 (vc-print-log): ... here.
10b5dcad 16300 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 16301
0a2ddfa6
DN
16302 * vc-git.el (vc-git-add-signoff): New variable.
16303 (vc-git-checkin): Use it.
16304 (vc-git-toggle-signoff): New function.
16305 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
16306 (vc-git--run-command-string): Accept a nil FILE argument.
16307 (vc-git-stash-list): New function.
16308 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 16309
589a99f2
GM
163102009-07-23 Glenn Morris <rgm@gnu.org>
16311
16312 * help-fns.el (describe-variable): Describe ignored and risky local
16313 variables in a similar way to that in which we describe safe ones.
16314
16315 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
16316 (byte-compile-output-file-form, byte-compile-output-docform)
16317 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
16318 Give some more local variables with common names a "bytecomp-" prefix,
16319 so as not to shadow things during compilation.
16320 * emacs-lisp/cl-macs.el (load-time-value)
16321 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
16322 `outbuffer' to `bytecomp-outbuffer'.
16323
16324 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
16325 since the next two variables cover them automatically now.
16326 (elint-builtin-variables, elint-autoloaded-variables): New.
16327 (elint-unknown-builtin-args): Remove all members, since they can be
16328 parsed automatically now.
16329 (elint-extra-errors): New.
16330 (elint-env-add-env, elint-env-add-macro): Use cadr.
16331 (elint-current-buffer): Use or. Change final message.
16332 (elint-get-top-forms): Use line-end-position.
16333 (elint-init-env): Use cadr. Handle autoload, declare-function,
16334 and defalias.
16335 (elint-add-required-env): Doc fix. Use or. Standardize error.
16336 (regexp-assoc): Remove unused function.
16337 (elint-top-form): Set elint-current-pos, to record the start of the
16338 top-level form, for compilation-mode.
16339 (elint-form): Trap errors in macro expansion. Use dolist.
16340 (elint-unbound-variable): Use elint-builtin-variables and
16341 elint-autoloaded-variables.
16342 (elint-get-args): Use cadr, or.
16343 (elint-check-cond-form): Use dolist, cadr.
16344 (elint-check-condition-case-form): Doc fix. Use cadr.
16345 Use elint-extra-errors.
16346 (elint-log): New function.
16347 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
16348 Distinguish errors and warnings.
16349 (elint-log-message): Use with-current-buffer. Inhibit read-only.
16350 Use a bytecomp-style format.
16351 (elint-clear-log): Preserve default-directory. Inhibit read-only.
16352 (elint-get-log-buffer): Use compilation mode. Disable undo.
16353 Don't truncate lines.
16354 (elint-initialize): Set builtin and autoloaded variable lists.
16355 Only process elint-unknown-builtin-args if non-nil.
16356 (elint-find-builtin-variables, elint-find-autoloaded-variables):
16357 New functions.
16358 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
16359
855b42a2
GM
163602009-07-22 Kevin Ryde <user42@zip.com.au>
16361
16362 * net/newst-backend.el (newsticker--parse-atom-1.0)
16363 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16364 (newsticker--parse-rss-1.0):
16365 * progmodes/idlwave.el (idlwave-mode):
16366 * progmodes/idlw-shell.el (idlwave-shell-mode):
16367 * progmodes/vera-mode.el (vera-mode):
16368 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
16369 * progmodes/vhdl-mode.el (vhdl-mode):
16370 * textmodes/table.el (table-generate-source)
16371 (table--warn-incompatibility):
16372 Hyperlink urls in docstrings with URL `...'.
16373
fd413a37
GM
163742009-07-22 Glenn Morris <rgm@gnu.org>
16375
cb711556
GM
16376 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
16377 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
16378 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
16379 Remove leading * from defcustom docs.
16380
fd413a37
GM
16381 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
16382
16383 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
16384 defcustom doc.
16385 (list-load-path-shadows): Optionally, just return shadows as a string.
16386
16387 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
16388
a4f69701
CY
163892009-07-21 Chong Yidong <cyd@stupidchicken.com>
16390
16391 * mail/rmailedit.el (rmail-edit-mode): Use
16392 auto-save-include-big-deletions.
16393
16394 * mail/rmail.el (rmail-variables): Use
16395 auto-save-include-big-deletions.
16396
16397 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
16398 changes.
16399
ec06459c
JB
164002009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
16401
16402 * calc/calc.el (calc-undo-length): New variable.
16403 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
16404
b41b0976
RS
164052009-07-21 Richard Stallman <rms@gnu.org>
16406
16407 * files.el (auto-save-mode): Handle buffer-save-size = -2
16408 for toggling mode.
16409
4ed32706
GM
164102009-07-21 Glenn Morris <rgm@gnu.org>
16411
531b1264
GM
16412 * textmodes/ispell.el (ispell-looking-back): Update declaration.
16413
55d27f41
GM
16414 * calendar/todo-mode.el (calendar-current-date): Update declaration.
16415
02df3f4d
GM
16416 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
16417 silence compiler. Instead...
16418 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
16419 (ps-print-ensure-fontified): Update for above function name changes.
16420
fdd8417e
GM
16421 * printing.el (pr-mh-get-msg-num, pr-mh-show)
16422 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
16423 silence compiler. Instead...
16424 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
16425 (mh-show-buffer): Only define for compiler.
16426 (pr-mh-current-message): Update for above function name changes.
16427
4ed32706
GM
16428 * files.el (abort-if-file-too-large): Explicitly pass `filename'
16429 as an argument.
16430 (find-file-noselect, insert-file-1): Update for above change.
16431
16432 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
16433
16434 * mail/mailclient.el (mailclient-send-it): Fix message.
16435
16436 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
16437 (edebug-eval): Check cl-debug-env is bound.
16438 (print-level, print-circle): Don't redefine built-in variables.
16439
16440 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
16441 (custom-print-vectors): Remove old comments from doc.
16442
16443 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
16444 (emerge-version): Make the variable an obsolete alias for the
16445 emacs-version variable. Make the function obsolete.
16446 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
16447 Emerge options, rather than merging in into the main Options menu.
16448 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
16449 and auto advance modes. Disable edit/fast items when not relevant.
16450
86812144
CY
164512009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
16452
16453 * term/vt420.el (terminal-init-vt420): Fix typo.
16454
6bb90094
SS
164552009-07-20 Sam Steingold <sds@gnu.org>
16456
16457 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
16458 variable (removed from compile.el on 2004-03-11).
16459
42e0a725
CY
164602009-07-20 Chong Yidong <cyd@stupidchicken.com>
16461
16462 * files.el (hack-local-variables-filter): Fix last change.
16463
2ee20f24
JL
164642009-07-19 Juri Linkov <juri@jurta.org>
16465
16466 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
16467 (dir-local-variables-alist): New buffer-local variable.
16468 (hack-local-variables-filter): If variable is not dir-local,
16469 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
16470 because file-local overrides dir-local.
3570691b 16471 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
16472 Remove obsolete declaration.
16473 (hack-dir-local-variables): Add dir-local variable/value pair to
16474 `dir-local-variables-alist' and remove duplicates. Doc fix.
16475
16476 * help-fns.el (describe-variable): Add information about
16477 file-local and dir-local variables.
16478
89bf83cd
CY
164792009-07-19 Chong Yidong <cyd@stupidchicken.com>
16480
16481 * files.el (hack-local-variables-filter): Rewrite.
16482
1a8d3541
GM
164832009-07-19 Glenn Morris <rgm@gnu.org>
16484
d9e8a018
GM
16485 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
16486 Silence compiler by only defining on XEmacs.
16487
da332cfb
GM
16488 * international/mule.el (auto-coding-regexp-alist): Only match
16489 BABYL... at the start of buffer, not of lines. (Bug#3790)
16490
1a8d3541
GM
16491 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
16492 non-calendar buffers (Bug#3862). Restore "not on a date" message.
16493 (cal-menu-context-mouse-menu): Doc fix.
16494
16495 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
16496
16497 * simple.el (mail-user-agent): Doc fix. Set :version tag.
16498
d842b103
JL
164992009-07-18 Juri Linkov <juri@jurta.org>
16500
16501 * info.el: Virtual Info keyword finder.
3570691b 16502 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
16503 (Info-finder-file): New variable.
16504 (Info-finder-find-file): New function.
16505 (finder-known-keywords, finder-package-info)
16506 (find-library-name, lm-commentary): Use defvar and
16507 declare-function to silence compiler warnings.
16508 (Info-finder-find-node): New function.
16509 (info-finder): New command.
16510
16511 * subr.el (process-kill-buffer-query-function): New function.
16512 (add-hook)<kill-buffer-query-functions>: Add hook
16513 `process-kill-buffer-query-function'.
16514
10d37df7
AM
165152009-07-18 Alan Mackenzie <acm@muc.de>
16516
7b6fefac 16517 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
16518 (c-postprocess-file-styles): Give invocation of `c-set-style'
16519 DONT-OVERRIDE parameter of t. Already set style variables will
16520 thus not be overridden by style settings given by `c-file-syle'.
16521
16522 * files.el (hack-local-variables-filter): Remove entries with
16523 duplicate keys from `file-local-variables-alist'.
16524
102e1a41
EZ
165252009-07-18 Eli Zaretskii <eliz@gnu.org>
16526
16527 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16528 x-set-selection if display-selections-p returns nil for the
16529 current frame.
16530
16f2e9fc
CY
165312009-07-18 Chong Yidong <cyd@stupidchicken.com>
16532
16533 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16534
f22693fc
EZ
165352009-07-18 Eli Zaretskii <eliz@gnu.org>
16536
a6c2c80c
EZ
16537 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16538 Accept nil in addition to a regexp.
16539 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16540 Accept nil in addition to a regexp.
16541 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16542 buffers that have an associated file. Handle nil values of
16543 desktop-buffers-not-to-save and desktop-files-not-to-save.
16544 (Bug#3833)
16545
f22693fc
EZ
16546 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16547 (x-disown-selection-internal): New functions.
16548
e456379a
NR
165492009-07-18 Nick Roberts <nickrob@snap.net.nz>
16550
16551 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16552 warning.
16553 (gdb-breakpoints-header): Move forward to avoid compiler warning.
16554 (gdb-make-header-line-mouse-map): Remove duplicate definition.
16555
0013b70f
CY
165562009-07-18 David De La Harpe Golden <david@harpegolden.net>
16557
16558 * simple.el (set-mark): Revert last change.
16559
0855c2ca
CY
165602009-07-17 Tassilo Horn <tassilo@member.fsf.org>
16561
16562 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16563 rendering of pngs is not possible instead of messaging a long
16564 description.
16565
3f5c9cad
CY
165662009-07-17 David De La Harpe Golden <david@harpegolden.net>
16567
16568 * w32-fns.el (x-selection-owner-p): New function.
16569
16570 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
16571 (mouse-yank-at-click, mouse-yank-primary): If
16572 select-active-regions is non-nil, deactivate the mark before
16573 insertion.
3f5c9cad
CY
16574
16575 * simple.el (deactivate-mark, set-mark): Only save selection if we
16576 own it.
16577
1fc87f9b
KH
165782009-07-17 Kenichi Handa <handa@m17n.org>
16579
16580 * case-table.el (describe-buffer-case-table): Fix for the case
16581 that KEY is a cons.
16582
d56fdcd2
DN
165832009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
16584
16585 * vc-rcs.el (vc-rcs-find-file-hook):
16586 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16587
bede3e9f
MA
165882009-07-16 Michael Albinus <michael.albinus@gmx.de>
16589
16590 * net/tramp.el (tramp-wait-for-output): Handle the case when
16591 commands do not return a newline but a null byte before the shell
16592 prompt. (Bug#3858)
16593
7653ca1d
YM
165942009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16595
16596 * term/ns-win.el (ns-set-alpha): Don't declare.
16597 (ns-set-background-alpha): Remove function.
16598
ed2a52e9
SM
165992009-07-16 Kevin Ryde <user42@zip.com.au>
16600
16601 * emacs-lisp/copyright.el (copyright-update): Save match-data across
16602 y-or-n-p, for safety.
16603
7a907299
RS
166042009-07-16 Richard Stallman <rms@gnu.org>
16605
16606 * files.el (auto-save-mode): If buffer-saved-size is -2,
16607 don't clobber it.
16608
16609 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16610 (rmail-retry-ignored-headers): Add more uninteresting fields.
16611
c0db3477
CY
166122009-07-15 Jari Aalto <jari.aalto@cante.net>
16613
16614 * net/rcirc.el (rcirc): Use history variables.
16615 (rcirc-server-name-history, rcirc-nick-name-history)
16616 (rcirc-server-port-history): New variables.
16617
6c875452
KH
166182009-07-15 Kenichi Handa <handa@m17n.org>
16619
bf974dc9
KH
16620 * international/mule-cmds.el (set-language-environment-charset):
16621 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16622 ignore them.
16623
6c875452
KH
16624 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16625 Delete unibyte-display.
16626
2066b4fe
CY
166272009-07-15 Chong Yidong <cyd@stupidchicken.com>
16628
16629 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16630
f9be2e35
CY
166312009-07-15 Chong Yidong <cyd@stupidchicken.com>
16632
16633 * simple.el (deactivate-mark): Optional argument FORCE.
16634 (set-mark): Use deactivate-mark.
16635
16636 * info.el (Info-search): No need to check transient-mark-mode
16637 before calling deactivate-mark.
16638
16639 * select.el (x-set-selection): Doc fix.
16640 (x-valid-simple-selection-p): Allow buffer values.
16641 (xselect--selection-bounds): Handle buffer values. Suggested by
16642 David De La Harpe Golden.
16643
16644 * mouse.el (mouse-set-region, mouse-drag-track): Call
16645 copy-region-as-kill before setting the mark, to let
16646 select-active-regions work.
16647
be3e598a 166482009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
16649
16650 * simple.el (deactivate-mark): If select-active-regions is
16651 non-nil, copy the selection data into a string.
16652 (activate-mark): If select-active-regions is non-nil, set the
16653 selection to the current buffer.
16654 (set-mark): Update selection if select-active-regions is non-nil.
16655
16656 * select.el (x-valid-simple-selection-p): Allow buffer values.
16657
cbd61418
SM
166582009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
16659
16660 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16661 and more featureful message-mode.
16662
f470187f
CY
166632009-07-14 Chong Yidong <cyd@stupidchicken.com>
16664
16665 * select.el (x-set-selection): Doc fix.
16666 (x-valid-simple-selection-p): Disallow selection data consisting
16667 of a list or cons of integers, since that is not used.
16668 (xselect--selection-bounds, xselect--int-to-cons): New functions.
16669 (xselect-convert-to-string, xselect-convert-to-length)
16670 (xselect-convert-to-filename, xselect-convert-to-charpos)
16671 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16672
bfc99364
DD
166732009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
16674
16675 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16676 output in -break-info command (Emacs bug #3794).
16677
e32721f5
GM
166782009-07-14 Glenn Morris <rgm@gnu.org>
16679
1e46f9e4
GM
16680 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16681 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16682 (edebug-print-length, edebug-print-level, edebug-print-circle)
16683 (edebug-sit-for-seconds, edebug-view-outside)
16684 (edebug-bounce-point, edebug-set-global-break-condition)
16685 (edebug-Go-nonstop-mode, edebug-trace-mode)
16686 (edebug-Trace-fast-mode, edebug-continue-mode)
16687 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16688 (edebug-visit-eval-list): Doc fixes.
16689
e32721f5
GM
16690 * subr.el (def-edebug-spec): Doc fix.
16691
66a85e76
KH
166922009-07-14 Kenichi Handa <handa@m17n.org>
16693
16694 * international/characters.el: Fix setting of category ?C.
16695
28571246
JD
166962009-07-13 Jan Djärv <jan.h.d@swipnet.se>
16697
7b6fefac 16698 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
16699 ns-popup-font-panel instead of generate-fontset-menu.
16700
5d74672c
EZ
167012009-07-12 Eli Zaretskii <eliz@gnu.org>
16702
7b6fefac 16703 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 16704
eb1727a4
CY
167052009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
16706
16707 * arc-mode.el (archive-find-type): Allow for a PK00 string before
16708 the PK\003\004 header (Bug#3770).
16709
208384c5
CY
167102009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
16711
16712 * pcomplete.el (pcomplete-comint-setup): Check for
16713 shell-dynamic-complete-filename too.
16714
774409a1
CY
167152009-07-11 Chong Yidong <cyd@stupidchicken.com>
16716
16717 * simple.el (temporary-goal-column): Change the value for
16718 line-move-visual to a cons cell.
16719 (line-move-visual): Record or set the window hscroll, if
16720 necessary (Bug#3494).
16721 (line-move-1): Handle cons value of temporary-goal-column.
16722
1639ee1d
KH
167232009-07-11 Kenichi Handa <handa@m17n.org>
16724
16725 * international/mule-diag.el (describe-character-set): Don't show
16726 width.
16727
2b1d2412
SS
167282009-07-10 Sam Steingold <sds@gnu.org>
16729
16730 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16731 Omake sometimes indents the errors it prints, so allow all
16732 regexps to start with spaces.
16733
ed3a5691
EZ
167342009-07-10 Eli Zaretskii <eliz@gnu.org>
16735
ed2a52e9
SM
16736 * cus-edit.el (customize-changed-options-previous-release):
16737 Bump value to 22.1. (Bug#3804)
ed3a5691 16738
49405d0e
SS
167392009-07-08 Sam Steingold <sds@gnu.org>
16740
16741 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16742 to be a cons cell (test . ignored-directory) to selectively ignore
16743 some directories depending on the location of the search.
16744
93c3eb7c
MA
167452009-07-08 Michael Albinus <michael.albinus@gmx.de>
16746
16747 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16748 remote user is root, on the local host.
16749 (tramp-local-host-p): Either the local user or the remote user
16750 must be root. (Bug#3771)
16751
6f2a8484
NR
167522009-07-08 Nick Roberts <nickrob@snap.net.nz>
16753
16754 * progmodes/gdb-mi.el (gdb): Remove description of
16755 gdb-use-separate-io-buffer.
69cb8d82 16756 (menu): Don't allow toggling of or enable
6f2a8484
NR
16757 gdb-use-separate-io-buffer from menubar.
16758
88d03607
CY
167592009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
16760
16761 * mail/unrmail.el (unrmail): Make sure the message ends with two
16762 newlines (Bug#3769).
16763
7ef5b8b2
GM
167642009-07-08 Glenn Morris <rgm@gnu.org>
16765
16766 * calendar/calendar.el (calendar-current-date): Rework previous change.
16767
3ce82f97
GM
167682009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
16769
16770 * calendar/calendar.el (calendar-current-date):
16771 Add an optional argument giving an offset from today.
16772
f35fc841
GM
167732009-07-08 Glenn Morris <rgm@gnu.org>
16774
16775 * tutorial.el (tutorial--describe-nonstandard-key):
16776 Adjust the message for when a key has been unbound.
16777 (help-with-tutorial): Hide the arch-tag.
16778
40149292
KH
167792009-07-08 Kenichi Handa <handa@m17n.org>
16780
69cb8d82
KH
16781 * international/fontset.el (setup-default-fontset): For each
16782 script, append (not set) font-specs.
16783
40149292
KH
16784 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16785 docstring.
16786
ff0c4194
NR
167872009-07-08 Nick Roberts <nickrob@snap.net.nz>
16788
16789 * progmodes/gdb-mi.el (gdb-init-1): Move sending
16790 -data-list-register-names to ...
16791 (gdb-starting): ... here because GDB 7.0 requires execution to
16792 have started when using this MI command.
16793 (gdb-set-header): New function to distinguish select and
16794 unselected tabs in gdb buffers.
16795 (gdb-propertize-header): New macro that uses gdb-set-header.
16796 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 16797 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 16798
8954c675
CY
167992009-07-07 Chong Yidong <cyd@stupidchicken.com>
16800
16801 * Makefile.in (ELCFILES): Remove fadr.elc.
16802
0996385d
DD
168032009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
16804
dc6b4519
DD
16805 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16806 may contain frame information, so `string-match' should be used.
16807 (gdb-update): Disassembly is invalidated through
16808 `gdb-get-selected-frame'.
16809 (gdb-pad-string): New function to pad string with spaces.
16810 (gdb-invalidate-disassembly): Invalidate only if the buffer
16811 exists.
16812 (gdb-disassembly-handler-custom): Column alignment.
16813 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16814 placing new ones.
16815 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16816 end of line, too.
16817 (gdb-frame-handler): Match convention to for disassembly buffer
16818 mode name.
17c1380b 16819 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
16820 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16821 not highlight breakpoints without line information.
69a197a2 16822 (gdb-input): Add trailing newline to command.
dc6b4519 16823
14340b25
DD
16824 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16825 buffer properly.
16826 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 16827 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
16828 now.
16829 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16830 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16831 to place breakpoints.
14340b25
DD
16832 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16833 functions.
16834 (gdb-disassembly-handler-custom): Show overlay arrow.
16835 (gdb-disassembly-place-breakpoints): Show breakpoints in
16836 disassembly buffer.
16837 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 16838 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 16839 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 16840 in `gud-menu-map'.
14340b25 16841
38d4f316 16842 * fadr.el: Remove.
1f2a6224 16843
7b6fefac 16844 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 16845 (gdb-memory-address): New variable which holds top address of
7b6fefac 16846 memory page shown in memory buffer.
0996385d
DD
16847 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16848 customization variables.
16849 New functions:
16850 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16851 display the memory buffer.
16852 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16853 buffer display parameters.
16854 (def-gdb-memory-format, gdb-memory-format-binary)
16855 (gdb-memory-format-octal, gdb-memory-format-unsigned)
16856 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16857 Functions for setting memory buffer format.
16858 (gdb-memory-unit-word, gdb-memory-unit-halfword)
16859 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16860 unit size used in memory buffer.
16861 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16862 to next/previous page of memory buffer.
28d67a53 16863 Now using (bindat-get-field) instead of fadr functions.
0996385d 16864
9ba562d3
SS
168652009-07-07 Sam Steingold <sds@gnu.org>
16866
16867 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16868 non-top-level files.
16869
a43977db
KH
168702009-07-07 Kenichi Handa <handa@m17n.org>
16871
16872 * international/mule-cmds.el (reset-language-environment): Put
16873 the highset priority to the charset iso-8859-1.
16874
d44d05e8
CY
168752009-07-06 Chong Yidong <cyd@stupidchicken.com>
16876
16877 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16878 to the end of the line when locating the block (Bug#700).
16879
3e2fa353
MA
168802009-07-06 Michael Albinus <michael.albinus@gmx.de>
16881
16882 * net/tramp.el (tramp-handle-write-region): Flush file properties
16883 in case of short track.
16884
be3e598a 168852009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 16886
bf0b361c
JB
16887 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16888 Coded custom representation of verilog error regular expressions
16889 to work with Emacs-22's new format.
d88782c3 16890 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 16891 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
16892 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16893 error recognition into XEmacs.
16894 (verilog-error-regexp-add-emacs): Hook routine to install verilog
16895 error recognition into Emacs-22.
16896
25c6f63e
CY
168972009-07-06 Chong Yidong <cyd@stupidchicken.com>
16898
16899 * woman.el: Remove stand-alone closing parentheses.
16900 (woman-file-name, woman2-format-paragraphs)
16901 (woman-leave-blank-lines): Code cleanup.
16902 (woman-use-own-frame): Change default to nil.
16903 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16904 defaults to inherit from default faces.
16905 (woman2-process-escapes): Consume the newline after a stand-alone
16906 filler character (Bug#3651).
16907
f176290e
GM
169082009-07-06 Glenn Morris <rgm@gnu.org>
16909
16910 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16911 (top-level): Move provide to the end.
16912 (ffap): Remove defunct URL from custom group.
16913
16914 * subr.el (eval-after-load): Doc fix.
16915
7b6fefac 169162009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
16917
16918 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16919 `calc-embedded-word' is called twice.
16920
4b8b1ec5
SM
169212009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16922
16923 * files.el (find-alternate-file-other-window, find-alternate-file):
16924 Obey confirm-nonexistent-file-or-buffer.
16925
d6ceb380
MA
169262009-07-05 Michael Albinus <michael.albinus@gmx.de>
16927
16928 * dired-aux.el (dired-show-file-type): Handle remote files.
16929
be3e598a 169302009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 16931
4b8b1ec5
SM
16932 * desktop.el (desktop-globals-to-save):
16933 Add file-name-history (Bug#2750).
c760f19e 16934
6d00ce04
CY
169352009-07-05 Chong Yidong <cyd@stupidchicken.com>
16936
4b8b1ec5 16937 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 16938
6ee21b07
JB
169392009-07-04 Johan Bockgård <bojohan@gnu.org>
16940
16941 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16942 property on entire argument since this is what eshell-lisp-command
16943 expects.
16944
f0dbdc25
MA
169452009-07-03 Michael Albinus <michael.albinus@gmx.de>
16946
16947 * net/tramp-gvfs.el (tramp-gvfs-methods)
16948 (tramp-gvfs-zeroconf-domain)
16949 (tramp-bluez-discover-devices-timeout): Add version flag.
16950 (tramp-gvfs-handler-mounted-unmounted)
16951 (tramp-gvfs-connection-mounted-p): Polish handling of
16952 incompatibilities between GVFS 0.2 and 1.0.
16953
e044e4fc
JD
169542009-07-03 Jan Djärv <jan.h.d@swipnet.se>
16955
4b8b1ec5 16956 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 16957
2e9b968b
JB
169582009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
16959
bf0b361c 16960 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
16961 formatted correctly.
16962
baf1a55e
JL
169632009-07-02 Juri Linkov <juri@jurta.org>
16964
16965 * info.el: Virtual Info files and nodes.
16966 (Info-virtual-files, Info-virtual-nodes): New variables.
16967 (Info-current-node-virtual): New variable.
16968 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16969 New functions.
16970 (Info-file-supports-index-cookies): Use Info-virtual-file-p
16971 to check for a virtual file instead of checking a fixed list
16972 of node names.
16973 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16974 instead of ad-hoc processing of "dir" and (apropos history toc).
16975 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16976 instead of ad-hoc processing of "dir" and (apropos history toc).
16977 Reread a file when moving from a virtual node.
16978 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16979 (Info-directory-toc-nodes, Info-directory-find-file)
16980 (Info-directory-find-node): New functions.
16981 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16982 (Info-history): Move part of code to
16983 `Info-history-find-node'.
16984 (Info-history-toc-nodes, Info-history-find-file)
16985 (Info-history-find-node): New functions.
16986 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16987 (Info-toc): Move part of code to `Info-toc-find-node'.
16988 (Info-toc-find-node): New function.
4b8b1ec5 16989 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
16990 the current Info file name to references because now the node
16991 "*TOC*" belongs to the same Info manual.
4b8b1ec5 16992 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
16993 (Info-toc-nodes): Rename input argument `file' to `filename'.
16994 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16995 instead of ad-hoc processing of ("dir" apropos history toc).
16996 (Info-index-nodes): Use Info-virtual-file-p
16997 to check for a virtual file instead of checking a fixed list
16998 of node names.
16999 (Info-index-node): Add check for `Info-current-node-virtual'.
17000 Raise `save-match-data' higher up the tree to contain
17001 `search-forward' too (bug fix).
17002 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
17003 (Info-virtual-index-nodes): New variable.
17004 (Info-virtual-index-find-node, Info-virtual-index): New functions.
17005 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
17006 (Info-apropos-file, Info-apropos-nodes): New variables.
17007 (Info-apropos-toc-nodes, Info-apropos-find-file)
17008 (Info-apropos-find-node, Info-apropos-matches): New functions.
17009 (info-apropos): Move part of code to `Info-apropos-find-node' and
17010 `Info-apropos-matches'.
17011 (Info-mode-map): Bind "I" to `Info-virtual-index'.
17012 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
17013 for a virtual file instead of checking a fixed list of node names.
17014
17015 * simple.el (async-shell-command): New command.
17016
17017 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
17018
17019 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
17020 instead of `mount-info'.
17021
d04bc496
MA
170222009-07-02 Michael Albinus <michael.albinus@gmx.de>
17023
17024 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 17025 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 17026
af0403e0
KH
170272009-07-02 Kenichi Handa <handa@m17n.org>
17028
17029 * international/mule.el (set-keyboard-coding-system): Force *-unix
17030 coding-system to avoid eol conversion.
17031
99278f8a
MA
170322009-07-01 Michael Albinus <michael.albinus@gmx.de>
17033
4b8b1ec5
SM
17034 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
17035 Add handler for `process-file', `shell-command' and
99278f8a
MA
17036 `start-file-process'.
17037 (tramp-gvfs-handle-shell-command)
17038 (tramp-gvfs-handle-start-file-process)
17039 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 17040 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 17041
3f1c6666
JD
170422009-07-01 Jan Djärv <jan.h.d@swipnet.se>
17043
17044 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
17045
3f396bac
KH
170462009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
17047
17048 * language/korean.el (set-language-info-alist): Add korean-cp949,
17049 cp949 to spec.
17050
c1185193
KH
170512009-07-01 Kenichi Handa <handa@m17n.org>
17052
17053 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
17054
17055 * international/encoded-kb.el: Deleted.
17056
17057 * international/mule.el (set-keyboard-coding-system): Perform the
17058 necessary setup here instead of calling encoded-kbd-setup-display.
17059
3f150a60
GM
170602009-07-01 Glenn Morris <rgm@gnu.org>
17061
17062 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
17063
b0d5b05b
GM
170642009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
17065
17066 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
17067
4f4126e6
MA
170682009-06-30 Michael Albinus <michael.albinus@gmx.de>
17069
4b8b1ec5
SM
17070 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
17071 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 17072 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 17073
7ae3ea65 17074 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
17075 (top): Add a default for "synce" in `tramp-default-user-alist'.
17076 Add completion function for "synce" method.
17077 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
17078 (tramp-hal-interface-manager, tramp-hal-interface-device):
17079 New defconst.
17080 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
17081 (tramp-synce-list-devices, tramp-synce-parse-device-names):
17082 New defuns.
d6ceb380
MA
17083
17084 * net/trampver.el: Update release number.
7ae3ea65 17085
0ad6626b
KH
170862009-06-30 Kenichi Handa <handa@m17n.org>
17087
17088 * international/fontset.el (setup-default-fontset): Add CJK fonts
17089 for symbols and the other miscellaneous characters.
17090
4b8b1ec5
SM
17091 * language/korea-util.el (setup-korean-environment-internal):
17092 Make char-width-table suitable for Korean environments.
0ad6626b
KH
17093 (exit-korean-environment): Cancel above.
17094
17095 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
17096 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 17097 setup-function to make char-width-table suitable for respective
0ad6626b
KH
17098 environments, and an exit-function to cancel that.
17099
17100 * language/japan-util.el (setup-japanese-environment-internal):
17101 Call use-cjk-char-width-table with arg `ja_JP'.
17102
17103 * international/characters.el (cjk-char-width-table): Delete it.
17104 (cjk-char-width-table-list): New variable.
17105 (use-cjk-char-width-table): New arg local-name.
17106 (use-default-char-width-table): Fix for the case that Emacs is
17107 already using the default char-width-table.
17108
fd46e893
MA
171092009-06-29 Michael Albinus <michael.albinus@gmx.de>
17110
17111 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
17112 modes mandatory. (Bug#3712)
17113
b87d9f96
AM
171142009-06-29 Alan Mackenzie <acm@muc.de>
17115
17116 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 17117 correction between the visible width of TABs and their number of bytes.
b87d9f96 17118
2d25aa5a
CY
171192009-06-29 Chong Yidong <cyd@stupidchicken.com>
17120
17121 * server.el (server-buffer-done): Prevent kill-buffer from
17122 prompting by clearing the buffer modification flag (Bug#3696).
17123
a3a8b002
DN
171242009-06-28 Michael McNamara <mac@mail.brushroad.com>
17125
bf0b361c 17126 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 17127 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
17128 (verilog-basic-complete-re): Support localparam lineup.
17129 (verilog-beg-of-statement-1): Fix for robustness, unique case.
17130 (verilog-set-auto-endcomments): Fix for unique case, always_comb
17131 commenting.
17132 (verilog-leap-to-case-head): Now support *nested* unique &
17133 priority case statements.
17134 (verilog-auto-lineup): Make just declarations the default (as it
17135 had been).
4b8b1ec5 17136 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 17137 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 17138 select the various styles of automatic lineup.
a3a8b002
DN
17139 (verilog-error-regexp-alist): Rework to support the XEmacs style
17140 of error regular expressions from compilers, lint tools &
17141 simulators. Note that GNU Emacs has made it impossible for a mode
17142 to load such things.
17143 (electric-verilog-terminate-line, verilog-indent-declaration)
17144 (verilog-auto-wiure): Rework for radio button selection of
17145 auto-lineup selection of specification of auto lineup.
17146 (verilog-beg-of-statement-1): Redesign to support proper operation
17147 in additional code, based on testing with auto-lineup.
17148 (verilog-calculate-indent, assignments & declarations)
17149 (verilog-backward-token): Enhance to support auto-lineup of
17150 assignments & declarations.
17151 (verilog-in-directive-p, verilog-at-struct-p): New function for
17152 easy test of whether we are.
17153 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
17154 to support safe execution at almost anyline.
17155 (verilog-calc-1): Properly support indenting deep inside generate
17156 blocks.
48c2d18a 17157 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 17158 as it is redundant with font-lock-defaults.
a8f316ca 17159 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
17160 to avoid circular calls if syntax-ppss is a function (as is the
17161 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 17162 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
17163 (verilog-ovm-begin-re, verilog-ovm-end-re)
17164 (verilog-ovm-statement-re, verilog-leap-to-head)
17165 (verilog-backward-token): Add support for OVM macros. Some are
17166 complete statements, and others open and close scopes like begin
17167 and end.
17168 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
17169 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 17170 compilation issue.
48c2d18a 17171 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 17172 coverpoint, constraint and cross statements.
a3a8b002
DN
17173 (verilog-defun-level-list, verilog-generate-defun-level-list)
17174 (verilog-all-defun-level-list): Redo these specifications - it is
17175 too hard to support eval-when compile aggregation of lists also
17176 built at when-compile time.
17177 (verilog-defun-level-list): Place defconsts of variables used in
17178 building regular expressions which are built in eval-when-compile
17179 bodies in the same eval-when-compile body to facilitate compile
17180 without load.
17181 (verilog-beg-block-re-ordered): Support indenting
17182 virtual/protected tasks and functions.
7b6fefac 17183 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
17184 (verilog-backward-ws&directives, verilog-calc-1): Speed up
17185 indentation of some module items (generate items).
17186 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
17187 across virtual/protected tasks and functions.
17188
171892009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
17190
bf0b361c 17191 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 17192 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
17193 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
17194 in concatenations. Reported by Yishay Belkind.
17195 (verilog-auto-ascii-enum): Support one-hot state machines in
17196 AUTOASCIIENUM. Suggested by Lloyd Gomez.
17197 (verilog-auto-inst, verilog-auto-inst-port): Include interface
17198 modport in AUTOINST and add vl-modport for users. Reported by
17199 David Rogoff.
17200 (verilog-auto-inout-module, verilog-auto-inst)
17201 (verilog-decls-get-interfaces, verilog-insert-definition)
17202 (verilog-insert-one-definition, verilog-read-decls)
17203 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
17204 (verilog-sig-modport, verilog-signals-combine-bus)
17205 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
17206 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
17207 Suggested by David Rogoff.
17208 (verilog-repair-open-comma): Fix non-insertion of comma when
17209 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
17210 (verilog-make-width-expression): Simplify [A-1:0] expression
17211 widths to just {A{1'b0}}.
17212 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
17213 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
17214 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
17215 inputs/outputs or data type. Suggested by Vasu Kandadi.
17216 (next-error-last-buffer): Fix byte-compiler warning.
17217 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
17218 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 17219 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 17220 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
17221 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
17222 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 17223 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
17224 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
17225 causing use of <= assignments. Reported by Alex Reed.
17226 (verilog-read-decls): Fix triand, trior, wand, wor to be
17227 recognized by AUTOWIRE. Reported by Spencer Isaacson.
17228 (verilog-extended-complete-re): Support import "DPI-C" functions.
17229 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 17230 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
17231 (verilog-insert-date, verilog-insert-year)
17232 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
17233 Windows systems. Reported by Michael Potts.
17234 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 17235 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 17236 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 17237 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
17238 (verilog-read-decls): Fix detecting "parameter int" when using
17239 AUTOINSTPARAM. Reported by Bruce T.
17240 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 17241 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 17242 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
17243 verilog-goto-defun will work. Reported by Lawrence Butcher.
17244 (verilog-getopt): Expand environment variables in -f file
17245 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 17246 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
17247 when reading enumerations.
17248 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
17249 Suggested by Stephen Peltan.
4b8b1ec5 17250 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
17251 files. Reported by Steve Peltan.
17252
f7c0d931
CY
172532009-06-28 David De La Harpe Golden <david@harpegolden.net>
17254
17255 * files.el (trash-directory): Fix defcustom type.
17256
baf1a55e 172572009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
17258
17259 * help-fns.el (describe-function-1): Correctly locate adviced
17260 functions in hyperlink (Bug#2438).
17261
d63a01ef
CY
172622009-06-28 Chong Yidong <cyd@stupidchicken.com>
17263
17264 * files.el (trash-directory): Change default to nil.
17265 (move-file-to-trash): If trash-directory is nil and
17266 system-move-file-to-trash is unbound, perform freedesktop-style
17267 trashing.
17268
172692009-06-28 David De La Harpe Golden <david@harpegolden.net>
17270
17271 * files.el (move-file-to-trash): Add freedesktop trash
17272 support (Bug#973).
17273
fc2f6a26
GM
172742009-06-28 Glenn Morris <rgm@gnu.org>
17275
17276 * autorevert.el (global-auto-revert-non-file-buffers)
17277 (global-auto-revert-mode): Doc fixes.
17278
00242b07
JB
172792009-06-27 Johan Bockgård <bojohan@gnu.org>
17280
17281 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
17282
f5594f03
CY
172832009-06-27 Chong Yidong <cyd@stupidchicken.com>
17284
e8a2b2da
CY
17285 * faces.el (x-handle-named-frame-geometry): Ensure that we have
17286 opened an X connection before calling x-get-resource (Bug#3194).
17287
f5594f03
CY
17288 * play/doctor.el: Remove reference to obsolete website.
17289 (make-doctor-variables): Correct grammar mistake (Bug#2633).
17290
3c3bf6ce
DN
172912009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
17292
17293 Remove find-file-not-found-hook VC method. (Bug#2757)
17294 * vc-hooks.el (vc-file-not-found-hook)
17295 (vc-default-find-file-not-found-hook): Remove functions.
17296 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
17297 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
17298 * vc.el:
17299 * vc-hg.el:
17300 * vc-git.el: Do not mention find-file-not-found-hook VC method.
17301
e26a7bc0
AM
173022009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
17303
17304 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 17305 compatibility function for `looking-back'.
e26a7bc0 17306
4b8b1ec5 17307 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 17308 Use `ispell-looking-back'.
e26a7bc0 17309
d9848600
MA
173102009-06-24 Michael Albinus <michael.albinus@gmx.de>
17311
17312 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 17313 rather than `filename'.
d9848600 17314
05fbc4a9
MB
173152009-06-23 Miles Bader <miles@gnu.org>
17316
17317 * face-remap.el (text-scale-set): New function.
17318
f86ca715
GM
173192009-06-23 Glenn Morris <rgm@gnu.org>
17320
33e2c2e5
GM
17321 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
17322
f529f302
GM
17323 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
17324
34995333
GM
17325 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
17326
cc80ccee
GM
17327 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
17328
84cb770d
GM
17329 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
17330 Simplify Persian conditionals.
17331
d916c965
GM
17332 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
17333 variable `filename'.
17334
b6a44b27
GM
17335 * comint.el (comint-insert-input): Doc fix.
17336
f86ca715
GM
17337 * Makefile.in (ELCFILES): Fix typo in previous change.
17338
666e158e
MB
173392009-06-23 Miles Bader <miles@gnu.org>
17340
17341 * cus-start.el: Add entry for `recenter-redisplay'.
17342
be3e598a 173432009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
17344
17345 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
17346 Add an optional argument for the backend, use it instead of
17347 calling vc-backend.
4b8b1ec5
SM
17348 (vc-mode-line): Add an optional argument for the backend.
17349 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
17350 special handling for vc-state being a buffer to ...
17351
17352 * vc-rcs.el (vc-rcs-find-file-hook):
17353 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
17354
17355 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
17356 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
17357 vc-stay-local-p and vc-mode-line calls.
17358
17359 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
17360 (vc-cvs-diff, vc-cvs-annotate-command)
17361 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
17362 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
17363 vc-mode-line calls.
17364
17365 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
17366 direct comparison.
17367 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
17368 backend when calling vc-mode-line.
17369 (vc-register): Do not create a closure for calling the vc register
17370 function, call it directly.
17371
2764748c
DN
173722009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17373
17374 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
17375 to make it obvious item can be clicked.
f5a0b281
DN
17376
17377 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
17378
d4a885b2
KH
173792009-06-23 Kenichi Handa <handa@m17n.org>
17380
17381 * language/korea-util.el (korean-key-bindings): Change the binding
17382 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
17383 same command.
17384
e3610693
MA
173852009-06-22 Michael Albinus <michael.albinus@gmx.de>
17386
17387 Sync with Tramp 2.1.16.
17388
17389 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
17390
17391 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
17392 when a loading of a package fails. Completion function for rsync
17393 is `tramp-completion-function-alist-ssh'.
17394 (all): Replace all calls of `split-string' and
17395 `tramp-split-string' by `tramp-compat-split-string'.
17396 (tramp-default-method): Use `tramp-compat-process-running-p'.
17397 (tramp-default-proxies-alist): Allow also Lisp forms.
17398 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 17399 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
17400 (tramp-domain-regexp): Allow also "-", "_" and ".".
17401 (tramp-end-of-output): Remove newlines, and add "$" at the end.
17402 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
17403 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
17404 (tramp-handle-directory-files-and-attributes-with-stat):
17405 Care about filenames with spaces, or starting with "-".
e3610693
MA
17406 (tramp-handle-dired-uncache): New defun.
17407 (tramp-handle-insert-directory): Don't flush the directory from
17408 cache, this is handled by `dired-uncache' now.
17409 (tramp-handle-insert-file-contents): Improve error handling.
17410 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17411 Quote `tramp-end-of-output'.
17412 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
17413 (tramp-check-for-regexp): Both echoes must be present, before removing.
17414 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
17415 (tramp-compute-multi-hops): Eval cons cells of
17416 `tramp-default-proxies-alist'.
17417 (tramp-maybe-open-connection): Use the same command pattern for
17418 first hop and further hops.
17419 (tramp-wait-for-output): Remove handling of newlines.
17420 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
17421 (tramp-split-string): Remove function. It is handled in
17422 tramp-compat now.
17423
4b8b1ec5
SM
17424 * net/tramp-cmds.el (tramp-bug):
17425 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
17426
17427 * net/tramp-compat.el (tramp-compat-split-string)
17428 (tramp-compat-process-running-p): New defuns.
17429
17430 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
17431 for `dired-uncache'.
17432
17433 * net/tramp-gvfs.el: New package.
17434
4b8b1ec5
SM
17435 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17436 Add handler for `dired-uncache'.
e3610693
MA
17437 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
17438
17439 * net/trampver.el: Update release number. Make version check fit
17440 for SXEmacs 22.
17441
13a3f374
JM
174422009-06-22 Jim Meyering <meyering@redhat.com>
17443
e0a28a3b 17444 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
17445 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
17446 XZ is the successor to LZMA: <http://tukaani.org/xz/>
17447
5242671e 174482009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 17449 Nick Roberts <nickrob@snap.net.nz>
13a3f374 17450
e0a28a3b 17451 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
17452 repository (http://sphinx.net.ru/hg/gdb-mi/).
17453
3fde45af
GM
174542009-06-22 Glenn Morris <rgm@gnu.org>
17455
46253b34
GM
17456 * files.el (dir-locals-collect-mode-variables): Allow for any number of
17457 `mode' and `eval' entries. (Bug#3430)
17458
97e18192
GM
17459 * Makefile.in (ELCFILES): Add fadr.elc.
17460
731a00fb
GM
17461 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
17462 differing behavior of \n and ^ in strings. (Bug#3385)
17463
c66cd0ff
GM
17464 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
17465
3fde45af
GM
17466 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
17467 property.
17468 (lisp-indent-function): Make it a defcustom.
17469
db2241a0
NR
174702009-06-21 Nick Roberts <nickrob@snap.net.nz>
17471
17472 * progmodes/gdb-ui.el: Replace with ...
5242671e 17473 * progmodes/gdb-mi.el: ... this file.
db2241a0 17474 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
17475
174762009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
17477
db2241a0
NR
17478 * fadr.el: New file.
17479
38d4f316 17480See ChangeLog.14 for earlier changes.
e3d51b27
MR
17481
17482;; Local Variables:
17483;; coding: utf-8
e3d51b27
MR
17484;; End:
17485
4e5617ee 17486 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
17487
17488 This file is part of GNU Emacs.
17489
17490 GNU Emacs is free software: you can redistribute it and/or modify
17491 it under the terms of the GNU General Public License as published by
17492 the Free Software Foundation, either version 3 of the License, or
17493 (at your option) any later version.
17494
17495 GNU Emacs is distributed in the hope that it will be useful,
17496 but WITHOUT ANY WARRANTY; without even the implied warranty of
17497 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17498 GNU General Public License for more details.
17499
17500 You should have received a copy of the GNU General Public License
17501 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
17502
38d4f316 17503;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1