* lisp/subr.el (event-start, event-end): Doc fix (Bug#7826).
[bpt/emacs.git] / lisp / ChangeLog
1 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2
3 * subr.el (event-start, event-end): Doc fix (Bug#7826).
4
5 2011-01-12 Kenichi Handa <handa@m17n.org>
6
7 * mail/rmailmm.el (rmail-mime-next-item)
8 (rmail-mime-previous-item): Delete them.
9 (rmail-mime-shown-mode): Recursively call for children.
10 (rmail-mime-hidden-mode): Delete the 2nd arg TOP. Callers
11 changed.
12 (rmail-mime-raw-mode): Recursively call for children.
13 (rmail-mode-map): Change mapping of tab and backtab to
14 forward-button and backward-button respectively.
15 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
16 button.
17 (rmail-mime-update-tagline): New function.
18 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
19 body display is changed.
20 (rmail-mime-toggle-button): Renamed from rmail-mime-image.
21 (rmail-mime-image): Delete this button type.
22 (rmail-mime-toggle): New button type.
23 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
24 body display is changed. Change the save button label to "Save".
25 Don't process show/hide button here.
26 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
27 the body display is changed. Unconditionally call
28 rmail-mime-insert for children.
29 (rmail-mime-handle): Update `display' vector of the just inserted
30 entity.
31 (rmail-mime-process): If mail-header-parse-content-type returns
32 nil, use "text/plain" as the fallback type.
33 (rmail-mime-insert): For raw-mode, recursively call
34 rmail-mim-insert for children.
35 (rmail-mime): Handle the case that the current buffer is not rmail
36 buffer (e.g. in summary buffer).
37
38 2011-01-05 Kenichi Handa <handa@m17n.org>
39
40 * mail/rmailmm.el (rmail-mime-next-item)
41 (rmail-mime-previous-item): Skip the body of a non-multipart
42 entity if a tagline is shown.
43
44 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
45
46 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
47 (tmm-prompt): Simplify.
48 (tmm-add-prompt): Remove unused var `win'.
49
50 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
51 to minor mode which used nil accidentally to mean "turn off".
52
53 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
54
55 * net/tramp.el (tramp-find-inline-compress)
56 (tramp-get-inline-coding): Quote command after pipe symbol for
57 local calls under W32. (Bug#6784)
58
59 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
60
61 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
62 only when running under W32.
63
64 2011-01-09 Eli Zaretskii <eliz@gnu.org>
65
66 * progmodes/grep.el (grep-compute-defaults): Quote the program
67 file name after the pipe symbol in Grep templates. (Bug#6784)
68 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
69
70 2011-01-08 Lennart Borgman <lennart.borgman@gmail.com>
71
72 * buff-menu.el (Buffer-menu-buffer-list): New var.
73 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
74 restricted buffer list is not lost on revert (Bug#7749).
75
76 2011-01-08 Eric Hanchrow <eric.hanchrow@gmail.com>
77
78 * net/ldap.el (ldap-search-internal): Discard stderr output.
79
80 2011-01-07 Eli Zaretskii <eliz@gnu.org>
81
82 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
83
84 2011-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
85
86 * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
87 Author names can have spaces (bug#7792).
88
89 2011-01-04 Kenichi Handa <handa@m17n.org>
90
91 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
92 part as a plain text.
93 (rmail-mime-process-multipart): Set the default content-type to
94 nil for unknown multipart subtypes (bug#7651).
95
96 2011-01-03 Brent Goodrick <bgoodr@gmail.com> (tiny change)
97
98 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
99 table, get the value before switching to the output buffer. (Bug#7733)
100
101 2011-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
102
103 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
104
105 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
106
107 * files.el (file-local-variables-alist):
108 Make permanent-local (bug#7767).
109
110 2011-01-02 Glenn Morris <rgm@gnu.org>
111
112 * version.el (emacs-copyright): Set short copyright year to 2011.
113
114 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
115
116 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
117 an existing temp buffer. (Bug#7746)
118
119 2011-01-02 Glenn Morris <rgm@gnu.org>
120
121 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
122 multiple addresses. (Bug#7760)
123
124 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
125
126 * net/tramp.el (tramp-methods): Add recursive options to "scpc",
127 "scpx", "pscp" and "psftp".
128
129 2010-12-31 Eli Zaretskii <eliz@gnu.org>
130
131 * term/w32-win.el (image-library-alist): Set up correctly for
132 libpng versions both before and after 1.4.0. (Bug#7716)
133
134 2010-12-25 Eli Zaretskii <eliz@gnu.org>
135
136 * time.el (display-time-mode): Mention display-time-interval in
137 the doc string. (Bug#7713)
138
139 * simple.el (select-active-regions): Doc fix. (Bug#7702)
140
141 2010-12-24 Kenichi Handa <handa@m17n.org>
142
143 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
144 condition-case and return an error message string if something
145 goes wrong.
146 (rmail-show-mime): Adjust for the above change. Insert the
147 header by rmail-mime-insert-header.
148
149 2010-12-24 Kenichi Handa <handa@m17n.org>
150
151 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
152 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
153 (rmail-mime-mbox-buffer)
154 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
155 (rmail-mime-entity): Argument changed. All codes handling an
156 entity object are changed.
157 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
158 the above change.
159 (rmail-mime-entity-children, rmail-mime-entity-handler)
160 (rmail-mime-entity-tagline): New functions.
161 (rmail-mime-message-p): New function.
162 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
163 (rmail-mime-entity-segment, rmail-mime-next-item)
164 (rmail-mime-previous-item, rmail-mime-shown-mode)
165 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
166 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
167 (rmail-mime-insert-tagline, rmail-mime-insert-header):
168 New functions.
169 (rmail-mime-text-handler): Call rmail-mime-insert-text.
170 (rmail-mime-insert-decoded-text): New function.
171 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
172 (rmail-mime-insert-image): Argument changed. Caller changed.
173 (rmail-mime-image): Call rmail-mime-toggle-hidden.
174 (rmail-mime-set-bulk-data): New funciton.
175 (rmail-mime-insert-bulk): Argument changed.
176 (rmail-mime-multipart-handler): Return t.
177 (rmail-mime-process-multipart): Argument changed.
178 Handle "multipart/alternative" here.
179 (rmail-mime-process): Argument changed.
180 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
181 (rmail-mime-insert): Argument changed. Handle raw display mode.
182 (rmail-mime): Argument changed. Handle toggling of raw display
183 mode.
184 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
185 rmail-mime-view-buffer.
186 (rmail-insert-mime-forwarded-message): Likewise.
187 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
188
189 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
190 non-nil, handle the header in rmail-show-mime-function.
191
192 2010-12-20 Leo <sdl.web@gmail.com>
193
194 * help-fns.el (describe-variable): Fix 2010-12-17 change.
195
196 2010-12-20 Juri Linkov <juri@jurta.org>
197
198 * isearch.el (isearch-lazy-highlight-error): New variable.
199 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
200 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
201 to the current value of `isearch-error' (Bug#7468).
202
203 2010-12-17 Chong Yidong <cyd@stupidchicken.com>
204
205 * help-fns.el (describe-variable): Don't emit trailing whitespace
206 (Bug#7511).
207
208 2010-12-17 Leo <sdl.web@gmail.com>
209
210 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
211 if point is not behind eshell-last-output-end (Bug#7585).
212
213 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
214
215 * textmodes/rst.el (rst-compile-pdf-preview)
216 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
217
218 2010-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
219
220 * emulation/edt-mapper.el: Override mapping of function keys so
221 that the later call to read-key-sequence works.
222
223 2010-12-13 Eli Zaretskii <eliz@gnu.org>
224
225 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
226 Unix EOLs. (Bug#7589)
227
228 2010-12-12 Eli Zaretskii <eliz@gnu.org>
229
230 * subr.el (posn-col-row): Evaluate header-line-format in the
231 context of the POSITION window's buffer.
232
233 2010-12-11 Glenn Morris <rgm@gnu.org>
234
235 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
236 (with-silent-modifications): Doc fixes.
237
238 2010-12-10 Michael Albinus <michael.albinus@gmx.de>
239
240 * net/tramp.el (tramp-action-password, tramp-process-actions):
241 Revert patch from 2010-12-08. Use `save-restriction'.
242
243 2010-12-09 Eli Zaretskii <eliz@gnu.org>
244
245 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
246 New functions.
247 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
248 them instead of `nil' and `>', respectively. (Bug#1077)
249
250 2010-12-09 Stephen Berman <stephen.berman@gmx.net>
251
252 * calendar/diary-lib.el (diary-list-sexp-entries):
253 Handle case of no newline at end of file. (Bug#7536)
254
255 2010-12-09 Glenn Morris <rgm@gnu.org>
256
257 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
258
259 2010-12-08 Michael Albinus <michael.albinus@gmx.de>
260
261 * net/tramp.el (tramp-handle-start-file-process):
262 Protect buffer-modified value. (Bug#7557)
263 (tramp-action-password): Delete region, do not narrow.
264 (tramp-process-actions): Do not widen.
265
266 2010-12-08 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
267
268 * log-edit.el (log-edit-changelog-entries):
269 Regexp quote filename. (Bug#7505)
270
271 2010-12-08 Tom Breton <tehom@panix.com>
272
273 * cus-edit.el (custom-save-all):
274 Bind print-length and print-level to nil. (Bug#7581)
275
276 2010-12-08 Glenn Morris <rgm@gnu.org>
277
278 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
279 Run hooks to update menu contents. (Bug#7586)
280
281 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
282 file names, for the sake of MS Windows. (Bug#7588)
283
284 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
285
286 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
287 empty lines without a leading space.
288
289 2010-12-06 Leo <sdl.web@gmail.com>
290
291 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
292 while mapping over marks (Bug#6810).
293
294 2010-12-06 Chong Yidong <cyd@stupidchicken.com>
295
296 * image-dired.el (image-dired-db-file)
297 (image-dired-temp-image-file, image-dired-gallery-dir)
298 (image-dired-temp-rotate-image-file): Set default values relative
299 to image-dired-dir (Bug#7518).
300
301 2010-12-06 Lawrence Mitchell <wence@gmx.li>
302
303 * format.el (format-decode-run-method): Pass args FROM and TO, not
304 point-min and point-max, to shell-command-on-region (Bug#7488).
305
306 2010-12-06 Jan Djärv <jan.h.d@swipnet.se>
307
308 * frame.el (blink-cursor-mode): Make default t for ns.
309
310 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
311
312 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
313
314 2010-12-05 Chong Yidong <cyd@stupidchicken.com>
315
316 * comint.el (comint-dynamic-list-input-ring)
317 (comint-dynamic-complete-filename)
318 (comint-replace-by-expanded-filename)
319 (comint-dynamic-simple-complete)
320 (comint-dynamic-list-filename-completions)
321 (comint-dynamic-list-completions): Doc fix (Bug#7499).
322
323 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
324 Doc fix (Bug#7471).
325
326 2010-12-04 Martin Rudalics <rudalics@gmx.at>
327
328 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
329 (Bug#7533).
330
331 2010-12-04 W. Martin Borgert <debacle@debian.org> (tiny change)
332
333 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
334 (Bug#7491).
335
336 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
337
338 * simple.el (transient-mark-mode): Doc fix (Bug#7465).
339
340 2010-12-04 Eli Zaretskii <eliz@gnu.org>
341
342 * files.el (file-relative-name): Handle UNC file names on
343 DOS/Windows. (Bug#4674)
344
345 2010-12-03 Daiki Ueno <ueno@unixuser.org>
346
347 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
348 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
349 (epg-context-set-passphrase-callback): Mention that the callback
350 is not called when used with GnuPG 2.x.
351
352 2010-12-02 Glenn Morris <rgm@gnu.org>
353
354 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
355 Ensure ps-footer-font-size-internal is initialized.
356 Call ps-get-page-dimensions before trying to use ps-font-for-text.
357
358 2010-12-01 Kenichi Handa <handa@m17n.org>
359
360 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
361 within condition-case.
362 (rmail-show-mime): Don't use condition-case.
363 (rmail-search-mime-message): New function.
364 (rmail-search-mime-message-function): Set to
365 rmail-search-mime-message.
366
367 2010-12-01 Leo <sdl.web@gmail.com>
368
369 * ido.el (ido-common-initialization): New function. (bug#3274)
370 (ido-mode): Use it.
371 (ido-completing-read): Call it.
372
373 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
374
375 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
376 stand-alone lines, since that is handled by log-edit-match-to-eoh
377 (Bug#6465).
378
379 2010-11-27 Eduard Wiebe <usenet@pusto.de>
380
381 * dired.el (dired-get-filename): Replace backslashes with slashes
382 in file names on MS-Windows, needed by `locate'. (Bug#7308)
383 * locate.el (locate-default-make-command-line): Don't consider
384 drive letter and root directory part of
385 `directory-listing-before-filename-regexp'. (Bug#7308)
386 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
387
388 2010-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
389
390 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
391 of :smie-open/close-alist.
392 (smie-next-sexp): Make it accept a "start token" as argument.
393 (smie-indent-keyword): Be careful not to misidentify tokens that span
394 more than one line, as empty lines. Add argument `token'.
395
396 2010-11-26 Kenichi Handa <handa@m17n.org>
397
398 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
399 multipart subtypes, insert all as usual.
400
401 * mail/rmail.el: Require rfc2047.
402
403 2010-11-26 Kenichi Handa <handa@m17n.org>
404
405 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
406 (rmail-mime-entity-disposition)
407 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
408 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
409 (rmail-mime-save): Handle the case that the button's `data' is a
410 MIME entity.
411 (rmail-mime-insert-text): New function.
412 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
413 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
414 (rmail-mime-insert-bulk): New function mostly copied from the old
415 rmail-mime-bulk-handler.
416 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
417 (rmail-mime-process-multipart): New function mostly copied from
418 the old rmail-mime-multipart-handler.
419 (rmail-mime-show): Just call rmail-mime-process.
420 (rmail-mime-process): New function mostly copied from the old
421 rmail-mime-show.
422 (rmail-mime-insert-multipart, rmail-mime-parse)
423 (rmail-mime-insert, rmail-show-mime)
424 (rmail-insert-mime-forwarded-message)
425 (rmail-insert-mime-resent-message): New functions.
426 (rmail-insert-mime-forwarded-message-function): Set to
427 rmail-insert-mime-forwarded-message.
428 (rmail-insert-mime-resent-message-function): Set to
429 rmail-insert-mime-resent-message.
430
431 * mail/rmailsum.el: Require rfc2047.
432 (rmail-header-summary): Handle multiline Subject: field.
433 (rmail-summary-line-decoder): Change the default to
434 rfc2047-decode-string.
435
436 * mail/rmail.el (rmail-enable-mime): Change the default to t.
437 (rmail-mime-feature): Change the default to `rmailmm'.
438 (rmail-quit): Delete the specifal code for rmail-enable-mime.
439 (rmail-display-labels): Likewise.
440 (rmail-show-message-1): Check rmail-enable-mime, and use
441 rmail-show-mime-function for a MIME message. Decode the headers
442 according to RFC2047.
443
444 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
445
446 * progmodes/which-func.el (which-func-imenu-joiner-function):
447 Return a string, as expected.
448 (which-function-mode): Make sure we stop any previous timer before
449 starting a new one.
450
451 2010-11-23 Michael Albinus <michael.albinus@gmx.de>
452
453 * net/tramp.el (tramp-default-method-alist)
454 (tramp-default-user-alist, tramp-default-proxies-alist):
455 Adapt custom options type. (Bug#7445)
456
457 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
458
459 * progmodes/python.el: Add Ipython support (Bug#5390).
460 (python-shell-prompt-alist)
461 (python-shell-continuation-prompt-alist): New options.
462 (python--set-prompt-regexp): New function.
463 (inferior-python-mode, run-python, python-shell):
464 Require ansi-color. Use python--set-prompt-regexp to set the comint
465 prompt based on the Python interpreter.
466 (python--prompt-regexp): New var.
467 (python-check-comint-prompt)
468 (python-comint-output-filter-function): Use it.
469 (run-python): Use a pipe (Bug#5694).
470
471 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
472
473 * progmodes/python.el (run-python): Doc fix.
474 (python-keep-current-directory-in-path): New var (Bug#7454).
475
476 2010-11-20 Chong Yidong <cyd@stupidchicken.com>
477
478 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
479 Prompt user before actually printing.
480
481 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
482
483 * simple.el (kill-new, kill-append, kill-region):
484 * comint.el (comint-kill-region): Make the yank-handler argument
485 obsolete.
486
487 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
488
489 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
490 that are both openers (resp. closers) and something else.
491 (smie-grammar): Loosen definition of valid values.
492 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
493 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
494 (smie-indent-after-keyword): Adjust users.
495 (smie-indent-keyword): Don't indent empty lines.
496
497 * vc-hg.el (vc-hg-program): New var.
498 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
499 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
500
501 2010-11-17 Glenn Morris <rgm@gnu.org>
502
503 * emacs-lisp/autoload.el (autoload-find-destination): The function
504 coding-system-eol-type may return non-numeric values. (Bug#7414)
505
506 2010-11-16 Ulrich Mueller <ulm@gentoo.org>
507
508 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
509
510 2010-11-13 Eli Zaretskii <eliz@gnu.org>
511
512 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
513
514 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
515
516 * textmodes/picture.el (picture-mouse-set-point): Don't use
517 posn-col-row; explicitly compute the motion based on the posn at
518 the window-start (Bug#7390).
519
520 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
521
522 * net/tramp.el (tramp-remote-coding-commands): Add an alternative
523 using "base64 -d -i". This is needed for older base64 versions
524 from GNU coreutils. Reported by Klaus Reichl
525 <Klaus.Reichl@thalesgroup.com>.
526
527 2010-11-13 Glenn Morris <rgm@gnu.org>
528
529 * novice.el (disabled-command-function):
530 Fix 2009-11-15 change. (Bug#7384)
531
532 2010-11-12 Glenn Morris <rgm@gnu.org>
533
534 * calendar/calendar.el (diary-iso-date-forms): Make elements
535 mutually exclusive. (Bug#7377)
536
537 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
538
539 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
540 when filling the remaining "unconstrained" values.
541
542 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
543
544 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
545 safety predicate.
546
547 * files.el (safe-local-variable-p): Gracefully handle errors.
548
549 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
550 Use smie-indent-virtual when indenting relative to an opener.
551 (smie-rule-separator): Use smie-rule-parent.
552 (smie-indent-keyword): Consult rules, even for openers at bol.
553 (smie-indent-comment-close): Try to align closer's content.
554
555 2010-11-11 Glenn Morris <rgm@gnu.org>
556
557 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
558
559 2010-11-10 Glenn Morris <rgm@gnu.org>
560
561 * printing.el (pr-menu-bind): Doc fix.
562
563 * speedbar.el (speedbar-toggle-images): Doc fix.
564
565 * progmodes/python.el (python-shell): Doc fix.
566
567 * wid-edit.el (widget-field-use-before-change)
568 (widget-use-overlay-change): Doc fixes.
569
570 2010-11-09 Glenn Morris <rgm@gnu.org>
571
572 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
573
574 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
575
576 * minibuffer.el (minibuffer-completion-help): Specify the end of the
577 completion field (bug#7211).
578
579 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
580 Fix handling of backslash escapes.
581 (python-quote-syntax): Adjust accordingly.
582
583 2010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
584
585 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
586 (vc-mtn-workfile-branch): Adjust to new output format.
587
588 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
589
590 * international/mule-cmds.el (princ-list): Mark as obsolete.
591
592 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
593
594 * emacs-lisp/smie.el: New package.
595
596 2010-11-06 Michael Albinus <michael.albinus@gmx.de>
597
598 * files.el (backup-by-copying-when-mismatch):
599 Set `permanent-local' property.
600
601 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
602 `permanent-local' property for `backup-by-copying-when-mismatch'.
603
604 2010-11-06 Eli Zaretskii <eliz@gnu.org>
605
606 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
607 (ls-lisp-classify-file): New function.
608 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
609 (ls-lisp-classify): Call ls-lisp-classify-file.
610 (insert-directory): Remove blanks from switches.
611
612 2010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
613
614 * progmodes/verilog-mode.el (verilog-insert-one-definition)
615 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
616 AUTOINOUT for SV style multidimensional arrays, bug294.
617 Reported by Eric Mastromarchi.
618 (verilog-preprocess): Use with-current-buffer and
619 font-lock-fontify-buffer to cleanup style issues.
620
621 2010-11-05 Michael Albinus <michael.albinus@gmx.de>
622
623 * net/trampver.el: Update release number.
624
625 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
626
627 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
628 beginning of the string. Use `string-match-p'. (Bug#6765)
629
630 2010-11-01 Glenn Morris <rgm@gnu.org>
631
632 * locate.el (locate, locate-mode): Doc fixes.
633
634 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
635
636 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
637 user for confirmation.
638 (server-force-stop): Use it.
639 (server-start): Use server-force-stop for kill-emacs-hook, to
640 avoid user interaction while killing Emacs.
641
642 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
643
644 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
645 (log-edit-author): New dynamic var.
646 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
647 Use it to return the author if different from committer.
648 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
649
650 2010-10-31 Eli Zaretskii <eliz@gnu.org>
651
652 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
653
654 2010-10-31 Chong Yidong <cyd@stupidchicken.com>
655
656 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
657 (vc-root-diff, vc-print-root-log, vc-log-incoming)
658 (vc-log-outgoing): Use it.
659 (vc-diff-internal): Set diff-vc-backend.
660
661 * vc/diff-mode.el (diff-vc-backend): New var.
662
663 2010-10-31 Juri Linkov <juri@jurta.org>
664
665 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
666 buffer-locally to lambda that re-runs the vc diff command.
667 (Bug#6447)
668
669 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
670
671 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
672
673 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
674 log-outgoing commands.
675 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
676 to create a buffer local revert-buffer-function variable.
677 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
678 revert-buffer-function lambda.
679
680 Improve VC create/retrieve tag/branch.
681 * vc.el (vc-create-tag): Do not read the directory name for VCs
682 with repository revision granularity. Adjust the tag/branch
683 prompt. Reset VC properties.
684 (vc-retrieve-tag): Do not read the directory name for VCs
685 with repository revision granularity. Reset VC properties.
686
687 Add optional support for resetting VC properties.
688 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
689 call vc-file-clearprops when true.
690 (vc-resynch-buffer): Add new optional argument, pass it down.
691 (vc-resynch-buffers-in-directory): Likewise.
692
693 Improve support for special markup in the VC commit message.
694 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
695 * vc-hg.el (vc-hg-checkin): Add support for Date:.
696 * vc-git.el (vc-git-checkin):
697 * vc-bzr.el (vc-bzr-checkin): Likewise.
698
699 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
700 * vc-git.el (vc-git-log-view-mode): Fix font lock for
701 incoming/outgoing logs.
702 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
703
704 * vc-git.el (vc-git-log-outgoing): Use the same format as the
705 short log.
706 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
707 command
708
709 Add bindings for vc-log-incoming and vc-log-outgoing.
710 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
711 and vc-log-outgoing.
712 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
713 and vc-log-outgoing.
714
715 Improve state updating for VC tag commands.
716 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
717 to update the state of all buffers in the directory.
718
719 2010-05-19 Glenn Morris <rgm@gnu.org>
720
721 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
722
723 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
724
725 * vc.el (vc-checkin, vc-modify-change-comment):
726 Adjust to new vc-start/finish-logentry.
727 (vc-find-conflicted-file): New command.
728 (vc-transfer-file): Adjust to new vc-checkin.
729 (vc-next-action): Improve scoping.
730
731 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
732 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
733
734 * vc-dispatcher.el (vc-log-edit): Shorten names for
735 log-edit-show-files.
736
737 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
738 (vc-bzr-conflicted-files): New function.
739
740 * log-edit.el (log-edit-summary, log-edit-header)
741 (log-edit-unknown-header): New faces.
742 (log-edit-headers-alist): New var.
743 (log-edit-header-contents-regexp): New const.
744 (log-edit-match-to-eoh): New function.
745 (log-edit-font-lock-keywords): Use them.
746 (log-edit): Insert a "Summary:" header as default.
747 (log-edit-mode): Mark font-lock rules as case-insensitive.
748 (log-edit-done): Cleanup headers.
749 (log-edit-extract-headers): New function to replace it.
750
751 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
752 the windows/frames.
753
754 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
755
756 * vc-dir.el (vc-dir-kill-line): New command.
757 (vc-dir-mode-map): Bind it to C-k.
758 (vc-dir-headers): Abbreviate the working dir.
759
760 * vc-git.el (vc-git-revision-table): Include remote branches.
761
762 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
763
764 New VC methods: vc-log-incoming and vc-log-outgoing.
765 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
766 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
767 New functions.
768 (vc-print-log-internal): Just call vc-log-internal-common.
769 (vc-log-view-type): New permanent local variable.
770
771 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
772
773 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
774 of the dynamic bound vc-short-log.
775 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
776
777 * vc-git.el (vc-git-log-outgoing): New function.
778 (vc-git-log-view-mode): Use vc-log-view-type instead
779 of the dynamic bound vc-short-log.
780
781 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
782 the dynamic bound vc-short-log. Highlight the tag.
783 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
784 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
785 (vc-hg-incoming-mode): Remove.
786 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
787
788 Fix default-directory for vc-root-diff.
789 * vc.el (vc-root-diff): Bind default-directory to the root
790 directory for the diff command.
791
792 2010-10-31 Sam Steingold <sds@gnu.org>
793
794 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
795 `vc-hg-command' with a list of flags.
796
797 2010-10-31 Glenn Morris <rgm@gnu.org>
798
799 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
800 log-edit-before-checkin-process.
801
802 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
803
804 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
805
806 * vc-dispatcher.el (vc-start-logentry): Doc fix.
807 (log-view-process-buffer, log-edit-extra-flags): Declare.
808
809 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
810
811 Add special markup processing for commit logs.
812 * log-edit.el (log-edit): Add new argument MODE. Use that mode
813 when non-nil instead of the log-view-mode.
814
815 * vc.el (vc-default-log-edit-mode): New function.
816
817 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
818 log-edit.
819
820 Support for shelving snapshots and for showing shelves.
821 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
822 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
823 New functions.
824 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
825 (vc-bzr-extra-menu-map): Map them.
826
827 2010-10-30 Michael Albinus <michael.albinus@gmx.de>
828
829 * net/tramp.el (tramp-handle-insert-file-contents): For root,
830 preserve owner and group when editing files. (Bug#7289)
831
832 2010-10-29 Glenn Morris <rgm@gnu.org>
833
834 * speedbar.el (speedbar-mode):
835 * play/fortune.el (fortune-in-buffer, fortune):
836 * play/gomoku.el (gomoku-mode):
837 * play/landmark.el (lm-mode):
838 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
839 Replace inappropriate uses of toggle-read-only. (Bug#7292)
840
841 2010-10-28 Glenn Morris <rgm@gnu.org>
842
843 * select.el (x-selection): Mark it as an obsolete alias.
844
845 2010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
846
847 * add-log.el (find-change-log): Use derived-mode-p rather than
848 major-mode (bug#7284).
849
850 2010-10-27 Glenn Morris <rgm@gnu.org>
851
852 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
853 rather than just an unused variable that inherits from the real one.
854
855 2010-10-23 Michael McNamara <mac@mail.brushroad.com>
856
857 * verilog-mode.el (verilog-directive-re): Make this variable
858 auto-built for efficiency of execution and updating.
859 (verilog-extended-complete-re): Support 'pure' fucntion & task
860 declarations (these have no bodies).
861 (verilog-beg-of-statement): General cleanup to enable support of
862 'pure' fucntion & task declarations (these have no bodies).
863 These efforts together fix Verilog bug210 from veripool; which was also
864 noticed by Steve Pearlmutter.
865 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
866 (verilog-directive-nest-re, verilog-set-auto-endcomments):
867 Support `elsif. Reported by Shankar Giri.
868 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
869 attribute handling for lining up declarations and assignments.
870 (verilog-beg-of-statement-1): Fix issue where continued declaration
871 is indented differently if it is after a begin..end clock.
872 (verilog-in-attribute-p, verilog-skip-backward-comments)
873 (verilog-skip-forward-comment-p): Support proper treatment of
874 attributes by indent code. Reported by Jeff Steele.
875 (verilog-in-directive-p): Fix comment to correctly describe function.
876 (verilog-backward-up-list, verilog-in-struct-region-p)
877 (verilog-backward-token, verilog-in-struct-p)
878 (verilog-in-coverage-p, verilog-do-indent)
879 (verilog-pretty-declarations): Use verilog-backward-up-list as
880 wrapper around backward-up-list inorder to properly skip comments.
881 Reported by David Rogoff.
882 (verilog-property-re, verilog-endcomment-reason-re)
883 (verilog-beg-of-statement, verilog-set-auto-endcomments)
884 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
885 of if). Reported by Max Bjurling and
886 (verilog-calc-1): Fix for clocking block in modport
887 declaration. Reported by Brian Hunter.
888
889 2010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
890
891 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
892 (verilog-gate-keywords, verilog-read-sub-decls)
893 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
894 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
895 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
896 (verilog-read-decls): Fix spaces in V2K module parameters causing
897 mis-identification as interfaces, bug287.
898 (verilog-read-decls): Fix not treating "parameter string" as a
899 parameter in AUTOINSTPARAM.
900 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
901 treating `elsif similar to `endif inside AUTOSENSE.
902 (verilog-do-indent): Implement correct automatic or static task or
903 function end comment highlight. Reported by Steve Pearlmutter.
904 (verilog-font-lock-keywords-2): Fix highlighting of single
905 character pins, bug264. Reported by Michael Laajanen.
906 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
907 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
908 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
909 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
910 (verilog-pretty-expr): Fix interactive arguments, bug272.
911 Reported by Mark Johnson.
912 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
913 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
914 bug269. Suggested by Gary Delp.
915 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
916 (verilog-preprocessor, verilog-set-compile-command):
917 Create verilog-preprocess and verilog-preprocessor to show
918 preprocessed output.
919 (verilog-get-beg-of-line, verilog-get-end-of-line)
920 (verilog-modi-file-or-buffer, verilog-modi-name)
921 (verilog-modi-point, verilog-within-string): Move defmacro's
922 before first use to avoid warning. Reported by Steve Pearlmutter.
923 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
924 (verilog-colorize-region, verilog-highlight-buffer)
925 (verilog-highlight-includes, verilog-highlight-modules)
926 (verilog-highlight-region, verilog-mode): Rename colorize to
927 highlight to match other packages. Disable module highlighting,
928 as received speed complaints, reenable for experimentation only
929 using new verilog-highlight-modules.
930 (verilog-read-decls): Fix regexp stack overflow in very large
931 AUTO_TEMPLATEs, bug250.
932 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
933 (verilog-scan): Create verilog-save-buffer-state to standardize
934 making insignificant changes that shouldn't call hooks.
935 (verilog-save-no-change-functions, verilog-save-scan-cache)
936 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
937 Create verilog-save-no-change-functions to wrap verilog-scan
938 preservation, and fix to work with nested preserved calls.
939 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
940 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
941 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
942 (verilog-submit-bug-report): Update variable list to be complete.
943 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
944 breaking on-the-fly font-locking.
945 (verilog-colorize-buffer, verilog-colorize-include-files)
946 (verilog-colorize-include-files-buffer, verilog-colorize-region)
947 (verilog-load-file-at-mouse, verilog-load-file-at-point)
948 (verilog-mode, verilog-read-inst-module-matcher): With point on a
949 AUTOINST cell instance name, middle mouse button now finds-file on
950 it. Suggested by Brad Dobbie.
951 (verilog-alw-get-temps, verilog-auto-reset)
952 (verilog-auto-sense-sigs, verilog-read-always-signals)
953 (verilog-read-always-signals-recurse): Fix loop indexes being
954 AUTORESET. AUTORESET now assumes any variables in the
955 initialization section of a for() should be ignored.
956 Reported by Dan Dever.
957 (verilog-error-font-lock-keywords)
958 (verilog-error-regexp-emacs-alist)
959 (verilog-error-regexp-xemacs-alist): Fix error detection of
960 Cadence HAL, reported by David Asher. Repair drift between the
961 three similar error variables.
962 (verilog-modi-lookup, verilog-modi-lookup-cache)
963 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
964 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
965 Fix slow verilog-auto expansion on very large files.
966 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
967 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
968 "{1*2{...". Broke in last revision.
969 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
970 submodule connections with replications "{#{a},#{b}}".
971
972 2010-10-23 Glenn Morris <rgm@gnu.org>
973
974 * comint.el (comint-password-prompt-regexp):
975 Match "enter the password". (Bug#7224)
976
977 2010-10-22 Juanma Barranquero <lekktu@gmail.com>
978
979 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
980 Fix typo in docstring.
981
982 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
983
984 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
985 errors.
986
987 * net/trampver.el: Update release number.
988
989 2010-10-20 Kenichi Handa <handa@m17n.org>
990
991 * face-remap.el (text-scale-adjust): Call read-event with a proper
992 prompt.
993
994 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
995
996 * net/tramp.el (tramp-do-file-attributes-with-stat)
997 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
998 order to make stat results a float. Patch by Andreas Schwab
999 <schwab@linux-m68k.org>.
1000
1001 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1002
1003 * repeat.el (repeat): Use read-key (bug#6256).
1004
1005 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
1006
1007 * emacs-lisp/unsafep.el: Don't mark functions that display
1008 messages as safe. Suggested by Johan Bockgård.
1009
1010 2010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1011
1012 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1013 Turn comments into docstrings.
1014
1015 * minibuffer.el (completion--replace): Move point where it belongs
1016 when there's a common suffix (bug#7215).
1017
1018 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
1019
1020 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1021 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
1022 <dale@codefu.org>.
1023
1024 2010-10-15 Kenichi Handa <handa@m17n.org>
1025
1026 * international/characters.el: Add category '|' (word breakable)
1027 to fullwidth characters.
1028
1029 2010-10-14 Kenichi Handa <handa@m17n.org>
1030
1031 * mail/rmail.el (rmail-show-message-1): Catch an error of
1032 base64-decode-region and just show an error message (bug#7165).
1033
1034 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
1035 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1036 a font-spec (bug#7197).
1037
1038 2010-10-13 Glenn Morris <rgm@gnu.org>
1039
1040 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1041
1042 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
1043
1044 * international/mule.el (define-coding-system):
1045 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1046 * composite.el (compose-region): Fix typo in docstring.
1047
1048 2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
1049
1050 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1051 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1052 (mac-right-option-modifier): New alias for ns-right-option-modifier.
1053
1054 * cus-start.el (all): ns-right-alternate-modifier is new.
1055
1056 2010-10-10 Andreas Schwab <schwab@linux-m68k.org>
1057
1058 * Makefile.in (ELCFILES): Update.
1059
1060 2010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1061
1062 * emacs-lisp/lisp.el (lisp-completion-at-point):
1063 Use emacs-lisp-mode-syntax-table for the whole function.
1064
1065 2010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
1066
1067 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
1068 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
1069 work when breakpoint number exceeds nine.
1070
1071 2010-10-05 David Koppelman <koppel@ece.lsu.edu>
1072
1073 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
1074 instead of font-lock-mode before adding keywords.
1075 Remove hi-lock-mode off code. Remove inhibit hack.
1076 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1077 non-nil; removed hook inhibit hack.
1078
1079 2010-10-09 Glenn Morris <rgm@gnu.org>
1080
1081 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1082 (load-path-shadows-find): ... to this.
1083 (list-load-path-shadows): Update for above change.
1084
1085 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1086
1087 2010-10-08 Glenn Morris <rgm@gnu.org>
1088
1089 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1090
1091 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1092 (shadows-compare-text-p): Make it an obsolete alias for...
1093 (load-path-shadows-compare-text): ... new name.
1094 (find-emacs-lisp-shadows): Update for above name change.
1095 (load-path-shadows-same-file-or-nonexistent): New name for the old
1096 shadow-same-file-or-nonexistent.
1097
1098 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
1099
1100 * minibuffer.el (completion--some, completion--do-completion)
1101 (minibuffer-complete-and-exit, minibuffer-completion-help)
1102 (completion-basic-try-completion)
1103 (completion-basic-all-completions)
1104 (completion-pcm--find-all-completions): Use lexical-let to
1105 avoid some false matches in variable completion (Bug#7056)
1106
1107 2010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
1108
1109 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
1110
1111 2010-10-03 Leo <sdl.web@gmail.com>
1112
1113 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1114 return non-nil if the file exists (Bug#7090).
1115
1116 2010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1117
1118 * minibuffer.el (completion--replace):
1119 Better preserve markers (bug#7138).
1120
1121 2010-09-29 Juanma Barranquero <lekktu@gmail.com>
1122
1123 * server.el (server-process-filter): Doc fix.
1124
1125 2010-09-27 Drew Adams <drew.adams@oracle.com>
1126
1127 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
1128
1129 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
1130
1131 * Makefile.in (ELCFILES): Update.
1132
1133 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1134 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
1135
1136 2010-09-27 Kenichi Handa <handa@m17n.org>
1137
1138 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1139 "ustar" format.
1140
1141 2010-09-27 Kenichi Handa <handa@m17n.org>
1142
1143 * international/mule.el (define-coding-system): Docstring fixed.
1144
1145 * international/mule-diag.el (describe-character-set): Use princ
1146 with proper print-length and print-level instead of insert.
1147
1148 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
1149
1150 * window.el (walk-windows): Doc fix (bug#7105).
1151
1152 2010-09-23 Glenn Morris <rgm@gnu.org>
1153
1154 * isearch.el (isearch-lazy-highlight-cleanup)
1155 (isearch-lazy-highlight-initial-delay)
1156 (isearch-lazy-highlight-interval)
1157 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1158 * net/net-utils.el (ipconfig-program-options):
1159 Move aliases to options before the associated definitions.
1160
1161 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1162
1163 * newcomment.el (comment-normalize-vars): Better test validity of
1164 comment-end-skip.
1165
1166 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1167
1168 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1169 (float-e): New name for `e'.
1170 (degrees-to-radians, radians-to-degrees):
1171 * calendar/solar.el (solar-longitude):
1172 * calculator.el (calculator-registers, calculator-funcall):
1173 * textmodes/artist.el (artist-spray-random-points):
1174 * play/bubbles.el (bubbles--initialize-images): Use new names.
1175
1176 2010-09-19 Eric M. Ludlam <zappo@gnu.org>
1177
1178 Update to CEDET 1.0's version of EIEIO.
1179
1180 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1181 New function.
1182 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1183 (eieio-default-eval-maybe): Eval val instead of unquoting only.
1184 (class-precedence-list): If class is nil, return nil.
1185 (eieio-generic-call): If class of first input arg is nil, don't
1186 look up static methods, and do check for primary methods.
1187 (initialize-instance): See if the default needs to be evaluated
1188 during the constructor.
1189 (eieio-perform-slot-validation-for-default): Don't do the check
1190 for values that will eventually be evaluated.
1191 (eieio-eval-default-p): New function.
1192 (eieio-default-eval-maybe): Use it.
1193
1194 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1195
1196 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1197 method-invocation-order.
1198 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1199 (eieio-class-precedence-dfs): Compute class precedence list using
1200 dfs algorithm.
1201 (eieio-class-precedence-bfs): Compute class precedence list using
1202 bfs algorithm.
1203 (eieio-class-precedence-c3): Compute class precedence list using
1204 c3 algorithm.
1205 (class-precedence-list): New function.
1206 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1207 (inconsistent-class-hierarchy): New error symbol.
1208 (call-next-method): Stow the replacement argument list for future
1209 call-next-method invocations.
1210
1211 2010-09-15 Glenn Morris <rgm@gnu.org>
1212
1213 * calendar/appt.el (appt-check): If not displaying the diary,
1214 use (diary 1) to only get the entries we need.
1215 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1216 that it is in day order. (Bug#7019)
1217
1218 * calendar/appt.el (appt-check): Rather than showing the diary,
1219 just turn off invisible display, and only if needed.
1220
1221 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
1222
1223 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1224
1225 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1226 Add `when' argument. Update callers.
1227
1228 * subr.el (unintern): Declare the obarray arg mandatory.
1229
1230 2010-09-14 Glenn Morris <rgm@gnu.org>
1231
1232 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1233 Doc fixes.
1234
1235 * calendar/diary-lib.el (diary-included-files): New variable.
1236 (diary-list-entries): Maybe initialize diary-included-files.
1237 (diary-include-other-diary-files): Append to diary-included-files.
1238 * calendar/appt.el (appt-update-list): Also check the members of
1239 diary-included-files. (Bug#6999)
1240 (appt-check): Doc fix.
1241
1242 2010-09-12 David Reitter <david.reitter@gmail.com>
1243
1244 * simple.el (line-move-visual): Do not truncate goal column to
1245 integer size. (Bug#7020)
1246
1247 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1248
1249 * repeat.el (repeat): Allow repeating when the last event is a click.
1250 Suggested by Drew Adams (bug#6256).
1251
1252 2010-09-11 Sascha Wilde <wilde@sha-bang.de>
1253
1254 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1255 Replace setting HGRCPATH to "" by some less invasive --config options.
1256
1257 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1258
1259 * font-lock.el (font-lock-beginning-of-syntax-function):
1260 Mark as obsolete.
1261
1262 2010-09-10 Glenn Morris <rgm@gnu.org>
1263
1264 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1265 and tool-bar modes. (Bug#6211)
1266 (menu-bar-mode): Move setting of standard-value after the
1267 minor-mode definition, otherwise it seems to have no effect.
1268
1269 2010-09-08 Masatake YAMATO <yamato@redhat.com>
1270
1271 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1272 Fix typo. (Bug#6976)
1273
1274 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1275
1276 * whitespace.el: Allow cleaning up blanks without blank
1277 visualization (Bug#6651). Adjust help window for
1278 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1279 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1280 (whitespace-style): Add new value 'face. Adjust docstring.
1281 (whitespace-space, whitespace-hspace, whitespace-tab):
1282 Adjust foreground property face.
1283 (whitespace-line-column): Adjust docstring and type declaration.
1284 (whitespace-style-value-list, whitespace-toggle-option-alist)
1285 (whitespace-help-text): Adjust const initialization.
1286 (whitespace-toggle-options, global-whitespace-toggle-options):
1287 Adjust docstring.
1288 (whitespace-display-window, whitespace-interactive-char)
1289 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1290 (whitespace-help-scroll): New fun.
1291
1292 2010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1293
1294 * files.el (directory-abbrev-alist): Use \` as default regexp.
1295
1296 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1297 chars like - or ] (bug#6984).
1298 (rx-any-condense-range): Explode 2-char ranges.
1299
1300 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1301
1302 * textmodes/bibtex.el:
1303 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1304
1305 2010-09-02 Glenn Morris <rgm@gnu.org>
1306
1307 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1308
1309 2010-08-31 Kenichi Handa <handa@m17n.org>
1310
1311 * international/mule-cmds.el (standard-display-european-internal):
1312 Setup standard-display-table for 8-bit characters by storing 8-bit
1313 characters in the element vector.
1314
1315 * disp-table.el (standard-display-8bit):
1316 Setup standard-display-table for 8-bit characters by storing 8-bit
1317 characters in the element vector.
1318 (standard-display-european): Likewise.
1319
1320 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
1321
1322 Sync with Tramp 2.1.19.
1323
1324 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1325 (tramp-reporter-dump-variable, tramp-load-report-modules)
1326 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1327 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1328
1329 * net/tramp-compat.el (top): Do not autoload
1330 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1331 only when `start-file-process' is not bound.
1332 (byte-compile-not-obsolete-vars): Define if not bound.
1333 (tramp-compat-funcall): New defmacro.
1334 (tramp-compat-line-beginning-position)
1335 (tramp-compat-line-end-position)
1336 (tramp-compat-temporary-file-directory)
1337 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1338 (tramp-compat-copy-file, tramp-compat-copy-directory)
1339 (tramp-compat-delete-file, tramp-compat-delete-directory)
1340 (tramp-compat-number-sequence, tramp-compat-process-running-p):
1341 Use it.
1342 (tramp-advice-file-expand-wildcards): Do not use
1343 `tramp-handle-file-remote-p'.
1344 (tramp-compat-make-temp-file): Simplify fallback implementation.
1345 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1346 (tramp-compat-copy-tree): Remove function.
1347 (tramp-compat-delete-file): New defun.
1348 (tramp-compat-delete-directory): Provide implementation for older
1349 Emacsen.
1350 (tramp-compat-file-attributes): Handle only
1351 `wrong-number-of-arguments' error.
1352
1353 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1354 Add PRESERVE_SELINUX_CONTEXT.
1355 (tramp-fish-handle-delete-file): Add TRASH arg.
1356 (tramp-fish-handle-directory-files-and-attributes):
1357 Do not use `tramp-fish-handle-file-attributes.
1358 (tramp-fish-handle-file-local-copy)
1359 (tramp-fish-handle-insert-file-contents)
1360 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1361
1362 * net/tramp-gvfs.el (top): Require url-util.
1363 (tramp-gvfs-mount-point): Remove.
1364 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1365 and `set-file-selinux-context'.
1366 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1367 (tramp-gvfs-handle-file-selinux-context)
1368 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1369 (with-tramp-dbus-call-method): Format trace message.
1370 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1371 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1372 Implement backup call, when operation on local files fails.
1373 Use progress reporter. Flush properties of changed files.
1374 (tramp-gvfs-handle-delete-file): Add TRASH arg.
1375 Use `tramp-compat-delete-file'.
1376 (tramp-gvfs-handle-expand-file-name): Expand "~/".
1377 (tramp-gvfs-handle-make-directory): Make more traces.
1378 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1379 (tramp-gvfs-url-file-name): Hexify file name in url.
1380 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1381 into account for the resulting file name.
1382 (tramp-gvfs-handler-askquestion): Preserve current message, in
1383 order to let progress reporter continue afterwards. (Bug#6257)
1384 Return dummy mountpoint, when the answer is "no".
1385 See `tramp-gvfs-maybe-open-connection'.
1386 (tramp-gvfs-handler-mounted-unmounted)
1387 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1388 attribute "default_location". Set "prefix" property.
1389 Handle default-location.
1390 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1391 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1392 exists. Raise an error, if not (due to a corresponding answer
1393 "no" in interactive questions, for example).
1394 Use `tramp-compat-funcall'.
1395
1396 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1397 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1398 (tramp-imap-do-copy-or-rename-file)
1399 (tramp-imap-handle-insert-file-contents)
1400 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1401 (tramp-imap-handle-delete-file): Add TRASH arg.
1402
1403 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1404 Add PRESERVE-SELINUX-CONTEXT.
1405 (tramp-smb-handle-copy-file)
1406 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1407 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1408 Use `with-progress-reporter'.
1409 (tramp-smb-handle-delete-file): Add TRASH arg.
1410
1411 * net/tramp.el (tramp-methods): Move hostname to the end in all
1412 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
1413 appropriate.
1414 (tramp-verbose): Describe verbose level 9.
1415 (tramp-completion-function-alist)
1416 (tramp-file-name-regexp, tramp-chunksize)
1417 (tramp-local-coding-commands, tramp-remote-coding-commands)
1418 (with-connection-property, tramp-completion-mode-p)
1419 (tramp-action-process-alive, tramp-action-out-of-band)
1420 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1421 (tramp-exists-file-name-handler): Fix docstring.
1422 (tramp-remote-process-environment): Use `format' instead of
1423 `concat'. Protect version string by apostroph.
1424 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1425 XEmacs.
1426 (tramp-file-name-regexp-unified)
1427 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1428 not regard the volume letter as remote filename. (Bug#5447)
1429 (tramp-perl-file-attributes)
1430 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1431 (tramp-vc-registered-read-file-names): Read input as
1432 here-document, otherwise the command could exceed maximum length
1433 of command line.
1434 (tramp-file-name-handler-alist): Add `file-selinux-context' and
1435 `set-file-selinux-context'.
1436 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1437 backtrace functions.
1438 (tramp-error-with-buffer): Don't show the connection buffer when
1439 we are in completion mode.
1440 (tramp-progress-reporter-update, tramp-remote-selinux-p)
1441 (tramp-handle-file-selinux-context)
1442 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1443 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1444 New defuns.
1445 (with-progress-reporter): New defmacro.
1446 (tramp-debug-outline-regexp): New defconst.
1447 (top, tramp-rfn-eshadow-setup-minibuffer)
1448 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1449 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1450 (tramp-completion-mode-p, tramp-check-for-regexp)
1451 (tramp-open-connection-setup-interactive-shell)
1452 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1453 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1454 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1455 Use `tramp-compat-funcall'.
1456 (tramp-handle-make-symbolic-link): Flush file properties.
1457 (tramp-handle-load, tramp-handle-file-local-copy)
1458 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1459 (tramp-handle-vc-registered, tramp-maybe-send-script)
1460 (tramp-find-shell): Use `with-progress-reporter'.
1461 (tramp-do-file-attributes-with-stat): Add space in format string,
1462 in order to work around a bug in pdksh. Reported by Gilles Pion
1463 <gpion@lfdj.com>.
1464 (tramp-handle-verify-visited-file-modtime): Do not send a command
1465 when the connection is not established.
1466 (tramp-handle-set-file-times): Simplify the check for utc.
1467 (tramp-handle-directory-files-and-attributes)
1468 (tramp-get-remote-path): Use `copy-tree'.
1469 (tramp-completion-handle-file-name-all-completions): Ensure, that
1470 non remote files are still checked. Oops.
1471 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1472 Handle PRESERVE-SELINUX-CONTEXT.
1473 (tramp-do-copy-or-rename-file): Add progress reporter.
1474 (tramp-do-copy-or-rename-file-directly): Do not use
1475 `tramp-handle-file-remote-p'.
1476 (tramp-do-copy-or-rename-file-out-of-band):
1477 Use `tramp-compat-delete-directory'.
1478 (tramp-do-copy-or-rename-file-out-of-band)
1479 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1480 Use `format-spec-make'.
1481 (tramp-handle-delete-file): Add TRASH arg.
1482 (tramp-handle-dired-uncache): Flush directory cache, not only file
1483 cache.
1484 (tramp-handle-expand-file-name)
1485 (tramp-completion-handle-file-name-all-completions)
1486 (tramp-completion-handle-file-name-completion):
1487 Use `tramp-connectable-p'.
1488 (tramp-handle-start-file-process): Set connection property "vec".
1489 Use it, in order to invalidate file caches. Check only for
1490 `remote-tty' process property.
1491 Implement tty setting. (Bug#4604, Bug#6360)
1492 (tramp-file-name-for-operation): Add `call-process-region' and
1493 `set-file-selinux-context'.
1494 (tramp-find-foreign-file-name-handler)
1495 (tramp-advice-make-auto-save-file-name)
1496 (tramp-set-auto-save-file-modes): Remove superfluous check for
1497 `stringp'. This is done inside `tramp-tramp-file-p'.
1498 (tramp-file-name-handler): Trace 'quit. Catch the error for some
1499 operations when we are in completion mode. This gives the user
1500 the chance to correct the file name in the minibuffer.
1501 (tramp-completion-mode-p): Use `non-essential'.
1502 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1503 compatibility: Use `completion-ignore-case' if
1504 `read-file-name-completion-ignore-case' does not exist.
1505 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1506 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1507 `tramp-open-shell'.
1508 (tramp-action-password): Hide password prompt before next run.
1509 (tramp-process-actions): Widen connection buffer for the trace.
1510 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1511 process property. Trace stty settings if `tramp-verbose' >= 9.
1512 Apply workaround for IRIX64 bug. Move argument of last
1513 `tramp-send-command' where it belongs to.
1514 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1515 front of `login-args'.
1516 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1517 on "/dev/null" instead of "/".
1518 (tramp-get-ls-command-with-dired): Make test for "--dired"
1519 stronger.
1520 (tramp-set-auto-save-file-modes): Adapt version check.
1521 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1522 (tramp-handle-process-file): Call the program in a subshell, in
1523 order to preserve working directory.
1524 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1525 `tramp-remote-sh' from `tramp-methods'.
1526 (tramp-get-ls-command): Make test for "--color=never" stronger.
1527 (tramp-check-for-regexp): Use (forward-line 1).
1528
1529 * net/trampver.el: Update release number.
1530
1531 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1532
1533 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1534 empty argument to gvfs-copy.
1535
1536 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1537
1538 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1539 handle new TRASH arg of `delete-file'.
1540
1541 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1542
1543 * net/tramp.el (tramp-handle-insert-directory): Don't use
1544 `forward-word', its default syntax could be changed.
1545
1546 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1547 Michael Albinus <michael.albinus@gmx.de>
1548
1549 Implement compression for inline methods.
1550
1551 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1552 (tramp-copy-size-limit): Allow also nil.
1553 (tramp-inline-compress-commands): New defconst.
1554 (tramp-find-inline-compress, tramp-get-inline-compress)
1555 (tramp-get-inline-coding): New defuns.
1556 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1557 replaced by `tramp-get-inline-coding'.
1558 (tramp-handle-file-local-copy, tramp-handle-write-region)
1559 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1560
1561 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1562
1563 Detect ssh 'ControlMaster' argument automatically in some cases.
1564
1565 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1566 (tramp-default-method): Use it.
1567
1568 2010-08-26 Karel Klíč <kklic@redhat.com>
1569
1570 * net/tramp.el (tramp-file-name-for-operation):
1571 Add file-selinux-context.
1572
1573 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1574
1575 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1576
1577 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1578
1579 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1580 (Bug#6907).
1581
1582 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
1583
1584 * progmodes/python.el (python-block-pairs): Allow use of "finally"
1585 with "else" (Bug#3991).
1586
1587 2010-08-22 Leo <sdl.web@gmail.com>
1588
1589 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1590 (ignore, bright, dim, keyword): Split list of nicknames before
1591 passing to rcirc-add-or-remove (Bug#6894).
1592
1593 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1594
1595 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1596
1597 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1598
1599 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
1600 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1601 New version 13.0.
1602 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1603 Adjust initialization.
1604 (whitespace-bob-marker, whitespace-eob-marker)
1605 (whitespace-buffer-changed): New vars.
1606 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1607 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1608 (whitespace-post-command-hook, whitespace-display-char-on):
1609 Adjust code.
1610 (whitespace-looking-back, whitespace-buffer-changed): New funs.
1611 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1612
1613 2010-08-21 Leo <sdl.web@gmail.com>
1614
1615 Fix buffer-list rename&refresh after killing a buffer in ido.
1616 * lisp/ido.el: Revert Óscar's.
1617 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1618 Remember the buffers at head, rather than their name.
1619 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1620
1621 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
1622 Stefan Monnier <monnier@iro.umontreal.ca>
1623
1624 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1625 extra backslash added to each line (bug#6890).
1626
1627 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1628
1629 * subr.el (read-key): Don't echo keystrokes (bug#6883).
1630
1631 2010-08-21 Glenn Morris <rgm@gnu.org>
1632
1633 * menu-bar.el (menu-bar-games-menu): Add landmark.
1634
1635 2010-08-20 Glenn Morris <rgm@gnu.org>
1636
1637 * align.el (align-regexp): Make group and spacing arguments
1638 use the interactive defaults when non-interactive. (Bug#6698)
1639
1640 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1641 expansion, so as not to need sendmail.
1642 (mail-text-start): Remove declaration.
1643 (rmail-retry-failure): Require sendmail.
1644
1645 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1646
1647 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1648
1649 2010-08-18 Michael Albinus <michael.albinus@gmx.de>
1650
1651 * progmodes/flymake.el (flymake-start-syntax-check-process):
1652 Use `start-file-process' in order to let it run also on remote hosts.
1653
1654 2010-08-18 Kenichi Handa <handa@m17n.org>
1655
1656 * files.el: Add `word-wrap' as safe local variable.
1657
1658 2010-08-18 Glenn Morris <rgm@gnu.org>
1659
1660 * woman.el (woman-translate): Case matters. (Bug#6849)
1661
1662 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
1663
1664 * simple.el (kill-region): Doc fix (Bug#6787).
1665
1666 2010-08-14 Glenn Morris <rgm@gnu.org>
1667
1668 * calendar/diary-lib.el (diary-header-line-format):
1669 Fit it to the window, not the frame.
1670
1671 2010-08-11 Andreas Schwab <schwab@linux-m68k.org>
1672
1673 * subr.el (ignore-errors): Add debug declaration.
1674
1675 2010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
1676
1677 * whitespace.el (whitespace-color-off): Remove post-command-hook
1678 locally.
1679
1680 2010-08-08 Johan Bockgård <bojohan@gnu.org>
1681
1682 * replace.el (replace-highlight): Bind isearch-forward and
1683 isearch-error, ensuring that highlighting is updated if the user
1684 switches the search direction (Bug#6808).
1685
1686 * isearch.el (isearch-lazy-highlight-forward): New var.
1687 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1688 (isearch-lazy-highlight-update): Use it.
1689
1690 2010-08-06 Kenichi Handa <handa@m17n.org>
1691
1692 * international/mule.el (define-charset): Store NAME as :base property.
1693 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1694 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1695 current priority. Force using the designation of the specific
1696 charset by adding `charset' text property. Improve the whole
1697 algorithm.
1698
1699 2010-08-05 Juanma Barranquero <lekktu@gmail.com>
1700
1701 * emulation/pc-select.el (pc-selection-mode-hook)
1702 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1703 (pc-selection-mode): Fix typos in docstrings.
1704
1705 2010-08-04 Kenichi Handa <handa@m17n.org>
1706
1707 * language/cyrillic.el: Don't add "microsoft-cp1251" to
1708 ctext-non-standard-encodings-alist here.
1709
1710 * international/mule.el (ctext-non-standard-encodings-alist):
1711 Add "koi8-r" and "microsoft-cp1251".
1712 (ctext-standard-encodings): New variable.
1713 (ctext-non-standard-encodings-table): List only elements for
1714 non-standard encodings.
1715 (ctext-pre-write-conversion): Adjust for the above change.
1716 Check ctext-standard-encodings.
1717
1718 * international/mule-conf.el (compound-text): Doc fix.
1719 (ctext-no-compositions): Doc fix.
1720 (compound-text-with-extensions): Doc fix.
1721
1722 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1723
1724 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1725
1726 2010-08-03 Juanma Barranquero <lekktu@gmail.com>
1727
1728 * progmodes/which-func.el (which-func-format): Split help-echo text
1729 into lines, like other mode-line tooltips.
1730
1731 * server.el (server-start): When using TCP sockets, force IPv4
1732 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
1733
1734 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1735
1736 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1737
1738 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
1739
1740 * term.el (term-delimiter-argument-list): Reflow docstring.
1741 (term-read-input-ring, term-write-input-ring, term-send-input)
1742 (term-bol, term-erase-in-display, serial-supported-or-barf):
1743 Fix typos in docstrings.
1744
1745 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1746
1747 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1748
1749 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
1750
1751 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1752
1753 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
1754
1755 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1756 Fix typo in docstring (bug#6747).
1757
1758 2010-07-30 Leo <sdl.web@gmail.com>
1759
1760 * eshell/esh-io.el (eshell-get-target): Better detection of
1761 read-only file (Bug#6762).
1762
1763 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
1764
1765 * align.el (align-default-spacing): Doc fix.
1766 (align-region-heuristic, align-regexp): Fix typos in docstrings.
1767
1768 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
1769
1770 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1771
1772 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
1773
1774 * time.el (display-time-day-and-date): Remove spurious * in docstring.
1775 (display-time-world-buffer-name, display-time-world-mode-map):
1776 Fix typos in docstrings.
1777
1778 2010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
1779
1780 * image-mode.el (image-display-size): New function.
1781 (image-forward-hscroll, image-next-line, image-eol, image-eob)
1782 (image-mode-fit-frame): Use it (Bug#6639).
1783
1784 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
1785
1786 * dired.el (dired-buffers-for-dir): Handle list values of
1787 dired-directory (Bug#6636).
1788
1789 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
1790
1791 * vc.el (vc-coding-system-inherit-eol): New defvar.
1792 (vc-coding-system-for-diff): Use it to decide whether to inherit
1793 from the file the EOL format for reading the diffs of that file.
1794 (Bug#4451)
1795
1796 2010-07-16 Eli Zaretskii <eliz@gnu.org>
1797
1798 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1799 unibyte, so compressed attachments are not compressed again.
1800
1801 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1802
1803 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1804 now that unicode is used (Bug#6594).
1805
1806 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
1807
1808 * simple.el (push-mark-command): Set the selection if
1809 select-active-regions is non-nil.
1810
1811 2010-07-10 Glenn Morris <rgm@gnu.org>
1812
1813 * calendar/calendar.el (calendar-week-end-day): New function.
1814 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1815 Respect calendar-week-start-day. (Bug#6606)
1816 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1817 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1818 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1819 respect calendar-week-start-day.
1820
1821 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
1822
1823 * simple.el (use-region-p): Doc fix (Bug#6607).
1824
1825 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
1826
1827 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1828 builtins (BufferError, BytesWarning, WindowsError; callables
1829 bin, bytearray, bytes, format, memoryview, next, print; __package__).
1830
1831 2010-07-07 Glenn Morris <rgm@gnu.org>
1832
1833 * play/zone.el (zone-fall-through-ws): Fix next-line ->
1834 forward-line fallout.
1835
1836 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
1837
1838 * mouse.el (mouse-appearance-menu): Add docstring.
1839
1840 * help.el (describe-key): Print up-event using key-description.
1841
1842 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
1843
1844 * net/zeroconf.el (zeroconf-resolve-service)
1845 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
1846 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1847
1848 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1849
1850 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1851
1852 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1853
1854 Avoid displaying files with a nil state in vc-dir.
1855 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1856 cases that cause insertion.
1857 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1858 with a nil state.
1859
1860 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1861
1862 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1863
1864 2010-06-29 Leo <sdl.web@gmail.com>
1865
1866 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
1867
1868 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1869
1870 * generic-x.el (bat-generic-mode): Fix regexp for command line
1871 switches (Bug#5719).
1872
1873 2010-06-27 Masatake YAMATO <yamato@redhat.com>
1874
1875 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1876 of nconc to avoid pure storage error (Bug#6239).
1877
1878 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
1879
1880 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1881 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1882 bindings of bookmark-automatically-show-annotations (Bug#6515).
1883
1884 2010-06-25 Eli Zaretskii <eliz@gnu.org>
1885
1886 * arc-mode.el (archive-zip-extract): Don't quote the file name on
1887 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
1888
1889 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
1890
1891 * comint.el (make-comint, make-comint-in-buffer): Mention return
1892 value in the docstrings. (Bug#6498)
1893
1894 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
1895
1896 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1897 since it is not present when using some non-default switches.
1898
1899 2010-06-23 Karl Fogel <kfogel@red-bean.com>
1900
1901 * simple.el (compose-mail): Fix doc string to refer to
1902 `compose-mail-user-agent-warnings', instead of to the
1903 nonexistent `compose-mail-check-user-agent'.
1904
1905 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1906
1907 Fix vc-annotate for renamed files when using Git.
1908 * vc-git.el (vc-git-find-revision): Deal with empty results from
1909 ls-files. Doe not pass the object as a file name to cat-file, it
1910 is not a file name.
1911 (vc-git-annotate-command): Pass the file name using -- to avoid
1912 ambiguity with the revision.
1913 (vc-git-previous-revision): Pass a relative file name.
1914
1915 2010-06-22 Glenn Morris <rgm@gnu.org>
1916
1917 * progmodes/js.el (js-mode-map): Use standard capitalization and
1918 ellipses for menu entries.
1919
1920 * wid-edit.el (widget-complete): Doc fix.
1921
1922 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
1923
1924 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1925
1926 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1927
1928 Fix annotating other revisions for renamed files in vc-annotate.
1929 * vc-annotate.el (vc-annotate): Add an optional argument for the
1930 VC backend. Use it when non-nil.
1931 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
1932 (Bug#6487).
1933
1934 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1935 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1936 Do not pass the file name to the 'previous-revision call when we
1937 don't want a file diff. (Bug#6489)
1938
1939 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1940
1941 Fix finding revisions for renamed files in vc-annotate.
1942 * vc.el (vc-find-revision): Add an optional argument for
1943 the VC backend. Use it when non-nil.
1944 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1945 backend to vc-find-revision. (Bug#6487)
1946
1947 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1948
1949 Fix reading file names in Git annotate buffers.
1950 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1951 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
1952
1953 2010-06-20 Alan Mackenzie <acm@muc.de>
1954
1955 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1956 in file local variables, set it first.
1957
1958 2010-06-19 Glenn Morris <rgm@gnu.org>
1959
1960 * descr-text.el (describe-char-unicode-data): Insert separating
1961 space when needed. (Bug#6422)
1962
1963 * progmodes/idlwave.el (idlwave-action-and-binding):
1964 Fix typo in 2009-12-03 change. (Bug#6450)
1965
1966 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1967
1968 * subr.el (read-quoted-char): Fix up last change (bug#6290).
1969
1970 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1971
1972 * font-lock.el (font-lock-major-mode): Rename from
1973 font-lock-mode-major-mode to distinguish it from
1974 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1975 (font-lock-set-defaults):
1976 * font-core.el (font-lock-default-function): Adjust users.
1977 (font-lock-mode): Don't set it at all.
1978
1979 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1980
1981 * vc-annotate.el (vc-annotate): Use vc-read-revision.
1982
1983 2010-06-15 Glenn Morris <rgm@gnu.org>
1984
1985 * calendar/appt.el (appt-time-msg-list): Doc fix.
1986 (appt-check): Let-bind appt-warn-time.
1987 (appt-add): Make the 3rd argument optional.
1988 Simplify argument names. Doc fix. Check for integer WARNTIME.
1989 Only add WARNTIME to the output list if non-nil.
1990
1991 2010-06-15 Ivan Kanis <apple@kanis.eu>
1992
1993 * calendar/appt.el (appt-check): Let the 3rd element of
1994 appt-time-msg-list specify the warning time.
1995 (appt-add): Add new argument with the warning time. (Bug#5176)
1996
1997 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1998
1999 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2000 older than version 1.6. (Bug#6361)
2001
2002 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
2003
2004 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2005 used by cl-do-arglist. (Bug#6408)
2006
2007 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2008
2009 * emacs-lisp/advice.el (ad-compile-function):
2010 Define warning-suppress-types before we let-bind it (bug#6275).
2011
2012 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2013 declare it, make it buffer-local and permanent-local (bug#6324).
2014 (vc-resynch-window): Adjust name.
2015 * vc-hooks.el (vc-find-file-hook): Adjust name.
2016
2017 2010-06-07 Jonathan Rockway <jon@jrock.us>
2018
2019 * net/rcirc.el: Add support for password authentication.
2020 (rcirc-server-alist): Add :password keyword.
2021 (rcirc): Ask for a password, or get it from the server's alist.
2022 (rcirc-connect): Add password argument. Pass it to server.
2023
2024 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
2025
2026 * net/dbus.el (dbus-register-method): Declare function.
2027 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2028 (dbus-introspect): Doc fix.
2029 (dbus-event-bus-name, dbus-introspect-get-interface)
2030 (dbus-introspect-get-argument): Reflow docstrings.
2031
2032 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
2033
2034 * term/common-win.el (x-colors): Add "dark green" and "dark
2035 turquoise" (Bug#6332).
2036
2037 2010-06-03 Glenn Morris <rgm@gnu.org>
2038
2039 * desktop.el (desktop-clear-preserve-buffers):
2040 Add "*Warnings*" buffer. (Bug#6336)
2041
2042 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2043
2044 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2045
2046 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2047
2048 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2049 `file-directory-p' to the filename part rather than to the whole text.
2050
2051 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2052
2053 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2054
2055 2010-05-31 Drew Adams <drew.adams@oracle.com>
2056
2057 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2058
2059 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
2060
2061 * subr.el (momentary-string-display): Just use read-event to read
2062 the exit event (Bug#6238).
2063
2064 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2065
2066 * ansi-color.el: Delete unused escape sequences (Bug#6085).
2067 (ansi-color-drop-regexp): New constant.
2068 (ansi-color-apply, ansi-color-filter-region)
2069 (ansi-color-apply-on-region): Delete unrecognized control sequences.
2070 (ansi-color-apply): Build string list before calling concat.
2071
2072 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2073
2074 * progmodes/verilog-mode.el (verilog-type-font-keywords):
2075 Use font-lock-constant-face, not obsolete font-lock-reference-face.
2076
2077 2010-05-27 Masatake YAMATO <yamato@redhat.com>
2078
2079 * htmlfontify.el (hfy-face-resolve-face): New function.
2080 (hfy-face-to-style): Use it (Bug#6279).
2081
2082 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2083
2084 * epa.el (epa--select-keys): Don't explicitly delete the window since
2085 that can fail (e.g. sole window in frame). Use dedication instead.
2086
2087 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2088
2089 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2090
2091 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2092
2093 * subr.el (read-quoted-char): Resolve modifiers after key
2094 remapping (bug#6212).
2095
2096 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2097
2098 * tmm.el (tmm-prompt): Don't try to precompute bindings.
2099 (tmm-get-keymap): Compute shortcuts (bug#6171).
2100
2101 2010-05-10 Glenn Morris <rgm@gnu.org>
2102
2103 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2104 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
2105
2106 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2107
2108 * Version 23.2 released.
2109
2110 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
2111
2112 * international/mule.el (auto-coding-alist): Only purecopy
2113 car of each item, not the whole list (Bug#6083).
2114
2115 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
2116
2117 * progmodes/js.el (js-mode): Make paragraph variables local before
2118 calling c-setup-paragraph-variables (Bug#6071).
2119
2120 2010-05-01 Eli Zaretskii <eliz@gnu.org>
2121
2122 * composite.el (compose-region, reference-point-alist): Fix typos
2123 in the doc strings.
2124
2125 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2126
2127 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2128 gnuplot's "set" command.
2129
2130 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
2131
2132 * abbrev.el (last-abbrev-text): Doc fix.
2133 (abbrev-prefix-mark): Don't escape parenthesis.
2134
2135 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
2136
2137 * composite.el (find-composition): Doc fix.
2138
2139 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
2140
2141 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2142 (sql-oracle-program, sql-sqlite-options)
2143 (sql-query-placeholders-and-send): Doc fixes.
2144 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2145 (sql-imenu-generic-expression, sql-buffer)
2146 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2147 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2148 (sql-mode-sybase-font-lock-keywords)
2149 (sql-mode-informix-font-lock-keywords)
2150 (sql-mode-interbase-font-lock-keywords)
2151 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2152 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2153 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2154 (sql-product-feature, sql-highlight-product)
2155 (comint-line-beginning-position, sql-rename-buffer)
2156 (sql-toggle-pop-to-buffer-after-send-region)
2157 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2158 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2159 Fix typos in docstrings.
2160
2161 2010-04-23 Juri Linkov <juri@jurta.org>
2162
2163 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2164 property instead of `invisible' and `after-string' (bug#5998).
2165
2166 2010-04-23 Juri Linkov <juri@jurta.org>
2167
2168 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2169
2170 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
2171
2172 * filecache.el (file-cache-add-directory-list)
2173 (file-cache-add-directory-recursively): Fix typos in docstrings.
2174
2175 2010-04-22 Kenichi Handa <handa@m17n.org>
2176
2177 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2178 (gujarati-composable-pattern): Fix typo.
2179
2180 2010-04-20 Kenichi Handa <handa@m17n.org>
2181
2182 * language/indian.el (oriya-composable-pattern)
2183 (tamil-composable-pattern, malayalam-composable-pattern):
2184 Add two-part vowels to "v" (vowel sign).
2185
2186 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
2187
2188 * files.el (copy-directory): Handle symlinks (Bug#5982).
2189
2190 * progmodes/compile.el (compilation-next-error-function):
2191 Revert 2009-10-12 change (Bug#5983).
2192
2193 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2194
2195 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2196 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2197 (Bug#5846).
2198
2199 2010-04-20 Glenn Morris <rgm@gnu.org>
2200
2201 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2202
2203 * minibuffer.el (completion-at-point): Doc fix.
2204
2205 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
2206
2207 Fix the version number for added files.
2208 * vc-hg.el (vc-hg-working-revision): Check if the file is
2209 registered after hg parent fails (Bug#5961).
2210
2211 2010-04-17 Glenn Morris <rgm@gnu.org>
2212
2213 * htmlfontify.el (htmlfontify-buffer)
2214 (htmlfontify-copy-and-link-dir): Autoload entry points.
2215
2216 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
2217
2218 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2219 name relative to the project root (Bug#5960).
2220
2221 2010-04-16 Glenn Morris <rgm@gnu.org>
2222
2223 * vc-git.el (vc-git-print-log): Doc fix.
2224
2225 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
2226
2227 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2228
2229 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
2230
2231 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2232 default settings (Bug#5928).
2233
2234 2010-04-10 Glenn Morris <rgm@gnu.org>
2235
2236 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2237 New function.
2238 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
2239
2240 2010-04-07 Kenichi Handa <handa@m17n.org>
2241
2242 * language/indian.el (malayalam-composable-pattern): Fix previous
2243 change (add U+0D4D "SIGN VIRAMA").
2244 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2245 (tamil-composable-pattern): Fix typo in the regexp.
2246 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2247 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2248 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2249
2250 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
2251
2252 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2253 paragraph-separate (Bug#5821).
2254
2255 2010-04-05 Juri Linkov <juri@jurta.org>
2256
2257 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2258
2259 * info.el (Info-find-node-2): Comment out code that skips
2260 breadcrumbs line.
2261 (Info-mouse-follow-link): New command.
2262 (Info-link-keymap): New keymap.
2263 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2264 Return a string with links instead of inserting breadcrumbs
2265 to the Info buffer.
2266 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2267 Instead of putting the `invisible' text property over the Info
2268 header, make an overlay over the Info header with the `invisible'
2269 property and `after-string' set to the string returned by
2270 `Info-breadcrumbs'.
2271
2272 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
2273
2274 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2275 Reported by monkey@sandpframing.com.
2276
2277 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
2278
2279 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2280 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2281
2282 2010-03-30 Kenichi Handa <handa@m17n.org>
2283
2284 * language/sinhala.el (composition-function-table): Fix regexp for
2285 the new Unicode specification.
2286
2287 * language/indian.el (devanagari-composable-pattern)
2288 (tamil-composable-pattern, kannada-composable-pattern)
2289 (malayalam-composable-pattern): Adjust for the new Unicode
2290 specification.
2291 (bengali-composable-pattern, gurmukhi-composable-pattern)
2292 (gujarati-composable-pattern, oriya-composable-pattern)
2293 (telugu-composable-pattern): New variables to cope with the new
2294 Unicode specification. Use them in composition-function-table.
2295
2296 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2297
2298 Make tmm-menubar work for the Buffers menu again (bug#5726).
2299 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2300 vectors rather than cons cells, as used in menu-bar-update-buffers.
2301
2302 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
2303
2304 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2305 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2306 electric punctuation for "{}();,:" (Bug#5586).
2307
2308 * mail/sendmail.el (mail-default-directory): Doc fix.
2309
2310 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
2311
2312 * mail/sendmail.el (mail-default-directory): Doc fix.
2313
2314 2010-03-27 Eli Zaretskii <eliz@gnu.org>
2315
2316 * subr.el (version-regexp-alist, version-to-list)
2317 (version-list-<, version-list-=, version-list-<=)
2318 (version-list-not-zero, version<, version<=, version=): Doc fix.
2319 (Bug#5744).
2320
2321 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2322 Nick Roberts <nickrob@snap.net.nz>
2323
2324 * progmodes/gdb-ui.el (gdb-apple-test): New function.
2325 (gdb-init-1): Use it.
2326
2327 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2328
2329 * vc.el (vc-root-diff): Doc fix.
2330
2331 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
2332
2333 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2334
2335 * simple.el (append-to-buffer): Fix last change.
2336
2337 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2338
2339 * simple.el (append-to-buffer): Ensure that point is preserved if
2340 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2341 (Bug#5749)
2342
2343 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2344
2345 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2346 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2347 not be present any more.
2348
2349 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2350
2351 * faces.el (set-face-attribute): Fix typo in docstring.
2352 (face-valid-attribute-values): Reflow docstring.
2353
2354 2010-03-23 Glenn Morris <rgm@gnu.org>
2355
2356 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2357
2358 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
2359
2360 * indent.el (indent-for-tab-command): Doc fix.
2361
2362 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
2363
2364 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2365 (image-dired-read-comment): Doc fix.
2366
2367 * json.el (json-object-type, json-array-type, json-key-type)
2368 (json-false, json-null, json-read-number):
2369 * minibuffer.el (completion-in-region-functions):
2370 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2371 (cal-tex-cursor-week):
2372 * emacs-lisp/trace.el (trace-function):
2373 * eshell/em-basic.el (eshell/printnl):
2374 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2375 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2376 * obsolete/levents.el (allocate-event, event-key, event-object)
2377 (event-point, event-process, event-timestamp, event-to-character)
2378 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2379 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2380 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2381 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2382 (reftex-highlight-selection): Fix typos in docstrings.
2383
2384 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
2385
2386 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2387
2388 2010-03-18 Glenn Morris <rgm@gnu.org>
2389
2390 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2391 2008-02-13 without comment; mark it obsolete.
2392 (rmail-highlight-headers): Use rmail-highlight-face once more.
2393
2394 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
2395
2396 * woman.el (woman2-process-escapes): Only consume the newline if
2397 the filler character is on a line by itself (Bug#5729).
2398
2399 2010-03-16 Kenichi Handa <handa@m17n.org>
2400
2401 * language/indian.el (devanagari-composable-pattern): Add more
2402 consonants.
2403
2404 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
2405
2406 * net/trampver.el: Update release number.
2407
2408 2010-03-13 Glenn Morris <rgm@gnu.org>
2409
2410 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2411
2412 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
2413
2414 * net/tramp.el (tramp-find-executable):
2415 Use `tramp-get-connection-buffer'. Make the regexp for checking
2416 output of "wc -l" more robust.
2417 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2418 (tramp-open-connection-setup-interactive-shell): Remove workaround
2419 for OpenSolaris bug, it is not needed anymore.
2420
2421 2010-03-12 Glenn Morris <rgm@gnu.org>
2422
2423 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2424
2425 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
2426
2427 * files.el (auto-mode-alist): Accept more verilog file patterns.
2428
2429 2010-03-09 Miles Bader <miles@gnu.org>
2430
2431 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2432 instead of "format:"; this ensures that the output is
2433 newline-terminated.
2434
2435 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
2436
2437 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2438 that all errors are caught, and that the return value is always a
2439 list (Bug#5692).
2440
2441 2010-03-08 Kenichi Handa <handa@m17n.org>
2442
2443 * language/misc-lang.el (windows-1256): New coding system.
2444 (cp1256): New alias of windows-1256 (bug#5690).
2445
2446 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
2447
2448 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2449 call to rfc822-bad-address. (Bug#5692)
2450
2451 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
2452
2453 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2454 Use vc-git-root as default directory for revision path (Bug#5657).
2455
2456 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2457
2458 * calculator.el (calculator): Don't bind split-window-keep-point
2459 (Bug#5674).
2460
2461 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2462
2463 * vc-git.el: Re-flow to fit into 80 columns.
2464 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2465 Remove spurious `quote' element in each case alternative.
2466 (vc-git-show-log-entry): Use prog1.
2467 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2468
2469 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2472
2473 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2474
2475 * macros.el (insert-kbd-macro): Look up keyboard macro using the
2476 definition, not the name (Bug#5481).
2477
2478 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
2479
2480 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2481 argument with a local variable. (Bug#5670)
2482
2483 2010-03-02 Juri Linkov <juri@jurta.org>
2484
2485 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
2486
2487 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
2488
2489 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2490 error when FILENAME and NEWNAME are existing remote directories.
2491
2492 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2493 parameter DIR-FLAG.
2494
2495 2010-03-02 Glenn Morris <rgm@gnu.org>
2496
2497 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2498 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2499
2500 2010-03-01 Kenichi Handa <handa@m17n.org>
2501
2502 * language/burmese.el (burmese-composable-pattern): Rename from
2503 myanmar-composable-pattern.
2504
2505 * international/characters.el (script-list):
2506 * international/fontset.el (script-representative-chars):
2507 Change myanmar to burmese.
2508 (otf-script-alist): Likewise.
2509 (setup-default-fontset): Likewise. Re-fix :otf spec.
2510
2511 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2512
2513 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2514
2515 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2516
2517 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2518
2519 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2520
2521 * net/tramp.el (tramp-handle-write-region): START can be a string.
2522 Take care in the checks. Reported by Dan Davison
2523 <davison@stats.ox.ac.uk>.
2524
2525 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2526
2527 * net/dbus.el (dbus-introspect, dbus-get-property)
2528 (dbus-set-property, dbus-get-all-properties):
2529 Use `dbus-call-method' when noninteractive. (Bug#5645)
2530
2531 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
2532
2533 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2534 * emacs-lisp/elint.el (elint-add-required-env):
2535 * calendar/icalendar.el (icalendar--add-diary-entry):
2536 * calc/calcalg2.el (math-tracing-integral):
2537 * files.el (recover-session-finish): Use with-current-buffer
2538 instead of save-excursion.
2539
2540 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2541
2542 Fix in-buffer completion when after-change-functions modify the buffer.
2543 * minibuffer.el (completion--replace): New function.
2544 (completion--do-completion): Use it and use relative movement.
2545
2546 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2547
2548 * international/fontset.el (setup-default-fontset): Fix :otf spec.
2549
2550 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2551
2552 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2553 Allow the characters _<> in the stack entry (Bug#5653).
2554
2555 2010-02-26 Kenichi Handa <handa@m17n.org>
2556
2557 * language/burmese.el: Fix entries in composition-function-table.
2558 (myanmar-composable-pattern): New variable.
2559
2560 * international/fontset.el (setup-default-fontset): Add an entry
2561 for myanmar.
2562
2563 * international/characters.el (script-list): Add Myanmar
2564 Extended-A.
2565
2566 2010-02-26 Glenn Morris <rgm@gnu.org>
2567
2568 * custom.el (custom-initialize-delay): Doc fix.
2569
2570 * mail/sendmail.el (send-mail-function): Autoload the call
2571 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2572
2573 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
2574
2575 * files.el (hack-local-variables-filter): For eval forms, also
2576 check safe-local-variable-p (Bug#5636).
2577
2578 2010-02-24 Eduard Wiebe <usenet@pusto.de>
2579
2580 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2581 and use c(ad)r of cddr (Bug#5640).
2582
2583 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
2584
2585 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2586 setting the modes by `ignore-errors'. It might fail, for example
2587 if the file is not owned by the user but the group.
2588 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2589
2590 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2591
2592 * files.el (directory-listing-before-filename-regexp):
2593 Use stricter matching for iso-style dates, to avoid false matches with
2594 date-like filenames (Bug#5597).
2595
2596 * htmlfontify.el (htmlfontify): Doc fix.
2597
2598 * eshell/eshell.el (eshell): Doc fix.
2599
2600 * startup.el (fancy-about-screen): In mode-line, apply
2601 mode-line-buffer-id face only to the buffer name (Bug#5613).
2602
2603 2010-02-20 Kevin Ryde <user42@zip.com.au>
2604
2605 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2606 In `watcom' anchor regexp to start of line, to avoid slowness
2607 (Bug#5599).
2608
2609 2010-02-20 Eli Zaretskii <eliz@gnu.org>
2610
2611 * subr.el (remove-yank-excluded-properties): Explain in a comment
2612 why `category' property is removed.
2613
2614 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
2615
2616 * isearch.el (isearch-update-post-hook, isearch-update):
2617 Revert 2010-02-17 change.
2618
2619 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2620
2621 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2622 (icalendar--convert-weekly-to-ical)
2623 (icalendar--convert-yearly-to-ical)
2624 (icalendar--convert-block-to-ical)
2625 (icalendar--convert-cyclic-to-ical)
2626 (icalendar--convert-anniversary-to-ical): Take care of time
2627 specifications where hour has 1-digit only (Bug#5549).
2628
2629 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
2630
2631 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2632 of disassemble output in GDB 7.1.
2633
2634 2010-02-19 Glenn Morris <rgm@gnu.org>
2635
2636 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2637 property. (Bug#5593)
2638
2639 2010-02-18 Sam Steingold <sds@gnu.org>
2640
2641 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2642
2643 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2644
2645 Use abbreviated file names in bookmarks (bug#5591).
2646 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2647 calls to expand-file-name.
2648 (bookmark-relocate): Use abbreviated file names in bookmarks.
2649 (bookmark-load): Use abbreviated file names in messages.
2650
2651 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2652
2653 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2654 expand "." and "..". Reported by Thierry Volpiatto
2655 <thierry.volpiatto@gmail.com>.
2656
2657 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2658
2659 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2660 permissions of the temporary file to "0600". In case the remote
2661 file has no read permissions for the owner, there might be
2662 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
2663
2664 22010-02-18 Glenn Morris <rgm@gnu.org>
2665
2666 * emacs-lisp/authors.el (authors-renamed-files-alist):
2667 Add entries for INSTALL.CVS.
2668
2669 2010-02-17 Mark A. Hershberger <mah@everybody.org>
2670
2671 * vc-bzr.el: Fix typo in Known Bugs section.
2672
2673 * isearch.el (isearch-update-post-hook): New hook.
2674 (isearch-update): Use the new hook.
2675
2676 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
2677
2678 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2679 Fix errors in copying directories.
2680 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2681 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2682 (tramp-handle-delete-file)
2683 (tramp-handle-dired-recursive-delete-directory)
2684 (tramp-handle-write-region): Flush also the cache for the upper
2685 directory.
2686
2687 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
2688
2689 * simple.el (save-interprogram-paste-before-kill): Doc fix.
2690
2691 * cus-edit.el (hardware): Doc fix.
2692
2693 * man.el (man): Add to external custom group.
2694
2695 * delim-col.el (columns): Move to wp custom group.
2696
2697 * doc-view.el (doc-view): Add to data custom group.
2698
2699 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2700
2701 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2702 by ispell-parse-output (Bug#5575).
2703
2704 2010-02-16 Kenichi Handa <handa@m17n.org>
2705
2706 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2707 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2708 (skkdic-convert): Use `euc-japan' coding system for writing.
2709
2710 2010-02-16 Glenn Morris <rgm@gnu.org>
2711
2712 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2713 tex-main-file before using it. (Bug#5562)
2714
2715 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2716
2717 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2718 warnings, since it is annoying for the user to see them each time he
2719 runs the code.
2720
2721 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
2722
2723 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2724 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2725 instead of PROC for caching "first-password-request". Otherwise,
2726 new processes would not profit from passwords already entered.
2727
2728 * net/tramp-cache.el (tramp-dump-connection-properties):
2729 Don't save "first-password-request" property.
2730
2731 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
2732
2733 * outline.el (outline-head-from-level):
2734 * simple.el (with-wrapper-hook):
2735 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2736 (elint-defun, elint-buffer-env, elint-top-form-logged)
2737 (elint-unbound-variable):
2738 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2739 Fix typos in docstrings.
2740
2741 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
2742
2743 * files.el (insert-directory): When WILDCARD-REGEXP and
2744 FULL-DIRECTORY-P are nil, insert the file entry instead of the
2745 whole directory. (Bug#5551)
2746
2747 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
2748 dired's alignment sanity. (Bug#5516)
2749
2750 2010-02-14 Juri Linkov <juri@jurta.org>
2751
2752 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2753 Remove remaining ^H with their preceding chars. (Bug#5566)
2754
2755 2010-02-13 Glenn Morris <rgm@gnu.org>
2756
2757 * simple.el (transpose-subr): Give it a doc-string.
2758
2759 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2760 Doc fixes.
2761
2762 2010-02-12 Juri Linkov <juri@jurta.org>
2763
2764 * arc-mode.el (archive-unique-fname): Make directories for nested
2765 archives. (Bug#5540)
2766
2767 2010-02-12 Juri Linkov <juri@jurta.org>
2768
2769 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2770
2771 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2772
2773 * subr.el (copy-overlay): Handle deleted overlays.
2774
2775 * man.el (Man-completion-table): Don't signal an error if we can't run
2776 manual-program (bug#4056).
2777
2778 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
2779
2780 * textmodes/artist.el (artist-mt): Fix typos in docstring.
2781
2782 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2783
2784 * info.el (Info-bookmark-jump): Simplify.
2785
2786 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2787 (bookmark-default-handler): Accept new bookmark field `buffer'.
2788
2789 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
2790
2791 * iswitchb.el (iswitchb-completions): Revert last change.
2792
2793 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
2794
2795 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2796 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2797 This prevents file names like "~/" being listed literally.
2798
2799 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2800
2801 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2802 Remove dead code. (Bug#5546)
2803
2804 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
2805
2806 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2807 correctly (Bug#5548).
2808
2809 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
2810
2811 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2812 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2813
2814 2010-02-08 Kenichi Handa <handa@m17n.org>
2815
2816 * international/mule-util.el (with-coding-priority): Add autoload
2817 cookie for putting `lisp-indent-function'.
2818
2819 2010-02-07 Glenn Morris <rgm@gnu.org>
2820
2821 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2822 Move F2003 named interfaces from keywords-2 to keywords-1, and
2823 use function-name-face rather than constant-face.
2824 Simplify "abstract interface" regexp.
2825
2826 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
2827
2828 * eshell/esh-util.el (eshell-file-attributes): New optional arg
2829 ID-FORMAT. Pass it to `file-attributes'.
2830
2831 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2832
2833 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2834
2835 * faces.el (set-face-attribute): Allow calling
2836 internal-set-lisp-face-attribute with 'unspecified family and
2837 foundry argument (Bug#5536).
2838
2839 2010-02-07 Glenn Morris <rgm@gnu.org>
2840
2841 * progmodes/f90.el (f90-font-lock-keywords-2)
2842 (f90-looking-at-type-like, f90-looking-at-program-block-end):
2843 Handle F2003 named interfaces.
2844
2845 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2846
2847 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2848 beg and end before calling c-get-state-before-change-functions.
2849
2850 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
2851
2852 * vc-bzr.el (vc-bzr-dir-extra-headers):
2853 Disable the pending merges header.
2854
2855 2010-02-05 Juri Linkov <juri@jurta.org>
2856
2857 * doc-view.el (doc-view-mode):
2858 * image-mode.el (image-mode): Put property mode-class=special.
2859 (Bug#4896)
2860
2861 2010-02-05 Mark A. Hershberger <mah@everybody.org>
2862
2863 * vc-svn.el (vc-svn-revision-table): New function.
2864
2865 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
2866
2867 * net/ange-ftp.el (ange-ftp-insert-directory):
2868 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2869 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2870 Handle also directories. (Bug#5478)
2871
2872 2010-02-05 Glenn Morris <rgm@gnu.org>
2873
2874 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2875
2876 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
2877
2878 * startup.el (command-line-1): Convert options beginning with a
2879 single dash as well (Bug#5519).
2880
2881 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2882
2883 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2884 * minibuffer.el (completion-initials-expand): Only check the presence
2885 of delims *within* the boundaries, since otherwise the / delim is
2886 always found for files.
2887
2888 Fix up various corner case problems.
2889 * doc-view.el (doc-view-last-page-number): New function.
2890 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2891 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2892 (doc-view-kill-proc): Avoid inf-loop in freak cases.
2893 (doc-view-reconvert-doc): Use the new recursive delete-directory.
2894 (doc-view-convert-current-doc): Don't create the resolution.el file
2895 here any more.
2896 (doc-view-pdf/ps->png): Do it here instead.
2897 (doc-view-already-converted-p): Check that resolution.el is present.
2898 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2899 windows that are not yet showing images.
2900
2901 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
2902
2903 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2904 `dired-uncache' for every elemnt which is an absolute file name.
2905
2906 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2907 directory, handle its directory component.
2908 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2909 function is called permanently and creates noise, otherwise.
2910
2911 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2912 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2913 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
2914
2915 2010-02-04 David Burger <dburger@google.com> (tiny change)
2916
2917 * macros.el (apply-macro-to-region-lines):
2918 Minor simplification. (Bug#5485)
2919
2920 2010-02-04 Glenn Morris <rgm@gnu.org>
2921
2922 * mail/rmail.el (rmail-show-message-1): Handle malformed
2923 quoted-printable text. (Bug#5441)
2924
2925 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2926
2927 * simple.el (visual-line-mode): Capitalize lighter.
2928
2929 2010-02-03 John Wiegley <jwiegley@gmail.com>
2930
2931 * iswitchb.el (iswitchb-completions): Add bookmark files to the
2932 list of files considered for "virtual buffer" completions.
2933
2934 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
2935
2936 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2937 also in case of (and (not full) (not wildcard)). This is needed,
2938 when dired is called with a list of files, which are not in
2939 `default-directory'. (Bug#5478)
2940
2941 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2942
2943 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2944
2945 2010-02-02 Juri Linkov <juri@jurta.org>
2946
2947 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2948 from unidiff to allow function-line after @@.
2949
2950 2010-02-02 Juri Linkov <juri@jurta.org>
2951
2952 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2953 '(RCS SCCS) with inverted condition.
2954
2955 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
2956
2957 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2958 messages.
2959
2960 2010-02-01 Juri Linkov <juri@jurta.org>
2961
2962 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2963 compare with "pkunzip" and "pkzip" instead of only "pkzip".
2964 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2965 only when (car archive-zip-extract) is "unzip". (Bug#5475)
2966
2967 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2968
2969 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2970 (doc-view-revert-buffer): New command.
2971 (doc-view-mode-map): Use it.
2972
2973 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
2974
2975 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2976 pending merge is detected.
2977
2978 2010-01-31 Juri Linkov <juri@jurta.org>
2979
2980 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2981 beginning of interactive spec like all other grep commands do.
2982 Put "all" in front of "gz". (Bug#5260)
2983
2984 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
2985
2986 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2987
2988 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
2989
2990 * dirtrack.el (dirtrack): Warn instead of signalling error if the
2991 regexp is incorrect (Bug#5476).
2992
2993 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
2994
2995 * net/tramp.el (tramp-handle-insert-directory): Handle also
2996 symlinks, when FILENAME is not in `default-directory'.
2997
2998 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2999
3000 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3001 FILE is not in `default-directory'. (Bug#5478)
3002
3003 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3004 of SWITCHES. Handle the case, FILENAME is not in
3005 `default-directory'. (Bug#5478)
3006 (tramp-register-file-name-handlers): Add safe-magic property.
3007
3008 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
3009
3010 * arc-mode.el (archive-zip-extract): Quote the argument passed to
3011 unzip (Bug#5475).
3012
3013 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
3014
3015 * progmodes/flymake.el (flymake-allowed-file-name-masks)
3016 (flymake-master-make-header-init): Add other C++ filename masks.
3017 (flymake-find-possible-master-files)
3018 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3019
3020 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3021
3022 Fix some busybox annoyances.
3023
3024 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3025 not responding." string.
3026 (tramp-open-connection-setup-interactive-shell): Dump stty
3027 settings. Enable "neveropen" arg for all `tramp-send-command'
3028 calls. Handle "=" in variable values properly.
3029 (tramp-find-inline-encoding): Raise an error, when no encoding is
3030 found.
3031 (tramp-wait-for-output): Check, whether PROC buffer is available.
3032 Remove spurious " ^H" sequences, sent by busybox.
3033 (tramp-get-ls-command): Suppress coloring, if possible.
3034
3035 2010-01-28 Glenn Morris <rgm@gnu.org>
3036
3037 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
3038
3039 * log-edit.el (log-edit-strip-single-file-name): Add missing
3040 :safe, :group, and :version tags.
3041
3042 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
3043
3044 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3045 buffers. (Bug#5477)
3046
3047 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
3048
3049 * files.el (delete-directory): Handle moving to trash without
3050 first doing recursion (Bug#5436).
3051
3052 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
3053
3054 * vc-hooks.el (vc-path): Mark as obsolete.
3055
3056 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
3057
3058 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3059 names too.
3060
3061 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3062 for the short log.
3063 (vc-bzr-log-view-mode): Adjust regexp for the above change.
3064
3065 2010-01-25 Mark A. Hershberger <mah@everybody.org>
3066
3067 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3068
3069 * vc-bzr.el (vc-bzr-revision-table): New function.
3070
3071 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
3072
3073 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3074 diff-index command. This requires at least git-1.5.5. (Bug#1589).
3075
3076 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3077
3078 Remove support for adding --signoff on commit.
3079 Future support will use an incompatible generic mechanism.
3080 * vc-git.el (vc-git-add-signoff): Remove variable.
3081 (vc-git-toggle-signoff): Remove function.
3082 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3083
3084 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3085 Rename from xterm-set-background-mode. Return t if the background mode
3086 was set.
3087 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3088 earlier, call it again in case the background mode has changed.
3089
3090 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
3091
3092 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3093 (Bug#3541).
3094
3095 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
3096
3097 * emacs-lisp/assoc.el (aelement): Doc fix.
3098 (aput, adelete, amake): Use lexical-let (Bug#5450).
3099
3100 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
3101
3102 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3103 is the same as subprogram call, not declaration. (Bug#5435).
3104
3105 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
3106
3107 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3108 (tramp-smb-maybe-open-connection): Use it.
3109
3110 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
3111
3112 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
3113
3114 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3115
3116 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3117 just because we see "encoding: 8bit".
3118 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3119
3120 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
3121
3122 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3123
3124 2010-01-22 Eli Zaretskii <eliz@gnu.org>
3125
3126 * jka-compr.el (jka-compr-load): If load-file is not in
3127 load-history, try its file-truename version. (bug#5447)
3128
3129 2010-01-21 Alan Mackenzie <acm@muc.de>
3130
3131 Fix a situation where deletion of a cpp construct throws an error.
3132 * progmodes/cc-engine.el (c-invalidate-state-cache):
3133 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3134 special cpp construct is still in the buffer.
3135 (c-parse-state): Record the special cpp with markers, not numbers.
3136
3137 2010-01-21 Kenichi Handa <handa@m17n.org>
3138
3139 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3140 process last-command-event, as it is now decoded first (Bug#5380).
3141
3142 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
3143
3144 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3145
3146 2010-01-20 Glenn Morris <rgm@gnu.org>
3147
3148 * indent.el (tab-always-indent): Fix custom-type.
3149
3150 2010-01-19 Alan Mackenzie <acm@muc.de>
3151
3152 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3153 buffer throws "args out of range".
3154 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3155 playing the role of delimiter.
3156
3157 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3158
3159 * progmodes/ada-mode.el: Fix bug#5400.
3160 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3161 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3162 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3163 Improve comments in "is" portion. Handle null procedure declaration.
3164 (ada-move-to-end): Improve doc string.
3165
3166 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3167
3168 * ido.el (ido-cur-list): Initialize to nil.
3169 Remove obsolete information from commentary.
3170 (ido-choice-list): Initialize to nil.
3171 (ido-get-bufname): Reject minibuffers.
3172 (ido-make-buffer-list): If "default" is a nonexistent
3173 buffer, ignore it, as per the function's comment.
3174 (ido-kill-buffer-internal): New function.
3175 (ido-kill-buffer-at-head): Use it.
3176 (ido-visit-buffer): Likewise.
3177
3178 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
3179
3180 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3181
3182 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
3183
3184 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3185 Fix typos in chart titles.
3186
3187 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3188 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3189 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3190 (describe-class, eieio-describe-generic, describe-generic):
3191 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3192 (eieio-speedbar-expand):
3193 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3194 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3195 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3196 (viper-del-backward-char-in-replace, viper-backward-indent)
3197 (viper-brac-function, viper-register-to-point, viper-submit-report):
3198 * net/tramp.el (tramp-remote-coding-commands):
3199 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3200 Fix typos in docstrings.
3201
3202 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3203
3204 * mail/sendmail.el (mail-yank-original): Set the mark if the
3205 specified function for yanking does not do it.
3206
3207 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3208
3209 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3210
3211 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3212 resyncing a directory.
3213
3214 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3215
3216 * progmodes/ada-mode.el: Fix bug#1920.
3217 (ada-ident-re): Delete ., allow multibyte characters.
3218 (ada-goto-label-re): New; matches goto labels.
3219 (ada-block-label-re): New; matches block labels.
3220 (ada-label-re): New; matches both.
3221 (ada-named-block-re): Deleted; callers changed to use
3222 `ada-block-label-re' instead.
3223 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3224 Use `ada-block-label-re'.
3225 (ada-indent-on-previous-lines): Improve handling of goto labels.
3226 (ada-get-indent-block-start): Special-case block label.
3227 (ada-get-indent-label): Split into `ada-indent-block-label' and
3228 `ada-indent-goto-label'.
3229 (ada-goto-stmt-start, ada-goto-next-non-ws):
3230 Optionally ignore goto labels.
3231 (ada-goto-next-word): Simplify.
3232 (ada-indent-newline-indent-conditional): Insert newline before
3233 trying to fix indentation; doc fix.
3234
3235 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3236
3237 * calc/calc.el (calc-command-flags): Give it an initial value.
3238
3239 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3240
3241 * files.el (minibuffer-with-setup-hook):
3242 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3243 (artist-key-draw-continously, artist-key-do-continously-continously)
3244 (artist-key-set-point-continously, artist-mouse-draw-continously):
3245 Fix typos in docstrings.
3246
3247 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3248
3249 * nxml/nxml-mode.el (nxml-extend-after-change-region):
3250 Never return t (Bug#3898).
3251
3252 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
3253
3254 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3255 can parse the output of the external commands (Bug#5279).
3256
3257 2010-01-16 Jari Aalto <jari.aalto@cante.net>
3258
3259 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3260
3261 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
3262
3263 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3264
3265 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3266
3267 * startup.el (command-line): Remove unused --icon-type arg.
3268 Handle --display arg, passing it to command-line-1 (Bug#5392).
3269
3270 2010-01-16 Mario Lang <mlang@delysid.org>
3271
3272 * emacs-lisp/chart.el (chart-translate-namezone):
3273 * textmodes/artist.el (artist-compute-popup-menu-table):
3274 Remove duplicated words in doc-strings.
3275
3276 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
3277
3278 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3279 to mairix-search to suppress threading (Bug#5342).
3280
3281 2010-01-15 Kenichi Handa <handa@m17n.org>
3282
3283 * international/mule-cmds.el (canonicalize-coding-system-name):
3284 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3285
3286 2010-01-15 Glenn Morris <rgm@gnu.org>
3287
3288 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
3289
3290 * wid-edit.el (widget-keymap): Doc fix.
3291
3292 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3293 former seems to be more widely accepted by various svn versions.
3294
3295 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3296
3297 * find-cmd.el (find-constituents):
3298 * vc-arch.el (vc-arch-root):
3299 * window.el (window-body-height, pop-up-frames):
3300 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3301 * progmodes/ada-stmt.el (ada-if):
3302 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3303 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3304 (ispell-encoding8-command, ispell-aspell-supports-utf8)
3305 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3306
3307 * progmodes/flymake.el (flymake-post-syntax-check):
3308 Fix typo in error message.
3309
3310 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3311
3312 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3313 which is always a string. (Bug#5313)
3314
3315 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3316
3317 * progmodes/ada-xref.el (ada-default-prj-properties):
3318 Simplify previous change.
3319
3320 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3321
3322 * progmodes/ada-xref.el (ada-default-prj-properties):
3323 Default ada_project_path to $ADA_PROJECT_PATH.
3324
3325 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3326
3327 * progmodes/ada-mode.el (ada-create-keymap):
3328 Override `narrow-to-defun' with `ada-narrow-to-defun'.
3329
3330 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3331
3332 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3333 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3334 (ada-get-current-indent, ada-imenu-generic-expression)
3335 (ada-which-function): Check for it.
3336
3337 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3338
3339 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3340 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3341
3342 2010-01-14 Glenn Morris <rgm@gnu.org>
3343
3344 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
3345
3346 2010-01-14 Kenichi Handa <handa@m17n.org>
3347
3348 * composite.el (auto-composition-mode): Make it a buffer local
3349 variable (permanent-local).
3350 (auto-composition-function): Set the default value to
3351 auto-compose-chars.
3352 (auto-composition-mode): Make it a simple function, not a minor mode.
3353 (global-auto-composition-mode): Likewise.
3354 (turn-on-auto-composition-if-enabled): Delete it.
3355
3356 2010-01-13 Karl Fogel <kfogel@red-bean.com>
3357
3358 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3359
3360 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
3361
3362 * files.el (copy-directory): Compute target for recursive
3363 directories with identical names. (Bug#5343)
3364
3365 2010-01-12 Glenn Morris <rgm@gnu.org>
3366
3367 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3368 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
3369
3370 2010-01-11 Sam Steingold <sds@gnu.org>
3371
3372 * imenu.el (imenu-default-create-index-function): Detect infinite
3373 loops caused by imenu-prev-index-position-function.
3374
3375 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3376
3377 * htmlfontify.el (htmlfontify-load-rgb-file)
3378 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3379 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3380 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3381 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3382 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3383 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3384 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3385 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3386 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3387 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3388 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3389 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3390 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3391 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3392 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3393 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3394 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3395 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3396 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3397 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3398 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3399 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3400 backslash-quoting from parentheses, etc.
3401
3402 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
3403
3404 * progmodes/js.el: Autoload javascript-mode alias.
3405
3406 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3407
3408 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3409 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3410 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3411 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3412 Fix typos in docstrings.
3413 (ffap-url-regexp): Doc fix.
3414 (ffap-at-mouse): Fix typo in message.
3415
3416 2010-01-11 Glenn Morris <rgm@gnu.org>
3417
3418 * version.el (emacs-copyright): Set copyright year to 2010.
3419
3420 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3421
3422 * format.el (format-annotate-function): Only set
3423 write-region-post-annotation-function after running to-fn so as not to
3424 affect nested write-region calls (bug#5273).
3425
3426 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
3427
3428 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3429 wisent/python.el.
3430
3431 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3432
3433 * man.el (Man-goto-section): Signal error if the section is not
3434 found (Bug#5317).
3435
3436 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
3437
3438 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3439 URLs with a leading triple slash in the file: scheme. (Bug#5345)
3440
3441 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3442
3443 * progmodes/compile.el: Don't treat compile-command as safe if
3444 compilation-read-command might be nil (Bug#4218).
3445
3446 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3447
3448 * startup.el (command-line-1): Use orig-argi to check for ignored X and
3449 NS options.
3450
3451 2010-01-08 Kenichi Handa <handa@m17n.org>
3452
3453 * international/fontset.el (build-default-fontset-data):
3454 Exclude characters in scripts kana, hangul, han, or cjk-misc.
3455
3456 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
3457
3458 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3459 to `create-file-buffer' as it expects, not just a buffer name.
3460 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3461 to help uniquify. (Bug#3224)
3462
3463 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3464
3465 * font-setting.el (font-setting-change-default-font): Use user-spec
3466 instead of name.
3467
3468 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3469
3470 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3471
3472 2010-01-05 Tom Tromey <tromey@redhat.com>
3473
3474 * progmodes/python.el (python-font-lock-keywords):
3475 Handle qualified decorators (Bug#881).
3476
3477 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3478
3479 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3480 in a lightweight checkout.
3481
3482 2010-01-05 Kenichi Handa <handa@m17n.org>
3483
3484 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3485
3486 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3487
3488 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3489
3490 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
3491
3492 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3493 checkouts. (Bug#618)
3494 (vc-bzr-log-view-mode): Also highlight the author.
3495 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3496 (vc-bzr-shelve-menu-map):
3497 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3498 (vc-bzr-shelve-apply): Make prompt more explicit.
3499
3500 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3501
3502 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3503 They are valid characters in URL paths (rfc3986), and at least
3504 Firefox does not understand the encoded version (Bug#3166).
3505
3506 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
3507
3508 * progmodes/octave-mod.el (octave-end-keywords)
3509 (octave-block-begin-or-end-regexp, octave-block-match-alist):
3510 Add "end" keyword (Bug#3061).
3511 (octave-end-as-array-index-p): New function.
3512 (calculate-octave-indent): Use it.
3513
3514 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3515
3516 * bookmark.el: Consistently put the text property on the bookmark name.
3517 (bookmark-bmenu-marks-width): Bump back to 2, to include
3518 annotation marks.
3519 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3520 property on the bookmark name, instead of not putting it at all.
3521 (bookmark-bmenu-list): Fix where we put the text property.
3522
3523 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3524
3525 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3526 for showing buffer modified state (as added in the previous change).
3527
3528 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3529
3530 * bookmark.el: Show modified state of bookmark buffer more accurately.
3531 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3532 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3533 (with-buffer-modified-unmodified): New macro.
3534 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3535 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3536 Use new macro to preserve the buffer modified state.
3537
3538 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3539
3540 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3541 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3542 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3543 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3544 (bookmark-bmenu-rename, bookmark-bmenu-locate)
3545 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3546 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3547
3548 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3549
3550 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3551 Make the lines in the generated doc string shorter. (Bug#4668)
3552
3553 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
3554
3555 * net/rcirc.el: Add follow-link binding (Bug#4738).
3556
3557 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3558
3559 * Makefile.in (bzr-update): Rename from cvs-update.
3560 (cvs-update): New target for backward compatibility.
3561
3562 * makefile.w32-in (bzr-update): Rename from cvs-update.
3563 (cvs-update): New target for backward compatibility.
3564
3565 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3566
3567 * bookmark.el: Remove gratuitous gratitude.
3568
3569 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3570
3571 * bookmark.el (bookmark-bmenu-any-marks): New function
3572 (bookmark-bmenu-save): Clear buffer modification if no marks.
3573
3574 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3575
3576 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3577 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3578 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3579 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3580
3581 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3582 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3583 To: emacs-devel {_AT_} gnu.org
3584 Subject: bookmark.el bug report
3585 Date: Mon, 28 Dec 2009 14:19:16 +0800
3586 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3587
3588 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3589
3590 * bookmark.el: Improvements suggested by Drew Adams:
3591 (bookmark-bmenu-ensure-position): New name for
3592 `bookmark-bmenu-check-position'. Just ensure the position,
3593 don't return any meaningful value.
3594 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3595 New constants.
3596
3597 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
3598
3599 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3600 (bookmark-yank-point, bookmark-bmenu-check-position):
3601 Fix typos in docstrings.
3602 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3603 (bookmark-name-from-full-record, bookmark-get-position)
3604 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3605 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3606 Remove useless quoting of parenthesis, etc. in docstrings.
3607
3608 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3609 (ediff-append-custom-diff): Fix typo in error message.
3610 (ediff-meta-mark-equal-files): Fix typos in messages.
3611
3612 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3613
3614 * net/imap-hash.el (imap-hash-make): Doc fix.
3615 (imap-hash-test): Fix typo in error message; reflow docstring.
3616 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3617 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3618 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3619 Fix typos in docstrings.
3620 (imap-hash-open-connection): Fix typo in error message.
3621
3622 * play/gomoku.el (gomoku): Fix typos in docstring.
3623
3624 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3625 (gdb-jsonify-buffer): Fix typos in docstring.
3626 (gdb-goto-breakpoint): Fix typo in error message.
3627 ("Display Other Windows"): Fix typo in help message.
3628 (gdb-speedbar-expand-node): Fix typo in question.
3629
3630 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3631 (idlwave-html-system-help-location, idlwave-html-help-location)
3632 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3633 (idlwave-help-browser-generic-args, idlwave-help-directory)
3634 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3635 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3636 (idlwave-online-help, idlwave-help-html-link)
3637 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3638 Fix typos in docstrings.
3639 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3640 Reflow docstrings.
3641 (idlwave-help-assistant-start): Fix typo in error message.
3642
3643 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3644 (octave-electric-space): Fix typos in docstrings.
3645
3646 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3647
3648 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3649
3650 2010-01-01 Juri Linkov <juri@jurta.org>
3651
3652 * comint.el (comint-input-ring-size): Make it a defcustom and
3653 increase the default to 500 (Bug#5148).
3654
3655 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
3656
3657 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3658 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3659 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3660
3661 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
3662
3663 Show working revision correctly for mercurial.
3664 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3665 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3666
3667 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
3668
3669 Declare some functions for the byte-compiler.
3670 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3671 (speedbar-timer-fn, speedbar-change-expand-button-char)
3672 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3673
3674 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
3675
3676 This changeset reverts GDB Graphical Interface to use annotations.
3677 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3678
3679 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3680
3681 Make vc-dir work on subdirectories of the bzr root.
3682 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
3683 Return file names relative to it.
3684 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3685 relative directory to vc-bzr-after-dir-status.
3686
3687 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3688
3689 * font-lock.el (font-lock-refresh-defaults): New function, which
3690 can be used to let font-lock react to external changes in
3691 variables like font-lock-defaults and keywords.
3692 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3693
3694 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3695
3696 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3697
3698 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3699
3700 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
3701
3702 Supersede color.diff settings in git log (bug#5211).
3703
3704 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3705 escape chars in its output when the user has color.diff set to `always'.
3706 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3707
3708 2009-12-26 Kevin Ryde <user42@zip.com.au>
3709
3710 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3711 node. Keep previous "Index" name to work with past coreutils too.
3712
3713 * man.el (man): Revise docstring a bit to show -a and -l as
3714 examples. Add -k description since support for it has otherwise
3715 been a secret. (Further to bug#3717.)
3716 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3717 "no matches" rather than "Can't find manpage", as the latter reads
3718 like -k was interpreted as a page name, which is not so. (Bug#5431)
3719
3720 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
3721
3722 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3723 switches. Check also for //SUBDIRED// line.
3724
3725 2009-12-25 Kenichi Handa <handa@m17n.org>
3726
3727 * language/indian.el (devanagari-composable-pattern): Fix to
3728 handle ZWNJ and ZWJ. Use it in composition-function-table for
3729 Devanagari.
3730 (malayalam-composable-pattern): Fix previous change.
3731
3732 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3733
3734 * ps-print.el (ps-face-attributes): It was not returning the
3735 attribute face for faces specified as string. Reported by harven
3736 <harven@free.fr>. (Bug#5254)
3737 (ps-print-version): New version 7.3.5.
3738
3739 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
3740
3741 * calendar/icalendar.el (icalendar--convert-tz-offset):
3742 Fix timezone names.
3743 (icalendar--convert-tz-offset): Fix the "last-day-problem".
3744 (icalendar--add-diary-entry): Remove the trailing blank that
3745 diary-make-entry inserts.
3746
3747 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
3748
3749 Make `file-expand-wildcards' work for remote files.
3750
3751 * files.el (file-expand-wildcards): In case of remote files, check
3752 only local file name part for wildcards. Provide feature 'files
3753 and subfeature 'remote-wildcards. (Bug#5198)
3754
3755 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3756 if there is already an established connection.
3757 (tramp-advice-file-expand-wildcards): Remove it.
3758
3759 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3760 (tramp-advice-file-expand-wildcards): Move from tramp.el.
3761 Activate advice for older GNU Emacs versions. (Bug#5237)
3762
3763 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
3764
3765 Some doc fixes (more needed).
3766
3767 * find-cmd.el (find-constituents): Reflow docstring.
3768 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3769 (find-generic): Doc fix.
3770
3771 2009-12-17 Juri Linkov <juri@jurta.org>
3772
3773 Fix regression from 23.1 to allow multiple modes in Local Variables.
3774
3775 * files.el (hack-local-variables-filter): While ignoring duplicates,
3776 don't take `mode' into account.
3777 (hack-local-variables-filter, hack-dir-local-variables):
3778 Don't remove duplicate `mode' from local-variables-alist (like `eval').
3779
3780 2009-12-17 Juri Linkov <juri@jurta.org>
3781
3782 Make `dired-diff' more safe. (Bug#5225)
3783
3784 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3785 `current' or when `file' is a directory of the `current' file.
3786
3787 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3788
3789 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3790 unconditionally preloaded files.
3791
3792 2009-12-16 Juri Linkov <juri@jurta.org>
3793
3794 Revert to old 23.1 logic of using the file at the mark as default.
3795 * dired-aux.el (dired-diff): Use the file at the mark as default
3796 if it's not the same as the current file, and the target dir is
3797 the current dir or the mark is active. Add the current file
3798 as the arg of `dired-dwim-target-defaults'. Use the default file
3799 in the prompt. (Bug#5225)
3800
3801 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3802
3803 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3804 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3805 (tramp-check-for-regexp): Check also, when an echoing shell stops
3806 to echo sent commands.
3807
3808 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3809
3810 * Makefile.in: Revert last change (Bug#5191).
3811
3812 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3813
3814 * vc-hg.el (vc-hg-print-log): Fix argument order.
3815 (vc-hg-working-revision): Make sure the command is executed in a
3816 known environment so that we can parse the output. (Bug#4417)
3817
3818 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3819
3820 * progmodes/python.el (python-symbol-completions): Remove text
3821 properties from symbol string before calling python-send-receive.
3822
3823 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
3824
3825 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3826 when there are values for both file and line. (Bug#5060)
3827
3828 2009-12-14 Juri Linkov <juri@jurta.org>
3829
3830 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3831 whitespace after the file name of the first line of unified format,
3832 because git-diff doesn't output whitespace and file modification time
3833 after the file name.
3834
3835 2009-12-14 David Kastrup <dak@gnu.org>
3836
3837 * info.el (Info-hide-cookies-node): Before hiding a cookie,
3838 check if it already has the `display' property added by
3839 `Info-display-images-node', and not put the `invisible' property
3840 in this case.
3841
3842 2009-12-13 Glenn Morris <rgm@gnu.org>
3843
3844 * mail/emacsbug.el (message-sort-headers): Define for compiler.
3845 (report-emacs-bug): In message-mode, sort manually before storing
3846 original report text. (Bug#5178)
3847 Remove superfluous save-excursion.
3848
3849 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
3850
3851 * net/dbus.el (dbus-property-handler): Filter lambda forms out
3852 when responding to "GetAll" properties.
3853
3854 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
3855
3856 * simple.el (compose-mail): Remove mail-setup-with-from from
3857 customization checks.
3858
3859 2009-12-12 Eli Zaretskii <eliz@gnu.org>
3860
3861 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3862 RAR archives created on Unix systems.
3863
3864 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3865
3866 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3867 the varalias that was accidentally removed by the 2009-11-19 change
3868 (bug#5186).
3869
3870 2009-12-12 Kenichi Handa <handa@m17n.org>
3871
3872 * language/indian.el (indian-compose-regexp): New function.
3873 (malayalam-composable-pattern): Fix the pattern.
3874 (composition-function-table): Set malayalam-composable-pattern for
3875 Malayalam characters.
3876
3877 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
3878
3879 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3880 rather than down-mouse-1, based on follow-link conventions.
3881
3882 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3883 are compiled.
3884
3885 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
3886
3887 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3888 (verilog-vmm-statement-re, verilog-ovm-statement-re)
3889 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3890 (verilog-leap-to-head, verilog-backward-token):
3891 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
3892
3893 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
3894
3895 * progmodes/verilog-mode.el (verilog-auto-lineup)
3896 (verilog-nameable-item-re): Cleanup user-visible spelling and
3897 documentation errors. One reported by Gary Delp.
3898 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3899 (verilog-read-decls): Fix AUTOWIRE with types declared in a
3900 package, bug195. Reported by Pierre-David Pfister.
3901
3902 2009-12-11 Glenn Morris <rgm@gnu.org>
3903
3904 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3905
3906 * mail/emacsbug.el: No longer require sendmail.
3907 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
3908 (report-emacs-bug-orig-text): Doc fix.
3909 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3910 New local variables, to adapt to different mail-user-agents.
3911 (report-emacs-bug): Fix test for a gnu.org address.
3912 Use overlays for emphasis, since font-lock defeats 'face property.
3913 Pretest bugs also end up at the newsgroup these days.
3914 Stop message-mode stripping text properties.
3915 Set and use the new buffer-local variables.
3916 (report-emacs-bug-hook): Add doc-string.
3917 Remove some unnecessary save-excursions and simplify.
3918 Use the appropriate hook and send-command.
3919
3920 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3921 capitalization of some menu entries.
3922
3923 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3924
3925 * whitespace.el (whitespace-display-char-on):
3926 Ensure `buffer-display-table' is unique when two or more windows are
3927 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3928 New version 12.1.
3929
3930 2009-12-10 Eli Zaretskii <eliz@gnu.org>
3931
3932 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3933 characters in the Attribute field.
3934
3935 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3936
3937 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
3938
3939 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3940
3941 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3942 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3943 Disregard autoload-excludes.
3944 (update-directory-autoloads): Obey autoload-excludes here instead.
3945 But don't store its contents in no-autoloads and remove entries that
3946 refer to excludes files.
3947
3948 2009-12-10 Glenn Morris <rgm@gnu.org>
3949
3950 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3951 (expand-mail-aliases): Define for compiler.
3952
3953 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3954 Define for compiler.
3955
3956 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3957 appropriate for the mail-user-agent in use.
3958
3959 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
3960
3961 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3962
3963 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3964
3965 Fix short log parsing and fontification.
3966 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3967 Fix fontification for the [merge] label.
3968
3969 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
3970
3971 Drop some properties to avoid surprises.
3972 * htmlfontify.el (hfy-ignored-properties): New defcustom.
3973 (hfy-fontify-buffer): Use it.
3974
3975 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
3976
3977 Minor cleanup.
3978 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3979 Adjust all callers.
3980 (ffap-locate-file): Remove unused arg `dir-ok' and make other
3981 args compulsory. Adjust callers.
3982 (ffap-gopher-at-point): Remove unused var `name'.
3983
3984 Get rid of the ELCFILES abomination.
3985 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3986 (compile-elcfiles): New phony target.
3987 (compile-main): Compute ELCFILES dynamically.
3988 (compile-clean): New target to remove left-over elc files.
3989 (compile, all): Use it.
3990
3991 2009-12-09 Kenichi Handa <handa@etlken>
3992
3993 * international/mule-diag.el: Require help-mode instead of help-fns.
3994
3995 2009-12-09 Kenichi Handa <handa@m17n.org>
3996
3997 * international/mule-cmds.el (ucs-names): Supply sufficiently
3998 fine ranges instead of pre-calculating accurate ranges.
3999 Iterate with bigger gc-cons-threshold.
4000
4001 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4002
4003 Add support for stashing a snapshot of the current tree.
4004 * vc-git.el (vc-git-stash-snapshot): New function.
4005 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4006
4007 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
4008
4009 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4010 instead of `(beginning|end)-of-line'.
4011
4012 2009-12-08 Glenn Morris <rgm@gnu.org>
4013
4014 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4015
4016 * Makefile.in (ELCFILES): Regenerate.
4017
4018 2009-12-07 Juri Linkov <juri@jurta.org>
4019
4020 Don't lazy-highlight the comint output in history Isearch mode.
4021
4022 * comint.el (comint-history-isearch-search): Instead of
4023 `comint-line-beginning-position', use `comint-after-pmark-p'
4024 to check if point if before the process mark, and go to
4025 `process-mark' in this case.
4026
4027 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4028
4029 * textmodes/tex-mode.el (latex-complete)
4030 (latex-indent-or-complete): Remove.
4031 (latex-mode): Set completion-at-point-functions instead.
4032
4033 Provide a standard completion command and hook it into TAB.
4034 * minibuffer.el (completion-at-point-functions): New var.
4035 (completion-at-point): New command.
4036 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4037 * progmodes/python.el (python-mode-map): Use completion-at-point.
4038 (python-completion-at-point): Rename from python-partial-symbol and
4039 adjust for use in completion-at-point-functions.
4040 (python-mode): Setup completion-at-point for Python completion.
4041 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4042 extracted from lisp-complete-symbol.
4043 (lisp-complete-symbol): Use it.
4044 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4045 setup completion-at-point for Elisp completion.
4046 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4047 Use completion-at-point.
4048 * ielm.el (ielm-map): Use completion-at-point.
4049 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4050 * progmodes/sym-comp.el: Move to...
4051 * obsolete/sym-comp.el: Move from progmodes.
4052
4053 2009-12-07 Eli Zaretskii <eliz@gnu.org>
4054
4055 Prevent save-buffer in Rmail buffers from using the coding-system
4056 of the current message, and from clobbering the encoding mnemonics
4057 in the mode line (Bug#4623).
4058
4059 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4060 flag, too.
4061 (rmail-message-encoding): New variable.
4062 (rmail-write-region-annotate): Record the encoding of the current
4063 message in rmail-message-encoding.
4064 (rmail-after-save-hook): New function, restores the encoding of
4065 the current message after the message collection is saved.
4066
4067 2009-12-07 Juri Linkov <juri@jurta.org>
4068
4069 * progmodes/grep.el (grep-read-files): Use `completing-read'
4070 instead of `read-string'. Set its `collection' arg to
4071 `read-file-name-internal'. (Bug#4301)
4072
4073 2009-12-07 Juri Linkov <juri@jurta.org>
4074
4075 Correctly restore original Isearch point. (Bug#4994)
4076
4077 * isearch.el (isearch-mode): Move `isearch-push-state' after
4078 `(run-hooks 'isearch-mode-hook)'.
4079 (isearch-cancel): When `isearch-push-state-function' is defined,
4080 let-bind `isearch-cmds' to the first state (the last element of
4081 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4082 function and restores the original point). Otherwise, move point
4083 to `isearch-opoint'.
4084
4085 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4086
4087 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4088 chars that don't have names, so the table can be built much faster at
4089 run-time.
4090
4091 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
4092
4093 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4094 change. Suggested by David Kastrup.
4095
4096 * simple.el (compose-mail): Check for incompatibilities and warn.
4097 (compose-mail-user-agent-warnings): New option.
4098
4099 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4100
4101 Support showing a single log entry from vc-annotate.
4102 * vc.el (print-log): Add a new argument: START-REVISION.
4103 (vc-print-log-internal): Add a new optional argument and
4104 pass it to the backend.
4105 (vc-print-log, vc-print-root-log): Adjust callers.
4106 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4107 buffer already displays the requested log entry, use it.
4108 Otherwise display only the log entry in question.
4109 * vc-svn.el (vc-svn-print-log):
4110 * vc-mtn.el (vc-mtn-print-log):
4111 * vc-hg.el (vc-hg-state):
4112 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4113 (vc-git-show-log-entry): Return t on success.
4114 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4115 (vc-bzr-show-log-entry): Return t on success.
4116 * vc-rcs.el (vc-rcs-print-log):
4117 * vc-sccs.el (vc-sccs-print-log):
4118 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4119
4120 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4121
4122 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4123 Add menus to the meta mode. (Bug#5043)
4124
4125 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
4126
4127 * ediff-init.el (ediff-event-key): Use event-to-character instead of
4128 event-key.
4129
4130 * ediff.el (ediff-buffers-internal): Add unwind-protect.
4131
4132 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
4133
4134 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
4135 Berbain <raphael.berbain@gmail.com>.
4136
4137 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
4138 characters.
4139 (tramp-initial-end-of-output): New defconst.
4140 (tramp-methods, tramp-find-shell)
4141 (tramp-open-connection-setup-interactive-shell)
4142 (tramp-maybe-open-connection): Use it.
4143 (tramp-shell-prompt-pattern, tramp-wait-for-output):
4144 Handle existence of `#' and `$'.
4145
4146 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4147 Use `tramp-initial-end-of-output'.
4148
4149 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4150
4151 Get the background mode from the terminal for xterm, and set
4152 faces accordingly.
4153 * term/xterm.el (xterm-set-background-mode): New function.
4154 (terminal-init-xterm): Use it in case xterm supports background
4155 color queries. Recompute faces after getting the background
4156 color.
4157
4158 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
4159
4160 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4161 number comment back on its own line, for easier parsing.
4162
4163 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4164
4165 Make it work for non-file buffers (bug#5102).
4166 * doc-view.el (doc-view-current-cache-dir):
4167 Use doc-view-buffer-file-name rather than buffer-file-name.
4168 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4169
4170 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
4171
4172 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4173 author field is too short.
4174
4175 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
4176
4177 * vc-git.el (vc-git-print-log): Handle a limit argument.
4178 Display the short log in graph form and with labels.
4179 (vc-git-log-view-mode): Handle labels.
4180
4181 Make vc-revert change VC state from 'added to 'unregistered.
4182 * vc-git.el (vc-git-revert): Call git reset first.
4183
4184 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4185
4186 * net/newst-backend.el, net/newst-plainview.el:
4187 * net/newst-reader.el, net/newst-ticker.el:
4188 * net/newst-treeview.el, net/newsticker.el:
4189 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
4190
4191 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4192
4193 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4194
4195 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4196 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
4197 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4198 Update annotation regexp.
4199
4200 * simple.el (beginning-of-visual-line): Constrain to field
4201 boundaries (Bug#5106).
4202
4203 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4204
4205 * xml.el (xml-substitute-numeric-entities):
4206 Move newsticker--decode-numeric-entities in newst-backend.el to
4207 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4208 * net/newst-backend.el (newsticker--parse-generic-feed)
4209 (newsticker--parse-generic-items)
4210 (newsticker--decode-numeric-entities):
4211 Move newsticker--decode-numeric-entities in newst-backend.el to
4212 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4213
4214 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
4215
4216 * progmodes/js.el (js--js-not): Add null to the list of values.
4217
4218 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4219
4220 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4221
4222 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4223
4224 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4225 delimiter if it is at the end of the current line.
4226 (bibtex-generate-url-list): Fix docstring.
4227
4228 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4229
4230 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4231 minibuffer's content with itself.
4232 Fold the confirm-after-completion case into the `confirm' case.
4233 (completion-pcm-word-delimiters): Add : and / to the delimiters.
4234
4235 2009-12-06 Kevin Ryde <user42@zip.com.au>
4236
4237 * ffap.el (ffap-rfc-path): Make this a defcustom since
4238 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
4239
4240 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4241 manuals, similar to existing setup for help-mode. (Bug#3913.)
4242
4243 2009-12-05 Juri Linkov <juri@jurta.org>
4244
4245 Save and restore dired buffer's point positions too. (Bug#4880)
4246
4247 * dired.el (dired-save-positions): Return in the first element
4248 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4249 Doc fix.
4250 (dired-restore-positions): First restore buffer's position.
4251 While restoring window's positions, check if window still displays
4252 the original buffer.
4253
4254 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
4255
4256 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4257 if possible.
4258
4259 * shell.el (shell): Require ansi-color (Bug#5113).
4260
4261 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4262
4263 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4264
4265 2009-12-05 Alan Mackenzie <acm@muc.de>
4266
4267 * progmodes/cc-mode.el (c-before-hack-hook)
4268 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4269 `c-file-style' to work again. This reversion restores the current
4270 software to its state in Emacs 23.1. (Bug#4146)
4271
4272 2009-12-05 Kevin Ryde <user42@zip.com.au>
4273
4274 * textmodes/sgml-mode.el (sgml-lexical-context):
4275 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
4276
4277 2009-12-05 Juri Linkov <juri@jurta.org>
4278
4279 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4280 for virtual nodes. (Bug#4147)
4281 (Info-find-node-2): Set `Info-current-node-virtual' to nil
4282 when moving from a virtual node.
4283 (Info-mode-menu): Add `Info-virtual-index' to the menu.
4284 (Info-mode): Add `Info-virtual-index' to the docstring.
4285
4286 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4287
4288 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4289 track of the buffer position of the end of a BibTeX entry as this
4290 position may change during reformatting.
4291 (bibtex-format-entry): Remove whitespace before processing
4292 numerical fields so that we recognize the latter properly.
4293 (bibtex-reformat): Do not use push which changes the global value
4294 of bibtex-entry-format.
4295 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4296 (bibtex-field-re-init): Replace only space characters by regexp
4297 for whitespace.
4298 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4299 (bibtex-initialize): Also update bibtex-strings.
4300 (bibtex-kill-field): Preserve white space at end of entry.
4301 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4302 Update bibtex-reference-keys.
4303
4304 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4305
4306 * minibuffer.el (completion-pcm--merge-try): Also consider placing
4307 point after a star, if that's the only place where modifications can
4308 make progress.
4309
4310 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
4311
4312 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4313 in docstrings.
4314
4315 2009-12-04 Juri Linkov <juri@jurta.org>
4316
4317 * proced.el (proced): Call `(proced-update t)' to update process
4318 information instead of only running proced-post-display-hook.
4319 (proced-send-signal): Add a leading space to the buffer name
4320 " *Marked Processes*" to make this buffer ephemeral.
4321
4322 2009-12-04 Juri Linkov <juri@jurta.org>
4323
4324 * dired.el (dired-auto-revert-buffer): New defcustom.
4325 (dired-internal-noselect): Use it.
4326
4327 2009-12-04 Juri Linkov <juri@jurta.org>
4328
4329 Change roles of modes and functions in image-mode.el (Bug#5062).
4330
4331 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4332 in `auto-mode-alist'.
4333 (image-mode-previous-major-mode): New variable.
4334 (image-minor-mode-map): Rename from `image-mode-text-map'.
4335 (image-mode): Move graceful error-handling code from
4336 `image-minor-mode' to here. On errors call `image-mode-as-text'.
4337 (image-minor-mode): Remove all image-handling code.
4338 Replace `image-mode-text-map' with `image-minor-mode-map'.
4339 Check for `image-type' in mode-line format string.
4340 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4341 (image-mode-as-text): New function with most code from
4342 `image-mode-maybe'.
4343 (image-toggle-display-text): Move code that removes image
4344 properties from `image-toggle-display' to here.
4345 (image-toggle-display-image): New function with code that adds
4346 image properties copied from `image-toggle-display'.
4347 (image-toggle-display): Remove most code with leaving only code
4348 that toggles between `image-mode-as-text' and `image-mode'.
4349
4350 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
4351
4352 * net/newst-treeview.el
4353 (newsticker--treeview-list-highlight-start): Restored call to
4354 save-excursion: Selected item was stuck.
4355 (newsticker--treeview-list-select): New.
4356 (newsticker--treeview-item-show-text)
4357 (newsticker--treeview-item-show)
4358 (newsticker--treeview-item-update): Use new
4359 newsticker-treeview-item-mode.
4360 (newsticker-treeview-update): Keep current item.
4361 (newsticker-treeview-next-new-or-immortal-item): Doc change.
4362 (newsticker--treeview-first-feed): Doc change.
4363 (newsticker-treeview-list-menu)
4364 (newsticker-treeview-item-menu): Add menu entries.
4365 (newsticker-treeview-item-mode): New.
4366
4367 * net/newst-backend.el (newsticker-customize): Delete other
4368 windows.
4369
4370 2009-12-04 Sam Steingold <sds@gnu.org>
4371
4372 * log-view.el (log-view-mode-map): "q" calls quit-window,
4373 like in all the other non-self-insert buffers.
4374
4375 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4376
4377 Minor cleanup.
4378 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4379 key decoding rather than do it manually via last-input-event +
4380 ascii-character.
4381 (term-exec): Use delete-and-extract-region.
4382 (term-handle-ansi-terminal-messages): Remove unused var `end'.
4383 (term-process-pager): Remove unused var `i'.
4384 (term-dynamic-simple-complete): Make obsolete.
4385 (serial-update-config-menu): Remove unused vars `y' and `str'.
4386 (term-update-mode-line): Remove unused var `temp'.
4387
4388 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4389
4390 Limit the number of log entries displayed by default.
4391 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4392 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4393 using a prefix argument.
4394
4395 2009-12-03 Glenn Morris <rgm@gnu.org>
4396
4397 * progmodes/idlwave.el (class): Restore still useful declaration.
4398
4399 2009-12-03 Alan Mackenzie <acm@muc.de>
4400
4401 Enhance `c-parse-state' to run efficiently in "brace deserts".
4402
4403 * progmodes/cc-mode.el (c-basic-common-init):
4404 Call c-state-cache-init.
4405 (c-neutralize-syntax-in-and-mark-CPP): Rename from
4406 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
4407 placing `category' properties value 'c-cpp-delimiter at its boundaries.
4408
4409 * progmodes/cc-langs.el (c-before-font-lock-function):
4410 c-extend-and-neutralize-syntax-in-CPP has been renamed
4411 c-neutralize-syntax-in-and-mark-CPP.
4412
4413 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4414 with `category' properties now, not `syntax-table' ones.
4415
4416 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4417 enhanced (but slower) version of c-end-of-macro that won't land
4418 inside a literal or on another awkward character.
4419 (c-state-cache-too-far, c-state-cache-start)
4420 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4421 (c-state-nonlit-pos-cache-limit, c-state-point-min)
4422 (c-state-point-min-lit-type, c-state-point-min-lit-start)
4423 (c-state-min-scan-pos, c-state-brace-pair-desert)
4424 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4425 buffer local variables.
4426 (c-state-literal-at, c-state-lit-beg)
4427 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4428 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4429 (c-state-cache-top-paren, c-state-cache-after-top-paren)
4430 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4431 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4432 (c-renarrow-state-cache)
4433 (c-append-lower-brace-pair-to-state-cache)
4434 (c-state-push-any-brace-pair, c-append-to-state-cache)
4435 (c-remove-stale-state-cache)
4436 (c-remove-stale-state-cache-backwards, c-state-cache-init)
4437 (c-invalidate-state-cache-1, c-parse-state-1)
4438 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4439 (c-parse-state): Enhance and refactor.
4440 (c-debug-parse-state): Amend to deal with all the new variables.
4441
4442 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4443 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4444 modify to use category text properties rather than syntax-table ones.
4445 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4446 to switch off/on the syntactic paren property of C++ template
4447 delimiters using the category property.
4448 (c-with-<->-as-parens-suppressed): Macro to invoke code with
4449 template delims suppressed.
4450 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4451 New constant/macros which apply category properties to the start
4452 and end of preprocessor constructs.
4453 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4454 "comment out" the syntactic value of characters in preprocessor
4455 constructs.
4456 (c-with-cpps-commented-out)
4457 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4458 with characters in all or all but one preprocessor constructs
4459 "commented out".
4460
4461 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4462
4463 * proced.el (proced-filter-alist): Use regexp-quote.
4464
4465 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
4466
4467 Cleanup.
4468 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4469 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
4470 arguments. Expand `default-directory'.
4471
4472 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4473 the benefit of returning an expanded localname.
4474 (tramp-tramp-file-p): Handle the case NAME is not a string.
4475
4476 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4477
4478 Add support for bzr shelve/unshelve.
4479 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4480 (vc-bzr-extra-menu-map): New variables.
4481 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4482 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4483 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4484 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4485 (vc-bzr-dir-extra-headers): Display shelves.
4486
4487 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4488
4489 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4490
4491 * textmodes/bibtex.el (bibtex-complete-internal):
4492 Use completion-in-region.
4493 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4494
4495 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4496
4497 Support applying stashes. Improve UI.
4498 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4499 (vc-git-stash-apply, vc-git-stash-pop)
4500 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4501 (vc-git-stash-menu): New functions.
4502 (vc-git-stash-menu-map): New variable.
4503 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4504
4505 2009-12-03 Glenn Morris <rgm@gnu.org>
4506
4507 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4508 (vc-print-log-internal): Fix previous change.
4509 (vc-revert): Correct pluralization.
4510
4511 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4512
4513 * progmodes/make-mode.el (makefile-special-targets-list): No need for
4514 it to be an alist any more.
4515 (makefile-complete): Use completion-in-region.
4516
4517 * progmodes/octave-mod.el (octave-complete-symbol):
4518 Use completion-in-region.
4519
4520 Misc cleanup.
4521 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4522 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4523 (idlwave-complete-class): Don't quote lambda.
4524 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4525 (idlwave-mode-map): Move initialization into declaration.
4526 (idlwave-action-and-binding): Use backquotes.
4527 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4528 Simplify.
4529 (idlwave-is-pointer-dereference): Remove unused var `pos'.
4530 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4531 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4532 `parts', and `all-parts'.
4533 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4534 (idlwave-convert-xml-system-routine-info): Remove unused string
4535 `version-string'.
4536 (idlwave-display-user-catalog-widget): Use dolist.
4537 (idlwave-scanning-lib): Declare dynamically-scoped var.
4538 (idlwave-scan-library-catalogs): Remove unused var `flags'.
4539 (completion-highlight-first-word-only): Declare to silence bytecomp.
4540 (idlwave-popup-select): Tighten scope of `resp'.
4541 (idlwave-find-struct-tag): Remove unused var `beg'.
4542 (idlwave-after-load-rinfo-hook): Declare.
4543 (idlwave-sintern-class-info): Remove unused var `taglist'.
4544 (idlwave-find-class-definition): Remove unused var `list'.
4545 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4546 (idlwave-what-module-find-class): Remove unused var `classes'.
4547
4548 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
4549
4550 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4551
4552 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4553
4554 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4555 buffers visited. Remove redundant current-buffer-saving.
4556
4557 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4558
4559 Use completion-in-buffer and remove uses of dynamic scoping.
4560 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4561 (pascal-buffer-to-use, pascal-flag): Don't declare.
4562 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4563 (pascal-get-completion-decl, pascal-keyword-completion):
4564 Add `pascal-str' argument, save-excursion,
4565 return the found completions, and don't filter with pascal-pred.
4566 (pascal-completion-cache): New var.
4567 (pascal-completion): Don't switch buffer any more (it was never
4568 necessary). Don't save-excursion any more (it's done by the called
4569 subroutines). Use a cache to avoid redundant computations.
4570 Use complete-with-action rather than pascal-completion-response and
4571 let it apply the predicate as well.
4572 (pascal-complete-word): Use completion-in-buffer when
4573 pascal-toggle-completions is nil.
4574 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4575 not used any more.
4576 (pascal-comp-defun): Don't change buffer any more.
4577 Use complete-with-action rather than pascal-completion-response and
4578 let it apply the predicate as well.
4579 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4580 when neded.
4581
4582 2009-12-02 Kenichi Handa <handa@m17n.org>
4583
4584 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4585 shape for all Indic scripts.
4586
4587 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4588
4589 Use completion-in-buffer.
4590 * wid-edit.el (widget-field-text-end): New function.
4591 (widget-field-value-get): Use it.
4592 (widget-string-complete, widget-file-complete)
4593 (widget-color-complete): Use it and completion-in-region.
4594 (widget-complete): Don't narrow the buffer.
4595
4596 2009-12-02 Glenn Morris <rgm@gnu.org>
4597
4598 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4599 (rmail-select-summary): Use rmail-pop-to-buffer.
4600 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4601 rmail-pop-to-buffer, to prevent horizontal splits.
4602
4603 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4604 save-excursion with save-current-buffer.
4605 Widen before searching. (Bug#5093)
4606 (diary-list-sexp-entries): Remove superfluous save-excursion.
4607
4608 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
4609
4610 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4611 name. (Bug#5038)
4612
4613 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4614
4615 * ido.el (ido-file-internal): Handle filenames at point that do
4616 not have a directory part. (Bug#5049)
4617
4618 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
4619
4620 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4621 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4622
4623 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4624
4625 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4626 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4627 any more.
4628
4629 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * comint.el (comint-insert-input): Ignore clicks to the right of
4632 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4633
4634 * vc.el (vc-print-log-internal): Don't wait for the process to
4635 terminate before setting up the major mode.
4636
4637 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4638 in case.
4639
4640 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4641 the last element.
4642
4643 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4644
4645 2009-12-01 Glenn Morris <rgm@gnu.org>
4646
4647 * window.el (window--display-buffer-2): Fix previous changes.
4648
4649 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
4650
4651 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4652
4653 2009-12-01 Glenn Morris <rgm@gnu.org>
4654
4655 * Makefile.in (ELCFILES): Add mpc.elc.
4656
4657 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4658
4659 * mpc.el: New file.
4660
4661 2009-12-01 Glenn Morris <rgm@gnu.org>
4662
4663 * window.el (window-to-use): Define for compiler.
4664
4665 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4666 consistent with others (no final period).
4667
4668 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4669 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4670
4671 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4672
4673 Make vc-print-log buttons work.
4674 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4675
4676 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4677
4678 * savehist.el (savehist-autosave-interval): Allow setting to nil
4679 through customize. (Bug#5056)
4680
4681 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
4682
4683 Fix references to jit-lock properties.
4684 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4685 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4686 (perl-font-lock-special-syntactic-constructs):
4687 Quote jit-lock-defer-multiline property.
4688
4689 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4690
4691 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4692
4693 2009-11-30 Juri Linkov <juri@jurta.org>
4694
4695 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4696 value `buffer' of `multi-isearch-next-buffer-current-function'.
4697 Use `(current-buffer)' when `buffer' is nil.
4698 (multi-isearch-next-buffer-from-list): Don't fallback to
4699 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4700
4701 2009-11-30 Juri Linkov <juri@jurta.org>
4702
4703 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4704 of buffers with `get-buffer' to `multi-isearch-buffers'.
4705 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4706 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4707 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4708 FILES with `expand-file-name' converting relative file names
4709 to absolute. Doc fix. (Bug#4727)
4710
4711 2009-11-30 Juri Linkov <juri@jurta.org>
4712
4713 * misearch.el (multi-isearch-read-buffers)
4714 (multi-isearch-read-matching-buffers): New functions.
4715 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4716 Use them in the `interactive' spec. Doc fix.
4717 (multi-isearch-read-files, multi-isearch-read-matching-files):
4718 New functions.
4719 (multi-isearch-files, multi-isearch-files-regexp):
4720 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4721
4722 2009-11-30 Juri Linkov <juri@jurta.org>
4723
4724 * doc-view.el (doc-view-continuous):
4725 Rename from `doc-view-continuous-mode'.
4726 (doc-view-menu): Move "Toggle display" to the top.
4727 Add submenu "Continuous" with radio buttons "Off"/"On"
4728 and "Save as Default".
4729 (doc-view-scroll-up-or-next-page)
4730 (doc-view-scroll-down-or-previous-page)
4731 (doc-view-next-line-or-next-page)
4732 (doc-view-previous-line-or-previous-page):
4733 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
4734
4735 2009-11-30 Juri Linkov <juri@jurta.org>
4736
4737 * comint.el (comint-mode-map): Rebind `M-r' from
4738 `comint-previous-matching-input' to
4739 `comint-history-isearch-backward-regexp'.
4740 Unbind `M-s' to allow global key binding `M-s'.
4741 Add menu items for `comint-history-isearch-backward' and
4742 `comint-history-isearch-backward-regexp'. (Bug#3746)
4743
4744 2009-11-30 Juri Linkov <juri@jurta.org>
4745
4746 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4747 For def=recenter, replace `recenter' with `recenter-top-bottom'
4748 that is called with `this-command' and `last-command' let-bound
4749 to `recenter-top-bottom'. When the last `def' was not `recenter',
4750 set `recenter-last-op' to nil. (Bug#4981)
4751
4752 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4753
4754 Minor cleanup and simplification.
4755 * filecache.el (file-cache-add-directory)
4756 (file-cache-add-directory-recursively)
4757 (file-cache-add-from-file-cache-buffer)
4758 (file-cache-delete-file-regexp, file-cache-delete-directory)
4759 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4760 (file-cache-temp-minibuffer-message): Delete function.
4761 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4762
4763 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4764 Don't signal an error when bumping into EOB in tr, s, or y.
4765
4766 2009-11-29 Juri Linkov <juri@jurta.org>
4767
4768 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4769 (Bug#4960)
4770
4771 * descr-text.el (describe-char-unidata-list): Use lowercase name
4772 for "Unicode name" like in other tags.
4773
4774 2009-11-29 Juri Linkov <juri@jurta.org>
4775
4776 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4777 New compatibility macro.
4778 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4779
4780 2009-11-29 Juri Linkov <juri@jurta.org>
4781
4782 Add defcustom to define the cycling order of `recenter-top-bottom'.
4783 (Bug#4981)
4784
4785 * window.el (recenter-last-op): Doc fix.
4786 (recenter-positions): New defcustom.
4787 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4788 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4789
4790 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4791
4792 Improve integration of Tramp and ange-ftp in eshell.
4793
4794 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4795 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
4796 (eshell/sudo): Flatten args. Let-bind `default-directory'.
4797
4798 * eshell/esh-util.el (top): Require also Tramp when compiling.
4799 (eshell-directory-files-and-attributes): Check for FTP remote
4800 connection.
4801 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4802 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4803 (eshell-file-attributes): Handle ".". Return `entry'.
4804
4805 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4806 (ange-ftp-directory-files-and-attributes)
4807 (ange-ftp-real-directory-files-and-attributes): New defuns.
4808
4809 * net/tramp.el (tramp-maybe-open-connection): Open the remote
4810 shell with "exec" when possible. This prevents trailing prompts
4811 in `start-file-process'.
4812
4813 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4814
4815 Try and remove assumptions about point-min==1.
4816 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4817 (rng-compute-mode-line-string): Show the validation percentage in
4818 terms of the narrowed text, not the widened text.
4819 (rng-do-some-validation): Don't catch internal errors when debugging.
4820 (rng-first-error): Simplify.
4821 (rng-after-change-function): Remove work around. AFAIK the bug has
4822 been fixed a while ago.
4823
4824 * image-mode.el (image-minor-mode): Exit more gracefully when the image
4825 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4826
4827 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4828
4829 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4830 `cd' doesn't always do it for us (bug#5067).
4831
4832 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4833 on 2009-10-25 as part of some other change (bug#5067).
4834
4835 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4836
4837 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4838 `suspicious'.
4839 (byte-compile-warnings): Use byte-compile-warning-types.
4840 (byte-compile-save-excursion): Warn about use of set-buffer right
4841 after save-excursion.
4842
4843 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4844 the excursion as well.
4845
4846 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
4847
4848 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4849 providing a Tramp related implementation of "su" and "sudo".
4850 (eshell-unix-initialize): Add "su" and "sudo".
4851
4852 2009-11-27 Daiki Ueno <ueno@unixuser.org>
4853
4854 * net/socks.el (socks-send-command): Convert binary request to
4855 unibyte before sending. This fixes mishandling of some port
4856 numbers such as 129.
4857
4858 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4859
4860 * help.el (describe-bindings-internal): Remove `interactive'.
4861
4862 * man.el (Man-completion-table): Trim a terminating "(".
4863 Remove the space between name page a section.
4864 Add the command's description on the `help-echo' property.
4865 Remove `process-connection-type' binding since it's unused by
4866 call-process.
4867 Provide completion for the "<section> <name>" format as well.
4868 (Man-default-man-entry): Remove spurious var shadowing the argument.
4869
4870 2009-11-26 Kevin Ryde <user42@zip.com.au>
4871
4872 * log-view.el: Add "Keywords: tools", since its other keywords
4873 aren't in finder-known-keywords, and following vc.el.
4874
4875 * sha1.el (sha1-string-external): default-directory "/" in case
4876 otherwise non-existent. process-connection-type pipe for touch of
4877 efficiency recommended by elisp manual. (An aside in Bug#3911.)
4878
4879 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4880
4881 Misc coding convention cleanups.
4882 * htmlfontify.el (hfy-init-kludge-hook): Rename from
4883 hfy-init-kludge-hooks.
4884 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4885 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4886 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4887 and push.
4888 (hfy-slant, hfy-weight): Use tables rather than code.
4889 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4890 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4891 (hfy-face-attr-for-class): Initialize `face-spec' directly.
4892 (hfy-face-to-css): Remove `nconc' with single arg.
4893 (hfy-p-to-face-lennart): Use `or'.
4894 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
4895 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4896 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4897 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4898 (hfy-force-fontification): Use run-hooks.
4899
4900 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
4901
4902 Various minor fixes.
4903 * htmlfontify.el (hfy-default-header): Add toggle_invis since
4904 Javascript belongs in the header, not the body.
4905 (hfy-javascript): Remove.
4906 (hfy-fontify-buffer): Don't insert it any more.
4907 (hfy-face-at): Handle (face0 face1 face2) style face properties.
4908 Fix bug in invis handling when there were no invis props in a chunk.
4909
4910 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4911
4912 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4913
4914 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4915
4916 * finder.el (finder-mode-map): Add a menu.
4917
4918 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
4919
4920 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4921 "unsigned" structs.
4922
4923 (verilog-leap-to-head, verilog-backward-token): Handle "disable
4924 fork" statement better.
4925
4926 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
4927
4928 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4929 (verilog-delete-auto, verilog-delete-empty-auto-pair)
4930 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4931 Reported by Clay Douglass.
4932
4933 (verilog-auto-inst, verilog-auto-star-safe)
4934 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4935 Fix removing "// Interfaces" when saving .* expansions.
4936 Reported by Pierre-David Pfister.
4937
4938 2009-11-26 Glenn Morris <rgm@gnu.org>
4939
4940 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4941 the scope.
4942
4943 2009-11-25 Johan Bockgård <bojohan@gnu.org>
4944
4945 * vc-annotate.el (vc-annotate-revision-previous-to-line):
4946 Really use previous revision.
4947
4948 2009-11-25 Kevin Ryde <user42@zip.com.au>
4949
4950 * man.el (Man-completion-table): default-directory "/" in case
4951 doesn't otherwise exist. process-environment COLUMNS=999 so as
4952 not to truncate long names. process-connection-type pipe to avoid
4953 any chance of hitting the pseudo-tty TIOCGWINSZ.
4954 (man): completion-ignore-case t for friendliness and since man
4955 itself is case-insensitive on the command line.
4956 Further to Bug#3717.
4957
4958 * arc-mode.el: Add "Keywords: files", so the details in its
4959 commentary can be reached from finder-by-keyword.
4960 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
4961 editing mode, but it's comms related and sgml-mode.el has "comm"
4962 on that basis too.
4963 * textmodes/bibtex-style.el: Add "Keywords: tex".
4964 * international/isearch-x.el, international/ja-dic-cnv.el:
4965 * international/ja-dic-utl.el, international/kkc.el:
4966 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
4967
4968 2009-11-25 Juri Linkov <juri@jurta.org>
4969
4970 * man.el (Man-completion-table): Modify regexp to include
4971 section names to completion strings. (Bug#3717)
4972
4973 2009-11-25 Juri Linkov <juri@jurta.org>
4974
4975 Search recursively in gzipped files. (Bug#4982)
4976
4977 * progmodes/grep.el (grep-highlight-matches): Add new options
4978 `always' and `auto'. Doc fix.
4979 (grep-process-setup): Check `grep-highlight-matches' for
4980 `auto-detect' to determine the need to compute grep defaults.
4981 Move Windows/DOS specific --colors settings handling
4982 to `grep-compute-defaults'. Check `grep-highlight-matches'
4983 to get the value of "--color=".
4984 (grep-compute-defaults): Compute `grep-highlight-matches' when it
4985 has the value `auto-detect'. Move Windows/DOS specific settings
4986 from `grep-process-setup'.
4987 (zrgrep): New command with alias `rzgrep'.
4988
4989 2009-11-25 Juri Linkov <juri@jurta.org>
4990
4991 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4992 to nil instead of switching off view-mode. (Bug#4896)
4993
4994 2009-11-25 Juri Linkov <juri@jurta.org>
4995
4996 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
4997
4998 * mwheel.el (mwheel-scroll-up-function)
4999 (mwheel-scroll-down-function): New defvars.
5000 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5001 `scroll-up', and `mwheel-scroll-down-function' instead of
5002 `scroll-down'.
5003
5004 * doc-view.el (doc-view-scroll-up-or-next-page)
5005 (doc-view-scroll-down-or-previous-page): Add optional ARG.
5006 Use this ARG in the call to image-scroll-up/image-scroll-down.
5007 Change `interactive' spec to "P". Goto next/previous page only
5008 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5009 SPC/DEL case). Doc fix.
5010 (doc-view-next-line-or-next-page)
5011 (doc-view-previous-line-or-previous-page): Rename arg to ARG
5012 for consistency.
5013 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5014 `doc-view-scroll-up-or-next-page', and buffer-local
5015 `mwheel-scroll-down-function' to
5016 `doc-view-scroll-down-or-previous-page'.
5017
5018 2009-11-25 Juri Linkov <juri@jurta.org>
5019
5020 Provide additional default values (directories at other Dired
5021 windows) via M-n in the minibuffer of some Dired commands.
5022
5023 * dired-aux.el (dired-diff, dired-compare-directories)
5024 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5025 `minibuffer-default' in `minibuffer-with-setup-hook'.
5026 (dired-dwim-target-directory): Find a window that displays Dired
5027 buffer instead of failing when the next window is not Dired.
5028 Use `get-window-with-predicate' to find for the next Dired window.
5029 (dired-dwim-target-defaults): New function.
5030
5031 * ediff-util.el (ediff-read-file-name):
5032 Use `dired-dwim-target-defaults' to set `minibuffer-default'
5033 in `minibuffer-with-setup-hook'.
5034
5035 2009-11-25 Juri Linkov <juri@jurta.org>
5036
5037 Provide additional default values (file name at point or at the
5038 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
5039
5040 * minibuffer.el (read-file-name-defaults): New function.
5041 (read-file-name): Reset `minibuffer-default' to nil when
5042 it duplicates initial input `insdef'.
5043 Bind `minibuffer-default-add-function' to lambda that
5044 calls `read-file-name-defaults' in `minibuffer-selected-window'.
5045 (minibuffer-insert-file-name-at-point): New command.
5046
5047 * files.el (file-name-at-point-functions): New defcustom.
5048 (find-file-default): Remove defvar.
5049 (find-file-read-args): Don't use `find-file-default'.
5050 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5051 to `read-file-name'.
5052 (find-file-literally): Use `read-file-name' with
5053 `confirm-nonexistent-file-or-buffer'.
5054
5055 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5056
5057 * dired.el (dired-read-dir-and-switches):
5058 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5059 to `read-file-name'.
5060 (dired-file-name-at-point): New function.
5061 (dired-mode): Add hook `dired-file-name-at-point' to
5062 `file-name-at-point-functions'.
5063
5064 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5065
5066 Really make the *Completions* window soft-dedicated (bug#5030).
5067 * window.el (window--display-buffer-2): Add `dedicated' argument.
5068 (display-buffer): Pass it when needed so the dedicated flag is set
5069 after calling set-window-buffer, which would otherwise reset it.
5070
5071 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5072
5073 * progmodes/meta-mode.el (meta-complete-symbol):
5074 * progmodes/etags.el (complete-tag):
5075 * mail/mailabbrev.el (mail-abbrev-complete-alias):
5076 Use completion-in-region.
5077
5078 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5079 (dabbrev-completion): Use completion-in-region.
5080 (dabbrev--abbrev-at-point): Simplify regexp.
5081
5082 * abbrev.el (abbrev--before-point): Use word-motion functions
5083 if :regexp is not specified (bug#5031).
5084
5085 * subr.el (string-prefix-p): New function.
5086
5087 * man.el (Man-completion-cache): New var.
5088 (Man-completion-table): Use it.
5089
5090 * vc.el (vc-print-log-internal): Make `limit' optional for better
5091 compatibility (e.g. with vc-annotate.el).
5092
5093 2009-11-24 Kevin Ryde <user42@zip.com.au>
5094
5095 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5096 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
5097
5098 * emacs-lisp/elint.el (elint-add-required-env): Better error message
5099 when .el source file not found or other error.
5100
5101 2009-11-24 Markus Triska <markus.triska@gmx.at>
5102
5103 * linum.el (linum-update-window): Ignore intangible (bug#4996).
5104
5105 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5106
5107 Handle the [back] button properly (bug#4979).
5108 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5109 Use help-setup-xref, help-buffer, and with-help-window.
5110 (describe-char): Add `buffer' argument.
5111 Pass proper command to help-setup-xref. Don't meddle with
5112 help-xref-stack-item directly.
5113 (describe-text-category): Use with-help-window and help-buffer.
5114
5115 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5116 for the displayed buffer (bug#4887).
5117
5118 * man.el (Man-completion-table): New function.
5119 (man): Use it.
5120
5121 2009-11-24 David Reitter <david.reitter@gmail.com>
5122
5123 * vc-git.el (vc-git-registered): Use checkout directory (where
5124 .git is) rather than the file's directory and a relative path spec
5125 to work around a bug in git.
5126
5127 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
5128
5129 Improve handling of processes on remote hosts.
5130
5131 * eshell/esh-util.el (eshell-path-env): New defvar.
5132 (eshell-parse-colon-path): New defun.
5133 (eshell-file-attributes): Use `eshell-parse-colon-path'.
5134
5135 * eshell/esh-ext.el (eshell-search-path):
5136 Use `eshell-parse-colon-path'.
5137 (eshell-remote-command): Remove argument HANDLER.
5138 (eshell-external-command): Check for FTP remote connection.
5139
5140 * eshell/esh-proc.el (eshell-gather-process-output):
5141 Use `file-truename', in order to start also symlinked files.
5142 Apply `start-file-process' instead of `start-process'.
5143 Shorten `command' to the local file name part.
5144
5145 * eshell/em-cmpl.el (eshell-complete-commands-list):
5146 Use `eshell-parse-colon-path'.
5147
5148 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5149
5150 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
5151 to `eshell-directory-change-hook'.
5152
5153 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
5154
5155 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5156 because it could be enabled automatically if view-read-only is non-nil.
5157
5158 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
5159
5160 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5161 made on 2009-11-22.
5162
5163 2009-11-24 Glenn Morris <rgm@gnu.org>
5164
5165 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5166 deleted variable bookmark-bmenu-bookmark-column.
5167
5168 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5169
5170 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5171
5172 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
5173
5174 * net/browse-url.el (browse-url-filename-alist): On Windows, add
5175 two slashes to the "file:" prefix.
5176 (browse-url-file-url): De-munge Cygwin filenames before passing
5177 them to Windows browser.
5178 (browse-url-default-windows-browser): Use call-process.
5179
5180 2009-11-23 Juri Linkov <juri@jurta.org>
5181
5182 Implement DocView Continuous mode. (Bug#4896)
5183 * doc-view.el (doc-view-continuous-mode): New defcustom.
5184 (doc-view-mode-map): Bind C-n/<down> to
5185 `doc-view-next-line-or-next-page', C-p/<up> to
5186 `doc-view-previous-line-or-previous-page'.
5187 (doc-view-next-line-or-next-page)
5188 (doc-view-previous-line-or-previous-page): New commands.
5189
5190 2009-11-23 Juri Linkov <juri@jurta.org>
5191
5192 Implement Isearch in comint input history. (Bug#3746)
5193 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5194 `isearch-mode-hook'.
5195 (comint-history-isearch): New defcustom.
5196 (comint-history-isearch-backward)
5197 (comint-history-isearch-backward-regexp): New commands.
5198 (comint-history-isearch-message-overlay): New buffer-local variable.
5199 (comint-history-isearch-setup, comint-history-isearch-end)
5200 (comint-goto-input, comint-history-isearch-search)
5201 (comint-history-isearch-message, comint-history-isearch-wrap)
5202 (comint-history-isearch-push-state)
5203 (comint-history-isearch-pop-state): New functions.
5204
5205 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
5206
5207 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5208 return.
5209 (tramp-handle-make-symbolic-link)
5210 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5211 Quote file names.
5212 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5213 (tramp-handle-process-file): Use it.
5214
5215 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5216
5217 * window.el (move-to-window-line-last-op): Remove.
5218 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5219
5220 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5221
5222 Make M-r mirror the new cycling behavior of C-l.
5223 * window.el (move-to-window-line-last-op): New var.
5224 (move-to-window-line-top-bottom): New command.
5225 (global-map): Bind M-r move-to-window-line-top-bottom.
5226
5227 2009-11-23 Sven Joachim <svenjoac@gmx.de>
5228
5229 * dired-x.el (dired-guess-shell-alist-default):
5230 Support xz format. (Bug#4953)
5231
5232 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5233
5234 * emulation/viper-cmd.el: Use viper-last-command-char instead of
5235 last-command-char/last-command-event.
5236 (viper-prefix-arg-value): Do correct conversion of event-char for
5237 XEmacs.
5238
5239 * emulation/viper-util.el, emulation/viper.el:
5240 Use viper-last-command-char instead of
5241 last-command-char/last-command-event.
5242
5243 * ediff-init.el, ediff-mult.el, ediff-util.el:
5244 Replace last-command-char and last-command-event
5245 with (ediff-last-command-char) everywhere.
5246
5247 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5248 created in fundamental mode.
5249
5250 * ediff.el (ediff-version): Revert the change of interactive-p to
5251 called-interactively-p.
5252
5253 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
5254
5255 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5256 generation from word-movement command names.
5257
5258 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5259
5260 * cus-start.el (all): Add native condition for font-use-system-font.
5261
5262 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
5263
5264 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5265 Correct the patch from 2009-11-18. (Bug#3910)
5266
5267 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
5268
5269 * progmodes/subword.el: Rename from lisp/subword.el.
5270
5271 * subword.el: Rename to progmodes/subword.el.
5272
5273 * Makefile.in (ELCFILES): Adapt to subword.el move.
5274
5275 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5276 Stefan Monnier <monnier@iro.umontreal.ca>
5277
5278 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5279 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5280 (bookmark-bmenu-show-filenames): Use push.
5281 (bookmark-bmenu-hide-filenames): Use local var instead of
5282 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
5283 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5284 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5285 filenames now that the bookmark names are always available.
5286
5287 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5288
5289 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5290 (bookmark-search-pattern): Move and leave unbound.
5291 (bookmark-bmenu-mode-map): Change binding.
5292 (bookmark-read-search-input): Simplify.
5293 Don't use text-char-description. Don't error on non-char events.
5294 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5295 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5296 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5297 Use a local var for the timer.
5298 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5299 (i.e. bookmark-bmenu-search).
5300
5301 2009-11-21 Glenn Morris <rgm@gnu.org>
5302
5303 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
5304
5305 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5306
5307 * net/browse-url.el (browse-url-default-windows-browser):
5308 Use cygstart for cygwin.
5309
5310 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
5311
5312 * bookmark.el: Formatting and doc fixes only:
5313 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5314 (bookmark-bmenu-search): Wrap to fit within 80 columns.
5315 Minor grammar and punctuation fixes in doc string.
5316 (bookmark-read-search-input): Adjust to fit within 80 columns.
5317
5318 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5319
5320 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5321 (c-backward-into-nomenclature): Adapt to subword renaming.
5322
5323 * subword.el (subword-forward, subword-backward, subword-mark)
5324 (subword-kill, subword-backward-kill, subword-transpose)
5325 (subword-downcase, subword-upcase, subword-capitalize)
5326 (subword-forward-internal, subword-backward-internal):
5327 Rename from forward-subword, backward-subword, mark-subword,
5328 kill-subword, backward-kill-subword, transpose-subwords,
5329 downcase-subword, upcase-subword, capitalize-subword,
5330 forward-subword-internal, backward-subword-internal.
5331
5332 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5333
5334 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5335 New options.
5336 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5337 New vars.
5338 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5339 (bookmark-bmenu-filter-alist-by-regexp)
5340 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5341 (bookmark-bmenu-search): New command.
5342 (bookmark-bmenu-mode-map): Bind it.
5343
5344 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5345
5346 * progmodes/cc-cmds.el: declare-functioned forward-subword and
5347 backward-subword to quit the byte-compiler.
5348
5349 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5350
5351 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5352
5353 * progmodes/cc-cmds.el (c-update-modeline)
5354 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5355 Refer to subword.el functions instead of cc-subword.el.
5356
5357 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5358 subword.el functions instead of cc-subword.el.
5359
5360 * progmodes/cc-subword.el: Rename to subword.el.
5361 * subword.el: Rename from progmodes/cc-subword.el.
5362 (subword-mode-map): Rename from c-subword-mode-map.
5363 (subword-mode): Rename from c-subword-mode.
5364 (global-subword-mode): New global minor mode.
5365 (forward-subword): Rename from c-forward-subword.
5366 (backward-subword): Rename from c-backward-subword.
5367 (mark-subword): Rename from c-mark-subword.
5368 (kill-subword): Rename from c-kill-subword.
5369 (backward-kill-subword): Rename from c-backward-kill-subword.
5370 (transpose-subwords): Rename from c-tranpose-subword.
5371 (downcase-subword): Rename from c-downcase-subword.
5372 (capitalize-subword): Rename from c-capitalize-subword.
5373 (forward-subword-internal): Rename from c-forward-subword-internal.
5374 (backward-subword-internal): Rename from c-backward-subword-internal.
5375
5376 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5377
5378 * vc.el (vc-deduce-fileset): Allow non-state changing operations
5379 from a dired buffer.
5380 (vc-dired-deduce-fileset): New function.
5381 (vc-root-diff, vc-print-root-log): Use it.
5382
5383 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5384 nil LIMIT argument to vc-print-log-internal.
5385
5386 2009-11-20 Glenn Morris <rgm@gnu.org>
5387
5388 * Makefile.in (ELCFILES): Regenerate.
5389
5390 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
5391
5392 * calc/calc.el (calc-set-mode-line):
5393 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5394 (math-format-number): Rename `math-format-complement-signed' to
5395 `math-format-twos-complement'.
5396
5397 * calc/calc-bin.el (math-format-twos-complement): Rename from
5398 math-format-complement-signed.
5399 (calc-radix): Rename `calc-complement-signed-mode' to
5400 `calc-twos-complement-mode'.
5401 (calc-octal-radix, calc-hex-radix): Add an argument for
5402 two's complement.
5403
5404 * calc/calc-embed.el (calc-embedded-mode-vars):
5405 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5406
5407 * calc/calc-ext.el (calc-init-extensions):
5408 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5409 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5410
5411 * calc/calc-units.el (math-build-units-table-buffer):
5412 Let `calc-twos-complement-mode' be nil.
5413
5414 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5415 entries.
5416
5417 * calc/calc-vec.el (calcFunc-vunpack):
5418 * calc/calc-aent.el (calc-do-calc-eval):
5419 * calc/calc-forms.el (math-format-date):
5420 * calc/calc-graph.el (calc-graph-plot):
5421 * calc/calc-math.el (math-use-emacs-fn):
5422 * calc/calccomp.el (math-compose-expr):
5423 Let `calc-twos-complement-mode' be nil.
5424
5425 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5426
5427 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5428 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
5429 * minibuffer.el (completion-in-region-functions): New hook.
5430 (completion-in-region): New function.
5431 * emacs-lisp/lisp.el (lisp-complete-symbol):
5432 * pcomplete.el (pcomplete-std-complete): Use it.
5433
5434 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5435
5436 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5437 (latex-complete-alist): New vars.
5438 (latex-string-prefix-p, latex-complete-bibtex-keys)
5439 (latex-complete-envnames, latex-complete-refkeys)
5440 (latex-complete-data): New functions.
5441 (latex-complete, latex-indent-or-complete): New commands.
5442
5443 * window.el (display-buffer-mark-dedicated): New var.
5444 (display-buffer): Obey it.
5445 * minibuffer.el (minibuffer-completion-help): Use it.
5446
5447 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5448
5449 * filecache.el (file-cache-add-file): Use push and cons.
5450 (file-cache-delete-file-regexp): Use push.
5451 (file-cache-complete): Use completion-in-region.
5452
5453 * simple.el (with-wrapper-hook): Fix thinko.
5454
5455 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5456 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5457 Use with-current-buffer and string-to-number.
5458 (hfy-fallback-colour-values): Use assoc-string.
5459 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5460 (hfy-face-at): Remove unused var `found-face'.
5461 (hfy-compile-stylesheet): Remove unused var `css'.
5462 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5463 and `orig-buffer'.
5464 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5465 Use with-current-buffer.
5466 (hfy-text-p): Use expand-file-name and fewer setq.
5467
5468 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
5469
5470 * htmlfontify.el, hfy-cmap.el: New files.
5471
5472 2009-11-19 Juri Linkov <juri@jurta.org>
5473
5474 * minibuffer.el (completions-format): New defcustom.
5475 (completion--insert-strings): Implement vertical format.
5476
5477 * simple.el (switch-to-completions): Move point to the first
5478 completion when point was at the beginning of the buffer.
5479
5480 2009-11-19 Juri Linkov <juri@jurta.org>
5481
5482 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
5483
5484 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5485
5486 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5487
5488 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5489 (mail-signature): Change default to t.
5490 (mail-from-style): Deprecate `system-default' value.
5491 (mail-insert-from-field): For default value of mail-from-style,
5492 default to `angles' unless `angles' needs quoting and `parens'
5493 does not.
5494 (mail-citation-prefix-regexp): Use citation regexp from
5495 message-mode.
5496
5497 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
5498
5499 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5500 Set variables for computing the prompt for reading password.
5501
5502 2009-11-19 Glenn Morris <rgm@gnu.org>
5503
5504 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
5505
5506 * textmodes/flyspell.el (sgml-lexical-context): Declare.
5507
5508 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5509 (newsticker-treeview-listwindow-height): Fix custom type.
5510
5511 2009-11-19 Kenichi Handa <handa@m17n.org>
5512
5513 * descr-text.el (describe-char-padded-string): Compose with TAB
5514 only if there's a font for CH.
5515 (describe-char): Fix the condition for detecting a trivial composition.
5516
5517 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
5518
5519 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5520 more accurate version of the regexp. (Bug#3910)
5521
5522 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5523
5524 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5525
5526 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
5527
5528 * font-setting.el (font-use-system-font): Declare for byte-compiler.
5529 (font-setting-change-default-font): Fix typo in docstring.
5530
5531 2009-11-18 Alan Mackenzie <acm@muc.de>
5532
5533 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5534
5535 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5536
5537 * font-setting.el (font-use-system-font): Move ...
5538
5539 * cus-start.el (all): ... to here.
5540
5541 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
5542
5543 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5544 Don't set `ad-return-value' if `ad-do-it' doesn't.
5545
5546 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5547 modification time.
5548
5549 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5550
5551 * menu-bar.el: Put "Use system font" in Option-menu.
5552 (menu-bar-options-save): Add font-use-system-font.
5553
5554 * loadup.el: If feature system-font-setting or font-render-setting is
5555 there, load font-setting.
5556
5557 * Makefile.in (ELCFILES): Add font-settings.el.
5558 * font-setting.el: New file.
5559
5560 2009-11-17 Glenn Morris <rgm@gnu.org>
5561
5562 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5563
5564 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5565 Preserve point in the list buffer. (Bug#4939)
5566 Use point-at-eol.
5567 (newsticker--treeview-list-update-highlight)
5568 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5569
5570 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5571
5572 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5573 Remove.
5574
5575 * calc/calc-ext.el (calc-init-extensions): Remove references to
5576 symclip.
5577
5578 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5579
5580 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5581 * calc/calc-help.el (calc-b-prefix-help): Remove references to
5582 `calc-symclip'.
5583
5584 2009-11-16 Kevin Ryde <user42@zip.com.au>
5585
5586 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5587 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5588
5589 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5590 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5591 Ignore trailing spaces by omit-nulls to split-string (fixing
5592 regression from Emacs 21 due to the incompatible split-string
5593 change). (Bug #4928.)
5594
5595 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5596
5597 * vc.el (vc-log-show-limit): Default to 2000.
5598 (vc-print-log-internal): Insert buttons to request more entries
5599 when limiting the output.
5600
5601 * vc-sccs.el (vc-sccs-print-log):
5602 * vc-rcs.el (vc-rcs-print-log):
5603 * vc-cvs.el (vc-cvs-print-log):
5604 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5605 LIMIT is non-nil.
5606
5607 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5608
5609 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5610 error when `tramp-gvfs-dbus-event-vector' is set.
5611 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5612
5613 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5614
5615 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5616
5617 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5618
5619 * net/dbus.el (dbus-unregister-service): New defun.
5620 (dbus-register-property): Register the handlers of
5621 "org.freedesktop.DBus.Properties" for SERVICE.
5622 (dbus-property-handler): Fix docstring.
5623
5624 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5625
5626 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5627 Quote doc string reference in defvaralias as it is not in special form.
5628 (byte-compile-output-docform): Doc fix.
5629
5630 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5631
5632 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5633 (calc-complement-signed-mode): New variables.
5634 (calc-set-mode-line): Add indicator for twos-complements.
5635 (math-format-number): Format twos-complement notation.
5636
5637 * calc/calc-bin.el (calc-word-size): Reset the variables
5638 `math-2-word-size' and `math-half-2-word-size'.
5639 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5640 (calc-symclip): New functions.
5641
5642 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5643
5644 * calc/calc-embed.el (calc-embedded-mode-vars):
5645 Add `calc-complement-signed-mode' to the list of modes.
5646
5647 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5648 (calc-b-oper-keys): Add `calc-symclip' to list.
5649
5650 * calc/calc-ext.el (math-read-number-fancy): Read complement
5651 signed numbers.
5652 (calc-init-extensions): Add binding for `calc-symclip'.
5653 Add autoload for `calcFunc-symclip' and `calc-symclip'.
5654
5655 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5656 `calc-symclip'.
5657 (calc-modes-menu): Add item for twos complement mode.
5658
5659 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5660
5661 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5662
5663 * register.el (jump-to-register, insert-register): Handle Semantic
5664 tags. From commented-out advice in semantic/senator.el.
5665
5666 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5667
5668 * vc.el (vc-log-show-limit): New variable.
5669 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5670 when using a prefix argument.
5671 (vc-print-log-internal): Add new argument LIMIT.
5672
5673 * vc-svn.el (vc-svn-print-log):
5674 * vc-mtn.el (vc-mtn-print-log):
5675 * vc-hg.el (vc-hg-print-log):
5676 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5677 pass it to the log command when set. Make the BUFFER argument
5678 non-optional.
5679
5680 * vc-sccs.el (vc-sccs-print-log):
5681 * vc-rcs.el (vc-rcs-print-log):
5682 * vc-git.el (vc-git-print-log):
5683 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5684 ignore it. Make the BUFFER argument non-optional
5685
5686 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5687
5688 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5689
5690 * dired.el (dired-mode-map): Move encryption items to "Operate"
5691 menu (Bug#4703).
5692
5693 * strokes.el (strokes-update-window-configuration): Make strokes
5694 buffer current before erasing (Bug#4906).
5695
5696 2009-11-15 Juri Linkov <juri@jurta.org>
5697
5698 * simple.el (set-mark-default-inactive): Add :type, :group
5699 and :version. (Bug#4876)
5700
5701 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
5702
5703 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5704 (archive-unique-fname): ... here. (Bug#4929)
5705
5706 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5707
5708 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5709 with a real fix.
5710
5711 * novice.el (disabled-command-function): Add useful args.
5712 Setup the help buffer so that [back] works.
5713 Remove redundant call to help-mode.
5714 (disabled-command-function): Use `case'.
5715 (en/disable-command): New function extracted from enable-command.
5716 (enable-command, disable-command): Use it.
5717
5718 2009-11-14 Glenn Morris <rgm@gnu.org>
5719
5720 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5721 constants. (Bug#4913)
5722
5723 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5724
5725 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5726
5727 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5728 defined in C that have no doc-strings. (Bug#1063)
5729
5730 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5731
5732 * cus-edit.el (data, files):
5733 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
5734
5735 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5736
5737 * simple.el (shell-command): Doc fix (Bug#4891).
5738
5739 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5740
5741 2009-11-14 Glenn Morris <rgm@gnu.org>
5742
5743 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5744 statements for vc-diff, emerge-quit, and rmail-cease-edit.
5745 If they are already loaded, eval-after-load will do the right thing.
5746
5747 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5748 compiling.
5749
5750 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5751
5752 * simple.el (x-selection-owner-p): Declare.
5753 (read-mail-command): Use custom radio type rather than choice.
5754 (completion-no-auto-exit): Doc fix.
5755
5756 * custom.el (defgroup):
5757 * epg-config.el (epg): Doc fixes.
5758
5759 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5760
5761 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5762 * international/ccl.el (define-ccl-program): Do not purecopy the
5763 docstring, defconst does it anyway.
5764
5765 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5766
5767 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5768 a second time.
5769
5770 * x-dnd.el (x-dnd-maybe-call-test-function):
5771 * window.el (split-window-vertically):
5772 * whitespace.el (whitespace-help-on):
5773 * vc-rcs.el (vc-rcs-consult-headers):
5774 * userlock.el (ask-user-about-lock-help)
5775 (ask-user-about-supersession-help):
5776 * type-break.el (type-break-force-mode-line-update):
5777 * time-stamp.el (time-stamp-conv-warn):
5778 * terminal.el (te-set-output-log, te-more-break, te-filter)
5779 (te-sentinel, terminal-emulator):
5780 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5781 (term-write-input-ring, term-check-source, term-start-output-log):
5782 (term-display-buffer-line, term-dynamic-list-completions):
5783 (term-ansi-make-term, serial-term):
5784 * subr.el (selective-display):
5785 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5786 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5787 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5788 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5789 (speedbar-remove-localized-speedbar-support)
5790 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5791 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5792 (speedbar-buffers-line-directory):
5793 * simple.el (shell-command-on-region, append-to-buffer)
5794 (prepend-to-buffer):
5795 * shadowfile.el (shadow-save-todo-file):
5796 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5797 (scroll-bar-maybe-set-window-start):
5798 * sb-image.el (speedbar-image-dump):
5799 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5800 (load-save-place-alist-from-file):
5801 * ps-samp.el (ps-print-message-from-summary):
5802 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5803 (ps-background-image, ps-begin-job, ps-do-despool):
5804 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5805 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5806 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5807 (pr-call-process, pr-file-list, pr-interface-save):
5808 * novice.el (disabled-command-function)
5809 (enable-command, disable-command):
5810 * mouse.el (mouse-buffer-menu-alist):
5811 * mouse-copy.el (mouse-kill-preserving-secondary):
5812 * macros.el (kbd-macro-query):
5813 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5814 * informat.el (batch-info-validate):
5815 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5816 * hippie-exp.el (try-expand-dabbrev-visible):
5817 * help-mode.el (help-make-xrefs):
5818 * help-fns.el (describe-variable):
5819 * generic-x.el (bat-generic-mode-run-as-comint):
5820 * finder.el (finder-mouse-select):
5821 * find-dired.el (find-dired-sentinel):
5822 * filesets.el (filesets-file-close):
5823 * files.el (list-directory):
5824 * faces.el (list-faces-display, describe-face):
5825 * facemenu.el (list-colors-display):
5826 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5827 * epg.el (epg--process-filter, epg-cancel):
5828 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5829 (epa--read-signature-type):
5830 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5831 (emerge-file-names):
5832 * ehelp.el (electric-helpify):
5833 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5834 * ediff-vers.el (rcs-ediff-view-revision):
5835 * ediff-util.el (ediff-setup):
5836 * ediff-mult.el (ediff-append-custom-diff):
5837 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5838 (ediff-wordify):
5839 * echistory.el (Electric-command-history-redo-expression):
5840 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5841 * disp-table.el (describe-display-table):
5842 * dired.el (dired-find-buffer-nocreate):
5843 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5844 * dabbrev.el (dabbrev--same-major-mode-p):
5845 * chistory.el (list-command-history):
5846 * apropos.el (apropos-documentation):
5847 * allout.el (allout-obtain-passphrase):
5848 (allout-copy-exposed-to-buffer):
5849 (allout-verify-passphrase): Use with-current-buffer.
5850
5851 2009-11-13 Glenn Morris <rgm@gnu.org>
5852
5853 * Makefile.in (ELCFILES): Regenerate.
5854
5855 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5856
5857 * net/dbus.el (dbus-registered-objects-table): Rename from
5858 `dbus-registered-functions-table', because it contains also properties.
5859 (dbus-unregister-object): Unregister also properties.
5860 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5861 Use a timeout of 500 msec, in order to not block.
5862 (dbus-register-property, dbus-property-handler): New defuns.
5863
5864 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5865
5866 * simple.el (minibuffer-default-add-completions): Drop deprecated
5867 4th arg.
5868
5869 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
5870
5871 * textmodes/artist.el (artist-mouse-choose-operation):
5872 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5873 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
5874 (artist-compute-up-event-key): New function.
5875 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5876
5877 2009-11-13 Kenichi Handa <handa@m17n.org>
5878
5879 * language/japan-util.el: Make sure that the value of jisx0208
5880 property is jisx0208 character.
5881
5882 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
5883
5884 * international/mule.el (auto-coding-regexp-alist): Only purecopy
5885 car or each item, not the whole list.
5886
5887 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5888
5889 * minibuffer.el (minibuffer-completion-help):
5890 Use minibuffer-hide-completions.
5891
5892 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
5893
5894 * dired.el (dired-save-positions, dired-restore-positions): New funs.
5895 (dired-revert): Use them (bug#4880).
5896
5897 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5898
5899 * tooltip.el (tooltip-frame-parameters): Undo previous change.
5900
5901 2009-11-12 Juri Linkov <juri@jurta.org>
5902
5903 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5904 New functions.
5905 (find-file-literally-at-point): Alias of `ffap-literally'.
5906
5907 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5908
5909 * textmodes/ispell.el (ispell-skip-region-alist):
5910 * textmodes/css-mode.el (auto-mode-alist):
5911 * progmodes/compile.el (auto-mode-alist):
5912 * international/mule.el (ctext-non-standard-encodings-alist)
5913 (ctext-non-standard-encodings-regexp):
5914 * simple.el (shell-command-switch, text-read-only):
5915 * replace.el (occur-mode-map):
5916 * paths.el (rmail-file-name):
5917 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5918 * find-file.el (ff-special-constructs):
5919 * files.el (file-name-handler-alist):
5920 * composite.el: Purecopy strings.
5921
5922 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5923
5924 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5925
5926 * widget.el (define-widget): Purecopy the docstring.
5927 * international/mule-cmds.el (charset): Do not purecopy the
5928 docstring here, define-widget does it.
5929
5930 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5931 * textmodes/bibtex-style.el (auto-mode-alist):
5932 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5933 * progmodes/compile.el (compile-command):
5934 * language/korea-util.el (default-korean-keyboard):
5935 * international/mule-conf.el (file-coding-system-alist):
5936 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5937 * tooltip.el (tooltip-frame-parameters):
5938 * newcomment.el (comment-end, comment-padding):
5939 * dired.el (dired-trivial-filenames):
5940 * comint.el (comint-file-name-prefix): Purecopy initial values.
5941
5942 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
5943
5944 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5945 (tramp-advice-minibuffer-electric-tilde): Unload advices via
5946 `tramp-unload'.
5947 (tramp-advice-make-auto-save-file-name)
5948 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5949 after removing the advice.
5950
5951 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5952
5953 * progmodes/grep.el (grep-regexp-alist):
5954 * international/mule-cmds.el (iso-2022-control-alist):
5955 * emacs-lisp/timer.el (timer-duration-words):
5956 * subr.el (version-separator, version-regexp-alist):
5957 * minibuffer.el (completion-styles-alist):
5958 * faces.el (face-attribute-name-alist, list-faces-sample-text):
5959 Change defvars to defconsts.
5960
5961 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5962 * loadup.el ("international/mule-conf"): Load the byte compiled version.
5963 * international/mule-conf.el: Allow to be byte compiled.
5964
5965 * international/mule.el (define-charset): Purecopy props.
5966 (load-with-code-conversion): Purecopy doc string and file name.
5967 (put-charset-property): Purecopy strings.
5968 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5969
5970 * international/mule-cmds.el (register-input-method): Purecopy arguments.
5971 (define-char-code-property): Correctly purecopy the table.
5972
5973 * international/ccl.el (define-ccl-program): Purecopy the docstring.
5974
5975 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5976
5977 * subr.el (add-hook): Purecopy strings.
5978 (eval-after-load): Purecopy load-history-regexp and the form.
5979
5980 * custom.el (custom-declare-group): Purecopy load-file-name.
5981
5982 * subr.el (menu-bar-separator): New defconst.
5983 * net/eudc.el (eudc-tools-menu):
5984 * international/mule-cmds.el (set-coding-system-map)
5985 (mule-menu-keymap):
5986 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5987 * vc-hooks.el (vc-menu-map):
5988 * replace.el (occur-mode-map):
5989 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5990 (menu-bar-edit-menu, menu-bar-goto-menu)
5991 (menu-bar-custom-menu, menu-bar-showhide-menu)
5992 (menu-bar-options-menu, menu-bar-tools-menu)
5993 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5994 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5995 (menu-bar-help-menu):
5996 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5997 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5998
5999 * term/x-win.el (x-gtk-stock-map):
6000 * progmodes/vera-mode.el (auto-mode-alist):
6001 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6002 (inferior-lisp-program, inferior-lisp-load-command):
6003 * progmodes/hideshow.el (hs-special-modes-alist):
6004 * progmodes/gud.el (same-window-regexps):
6005 * progmodes/grep.el (grep-program, find-program, xargs-program):
6006 * net/telnet.el (same-window-regexps):
6007 * net/rlogin.el (same-window-regexps):
6008 * language/ethiopic.el (font-ccl-encoder-alist):
6009 * vc-sccs.el (vc-sccs-master-templates):
6010 * vc-rcs.el (vc-rcs-master-templates):
6011 * subr.el (cl-assertion-failed):
6012 * simple.el (next-error-overlay-arrow-position):
6013 * lpr.el (lpr-command):
6014 * locate.el (locate-ls-subdir-switches):
6015 * info.el (same-window-regexps, info)
6016 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6017 * image-mode.el (image-mode, auto-mode-alist):
6018 * hippie-exp.el (hippie-expand-ignore-buffers):
6019 * format.el (format-alist):
6020 * find-dired.el (find-ls-subdir-switches, find-grep-options)
6021 (find-name-arg):
6022 * facemenu.el (facemenu-keybindings):
6023 * dired.el (dired-listing-switches, dired-chown-program):
6024 * diff.el (diff-switches, diff-command):
6025 * cus-edit.el (same-window-regexps):
6026 * bindings.el (mode-line-mule-info)
6027 (mode-line-buffer-identification): Purecopy strings.
6028
6029 2009-11-11 Juri Linkov <juri@jurta.org>
6030
6031 * simple.el (dired-get-filename) <declare-function>:
6032 Tell the byte-compiler about dired-get-filename.
6033 (shell-command): In Dired mode, get filename from the current line
6034 as the default value.
6035
6036 2009-11-10 Glenn Morris <rgm@gnu.org>
6037
6038 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6039 * calendar/holidays.el, progmodes/cperl-mode.el:
6040 Update x-popup-menu declarations.
6041
6042 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6043 (list-load-path-shadows): Use dolist.
6044 (list-load-path-shadows): Use with-current-buffer.
6045
6046 2009-11-10 Juri Linkov <juri@jurta.org>
6047
6048 * minibuffer.el (read-file-name): Support a list of default values
6049 in `default-filename'. Use the first file name where only one
6050 element is required. Doc fix.
6051
6052 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
6053
6054 * net/dbus.el (dbus-unregister-object): Release service, if no
6055 other method is registered for it.
6056
6057 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
6058
6059 * bookmark.el (bookmark-completing-read): Sort bookmark names if
6060 bookmark-sort-flag is non-nil (Bug#4653).
6061
6062 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6063
6064 * emulation/cua-base.el: Add CUA property to some CC mode commands
6065 (Bug#4100).
6066
6067 2009-11-08 Kevin Ryde <user42@zip.com.au>
6068
6069 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6070 at end of sentence (Bug#4818).
6071
6072 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
6073
6074 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6075 Handle "see declaration of" MSFT statements (Bug#4100).
6076
6077 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
6078
6079 * net/tramp.el (tramp-advice-make-auto-save-file-name)
6080 (tramp-advice-file-expand-wildcards): Unload via
6081 `ad-remove-advice'.
6082
6083 * net/trampver.el: Update release number.
6084
6085 2009-11-08 Kevin Ryde <user42@zip.com.au>
6086
6087 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6088 `ad-do-it'.
6089
6090 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
6091
6092 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6093 in order to keep context in SELinux.
6094
6095 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6096
6097 * dired-aux.el (dired-query): Place cursor in echo area and allow
6098 C-g.
6099
6100 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6101 menu item if not on a directory (Bug#4701).
6102
6103 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
6104
6105 Sync with Tramp 2.1.17.
6106
6107 * net/tramp.el (tramp-handle-copy-directory): Don't use
6108 `file-remote-p' (due to compatibility).
6109
6110 * net/tramp-compat.el (tramp-compat-copy-directory)
6111 (tramp-compat-delete-directory): New defuns.
6112
6113 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6114 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6115 Use `tramp-compat-delete-directory'.
6116
6117 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6118 (tramp-smb-handle-delete-directory):
6119 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6120
6121 * net/trampver.el: Update release number.
6122
6123 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
6124
6125 * tar-mode.el (tar-copy): Call write-region on the right buffer
6126 (Bug#4857).
6127
6128 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6129 by hand, if necessary (Bug#4878).
6130
6131 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
6132
6133 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6134 align size column (Bug#4839).
6135
6136 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6137 statement.
6138
6139 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6140
6141 * progmodes/ld-script.el (auto-mode-alist):
6142 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6143
6144 * cus-face.el (custom-declare-face): Purecopy face spec.
6145
6146 2009-11-06 Kenichi Handa <handa@m17n.org>
6147
6148 * international/uni-bidi.el: Re-generated.
6149 * international/uni-category.el: Re-generated.
6150 * international/uni-combining.el: Re-generated.
6151 * international/uni-mirrored.el: Re-generated.
6152
6153 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6154
6155 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6156 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6157 (tex-start-options, slitex-run-command, latex-run-command)
6158 (tex-run-command, tex-directory):
6159 * textmodes/ispell.el (ispell-html-skip-alists)
6160 (ispell-tex-skip-alists, ispell-tex-skip-alists):
6161 * textmodes/fill.el (adaptive-fill-first-line-regexp):
6162 (adaptive-fill-regexp):
6163 * textmodes/dns-mode.el (auto-mode-alist):
6164 * progmodes/python.el (interpreter-mode-alist):
6165 * progmodes/etags.el (tags-compression-info-list):
6166 * progmodes/etags.el (tags-file-name):
6167 * net/browse-url.el (browse-url-galeon-program)
6168 (browse-url-firefox-program):
6169 * mail/sendmail.el (mail-signature-file)
6170 (mail-citation-prefix-regexp):
6171 * international/mule-conf.el (eight-bit):
6172 * international/latexenc.el (latex-inputenc-coding-alist):
6173 * international/fontset.el (x-pixel-size-width-font-regexp):
6174 * emacs-lisp/warnings.el (warning-type-format):
6175 * emacs-lisp/trace.el (trace-buffer):
6176 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6177 (emacs-lisp-mode-map):
6178 * calendar/holidays.el (holiday-solar-holidays)
6179 (holiday-bahai-holidays, holiday-islamic-holidays)
6180 (holiday-christian-holidays, holiday-hebrew-holidays)
6181 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6182 (hebrew-holidays-1, holiday-oriental-holidays)
6183 (holiday-general-holidays):
6184 * x-dnd.el (x-dnd-known-types):
6185 * tool-bar.el (tool-bar):
6186 * startup.el (site-run-file):
6187 * shell.el (shell-dumb-shell-regexp):
6188 * rfn-eshadow.el (file-name-shadow-tty-properties)
6189 (file-name-shadow-properties):
6190 * paths.el (remote-shell-program, news-directory):
6191 * mouse.el ([C-down-mouse-3]):
6192 * menu-bar.el (menu-bar-tools-menu):
6193 * jka-cmpr-hook.el (jka-compr-load-suffixes)
6194 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6195 (jka-compr-compression-info-list):
6196 * isearch.el (search-whitespace-regexp):
6197 * image-file.el (image-file-name-extensions):
6198 * find-dired.el (find-ls-option):
6199 * files.el (directory-listing-before-filename-regexp)
6200 (directory-free-space-args, insert-directory-program)
6201 (list-directory-brief-switches, magic-fallback-mode-alist)
6202 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6203 (automount-dir-prefix):
6204 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6205 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6206 (face-font-registry-alternatives, face-font-registry-alternatives)
6207 (face-font-family-alternatives):
6208 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6209 (facemenu-foreground-menu, facemenu-face-menu):
6210 * epa-hook.el (epa-file-name-regexp):
6211 * dnd.el (dnd-protocol-alist):
6212 * textmodes/rst.el (auto-mode-alist):
6213 * button.el (default-button): Purecopy strings.
6214
6215 2009-11-06 Glenn Morris <rgm@gnu.org>
6216
6217 * Makefile.in (ELCFILES): Update.
6218
6219 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6220
6221 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6222 * emacs-lisp/levents.el: Move to obsolete/levents.el.
6223
6224 * nxml/xsd-regexp.el (xsdre-gen-categories):
6225 * nxml/xmltok.el (xmltok-parse-entity):
6226 * nxml/rng-parse.el (rng-parse-validate-file):
6227 * nxml/rng-maint.el (rng-format-manual)
6228 (rng-manual-output-force-new-line):
6229 * nxml/rng-loc.el (rng-save-schema-location-1):
6230 * nxml/rng-cmpct.el (rng-c-parse-file):
6231 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6232 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6233
6234 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
6235
6236 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6237 Remove extra save-excursions and make-variable-buffer-local's.
6238 Suggested by Stefan Monnier.
6239
6240 (verilog-getopt-file, verilog-module-inside-filename-p)
6241 (verilog-set-define): Merge GNU 1.35 and repair changes from
6242 switching to using with-current-buffer.
6243
6244 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6245 being treated as a number and confusing AUTORESET.
6246 Reported by Dan Dever.
6247
6248 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6249 Add verilog-auto-ignore-concat to fix backward compatibility with
6250 older verilog-modes. Reported by Dan Katz.
6251
6252 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6253 containing closing anchors "...$".
6254
6255 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6256 Reported by Wade Smith.
6257
6258 (verilog-batch-execute-func): Comment on function usage.
6259
6260 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
6261
6262 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6263 for labels.
6264
6265 (verilog-label-re, verilog-calc-1): Support proper indent of named
6266 asserts.
6267
6268 (verilog-backward-token, verilog-basic-complete-re)
6269 (verilog-beg-of-statement, verilog-indent-re): Support proper
6270 indent of the assert statement at the beginning of a block of text.
6271
6272 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6273 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6274 tokens as begins.
6275
6276 2009-11-05 Glenn Morris <rgm@gnu.org>
6277
6278 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6279 Emacs 19. (Bug#1531)
6280 (byte-compile-fix-header): Update for the above change.
6281 Drop test for epoch::version.
6282
6283 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6284 * cus-dep.el (custom-make-dependencies):
6285 * finder.el (finder-compile-keywords):
6286 Use autoload-rubric's feature argument.
6287
6288 * calendar/diary-lib.el (top-level): Make load behave more like require.
6289
6290 * vc-git.el (vc-git-stash-map): Move definition before use.
6291
6292 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6293
6294 * custom.el (custom-declare-group): Purecopy standard-value.
6295 (custom-declare-group): Purecopy custom-prefix.
6296
6297 * international/mule.el (load-with-code-conversion):
6298 Call do-after-load-evaluation unconditionally.
6299
6300 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6301
6302 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6303
6304 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6305
6306 2009-11-04 Glenn Morris <rgm@gnu.org>
6307
6308 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6309 (byte-compile-compatibility): Remove option.
6310 (byte-compile-close-variables, byte-compile-fix-header)
6311 (byte-compile-insert-header, byte-compile-output-docform)
6312 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6313 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6314 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6315 (byte-compile-insert, byte-compile-defun):
6316 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
6317 (byte-defop-compiler19): Remove.
6318 Without byte-compile-compatibility, the 'emacs19-opcode property is not
6319 used by anything. Replace all calls with byte-defop-compiler.
6320
6321 2009-11-04 Juri Linkov <juri@jurta.org>
6322
6323 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6324 (menu-bar-options-menu): Don't quote the `prop' arg of
6325 `menu-bar-make-mm-toggle'.
6326
6327 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
6328
6329 * calendar/calendar.el (cal-loaddefs):
6330 * calendar/diary-lib.el (diary-loaddefs):
6331 * calendar/holidays.el (hol-loaddefs):
6332 * eshell/esh-module.el (esh-groups): Load rather than require.
6333
6334 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6335
6336 * calendar/todo-mode.el (todo-add-category): Don't hardcode
6337 point-min==1.
6338 (todo-top-priorities): Only display-buffer when called interactively.
6339 (todo-item-start): Don't save excursion point.
6340 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
6341 (todo-insert-item-here, todo-file-item, todo-remove-item):
6342 Adjust uses of todo-item-start and todo-item-end.
6343
6344 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6345 (autoload-rubric): Don't use any more.
6346
6347 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6348 and only put a prop if it is non-nil.
6349
6350 2009-11-03 Juri Linkov <juri@jurta.org>
6351
6352 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6353 (menu-bar-options-menu): Fix list quoting (Bug#4429).
6354
6355 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6356 and "Menu" to make top-level menu item visually one unit (like
6357 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6358 multi-word menu items). Fix :help string for quit-window.
6359
6360 2009-11-03 Glenn Morris <rgm@gnu.org>
6361
6362 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6363 (byte-compile-file-form-define-abbrev-table)
6364 (byte-compile-file-form-custom-declare-variable)
6365 (byte-compile-variable-ref, byte-compile-defvar):
6366 Whether or not a warning is enabled should only affect whether we issue
6367 the warning, not whether or not we collect the relevant data.
6368 Eg warnings can be turned on and off throughout the course of a file.
6369
6370 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6371 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6372
6373 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6374
6375 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6376 * play/mpuz.el (mpuz-create-buffer):
6377 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6378 (lm-print-y,s,noise, lm-print-w0, lm-init):
6379 * play/gomoku.el (gomoku-prompt-for-move):
6380 * play/fortune.el (fortune-in-buffer):
6381 * play/dissociate.el (dissociated-press):
6382 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6383 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6384 * mail/supercite.el (sc-eref-show):
6385 * mail/smtpmail.el (smtpmail-send-it):
6386 * mail/rmailsum.el (rmail-summary-next-labeled-message)
6387 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6388 (rmail-summary-undelete-many, rmail-summary-rmail-update)
6389 (rmail-summary-goto-msg, rmail-summary-expunge)
6390 (rmail-summary-get-new-mail, rmail-summary-search-backward)
6391 (rmail-summary-add-label, rmail-summary-output-menu)
6392 (rmail-summary-output-body):
6393 * mail/rfc822.el (rfc822-addresses):
6394 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6395 * mail/mailpost.el (post-mail-send-it):
6396 * mail/hashcash.el (hashcash-generate-payment):
6397 * mail/feedmail.el (feedmail-run-the-queue)
6398 (feedmail-queue-send-edit-prompt-help-first)
6399 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6400 (feedmail-deduce-address-list):
6401 * eshell/esh-ext.el (eshell-remote-command):
6402 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6403 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6404 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6405 (viper-save-string-in-file, viper-valid-marker):
6406 * emulation/viper-keym.el (viper-toggle-key):
6407 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6408 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6409 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6410 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6411 (viper-exec-form-in-emacs, viper-brac-function):
6412 * emulation/viper.el (viper-delocalize-var):
6413 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6414 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6415 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6416 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6417 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6418 * emulation/edt.el (edt-electric-helpify):
6419 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6420 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6421 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6422 (cua-indent-to-global-mark-column):
6423 * calendar/diary-lib.el (calendar-mark-1):
6424 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6425 Use with-current-buffer.
6426 * emulation/viper.el (viper-delocalize-var): Use dolist.
6427
6428 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
6429
6430 * comint.el (comint-replace-by-expanded-history-before-point):
6431 Replace !! with the previous input string literally (Bug#1795).
6432
6433 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
6434
6435 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6436 to be made up of whitespace.
6437
6438 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
6439
6440 * minibuffer.el (read-file-name): Don't use file dialogs for
6441 remote directories (Bug#99).
6442
6443 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
6444
6445 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6446
6447 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
6448
6449 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6450 instead of deleting the window or frame.
6451
6452 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6453
6454 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6455 Support face colors.
6456
6457 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6458 New function. Support face colors (Bug#1168).
6459 (tex-common-initialization): Use it.
6460
6461 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6462 mode allows it (Bug#1168).
6463
6464 2009-10-31 Juri Linkov <juri@jurta.org>
6465
6466 * facemenu.el (list-colors-display): Don't mark buffer as
6467 modified (Bug#3948).
6468
6469 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6470
6471 * international/mule-diag.el (list-character-sets-1):
6472 Minor message fix (Bug#3526).
6473
6474 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6475 Fix face property (Bug#4834).
6476 (etags-list-tags, etags-tags-apropos-additional)
6477 (etags-tags-apropos, tags-select-tags-table): Add follow-link
6478 property.
6479
6480 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6481 items.
6482
6483 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6484
6485 * textmodes/two-column.el (2C-split):
6486 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6487 * textmodes/tex-mode.el (tex-set-buffer-directory):
6488 * textmodes/spell.el (spell-region, spell-string):
6489 * textmodes/reftex.el (reftex-erase-buffer):
6490 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6491 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6492 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6493 (reftex-select-item):
6494 * textmodes/reftex-ref.el (reftex-label-info-update)
6495 (reftex-offer-label-menu):
6496 * textmodes/reftex-index.el (reftex-index-change-entry)
6497 (reftex-index-phrases-info):
6498 * textmodes/reftex-global.el (reftex-create-tags-file)
6499 (reftex-save-all-document-buffers, reftex-ensure-write-access):
6500 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6501 (reftex-view-crossref-from-bibtex):
6502 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6503 (reftex-extract-bib-entries-from-thebibliography)
6504 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6505 * textmodes/refbib.el (r2b-capitalize-title):
6506 (r2b-convert-buffer, r2b-help):
6507 * textmodes/page-ext.el (pages-directory)
6508 (pages-directory-goto-with-mouse):
6509 * textmodes/bibtex.el (bibtex-validate-globally):
6510 * textmodes/bib-mode.el (bib-capitalize-title):
6511 * textmodes/artist.el (artist-clear-buffer, artist-system):
6512 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6513 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6514 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6515 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6516 (xscheme-send-control-g-interrupt, xscheme-start-process)
6517 (xscheme-process-sentinel, xscheme-cd):
6518 * progmodes/verilog-mode.el (verilog-read-always-signals)
6519 (verilog-set-define, verilog-getopt-file)
6520 (verilog-module-inside-filename-p):
6521 * progmodes/sh-script.el:
6522 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6523 (python-pdbtrack-grub-for-buffer, python-execute-file):
6524 * progmodes/octave-inf.el (inferior-octave):
6525 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6526 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6527 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6528 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6529 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6530 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6531 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6532 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6533 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6534 (idlwave-shell-examine-display, idlwave-shell-run-region)
6535 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6536 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6537 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6538 (idlwave-help-get-help-buffer):
6539 * progmodes/gud.el (gud-basic-call, gud-find-class)
6540 (gud-tooltip-activate-mouse-motions-if-enabled):
6541 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6542 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6543 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6544 (ebrowse-tags-next-file):
6545 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6546 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6547 (ebnf-eps-finish-and-write):
6548 * progmodes/cpp.el (cpp-edit-save):
6549 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6550 * progmodes/cc-defs.el (c-emacs-features):
6551 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6552 (antlr-directory-dependencies):
6553 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6554 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6555 (ada-find-any-references, ada-make-filename-from-adaname)
6556 (ada-make-body-gnatstub):
6557 * obsolete/rnews.el (news-list-news-groups):
6558 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6559 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6560 * net/rcirc.el (rcirc-debug):
6561 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6562 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6563 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6564 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6565 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6566 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6567 (newsticker--treeview-list-clear-highlight)
6568 (newsticker--treeview-list-update-highlight)
6569 (newsticker--treeview-list-highlight-start)
6570 (newsticker--treeview-tree-update-highlight)
6571 (newsticker--treeview-get-selected-item)
6572 (newsticker-treeview-mark-list-items-old)
6573 (newsticker--treeview-set-current-node):
6574 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6575 * net/newst-backend.el (newsticker--get-news-by-funcall)
6576 (newsticker--get-news-by-wget, newsticker--image-get)
6577 (newsticker--image-sentinel):
6578 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6579 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6580 (eudc-ph-close-session):
6581 * net/eudc.el (eudc-save-options):
6582 * language/thai-word.el (thai-update-word-table):
6583 * language/japan-util.el (japanese-string-conversion):
6584 * international/titdic-cnv.el (tsang-quick-converter)
6585 (ziranma-converter, ctlau-converter):
6586 * international/mule-cmds.el (describe-language-environment):
6587 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6588 (skkdic-convert-postfix, skkdic-convert-prefix):
6589 (skkdic-convert-okuri-nasi, skkdic-convert):
6590 * emacs-lisp/re-builder.el (reb-update-overlays):
6591 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6592 * emacs-lisp/gulp.el (gulp-send-requests):
6593 * emacs-lisp/find-gc.el (trace-call-tree):
6594 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6595 (eieio-describe-generic):
6596 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6597 * emacs-lisp/edebug.el (edebug-outside-excursion):
6598 * emacs-lisp/debug.el (debugger-make-xrefs):
6599 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6600 * emacs-lisp/chart.el (chart-new-buffer):
6601 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6602 Use with-current-buffer.
6603 * textmodes/artist.el (artist-system): Don't call
6604 copy-sequence on a fresh string.
6605 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6606
6607 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
6608
6609 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6610 is no item to edit. (Bug#4820)
6611 (todo-top-priorities): Restore point and restore narrowing in Todo
6612 buffer. (Bug#4820)
6613
6614 2009-10-31 Glenn Morris <rgm@gnu.org>
6615
6616 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6617 (comint-last-output-start, comint-last-input-start)
6618 (comint-last-input-end): Don't defvar when compiling.
6619 (ange-ftp-process-file): Use bound-and-true-p.
6620
6621 * pcmpl-rpm.el (top-level): Move provide statement to end.
6622 (pcmpl-rpm): Remove unused custom group.
6623
6624 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6625
6626 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6627
6628 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6629 (byte-compile-warnings): Add `constants' as an option.
6630 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6631 (display-call-tree): Update for byte-compile-fdefinition possibly
6632 returning `(macro lambda ...)'. (Bug#4778)
6633 (byte-compile-variable-ref, byte-compile-setq-default):
6634 Respect `constants' member of byte-compile-warnings.
6635
6636 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6637
6638 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6639 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6640 to "submit:".
6641
6642 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6643
6644 * textmodes/ispell.el (ispell-skip-region-alist):
6645 * international/mule-conf.el (eight-bit):
6646 * international/fontset.el (font-encoding-alist):
6647 * startup.el (pure-space-overflow-message):
6648 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6649 * paths.el (gnus-nntp-service, rmail-spool-directory)
6650 (term-file-prefix):
6651 * files.el (save-some-buffers-action-alist):
6652 * cmuscheme.el (same-window-buffer-names):
6653 * ielm.el (same-window-buffer-names):
6654 * shell.el (same-window-buffer-names):
6655 * mail/sendmail.el (same-window-buffer-names):
6656 * progmodes/inf-lisp.el (same-window-buffer-names):
6657 * bindings.el (mode-line-client)
6658 (mode-line-column-line-number-mode-map):
6659 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6660 (tibetan-precomposed-regexp): Purecopy string arguments.
6661
6662 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6663
6664 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6665 (calcDigit-nondigit):
6666 * calc/calc-yank.el (calc-copy-to-buffer):
6667 * calc/calc-units.el (calc-invalidate-units-table):
6668 * calc/calc-trail.el (calc-trail-yank):
6669 * calc/calc-store.el (calc-insert-variables):
6670 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6671 * calc/calc-prog.el (calc-read-parse-table):
6672 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6673 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6674 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6675 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6676 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6677 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6678 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6679 * calc/calc-ext.el (calc-realign):
6680 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6681 (calc-embedded-finish-edit, calc-embedded-make-info)
6682 (calc-embedded-finish-command, calc-embedded-stack-change):
6683 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6684
6685 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6686 shell-dynamic-complete-filename in preference to
6687 comint-dynamic-complete-filename.
6688
6689 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6690 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6691 Don't consider whether the display supports colors.
6692 (bookmark-import-new-list): Use dolist.
6693 (bookmark-bmenu-mode-map): Move initialization into declaration.
6694 (bookmark-bmenu-list): Use dolist, simplify.
6695 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6696 (menu-bar-final-items): Use push.
6697
6698 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6699
6700 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6701 it works on remote files.
6702 (vc-hg-diff): Don't pass any `--cwd' argument.
6703
6704 2009-10-27 Kevin Ryde <user42@zip.com.au>
6705
6706 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6707 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6708 (Further to Bug#3921).
6709
6710 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
6711
6712 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6713 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6714 calling `tramp-imap-put-file'. Add file size to the call.
6715 (tramp-imap-get-file-entries): Compute also user name, file size,
6716 and date.
6717 (tramp-imap-handle-insert-directory): Insert uid and gid.
6718 (tramp-imap-handle-file-attributes): Transform uid and gid
6719 according to `id-format'.
6720 (tramp-imap-put-file): New optional parameter SIZE. Encode file
6721 size in header X-Size.
6722
6723 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6724
6725 * simple.el (transpose-subr): Give clearer error when the mark
6726 is not set. (Bug#4807)
6727
6728 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
6729
6730 * net/tramp.el (tramp-perl-file-truename): New defconst.
6731 Perl code contributed by yary <not.com@gmail.com> (tiny change).
6732 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6733 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6734 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6735
6736 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6737 Ignore `dired-call-process'.
6738 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6739
6740 2009-10-26 Julian Scheid <julians37@gmail.com>
6741
6742 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6743 (tramp-get-remote-readlink): New defun.
6744 (tramp-handle-file-truename): Use it.
6745 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6746 file exists if cache value present.
6747 (tramp-check-cached-permissions): New defun.
6748 (tramp-handle-file-readable-p): Use it.
6749 (tramp-handle-file-writable-p): Likewise.
6750 (tramp-handle-file-executable-p): Likewise.
6751 (tramp-handle-file-name-all-completions): Try using Perl to get
6752 partial completions. When perl not available, combine `cd' and
6753 `ls' into single remote operation and use shell expansion to get
6754 partial remote directory contents. Set `file-exists-p' cache for
6755 directory and any files returned by ls. Change cache handling to
6756 support partial directory contents. Use error message emitted by
6757 remote `cd' or Perl code for local tramp-error.
6758 (tramp-do-copy-or-rename-file-directly): Avoid separate
6759 tramp-send-command-and-check call.
6760 (tramp-handle-process-file): Merge three remote ops into one.
6761 Do not flush all caches when `process-file-side-effects' is set.
6762 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6763 file-attributes shows uid/gid to be set already.
6764
6765 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6766
6767 * textmodes/tex-mode.el (tex-dvi-view-command)
6768 (tex-show-queue-command, tex-open-quote):
6769 * progmodes/ruby-mode.el (auto-mode-alist)
6770 (interpreter-mode-alist): Purecopy strings.
6771
6772 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6773
6774 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6775 string for the hook, keymap and abbrev table.
6776
6777 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6778
6779 * x-dnd.el (x-dnd-xdnd-to-action):
6780 * startup.el (fancy-startup-text, fancy-about-text): Change to
6781 defconst from defvar.
6782
6783 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6784
6785 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6786 Purecopy initialization strings.
6787
6788 * mail/sendmail.el (mail-header-separator)
6789 (mail-personal-alias-file):
6790 * mail/rmail.el (rmail-default-dont-reply-to-names)
6791 (rmail-ignored-headers, rmail-retry-ignored-headers)
6792 (rmail-highlighted-headers, rmail-secondary-file-directory)
6793 (rmail-secondary-file-regexp):
6794 * files.el (null-device, file-name-invalid-regexp)
6795 (locate-dominating-stop-dir-regexp)
6796 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6797 (interpreter-mode-alist): Use mapcar instead of mapc.
6798
6799 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6800
6801 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6802 (completion-ignored-extensions):
6803 (debug-ignored-errors): Purecopy strings.
6804
6805 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6806
6807 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6808 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6809 (pcomplete--here): Use push.
6810
6811 * subr.el (all-completions): Declare the 4th arg obsolete.
6812
6813 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6814
6815 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6816 (pcomplete-unquote-argument): New function.
6817 (pcomplete--common-suffix): Always pay attention to case.
6818 (pcomplete--table-subvert): Quote and unquote the text.
6819 (pcomplete--common-quoted-suffix): New function.
6820 (pcomplete-std-complete): Use it and pcomplete-begin.
6821
6822 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6823 we're inside a dedicated or minibuffer window.
6824
6825 2009-10-24 Karl Fogel <kfogel@red-bean.com>
6826
6827 * bookmark.el: Update documentation, especially documentation
6828 of `bookmark-alist' and of the bookmark file format.
6829 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6830
6831 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6832
6833 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6834 keybindings apply to the mail buffer (Bug#4003). Shrink help
6835 window to buffer.
6836
6837 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6838 (global-whitespace-mode, global-whitespace-newline-mode)
6839 (whitespace-toggle-options, global-whitespace-toggle-options):
6840 Doc fix (Bug#3660).
6841
6842 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6843 of xmltok-start before the end tag was inserted (Bug#2840).
6844
6845 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6846 patterns that are preceded by an open-paren (Bug#1320).
6847
6848 2009-10-24 Sven Joachim <svenjoac@gmx.de>
6849
6850 * files.el (delete-directory): Delete symlinks to directories with
6851 delete-file (Bug#4739).
6852
6853 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6854
6855 * vc.el (vc-backend-for-registration): Rename from
6856 vc-get-backend-for-registration. Update callers.
6857
6858 * international/mule-cmds.el (set-language-info-alist):
6859 Purecopy lang-env.
6860 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6861 (charset): Purecopy the name.
6862 (define-char-code-property): Purecopy string arguments.
6863
6864 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6865 Purecopy string arguments.
6866
6867 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6868 * ediff-hook.el (menu-bar-ediff-menu):
6869 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6870 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6871
6872 2009-10-24 Glenn Morris <rgm@gnu.org>
6873
6874 * comint.el (comint-dynamic-list-completions):
6875 * term.el (term-dynamic-list-completions): Use choose-completion rather
6876 than obsolete alias mouse-choose-completion.
6877
6878 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6879 file-cache-choose-completion.
6880 (file-cache-choose-completion): Handle an optional event argument.
6881 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6882
6883 * progmodes/octave-mod.el (octave-complete-symbol):
6884 Use choose-completion if mouse-choose-completion is ever removed.
6885
6886 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6887 use.
6888
6889 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6890 compiler.
6891
6892 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6893
6894 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6895
6896 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6897 Ignore `pred' now that we receive one.
6898 Handle test-completion specially.
6899
6900 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6901
6902 * vc.el (vc-responsible-backend): Throw an error if not backend is
6903 found. Remove the REGISTER argument. Move the code dealing with
6904 REGISTER ...
6905 (vc-get-backend-for-registration): ... here. New function.
6906 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6907 of vc-responsible-backend, pass the file name instead of the
6908 directory name.
6909
6910 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6911
6912 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6913 New funs.
6914 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6915 (pcomplete-comint-setup): Don't modify a global var via
6916 accidental side-effects.
6917 (pcomplete-shell-setup): Adjust call accordingly.
6918 (pcomplete-parse-comint-arguments): Use push.
6919
6920 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6921
6922 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6923 Allow uncapitalized info node names (Bug#3921).
6924
6925 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6926 to the DEBUG file (Bug#3781).
6927
6928 2009-10-23 Jari Aalto <jari.aalto@cante.net>
6929
6930 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6931 dictionary entry (Bug#4579).
6932
6933 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
6934
6935 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6936 from `rfn-eshadow-update-overlay-hook' when unloading.
6937 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6938 "rsyncc". Adjust doc string.
6939 (tramp-temp-buffer-file-name): New buffer-local defvar.
6940 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6941 Keep temporary file when indicated by method ("rsync" and
6942 "rsyncc").
6943 (tramp-handle-write-region): Handle APPEND.
6944 (tramp-delete-temp-file-function): New defun. Added to
6945 `kill-buffer-hook'.
6946
6947 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
6948
6949 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6950
6951 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6952
6953 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6954 (color-name-rgb-alist, tty-standard-colors)
6955 (tty-color-mode-alist): Change to defconst.
6956
6957 * simple.el (mark-inactive): Purecopy message.
6958
6959 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6960 (global-map, yank-menu):
6961 * textmodes/ispell.el (ispell-menu-map):
6962 * net/eudc.el (eudc-tools-menu):
6963 * international/mule-cmds.el (describe-language-environment-map)
6964 (setup-language-environment-map, set-coding-system-map)
6965 (mule-menu-keymap):
6966 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6967 * replace.el (occur-mode-map):
6968 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6969
6970 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6971
6972 * calc/calc.el (math-read-number, math-read-number-simple):
6973 Use `save-match-data'.
6974
6975 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6976
6977 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6978 rather than fiddling with global-map bindings, since it should only
6979 affect per-terminal settings.
6980 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6981
6982 * minibuffer.el (completion-table-with-terminator): Allow to specify
6983 the terminator-regexp.
6984
6985 * simple.el (switch-to-completions): Look for *Completions* in other
6986 frames as well.
6987
6988 * pcomplete.el: Allow the use of completion-tables.
6989 (pcomplete-std-complete): New command.
6990 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6991 (pcomplete--here): Use a function for `form' rather than an expression,
6992 so it can be byte-compiled.
6993 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6994 Add edebug declaration.
6995 (pcomplete-show-completions): Remove unused var `curbuf'.
6996 (pcomplete-do-complete, pcomplete-stub):
6997 Don't assume `completions' is a list of strings any more.
6998
6999 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
7000
7001 * find-dired.el (find-name-arg): Fix typo in docstring.
7002
7003 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7004
7005 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7006 (pcmpl-linux-fs-types): Same, and update to new modules layout.
7007
7008 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7009 pcomplete-entries.
7010
7011 * comint.el (comint-read-input-ring, comint-write-input-ring)
7012 (comint-substitute-in-file-name)
7013 (comint-dynamic-complete-as-filename)
7014 (comint-dynamic-simple-complete)
7015 (comint-dynamic-list-filename-completions)
7016 (comint-dynamic-list-completions)
7017 (comint-redirect-results-list-from-process): Minor simplifications.
7018
7019 2009-10-21 Kevin Ryde <user42@zip.com.au>
7020
7021 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7022 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7023 the first form. And insert a blank line after ";;; Code" since
7024 that's usual style. (Bug#4612)
7025
7026 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7027
7028 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7029
7030 * minibuffer.el (completion-table-with-terminator): Properly implement
7031 boundaries, in case `terminator' appears in the suffix.
7032 (completion--embedded-envvar-table): Don't return boundaries if
7033 there's no valid completion. Simplify.
7034 (completion-file-name-table): New completion table extracted from
7035 completion--file-name-table.
7036 (completion--file-name-table): Use it.
7037 (read-file-name-predicate): Declare obsolete.
7038 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7039 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7040 completion-file-name-table, and use the `pred' argument.
7041 * files.el (locate-file-completion-table): Use the `pred' arg rather
7042 than read-file-name-predicate.
7043 (abbreviate-file-name): Use \` rather than ^ for BOS.
7044
7045 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
7046
7047 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7048 vc-responsible-backend to register, it causes problems.
7049
7050 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7051
7052 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7053
7054 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
7055
7056 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7057 (tramp-smb-handle-file-attributes): Use it.
7058 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7059 (tramp-smb-handle-insert-directory): Use `mapc' rather than
7060 `mapcar'. Use `tramp-smb-get-stat-capability'.
7061 Add `dired-filename' text properties.
7062 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7063 (tramp-smb-maybe-open-connection): Simplify check for smbclient
7064 version.
7065
7066 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7067
7068 * subr.el (read-key-delay): Reduce to 0.01.
7069 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7070 (bug#4751).
7071
7072 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7073
7074 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7075
7076 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7077 (Info-menu): Remove unused vars `last' and `completions'.
7078 (Info-index-nodes): Remove unused var `node'.
7079
7080 * info.el (Info-complete-menu-item): Use complete-with-action.
7081
7082 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7083
7084 Make vc-annotate work through copies and renames.
7085 * vc-annotate.el (vc-annotate-extract-revision-at-line):
7086 Return the file name too.
7087 (vc-annotate-revision-at-line)
7088 (vc-annotate-find-revision-at-line)
7089 (vc-annotate-revision-previous-to-line)
7090 (vc-annotate-show-log-revision-at-line): Update to get the file
7091 name from vc-annotate-extract-revision-at-line.
7092 (vc-annotate-show-diff-revision-at-line-internal): Change the
7093 argument to mean whether to show a file diff or not. Get the file
7094 name from vc-annotate-extract-revision-at-line.
7095 (vc-annotate-show-diff-revision-at-line):
7096 Update vc-annotate-show-diff-revision-at-line call.
7097 (vc-annotate-warp-revision): Add an optional file argument.
7098
7099 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7100 (vc-git-annotate-extract-revision-at-line): Also return the file
7101 name if found.
7102
7103 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7104 command. Remove unused code.
7105 (vc-hg-annotate-re): Update to match --follow output.
7106 (vc-hg-annotate-extract-revision-at-line): Also return the file
7107 name if found.
7108
7109 * vc.el: Update annotate-extract-revision-at-line documentation.
7110
7111 2009-10-18 Kevin Ryde <user42@zip.com.au>
7112
7113 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7114 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7115
7116 * net/browse-url.el (browse-url): Identify alist with "consp and
7117 not functionp" and let all other things go down the `apply' leg,
7118 as suggested by Stefan. (Further to bug#4531.)
7119
7120 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
7121
7122 * minibuffer.el (read-file-name): Check for repeat before putting
7123 a default argument in file-name-history (Bug#4657).
7124
7125 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7126 read syntax (Bug#4737).
7127
7128 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7129
7130 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7131
7132 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7133 (html-tag-alist, html-tag-help): Add descriptions for undocumented
7134 entries and make note of obsolete tags.
7135
7136 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7137
7138 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7139
7140 2009-10-18 Glenn Morris <rgm@gnu.org>
7141
7142 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7143 grep, so that binary files (eg international/uni-bidi.el) can match.
7144 Remove test for "UnicodeData" files, since it is hopefully unnecessary
7145 now, and in any case the file header format has changed.
7146
7147 2009-10-17 Glenn Morris <rgm@gnu.org>
7148
7149 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7150 (flyspell-get-word, flyspell-large-region)
7151 (flyspell-auto-correct-previous-word): Doc/error message fixes.
7152
7153 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
7154
7155 * Makefile.in (ELCFILES): Add ede/shell.
7156
7157 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7158
7159 * term/common-win.el (x-colors): Purecopy it.
7160
7161 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7162
7163 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7164 permissive for when the buffer is empty.
7165 (tar-header-block-tokenize): Decode the username and groupname.
7166 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7167
7168 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7169
7170 * international/mule-cmds.el (select-safe-coding-system): If the file
7171 has a coding cookie, use it regardless of any other setting (bug#4712).
7172
7173 2009-10-17 Glenn Morris <rgm@gnu.org>
7174
7175 * foldout.el (foldout-mouse-swallow-events):
7176 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7177
7178 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7179 (dired-keep-marker-copy, dired-keep-marker-hardlink)
7180 (dired-keep-marker-symlink, dired-dwim-target)
7181 (dired-copy-preserve-time): Do not autoload these defcustoms.
7182
7183 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7184 messages from messing up the file coding. (Bug#4623)
7185
7186 2009-10-17 Jari Aalto <jari.aalto@cante.net>
7187
7188 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7189 if no match is found for the current dictionary. (Bug#4578)
7190
7191 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7192 optional, since that is how it is documented, and this is often called
7193 with a nil argument. (Bug#4577)
7194 (flyspell-external-point-words, flyspell-auto-correct-word)
7195 (flyspell-correct-word-before-point, flyspell-word-search-forward)
7196 (flyspell-word-search-backward): Remove nil argument in calls to
7197 flyspell-get-word, since it is not needed now.
7198
7199 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
7200
7201 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
7202
7203 2009-10-16 Glenn Morris <rgm@gnu.org>
7204
7205 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7206
7207 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7208
7209 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7210 (ange-ftp-file-size): New function.
7211 (ange-ftp-file-attributes): Use it.
7212
7213 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
7214
7215 * net/tramp-smb.el (tramp-smb-version): New defvar.
7216 (tramp-smb-maybe-open-connection): Use it, in order to avoid
7217 repeated checks.
7218
7219 2009-10-16 Glenn Morris <rgm@gnu.org>
7220
7221 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7222 Maybe copy some custom properties from old to new name. (Bug#4706)
7223
7224 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7225
7226 * subr.el (error, sit-for, start-process-shell-command)
7227 (start-file-process-shell-command): Set the calling convention
7228 after the function definition.
7229
7230 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7231
7232 * subr.el (error, sit-for, start-process-shell-command)
7233 (start-file-process-shell-command): Use the new
7234 set-advertised-calling-convention feature.
7235
7236 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
7237
7238 * international/ucs-normalize.el (ucs-normalize-version):
7239 Change to 1.2.
7240 (check-range): Adjust for Unicode 5.2.
7241
7242 2009-10-15 Juri Linkov <juri@jurta.org>
7243
7244 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7245 to the `menu-item' format.
7246
7247 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
7248
7249 * net/tramp.el (tramp-replace-environment-variables): Do not fail
7250 if the environment variable does not exist.
7251
7252 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7253 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7254 parameter.
7255 (tramp-smb-handle-add-name-to-file)
7256 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7257 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7258 (tramp-smb-handle-file-attributes)
7259 (tramp-smb-do-file-attributes-with-stat)
7260 (tramp-smb-handle-file-local-copy)
7261 (tramp-smb-handle-insert-directory)
7262 (tramp-smb-handle-make-directory)
7263 (tramp-smb-handle-make-directory-internal)
7264 (tramp-smb-handle-make-symbolic-link)
7265 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7266 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7267 (tramp-smb-maybe-open-connection): Apply the changed parameters.
7268 (tramp-smb-read-file-entry): Read Disk names in compressed format.
7269 Handle long file names.
7270 (tramp-smb-get-cifs-capabilities): Check, whether the connection
7271 process is running.
7272 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7273 Read share names with "-g" option.
7274
7275 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
7276
7277 * net/rcirc.el (rcirc-view-log-file): New command.
7278 (rcirc-track-minor-mode-map): Remove C-c ` binding.
7279 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7280 specified.
7281
7282 2009-10-15 Glenn Morris <rgm@gnu.org>
7283
7284 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7285 from the second command-line argument.
7286 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7287 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7288 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7289 w32-batch-update-autoloads.
7290 * emacs-lisp/autoload.el (autoload-make-program): New variable.
7291 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7292
7293 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7294 the headers cannot be located. Simplify, subtracting superflous
7295 save-excursions.
7296
7297 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7298
7299 Replace completion-base-size by completion-base-position to fix bugs
7300 such as (bug#4699).
7301 * simple.el (completion-base-position): New var.
7302 (completion-base-size): Mark as obsolete.
7303 (choose-completion): Make it work for mouse events as well.
7304 Pass the new base-position to choose-completion-string.
7305 (choose-completion-guess-base-position): New function, extracted from
7306 choose-completion-delete-max-match.
7307 (choose-completion-delete-max-match): Use it. Make obsolete.
7308 (choose-completion-string): Use the new base-position info.
7309 (completion-root-regexp): Delete.
7310 (completion-setup-function): Preserve completion-base-position.
7311 Eliminate obsolete base-size manipulation.
7312 * minibuffer.el (display-completion-list): Don't mess with base-size.
7313 (minibuffer-completion-help): Set completion-base-position instead.
7314 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7315 choose-completion.
7316 * textmodes/bibtex.el (bibtex-complete):
7317 * emacs-lisp/crm.el (crm--choose-completion-string):
7318 Adjust to new calling convention.
7319 * complete.el (partial-completion-mode): Use minibufferp to avoid
7320 bumping into incompatible change to choose-completion-string-functions.
7321 * ido.el (ido-choose-completion-string): Make its calling convention
7322 more permissive.
7323 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7324 base-size manipulation.
7325 (comint-dynamic-list-input-ring): Use dotimes and push.
7326 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7327 fundamental-mode. Use `or'.
7328
7329 2009-10-14 Juri Linkov <juri@jurta.org>
7330
7331 * misearch.el (multi-isearch-next-buffer-from-list)
7332 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7333
7334 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7335
7336 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7337 `bytecomp.el'.
7338
7339 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7340 string we return is all made up of text from the completions rather
7341 than part from the completions and part from the input (bug#4219).
7342
7343 * ido.el (ido-everywhere): Use define-minor-mode.
7344
7345 * buff-menu.el (list-buffers, ctl-x-map):
7346 Mark the entry points with ;;;###autoload cookies.
7347
7348 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7349
7350 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7351 correctly in the detached head case.
7352 (vc-git-print-log): Remove unused binding.
7353
7354 * vc.el (vc-responsible-backend): When a directory is passed for
7355 for registration create a VC repository if no backend is
7356 responsible for the directory argument.
7357 (vc-deduce-fileset): Tell vc-responsible-backend to register.
7358
7359 * vc.el: Move comments about RCS and SCCS ...
7360 * vc-rcs.el:
7361 * vc-sccs.el: ... here, respectively.
7362
7363 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7364
7365 * minibuffer.el (completion--file-name-table): Return nil if there's
7366 no file completion, even if substitute-in-file-name changed
7367 the string (bug#4708).
7368
7369 2009-10-13 Juri Linkov <juri@jurta.org>
7370
7371 * files-x.el (read-file-local-variable-value): Don't filter out
7372 minor modes from mode name completion (bug#4664).
7373
7374 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7375
7376 * international/mule-cmds.el (ucs-names): Remove exclusion of
7377 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7378
7379 2009-10-13 Kenichi Handa <handa@m17n.org>
7380
7381 * international/uni-name.el: Regenerated.
7382
7383 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7384
7385 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7386 should be automatically buffer-local, but isn't.)
7387
7388 2009-10-12 Sam Steingold <sds@gnu.org>
7389
7390 * progmodes/compile.el (compilation-next-error-function): Fix the
7391 timestamps if the buffer has been visited before.
7392 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7393 non-anchored patterns, like the perl one (bug#3928).
7394
7395 2009-10-12 Glenn Morris <rgm@gnu.org>
7396
7397 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7398 Let-bind `size'.
7399
7400 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
7401
7402 * proced.el (proced-unload-function): New function.
7403
7404 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7405 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7406 Doc fix.
7407
7408 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7409
7410 2009-10-11 Juri Linkov <juri@jurta.org>
7411
7412 * files-x.el (read-file-local-variable-value):
7413 Provide default value only for bound variables (bug#4664).
7414
7415 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
7416
7417 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7418 connection methods like smb.
7419
7420 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7421 can be empty.
7422
7423 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7424 (tramp-smb-file-name-handler-alist): Add handlers for
7425 `add-name-to-file', `make-symbolic-link'.
7426 (tramp-smb-handle-add-name-to-file)
7427 (tramp-smb-do-file-attributes-with-stat)
7428 (tramp-smb-handle-make-symbolic-link)
7429 (tramp-smb-get-cifs-capabilities): New defuns.
7430 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7431 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7432 (tramp-smb-handle-file-local-copy)
7433 (tramp-smb-handle-make-directory-internal)
7434 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7435 The file name syntax depends on cifs capabilities.
7436 (tramp-smb-handle-file-attributes):
7437 Call `tramp-smb-do-file-attributes-with-stat' if possible.
7438 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7439 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7440
7441 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
7442
7443 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7444 (eieio-defclass): Apply deftype handler and setf-method properties
7445 directly.
7446 (eieio-add-new-slot): Avoid union function from cl library.
7447 (eieio--typep): New function.
7448 (eieio-perform-slot-validation): Use it.
7449
7450 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7451
7452 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7453 Update documentation to refer to the variables documented in r1.135.
7454 (Bug#4188)
7455
7456 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7457
7458 * bookmark.el (Info-suffix-list): Remove this unused variable.
7459 (bookmark-current-point): Remove this obsolete variable.
7460 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7461 Adjust for removal of bookmark-current-point.
7462
7463 (bookmarks-already-loaded, bookmark-current-buffer)
7464 (bookmark-yank-point): Document. (Bug#4188)
7465
7466 2009-10-10 Glenn Morris <rgm@gnu.org>
7467
7468 * frame.el (frame-height): Doc fix.
7469
7470 * calendar/calendar.el (calendar-split-width-threshold): New option.
7471 (calendar-basic-setup): Use calendar-split-width-threshold.
7472
7473 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
7474
7475 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7476 Ideographic Supplement" range (U+1F200..U+1F2FF).
7477
7478 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7479
7480 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7481 since the list will have been rebuilt anyway. (Bug#4349)
7482
7483 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7484
7485 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7486 (bookmark-bmenu-execute-deletions): Don't save here, as
7487 bookmark-delete will now do so if necessary.
7488 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7489 (Bug#4348)
7490
7491 2009-10-09 Glenn Morris <rgm@gnu.org>
7492
7493 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7494
7495 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7496
7497 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7498 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7499 argument now, so the two function's behaviors will match. (Bug#3645)
7500
7501 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
7502
7503 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7504 (tramp-file-name-real-host, tramp-file-name-port):
7505 Apply `save-match-data'.
7506
7507 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7508 case both directories are remote.
7509 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7510 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7511
7512 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7513
7514 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7515
7516 2009-10-07 Glenn Morris <rgm@gnu.org>
7517
7518 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7519 of concat.
7520
7521 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7522
7523 * files-x.el (read-file-local-variable): Include some
7524 non-user-variables in the completion table (bug#4664).
7525
7526 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
7527
7528 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7529 message.
7530
7531 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7532 (tramp-smb-file-name-handler-alist): Add handler for
7533 `copy-directory', `expand-file-name', `set-file-modes'.
7534 (tramp-smb-handle-copy-directory)
7535 (tramp-smb-handle-expand-file-name)
7536 (tramp-smb-handle-set-file-modes): New defuns.
7537 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7538 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7539 entry.
7540 (tramp-smb-handle-insert-directory): Don't flush the cache.
7541 (tramp-smb-maybe-open-connection): Check for samba client and
7542 server versions.
7543
7544 2009-10-07 Eli Zaretskii <eliz@gnu.org>
7545
7546 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7547 to not error out of search for "^lisp=" fails.
7548
7549 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7550
7551 * makefile.w32-in (WINS_UPDATES): New macro.
7552 (custom-deps, finder-data, autoloads): Use it.
7553
7554 2009-10-07 Glenn Morris <rgm@gnu.org>
7555
7556 * Makefile.in (autoloads): Revert previous change.
7557 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7558 the list of preloaded files passed on the command-line, get
7559 it from src/Makefile.
7560
7561 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7562 show the original buffer rather than a random one.
7563
7564 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
7565
7566 * help.el (describe-no-warranty): Place point in a slightly better
7567 position in the GPLv3 text.
7568
7569 2009-10-06 Sam Steingold <sds@gnu.org>
7570
7571 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7572 the comm attribute is present before calling regexp-quote.
7573
7574 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
7575
7576 * play/animate.el (animate-string): For good effect, make sure
7577 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7578
7579 * play/animate.el (animate-sequence, animate-birthday-present):
7580 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7581
7582 2009-10-06 Glenn Morris <rgm@gnu.org>
7583
7584 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7585
7586 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7587 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7588 (batch-update-autoloads): Process a string value of autoload-excludes,
7589 set during the build process.
7590 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7591
7592 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7593 inside with-parsed... macro so that `v' is defined.
7594
7595 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7596 * progmodes/fortran.el (fortran-end-of-block)
7597 (fortran-beginning-of-block):
7598 Also push mark in the macro case.
7599
7600 * emerge.el (emerge-show-file-name):
7601 * calc/calc.el (calc-quit):
7602 * calc/calc-misc.el (calc-big-or-small):
7603 * calc/calc-graph.el (calc-graph-view):
7604 * calc/calc-ext.el (calc-reset):
7605 * calendar/calendar.el (calendar-basic-setup):
7606 Use window-full-height-p.
7607
7608 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7609 header we don't understand, don't insert another. (Bug#4624)
7610 If changing mime charset, insert the new one in the right place.
7611
7612 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7613
7614 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7615 (cal-tex-cursor-month): Correctly increment the end date for diary and
7616 holiday listing. (Bug#4626)
7617
7618 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7619
7620 * help-fns.el (describe-function-1): Don't burp if the function is not
7621 a symbol.
7622
7623 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
7624
7625 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7626 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7627 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7628 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7629
7630 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7631 (eieio-default-superclass): Reflow docstrings.
7632 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7633 (eieio-unbind-method-implementations, defmethod)
7634 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7635 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7636 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7637 (eieio-slot-originating-class-p, eieio-slot-name-index)
7638 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7639 (constructor, initialize-instance, no-next-method, object-print)
7640 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7641 Fix typos in docstrings.
7642 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7643 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7644 (next-method-p): Doc fixes.
7645 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7646 Fix typos in error messages.
7647 (eieio-defmethod): Fix typo in description of generic method.
7648
7649 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7650 (eieio-persistent-save-interactive, slot-missing):
7651 Fix typos in docstrings.
7652 (eieio-instance-inheritor-slot-boundp): Doc fix.
7653
7654 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7655 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7656
7657 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7658 (eieio-custom-object-apply-reset):
7659 Fix typos in docstrings and error messages.
7660
7661 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7662 Fix typo in docstring.
7663
7664 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7665 (eieio-browse-tree): Doc fix.
7666 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7667 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7668 Fix typos in docstrings.
7669
7670 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7671 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7672 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7673 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7674 Reflow docstrings.
7675
7676 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7677
7678 * vc-hg.el (log-view-vc-backend): Declare for compiler.
7679 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7680 Set log-view-vc-backend so that diff can work.
7681
7682 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7683 vc-version-diff.
7684 (vc-diff-internal): Autoload this instead of vc-version-diff.
7685
7686 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7687
7688 * simple.el (eval-expression): Doc fix.
7689
7690 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7691
7692 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7693
7694 * files.el (directory-files-no-dot-files-regexp): New defconst.
7695 (delete-directory): Use it.
7696 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7697
7698 * net/tramp.el (tramp-verbose): Fix docstring.
7699 (tramp-methods): Add recursive option to `tramp-copy-args'.
7700 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7701 "scp1_old", "scp2_old", "rsync", "rsyncc".
7702 (tramp-default-method): Check also for `auth-source-user-or-password'.
7703 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7704 Add handler for `copy-directory'.
7705 (tramp-handle-copy-directory): New defun.
7706 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7707 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7708 Optimize sent command.
7709
7710 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7711
7712 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7713 window if necessary.
7714
7715 * calendar/calendar.el (calendar-basic-setup): Don't call
7716 switch-to-buffer in a dedicated window.
7717
7718 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7719
7720 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7721 don't do anything related to relocating, just return nil.
7722 (bookmark-error-no-filename): New error.
7723 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7724 bookmark has no file. Don't even attempt to handle things that
7725 are not files; the whole point of custom handlers is to keep that
7726 knowledge elsewhere anyway. Tighten some comments.
7727 (bookmark-file-or-variation-thereof): Remove now-unused function.
7728 (bookmark-location): Doc string fix.
7729 (Bug#4250)
7730
7731 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7732
7733 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7734 don't use a file dialog, because they usually don't know how to read
7735 a directory target from the user. (Bug#4230)
7736 Also, make sure the prompt can display directories as well as files.
7737
7738 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7739
7740 * bookmark.el (bookmark-set, bookmark-buffer-name):
7741 Improve doc strings. (Bug#1193)
7742
7743 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7744
7745 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7746 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7747 (bookmark-get-annotation, bookmark-set-annotation)
7748 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7749 (bookmark-set-position, bookmark-get-front-context-string)
7750 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7751 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7752 (bookmark-jump-other-window, bookmark-handle-bookmark)
7753 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7754 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7755 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7756 Improve doc strings to say whether bookmark can be a string or
7757 a record or both, and make other consistency and clarity fixes.
7758 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7759 (bookmark-default-annotation-text, bookmark-yank-word)
7760 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7761 (bookmark-import-new-list, bookmark-maybe-rename)
7762 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7763 (bookmark-bmenu-bookmark): Give these doc strings.
7764 (bookmark-bmenu-check-position): Give this a doc string, but also
7765 add a FIXME comment about how the function may be pointless.
7766 (bookmark-default-handler): Rework doc string and change a
7767 parameter name, to clarify that this takes a bookmark record
7768 not a bookmark name.
7769 (bookmark-set): Change a parameter name to indicate its meaning,
7770 and improve the doc string a bit.
7771 (Bug#4188)
7772
7773 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7774
7775 * bookmark.el (bookmark-alist): Document the new `handler' element
7776 in the param alist.
7777 (bookmark-make-record-function): Adjust documentation for above.
7778 (Bug#4193)
7779
7780 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7781
7782 * info.el (Info-bookmark-make-record): Document this function.
7783 (Info-bookmark-jump): Document with a doc string, not just a comment.
7784 (Bug#4203)
7785
7786 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7787
7788 * files.el (copy-directory): New defun.
7789
7790 * dired-aux.el (dired-copy-file-recursive): Use it.
7791
7792 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7793
7794 * files-x.el (modify-dir-local-variable)
7795 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
7796 docstrings.
7797
7798 * recentf.el (recentf-unload-function): New function.
7799
7800 2009-10-04 Glenn Morris <rgm@gnu.org>
7801
7802 * window.el (window-full-height-p): Add doc string.
7803
7804 2009-10-04 Martin Rudalics <rudalics@gmx.at>
7805
7806 * window.el (window-full-height-p): New function. (Bug#4543)
7807
7808 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7809
7810 * vc.el: Remove commented out code.
7811 (vc-derived-from-dir-mode): Remove, unused.
7812 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7813
7814 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7815
7816 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7817 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7818 there could be recursive loading when `default-directory' is a
7819 remote file name. (Bug#4614)
7820
7821 2009-10-03 Glenn Morris <rgm@gnu.org>
7822
7823 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7824 the frame is wide.
7825 (calendar-generate-window): Test for shrinkability rather than width.
7826
7827 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7828 reusing existing buffers, in case we happen to visit two files with the
7829 same basename. (Bug#4593)
7830
7831 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7832
7833 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7834 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7835 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7836 subdirs of cedet as well.
7837 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7838
7839 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7840
7841 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7842 Obey advertised-signature-table.
7843
7844 * help-fns.el (help-function-arglist): Don't check
7845 advertised-signature-table.
7846 (describe-function-1): Do it here instead so it also applies to subrs.
7847
7848 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7849
7850 * simple.el (start-file-process): Say in the doc-string, that file
7851 handlers might not support pty association, if PROGRAM is nil.
7852
7853 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7854 HOST and USER are strings. They are nil, when there are
7855 incomplete entries in ~/.netrc, for example.
7856 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7857 root directory ("device busy" error otherwise).
7858
7859 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7860 Flush file properties of created directory.
7861
7862 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7863
7864 * makefile.w32-in (WINS_BASIC): Remove cedet.
7865 (WINS_CEDET): Add cedet.
7866 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7867
7868 2009-10-02 Kevin Ryde <user42@zip.com.au>
7869
7870 * net/browse-url.el (browse-url): Pass any symbol in
7871 browse-url-browser-function to `apply', since if you've mistakenly put
7872 an unbound symbol then the error is clearer. (Bug#4531)
7873
7874 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7875
7876 * allout.el (allout-init, allout-back-to-current-heading)
7877 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7878 (allout-ascend, allout-up-current-level, allout-end-of-level)
7879 (allout-previous-visible-heading, allout-forward-current-level)
7880 (allout-backward-current-level, allout-show-children):
7881 * apropos.el (apropos-describe-plist):
7882 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7883 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7884 * completion.el (add-completion, add-permanent-completion):
7885 * descr-text.el (describe-text-category, describe-char):
7886 * desktop.el (desktop-lazy-abort):
7887 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7888 * dired.el (dired-build-subdir-alist):
7889 * ediff.el (ediff-version):
7890 * elide-head.el (elide-head, elide-head-show):
7891 * emerge.el (emerge-version):
7892 * env.el (getenv):
7893 * face-remap.el (variable-pitch-mode):
7894 * faces.el (describe-face):
7895 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7896 (dired-at-point):
7897 * files.el (find-file-existing, auto-save-mode):
7898 * font-lock.el (font-lock-fontify-buffer):
7899 * help-fns.el (describe-function, describe-variable)
7900 (describe-syntax, describe-categories):
7901 * help.el (view-lossage, describe-bindings, describe-key)
7902 (describe-mode):
7903 * hexl.el (hexl-current-address):
7904 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7905 * info.el (Info-goto-emacs-key-command-node):
7906 * log-edit.el (log-edit-insert-cvs-template)
7907 (log-edit-insert-cvs-rcstemplate):
7908 * menu-bar.el (menu-bar-mode):
7909 * mouse.el (mouse-appearance-menu):
7910 * newcomment.el (comment-indent-new-line):
7911 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7912 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7913 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7914 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7915 * recentf.el (recentf-mode):
7916 * savehist.el (savehist-mode, savehist-save):
7917 * shadowfile.el (shadow-copy-files):
7918 * simple.el (kill-ring-save, next-line, previous-line)
7919 (normal-erase-is-backspace-mode):
7920 * strokes.el (strokes-update-window-configuration)
7921 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7922 (strokes-xpm-for-stroke):
7923 * time.el (emacs-uptime, emacs-init-time):
7924 * tutorial.el (tutorial--describe-nonstandard-key)
7925 (tutorial--detailed-help):
7926 * type-break.el (type-break-mode)
7927 (type-break-mode-line-message-mode, type-break-query-mode)
7928 (type-break-guesstimate-keystroke-threshold):
7929 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7930 * version.el (emacs-version):
7931 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7932 * winner.el (winner-mode):
7933 * calendar/timeclock.el (timeclock-in, timeclock-out)
7934 (timeclock-status-string, timeclock-change)
7935 (timeclock-workday-remaining-string)
7936 (timeclock-workday-elapsed-string)
7937 (timeclock-when-to-leave-string):
7938 * calendar/todo-mode.el (todo-add-category):
7939 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7940 * emacs-lisp/autoload.el (update-file-autoloads):
7941 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7942 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7943 (checkdoc-message-text, checkdoc-defun):
7944 * emacs-lisp/debug.el (debugger-list-functions):
7945 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7946 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7947 (eieio-describe-generic):
7948 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7949 * emacs-lisp/shadow.el (list-load-path-shadows):
7950 * emulation/cua-base.el (cua-mode):
7951 * emulation/edt.el (edt-set-scroll-margins):
7952 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7953 (tpu-toggle-regexp, tpu-toggle-search-direction)
7954 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7955 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7956 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7957 (viper-set-parsing-style-toggling-macro)
7958 (viper-set-emacs-state-searchstyle-macros):
7959 * emulation/viper.el (viper-set-hooks):
7960 * eshell/esh-mode.el (eshell-truncate-buffer):
7961 * international/mule-cmds.el (prefer-coding-system)
7962 (describe-input-method, describe-language-environment):
7963 * international/mule-diag.el (list-character-sets)
7964 (describe-character-set, describe-coding-system)
7965 (describe-fontset, list-fontsets, list-input-methods):
7966 * mail/sendmail.el (mail-signature):
7967 * net/ange-ftp.el (ange-ftp-copy-file):
7968 * net/browse-url.el (browse-url):
7969 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7970 * net/quickurl.el (quickurl-add-url):
7971 * net/rcirc.el (names, topic):
7972 * net/xesam.el (xesam-mode):
7973 * play/5x5.el (5x5-new-game):
7974 * play/yow.el (apropos-zippy):
7975 * progmodes/ada-mode.el (ada-mode-version):
7976 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7977 (f90-end-of-block)
7978 (f90-beginning-of-block):
7979 * progmodes/fortran.el (fortran-end-of-block)
7980 (fortran-beginning-of-block):
7981 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7982 * progmodes/python.el (python-describe-symbol, python-shell):
7983 * term/ns-win.el (ns-print-buffer):
7984 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7985 * textmodes/flyspell.el (flyspell-mode-on):
7986 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7987 (pages-directory-for-addresses):
7988 * textmodes/table.el (table-recognize-cell)
7989 (table-query-dimension, table-generate-source)
7990 (table-insert-sequence, table--warn-incompatibility):
7991 * textmodes/tex-mode.el (tex-validate-buffer):
7992 * textmodes/texinfmt.el (texinfmt-version)
7993 (texinfo-format-buffer):
7994 Use `called-interactively-p' instead of `interactive-p'.
7995
7996 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7997
7998 * image-mode.el (image-toggle-display):
7999 * emacs-lisp/elp.el (elp-instrument-function):
8000 * emacs-lisp/advice.el (ad-make-advised-definition):
8001 * emacs-lisp/easy-mmode.el (define-minor-mode):
8002 * net/browse-url.el (browse-url-maybe-new-window):
8003 * progmodes/sh-script.el (sh-learn-buffer-indent):
8004 Pass new argument 'any to `called-interactively-p'.
8005
8006 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8007
8008 * international/uni-bidi.el:
8009 * international/uni-category.el:
8010 * international/uni-combining.el:
8011 * international/uni-comment.el:
8012 * international/uni-decimal.el:
8013 * international/uni-decomposition.el:
8014 * international/uni-digit.el:
8015 * international/uni-lowercase.el:
8016 * international/uni-mirrored.el:
8017 * international/uni-name.el:
8018 * international/uni-numeric.el:
8019 * international/uni-old-name.el:
8020 * international/uni-titlecase.el:
8021 * international/uni-uppercase.el:
8022 Regenerate from Unicode 5.2.0 data.
8023
8024 2009-10-01 Glenn Morris <rgm@gnu.org>
8025
8026 * Makefile.in (ELCFILES): Regenerate.
8027
8028 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8029
8030 * subr.el (interactive-p): Mark obsolete.
8031 (called-interactively-p): Make the optional-ness of `kind' obsolete.
8032 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8033 advertised-signature-table for subroutines as well.
8034
8035 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8036 (set-advertised-calling-convention): New function.
8037 (make-obsolete, define-obsolete-function-alias)
8038 (make-obsolete-variable, define-obsolete-variable-alias):
8039 Make the optional-ness of `when' obsolete.
8040 (define-obsolete-face-alias): Make `when' non-optional.
8041 * help-fns.el (help-function-arglist):
8042 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8043 Use advertised-signature-table.
8044
8045 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
8046
8047 * files.el (delete-directory): New defun. The original function
8048 in fileio.c has been renamed to `delete-directory-internal'.
8049
8050 * dired.el (dired-delete-file): Call `delete-directory' with
8051 RECURSIVE parameter.
8052
8053 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8054 parameter RECURSIVE. Implementation is missing.
8055
8056 * net/tramp.el (tramp-handle-make-directory): Flush upper
8057 directory's file properties.
8058 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8059 (tramp-handle-dired-recursive-delete-directory): Flush directory
8060 properties after the remove command only.
8061
8062 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8063 Handle optional parameter RECURSIVE.
8064
8065 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8066 Handle optional parameter RECURSIVE.
8067
8068 * net/tramp-smb.el (tramp-smb-errors): Add error message for
8069 connection timeout.
8070 (tramp-smb-handle-delete-directory): Handle optional parameter
8071 RECURSIVE.
8072
8073 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8074
8075 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8076 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8077 (byte-compile-defmacro): Use backquotes.
8078
8079 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8080
8081 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8082 has no associated file.
8083 (vc-resynch-buffer): Use vc-dir-buffers.
8084
8085 2009-10-01 Glenn Morris <rgm@gnu.org>
8086
8087 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8088 (chart-file-count):
8089 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8090 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8091 * emacs-lisp/eieio-opt.el (eieio-describe-class):
8092 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8093 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8094 (eieio-copy-parents-into-subclass, make-instance, class-children)
8095 (eieio-generic-form):
8096
8097 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8098 match-data. (Bug#4555).
8099
8100 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8101 rather than parsing it as a regexp. This relaxes the layout
8102 requirements and makes errors easier to detect.
8103 (check-declare-verify): Check file is regular.
8104 (check-declare-directory): Doc fix.
8105 * subr.el (declare-function): Doc fix.
8106
8107 * ibuffer.el (ibuffer-format-qualifier):
8108 * isearch.el (hi-lock-regexp-okay):
8109 * calc/calc.el (math-zerop):
8110 * mail/uce.el (rmail-msgbeg, rmail-msgend):
8111 * term/w32-win.el (setup-default-fontset, set-fontset-font):
8112 Remove unused declarations.
8113
8114 2009-09-30 Glenn Morris <rgm@gnu.org>
8115
8116 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8117
8118 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8119 filename is not a string.
8120
8121 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
8122
8123 * files.el (safe-local-eval-forms): Fix typo.
8124
8125 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8126
8127 * vc-hooks.el (vc-dir-buffers): New var.
8128 (vc-state-refresh): New function.
8129 (vc-state): Use it.
8130 (vc-after-save): Always ask the backend to recompute the new state.
8131 Always call vc-dir if necessary, using vc-dir-buffers.
8132 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8133 Use vc-dir-buffers.
8134 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8135 (vc-dir-prepare-status-buffer, vc-dir-update)
8136 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8137 Don't call expand-file-name on default-directory.
8138
8139 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8140
8141 * speedbar.el (speedbar-item-delete):
8142 * calc/calc-prog.el (calc-kbd-if):
8143 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8144
8145 * epa.el (epa-key-list-mode-map):
8146 * hi-lock.el (hi-lock-menu): Fix typos in menus.
8147
8148 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8149 (hs-show-hook): Fix typo in docstring.
8150
8151 2009-09-29 Glenn Morris <rgm@gnu.org>
8152
8153 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8154 file-name-nondirectory call preventing location of cedet files.
8155 (check-declare-verify): Use literal search rather than re-search.
8156 Add basic defmethod and defclass, and define-overloadable-function.
8157
8158 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8159 Use tramp-compat-file-attributes rather than nonexistent
8160 tramp-compat-handle-file-attributes.
8161
8162 * Makefile.in (lisptagsfiles4): New.
8163 (AUTOGENEL): Add cedet loaddefs files.
8164 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8165 (update-elclist, compile-always, backup-compiled-files)
8166 (bootstrap-clean): Add yet another directory level.
8167 (update-elclist): Use LC_COLLATE rather than COLLATE.
8168 (ELCFILES): Update, via `make update-elclist'.
8169
8170 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8171
8172 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8173 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8174 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8175
8176 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
8177
8178 * Makefile.in (lisptagsfiles3): Define.
8179 (TAGS, TAGS-LISP): Use it.
8180 (update-elclist): Add third directory level to look for elc files.
8181 (compile-always): Likewise.
8182 (backup-compiled-files): Likewise.
8183 (bootstrap-clean): Likewise.
8184 (ELCFILES): Update.
8185
8186 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
8187
8188 * Makefile.in (ELCFILES): Add CEDET files.
8189
8190 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
8191
8192 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8193
8194 * net/tramp.el (top): Require tramp-imap.
8195
8196 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8197 Use `tramp-compat-handle-file-attributes'.
8198
8199 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8200
8201 * net/tramp-imap.el: New package.
8202
8203 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8204
8205 * whitespace.el (whitespace-trailing-regexp)
8206 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8207 Fix doc string.
8208
8209 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
8210
8211 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8212 menu.
8213
8214 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8215 menu-bar-ediff-menu.
8216
8217 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8218 define-overloadable-function.
8219
8220 * progmodes/autoconf.el: Provide autoconf as well, so that this
8221 file can be `require'd.
8222
8223 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8224
8225 * emacs-lisp/autoload.el (generated-autoload-feature)
8226 (generated-autoload-load-name): New vars.
8227 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8228 (make-autoload): Recognize define-overloadable-function and
8229 defclass forms (for EIEIO).
8230
8231 * Makefile.in (update-subdirs): Exclude cedet directory.
8232
8233 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8234
8235 * term/ns-win.el: Don't set the region face background. (Bug#4381)
8236
8237 * faces.el: Default light-background background for region face to
8238 ns_selection_color under NS.
8239
8240 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8241
8242 * net/imap-hash.el: New library, see NEWS.
8243
8244 * Makefile.in (ELCFILES): Add imap-hash.el.
8245
8246 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8247
8248 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8249 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8250 * help-macro.el (make-help-screen): Avoid using an ambiguous function
8251 definition where the docstring could be taken for the return value.
8252
8253 2009-09-26 Glenn Morris <rgm@gnu.org>
8254
8255 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8256 Add option to only show images below a certain size.
8257 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8258 save-excursion calls.
8259
8260 2009-09-26 Eli Zaretskii <eliz@gnu.org>
8261
8262 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8263 subdirectories) and eieio.
8264
8265 2009-09-26 Alan Mackenzie <acm@muc.de>
8266
8267 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8268 Correct buggy bracketing. (Bug#4289)
8269
8270 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8271 character constants (as case labels). (Bug#4289)
8272
8273 2009-09-25 Juri Linkov <juri@jurta.org>
8274
8275 * files.el (safe-local-eval-forms): Allow time-stamp in
8276 before-save-hook (Bug#4554).
8277
8278 2009-09-25 Drew Adams <drew.adams@oracle.com>
8279
8280 * menu-bar.el (list-buffers-directory): Doc fix.
8281
8282 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8283
8284 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8285 Try and avoid copying twice the same paragraph.
8286 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8287 Remove save-excursion.
8288 (log-edit-changelog-entry): Do it here instead.
8289
8290 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
8291
8292 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8293 when available, instead of hardcoding mode names. Doc fix.
8294
8295 * menu-bar.el (list-buffers-directory): Add docstring.
8296 Make automatically buffer-local.
8297
8298 * dired.el (dired-mode):
8299 * files.el (cd-absolute):
8300 * pcvs.el (cvs-temp-buffer):
8301 * pcvs-util.el (cvs-get-buffer-create):
8302 * shell.el (shell-mode):
8303 * vc-dir.el (vc-dir-mode):
8304 Don't make `list-buffers-directory' buffer local.
8305
8306 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8307
8308 * comint.el (comint-exec, comint-run, make-comint):
8309 Doc fixes (Bug#4542).
8310
8311 2009-09-25 Glenn Morris <rgm@gnu.org>
8312
8313 * mail/rmailmm.el (rmail-mime): New custom group.
8314 Move all defcustoms in this file into this group.
8315 (rmail-mime-media-type-handlers-alist): Revert previous change.
8316 (rmail-mime-show-images): New option.
8317 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8318 references to it, since it wasn't actually used for anything.
8319 (rmail-mime-insert-image): New function.
8320 (rmail-mime-image): Use rmail-mime-insert-image.
8321 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8322 obey the value of `rmail-mime-show-images' option. Print the size of
8323 attachments.
8324
8325 2009-09-25 David Engster <deng@randomsample.de>
8326
8327 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8328
8329 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8330
8331 * whitespace.el: Does not highlight trailing spaces While point is
8332 at end of line. Does not highligt spaces at beginning of buffer
8333 while point is at beginning of buffer. Does not highlight spaces
8334 at end of buffer while point is at end of buffer. (Bug#4177)
8335 New version 12.0.
8336 (whitespace-display-mappings): Adjust initialization.
8337 (whitespace-point, whitespace-font-lock-refontify): New vars.
8338 (whitespace-color-on, whitespace-color-off): Adjust code.
8339 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8340 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8341 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8342
8343 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
8344
8345 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8346
8347 * textmodes/sgml-mode.el: Remove xml-mode alias.
8348
8349 * files.el (auto-mode-alist, conf-mode-maybe)
8350 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8351
8352 2009-09-24 Alan Mackenzie <acm@muc.de>
8353
8354 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8355 c-forward-conditionals, but it doesn't move point and doesn't set
8356 the mark.
8357 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8358 (c-down-conditional-with-else, c-backward-conditional)
8359 (c-forward-conditional): Refactor to use c-scan-conditionals.
8360
8361 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8362
8363 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8364 (help-default-arg-highlight): Remove.
8365 (help-highlight-arg): New function.
8366 (help-do-arg-highlight): Use it.
8367 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8368
8369 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8370
8371 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8372 Undo last change, which didn't fix the problem and introduced others.
8373
8374 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
8375
8376 * progmodes/gdb-mi.el: Don't require speedbar.
8377 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8378
8379 2009-09-24 Glenn Morris <rgm@gnu.org>
8380
8381 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8382
8383 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8384
8385 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8386 there is no newline after the final mime boundary. (Bug#4539)
8387 Move markers on insertion so that any buttons inserted don't end up in
8388 the next part of a multipart message.
8389 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8390 (rmail-mime-bulk-handler): Optionally handle images.
8391 (rmail-mime-image): New button action.
8392 (rmail-mime-image-handler): New function.
8393 (rmail-mime-mode): New mode.
8394 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
8395
8396 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8397
8398 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8399 than just dropping elements from it (bug#4504).
8400
8401 * term.el (term-set-scroll-region): Don't move cursor any more.
8402 (term-handle-ansi-escape): Call term-goto here instead.
8403 Suggested by Ivan Kanis <apple@kanis.eu>.
8404
8405 * term.el: Require CL.
8406 (term-ansi-reset): New function.
8407 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8408 (term-handle-colors-array): Simplify.
8409
8410 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8411
8412 * allout.el (allout-overlay-interior-modification-handler)
8413 (allout-obtain-passphrase):
8414 * epa-file.el (epa-file-write-region):
8415 * ps-print.el (ps-begin-job):
8416 * vc-hooks.el (vc-toggle-read-only):
8417 * vc-rcs.el (vc-rcs-rollback):
8418 * vc-sccs.el (vc-sccs-rollback):
8419 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8420 (vc-version-diff, vc-revert, vc-rollback):
8421 * wdired.el (wdired-check-kill-buffer):
8422 * emacs-lisp/authors.el (authors):
8423 * net/socks.el (socks-open-connection):
8424 * net/zeroconf.el (zeroconf-service-add-hook):
8425 * obsolete/vc-mcvs.el (vc-mcvs-register):
8426 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8427 (gdb-select-frame):
8428 * progmodes/grep.el (lgrep, rgrep):
8429 * progmodes/idlw-help.el (idlwave-help-check-locations)
8430 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8431 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8432 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8433 (reftex-toc-rename-label): Fix typos in error messages.
8434
8435 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8436 (dired-copy-how-to-fn): Doc fix.
8437 (dired-files-attributes, dired-read-shell-command):
8438 Fix typos in docstrings.
8439
8440 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8441 (dired-x-find-file-other-window): Reflow docstrings.
8442 (dired-omit-marker-char, dired-read-shell-command)
8443 (dired-x-submit-report): Fix typos in docstrings.
8444
8445 * shell.el (shell-mode-hook):
8446 * view.el (View-scroll-line-forward):
8447 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8448 Fix typos in docstrings.
8449
8450 * net/dig.el (dig-invoke): Fix typo in docstring.
8451 (query-dig): Reflow docstring.
8452
8453 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8454 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8455 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8456 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8457 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8458 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8459 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8460 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8461 (idlwave-completion-map, idlwave-current-indent)
8462 (idlwave-custom-ampersand-surround, idlwave-customize)
8463 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8464 (idlwave-define-abbrev, idlwave-determine-class-special)
8465 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8466 (idlwave-end-block-reg, idlwave-end-of-statement)
8467 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8468 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8469 (idlwave-explicit-class-listed, idlwave-file-header)
8470 (idlwave-fill-paragraph, idlwave-find-class-definition)
8471 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8472 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8473 (idlwave-in-quote, idlwave-indent-action-table)
8474 (idlwave-indent-expand-table, idlwave-indent-line)
8475 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8476 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8477 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8478 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8479 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8480 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8481 (idlwave-outlawed-buffers, idlwave-popup-select)
8482 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8483 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8484 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8485 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8486 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8487 (idlwave-statement-type, idlwave-struct-skip)
8488 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8489 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8490 (idlwave-what-module-find-class): Fix typos in docstrings.
8491 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8492 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8493 (idlwave-find-module, idlwave-find-structure-definition)
8494 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8495 (idlwave-list-load-path-shadows, idlwave-next-statement)
8496 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8497 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8498 (idlwave-template): Reflow docstrings.
8499
8500 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8501 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8502 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8503 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8504 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8505 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8506 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8507 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8508 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8509 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8510 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8511 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8512 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8513 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8514 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8515 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8516 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8517 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8518 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8519 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8520 Fix typos in docstrings.
8521 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8522 (idlwave-shell-hide-output, idlwave-shell-mode)
8523 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8524 Reflow docstrings.
8525
8526 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8527
8528 2009-09-24 Ivan Kanis <apple@kanis.eu>
8529
8530 * term.el (term-bold-attribute): New var.
8531 (term-handle-colors-array): Use it.
8532
8533 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8534
8535 * progmodes/gdb-mi.el (gdb-version): New variable.
8536 (gdb-non-stop-handler): Set gdb-version.
8537 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8538 Condition "--thread" option on gdb-version.
8539 (gdb-invalidate-threads): Remove unused argument.
8540
8541 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8542
8543 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8544 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8545
8546 2009-09-23 Glenn Morris <rgm@gnu.org>
8547
8548 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8549 replying to mail without References or Message-Id. (Bug#4525)
8550
8551 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8552
8553 * term/ns-win.el (ns-reg-to-script): New variable.
8554
8555 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8556
8557 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8558
8559 2009-09-22 Sam Steingold <sds@gnu.org>
8560
8561 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8562 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8563 to 1 because hg returns status 1 when nothing is found.
8564 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8565
8566 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8567
8568 * textmodes/fill.el: Convert to utf-8 encoding.
8569 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8570 pre-unicode days.
8571
8572 * add-log.el (change-log-fill-forward-paragraph): New function.
8573 (change-log-mode): Use it so fill-region DTRT.
8574 Set fill-indent-according-to-mode here rather than in
8575 change-log-fill-paragraph.
8576 (change-log-fill-paragraph): Remove.
8577
8578 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8579
8580 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8581 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8582
8583 2009-09-22 Glenn Morris <rgm@gnu.org>
8584
8585 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8586 the scroll-bar scroll the calendar window rather than the buffer.
8587
8588 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8589 commands that move point (as opposed to scrolling).
8590
8591 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8592
8593 * emacs-lisp/elint.el (elint): New custom group.
8594 (elint-log-buffer): Make it a defcustom.
8595 (elint-scan-preloaded, elint-ignored-warnings)
8596 (elint-directory-skip-re): New options.
8597 (elint-builtin-variables): Doc fix.
8598 (elint-preloaded-env): New variable.
8599 (elint-unknown-builtin-args): Add an entry for encode-time.
8600 (elint-extra-errors): Make it a variable rather than a constant.
8601 (elint-preloaded-skip-re): New constant.
8602 (elint-directory): Skip files matching elint-directory-skip-re.
8603 (elint-features): New variable, local to linted buffers.
8604 (elint-update-env): Initialize elint-features. Possibly add
8605 elint-preloaded-env to the buffer's environment.
8606 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8607 Skip quoted forms.
8608 (elint-init-form): New function, extracted from elint-init-env.
8609 Make non-list forms a warning rather than an error.
8610 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8611 easy-menu-define, put that adds an error-condition, and provide.
8612 When requiring cl, also require cl-macs. Really require cl, to handle
8613 some cl macros. Store required libraries in the list elint-features,
8614 so as not to re-load them. Treat cc-require like require.
8615 (elint-init-env): Call elint-init-form to do the work.
8616 Handle eval-and-compile and such like.
8617 (elint-add-required-env): Do not clear messages.
8618 (elint-special-forms): Add handlers for function, defalias, if, when,
8619 unless, and, or.
8620 (elint-form): Add optional argument to ignore elint-special-forms,
8621 useful to prevent recursive calls from handlers. Doc fix.
8622 Respect elint-ignored-warnings.
8623 (elint-form): Respect elint-ignored-warnings.
8624 (elint-bound-variable, elint-bound-function): New variables.
8625 (elint-unbound-variable): Respect elint-bound-variable.
8626 (elint-get-args): Respect elint-bound-function.
8627 (elint-check-cond-form): Add some simple handling for (f)boundp and
8628 featurep tests.
8629 (elint-check-defalias-form): New handler.
8630 (elint-check-let-form): Make an empty let a warning rather than an
8631 error.
8632 (elint-check-setq-form): Make an empty setq a warning rather than an
8633 error. Respect elint-ignored-warnings.
8634 (elint-check-defvar-form): Accept null doc-strings.
8635 (elint-check-conditional-form): New handler. Does some simple-minded
8636 checking of featurep and (f)boundp tests.
8637 (elint-put-function-args): New function.
8638 (elint-initialize): Use elint-scan-doc-file rather than
8639 elint-find-builtin-variables. Use elint-put-function-args.
8640 Possibly scan preloaded-file-list.
8641 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8642 extend to handle functions as well.
8643
8644 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8645
8646 * linum.el (linum-delete-overlays, linum-update-window):
8647 Do not modify the right margin. (Bug#3971)
8648
8649 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8650
8651 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
8652 Use nxml-mode instead of xml-mode.
8653
8654 2009-09-21 Kevin Ryde <user42@zip.com.au>
8655
8656 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8657
8658 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8659
8660 * net/dig.el (dig-mode): Use define-derived-mode.
8661
8662 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8663
8664 * vc-dispatcher.el (vc-do-command): Return the process object in
8665 the asynchronous case. Use when instead of if. Do not run
8666 vc-exec-after to display a message if not enabled. (Bug#4463)
8667
8668 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8669 properties to the stash strings.
8670 (vc-git-stash-list): Return a list of strings.
8671 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8672 (vc-git-stash-show-at-point): New functions.
8673 (vc-git-stash-map): New keymap.
8674
8675 * register.el (ctl-x-r-map): Define the keys here instead of
8676 using autoload.
8677
8678 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8679
8680 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8681 list, to workaround performance problem (bug#4485).
8682
8683 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8684
8685 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8686
8687 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8688
8689 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8690 Document that this option is not recommended to use.
8691
8692 2009-09-19 Glenn Morris <rgm@gnu.org>
8693
8694 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8695 variable `var'.
8696
8697 * calc/calc-alg.el (var):
8698 * calc/calcalg2.el (var): Define for compiler.
8699
8700 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8701
8702 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8703 Doc fix (Bug#3932).
8704
8705 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8706
8707 * time-stamp.el (time-stamp-month-dd-yyyy)
8708 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8709 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8710 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8711 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8712 Remove functions that have been obsolete since 1995 (Bug#4436).
8713
8714 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8715 indent buffer only if called interactively (Bug#4452).
8716
8717 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8718 Eli Zaretskii <eliz@gnu.org>
8719
8720 This fixes bug#4197 (merged to bug#865, though not identical).
8721 * server.el (server-auth-dir): Add docstring note about FAT32.
8722 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8723 but warn against using them.
8724
8725 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8726
8727 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8728 older GDB where there is no has_more field.
8729
8730 2009-09-19 Glenn Morris <rgm@gnu.org>
8731
8732 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8733
8734 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8735
8736 * files.el (auto-mode-alist): Change default for XML files to nXML
8737 mode (Bug#4169).
8738
8739 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8740
8741 * server.el (server-ensure-safe-dir): Pass 'integer
8742 to `file-attributes', as suggested.
8743
8744 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8745
8746 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8747 (dired-query): Use read-key.
8748
8749 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8750
8751 * cus-start.el (ns-use-qd-smoothing): Remove.
8752
8753 2009-09-18 Glenn Morris <rgm@gnu.org>
8754
8755 * allout.el (top-level): Remove unnecessary progn.
8756
8757 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8758
8759 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8760 definition of abbrev table.
8761
8762 * speedbar.el (speedbar-track-mouse):
8763 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8764 * net/eudc.el (eudc-expand-inline):
8765 * net/newst-backend.el (newsticker--cache-read-feed):
8766 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8767 condition-case handlers.
8768
8769 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8770
8771 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8772 (gdb-var-list): Add an element for has_more field.
8773 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8774 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8775 (gdb-var-update-handler-1): Parse output of dynamic variable
8776 objects (STL containers).
8777 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8778 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8779
8780 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8781 gdb-var-list.
8782 (gud-speedbar-buttons): Make node expandable if expression "has more"
8783 children.
8784
8785 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8786
8787 * startup.el (emacs-quick-startup): Remove variable and all uses.
8788 (command-line): Set `inhibit-x-resources' instead.
8789 (command-line-1): Use `inhibit-x-resources' instead.
8790
8791 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8792
8793 * subr.el: Fix last change to avoid using the `unless' macro,
8794 which breaks bootstrapping.
8795
8796 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8797
8798 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8799 extended definitions, in case we reload subr.el after having
8800 loaded CL.
8801 (eval-next-after-load): Mark as obsolete.
8802
8803 2009-09-17 Juri Linkov <juri@jurta.org>
8804
8805 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8806 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8807 (menu-bar-showhide-menu, menu-bar-tools-menu)
8808 (menu-bar-describe-menu, menu-bar-help-menu)
8809 (minibuffer-local-completion-map, minibuffer-local-map):
8810 Fix list quoting.
8811
8812 2009-09-17 Glenn Morris <rgm@gnu.org>
8813
8814 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8815 arguments, whether or not it has a handler.
8816
8817 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8818
8819 * simple.el (hard-newline): Give it a doc-string.
8820
8821 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8822 (lisp-mode-syntax-table): Give them doc-strings.
8823
8824 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8825
8826 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8827 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8828 (menu-bar-options-menu, menu-bar-showhide-menu)
8829 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8830 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8831 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8832 (menu-bar-options-menu, menu-bar-tools-menu)
8833 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8834 (menu-bar-help-menu):
8835 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8836 string arguments.
8837
8838 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8839 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8840 calls for the menu names and :help.
8841
8842 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8843
8844 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8845 to :minor-mode-function (bug#4455).
8846
8847 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8848
8849 * startup.el (command-line): Initialize the window-system after
8850 processing the command-line.
8851
8852 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8853 page-delimiter matches the empty string.
8854
8855 2009-09-16 Glenn Morris <rgm@gnu.org>
8856
8857 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8858 byte-compile-not-obsolete-var. It's a list now.
8859 (byte-compile-not-obsolete-funcs): New variable.
8860 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8861 byte-compile-not-obsolete-funcs.
8862 (byte-compile-variable-ref, byte-compile-defvar): Update for
8863 byte-compile-not-obsolete-vars name-change and list nature.
8864 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8865 and variables behind (f)boundp tests.
8866 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8867
8868 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8869
8870 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8871
8872 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8873
8874 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8875 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8876 Don't autoload.
8877
8878 2009-09-15 Stephen Eglen <stephen@gnu.org>
8879
8880 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8881 the virtual-buffers, use the name of the buffer specified by
8882 find-file-noselect, as the match may be a symlink. (This was a
8883 problem if the target and the symlink had different names.)
8884
8885 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8886
8887 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8888
8889 * desktop.el (desktop-path): Check user-emacs-directory.
8890
8891 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8892
8893 * loadup.el: Use after-load-functions to GC after loading each file.
8894 Remove the explicit GC calls that used to be sprinkled around.
8895
8896 * subr.el (after-load-functions): New hook.
8897 (do-after-load-evaluation): Run it. Use string-match-p to detect
8898 `obsolete' packages, rather than painfully extracting the relevant
8899 directory name.
8900
8901 2009-09-15 Glenn Morris <rgm@gnu.org>
8902
8903 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8904 free variable `doc'.
8905
8906 * dired.el (dired-mode-map): Add menu entry for async shell command.
8907
8908 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8909 variables, also consider the .elc files, since the .el files are
8910 normally gzipped (subsequent code locates the .el.gz from the .elc).
8911
8912 * calc/calc-prog.el (arglist): Define for compiler.
8913
8914 * calendar/diary-lib.el (diary-display-function): Change the default to
8915 fancy display.
8916 (body): Define for compiler.
8917
8918 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8919 (byte-compile-file-form, byte-compile-lambda)
8920 (byte-compile-top-level-body, byte-compile-form)
8921 (byte-compile-variable-ref, byte-compile-setq)
8922 (byte-compile-setq-default, byte-compile-body)
8923 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8924 (batch-byte-compile): Give some more local variables with common names
8925 a "bytecomp-" prefix to avoid masking warnings about free variables.
8926
8927 * startup.el (command-line-1): Give local variables with common names a
8928 distinguishing prefix, so as not to hide free variable warnings during
8929 bootstrap.
8930
8931 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8932 clever and add a suffix to make a unique name, just let the user decide
8933 whether or not to overwrite it. If the input is a directory, write the
8934 default filename to that directory. (Bug#4388)
8935 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8936 is a filename-as-a-directory.
8937
8938 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8939
8940 * textmodes/page.el (what-page): Don't move to beginning of line.
8941 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8942
8943 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8944
8945 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8946
8947 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8948
8949 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8950 * help.el (help-for-help-internal): Add purecopy calls for text.
8951
8952 * vc.el (top): print-log method now takes an optional SHORTLOG
8953 argument. Add a new method: root.
8954 (vc-root-diff, vc-print-root-log): New functions.
8955 (vc-log-short-style): New variable.
8956 (vc-print-log-internal): Add support for showing short logs.
8957
8958 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8959 vc-print-root-log and vc-print-root-diff.
8960
8961 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8962 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8963 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8964 short logs.
8965
8966 * vc-cvs.el (vc-cvs-print-log):
8967 * vc-mtn.el (vc-mtn-print-log):
8968 * vc-rcs.el (vc-rcs-print-log):
8969 * vc-sccs.el (vc-sccs-print-log):
8970 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8971 that is ignored for now.
8972
8973 * vc-mtn.el (vc-mtn-annotate-command):
8974 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8975
8976 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8977
8978 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8979 to function-key-map, and give them ascii-character property.
8980 * term/x-win.el (x-alternatives-map):
8981 * term/ns-win.el (ns-alternatives-map):
8982 * term/internal.el (msdos-key-remapping-map):
8983 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8984
8985 2009-09-14 Glenn Morris <rgm@gnu.org>
8986
8987 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8988 temp-buffers (2009-09-12).
8989
8990 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8991
8992 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8993 the new read-key function.
8994
8995 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8996
8997 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8998 is defined (Bug#4405).
8999
9000 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
9001
9002 * recentf.el (recentf-cleanup): Use a hash table to find
9003 duplicates (Bug#4407).
9004
9005 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
9006
9007 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9008 kp-0 to ascii equivalents (Bug#4325).
9009
9010 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9011
9012 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9013
9014 * eshell/em-hist.el:
9015 * eshell/em-dirs.el (eshell-complete-user-reference):
9016 Declare pcomplete functions and variables to avoid compiler warnings.
9017
9018 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
9019
9020 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9021 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9022 * eshell/em-alias.el (eshell-aliases-file):
9023 * eshell/em-hist.el (eshell-history-file-name):
9024 Use expand-file-name instead of concat to make file names (Bug#4308).
9025
9026 2009-09-13 Glenn Morris <rgm@gnu.org>
9027
9028 * ediff-merg.el (ediff-do-merge):
9029 * filesets.el (filesets-run-cmd):
9030 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9031 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9032 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9033 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9034 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9035 Replace empty `let's with `progn'.
9036
9037 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9038
9039 * mail/sendmail.el (send-mail-function):
9040 * tooltip.el (tooltip-mode):
9041 * simple.el (transient-mark-mode):
9042 * rfn-eshadow.el (file-name-shadow-mode):
9043 * frame.el (blink-cursor-mode):
9044 * font-core.el (global-font-lock-mode):
9045 * files.el (temporary-file-directory)
9046 (small-temporary-file-directory, auto-save-file-name-transforms):
9047 * epa-hook.el (auto-encryption-mode):
9048 * composite.el (global-auto-composition-mode):
9049 Use custom-initialize-delay.
9050 * startup.el (command-line): Don't explicitly call
9051 custom-reevaluate-setting for all the above vars.
9052 * custom.el (custom-initialize-safe-set)
9053 (custom-initialize-safe-default): Delete.
9054
9055 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9056
9057 * term/x-win.el (x-initialize-window-system):
9058 * term/w32-win.el (w32-initialize-window-system):
9059 * term/ns-win.el (ns-initialize-window-system): Don't call
9060 mouse-wheel-mode since it's enabled globally by default already.
9061
9062 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9063 actually define the variable, but only silences the byte-compiler.
9064 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9065 before looking it up.
9066 (mouse-wheel-scroll-amount): Also reset the bindings if this value
9067 is changed.
9068
9069 2009-09-12 Glenn Morris <rgm@gnu.org>
9070
9071 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9072 1000.
9073 (elint-add-required-env): Don't beep on error.
9074 (elint-forms): In case of error, return ENV unchanged.
9075 (elint-init-env): Skip non-list forms.
9076 (elint-log): Handle unknown file positions.
9077
9078 2009-09-12 Daiki Ueno <ueno@unixuser.org>
9079
9080 * epg.el (epg-make-context): Add autoload cookie.
9081 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9082 (epg-decrypt-string, epg-start-verify, epg-verify-file)
9083 (epg-verify-string, epg-start-sign, epg-sign-file)
9084 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9085 (epg-encrypt-string, epg-start-export-keys)
9086 (epg-export-keys-to-file, epg-export-keys-to-string)
9087 (epg-start-import-keys, epg-import-keys-from-file)
9088 (epg-import-keys-from-string, epg-start-receive-keys)
9089 (epg-receive-keys, epg-import-keys-from-server)
9090 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9091 (epg-sign-keys, epg-start-generate-key)
9092 (epg-generate-key-from-file, epg-generate-key-from-string):
9093 Remove autoload cookie.
9094
9095 2009-09-12 Eli Zaretskii <eliz@gnu.org>
9096
9097 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9098 reevaluation of trash-directory.
9099
9100 * mwheel.el: Fix last change.
9101 (mouse-wheel-mode): New defvar.
9102 (mouse-wheel-mode): Remove autoload cookie.
9103
9104 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9105
9106 * mwheel.el (mwheel-installed-bindings): New var.
9107 (mouse-wheel-mode): Use it, so as to make sure we really remove all
9108 the bindings we set last time. Use custom-initialize-delay.
9109 * loadup.el: Load mwheel after term/*-win.el.
9110 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9111 and mouse-wheel-up-event now that their first evaluation is done
9112 sufficiently late to be correct.
9113
9114 * startup.el (tutorial-directory): Make it a defcustom.
9115 Use custom-initialize-delay rather than eval-at-startup to set it.
9116 * image.el (image-load-path): Make it a defcustom.
9117 Use custom-initialize-delay rather than eval-at-startup to set it.
9118 * subr.el (eval-at-startup): Remove.
9119 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9120
9121 * subr.el (do-after-load-evaluation): Warn the user after loading an
9122 obsolete package.
9123
9124 2009-09-12 Glenn Morris <rgm@gnu.org>
9125
9126 * proced.el (proced-mark-alt): Remove alias.
9127 (proced-mode-map): Remove proced-mark-alt.
9128
9129 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9130 Elint file and directory. Remove initialization entry.
9131
9132 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9133 commands.
9134 (elint-current-buffer): Set mode-line-process.
9135 (elint-init-env): Handle define-derived-mode.
9136 Fix declare-function with unspecified arglist. Guard against odd
9137 defalias statements (eg iso-insert's 8859-1-map).
9138 (elint-add-required-env): Use a temp buffer.
9139 (elint-form): Just print the function/macro name, not the whole form.
9140 Return env unchanged if we fail to parse a macro.
9141 (elint-forms): Guard against parse errors.
9142 (elint-output): New function, to handle batch mode.
9143 (elint-log-message): Add optional argument. Use elint-output.
9144 (elint-set-mode-line): New function.
9145
9146 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
9147
9148 * emacs-lisp/elp.el (elp-not-profilable): Add more
9149 functions (Bug#4233).
9150
9151 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
9152
9153 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9154 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9155
9156 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9157
9158 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9159 (gdb-var-list-children): Use json parsing.
9160
9161 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
9162
9163 * progmodes/js.el (js--proper-indentation): Handle the case where
9164 char-before is null. Reported by Deniz Dogan.
9165
9166 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9167
9168 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9169
9170 2009-09-11 Daiki Ueno <ueno@unixuser.org>
9171
9172 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9173 (epg-digest-algorithm-alist): Add SHA224.
9174 (epg-context-set-passphrase-callback)
9175 (epg-context-set-progress-callback): Add description about
9176 callback function.
9177
9178 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9179
9180 * custom.el (custom-delayed-init-variables): New var.
9181 (custom-initialize-delay): New function.
9182 * startup.el (command-line): "Re"evaluate all vars in
9183 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
9184 explicitly any more.
9185 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9186 to avoid creating a ~/.emacs.d at build-time (bug#4347).
9187
9188 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9189
9190 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9191
9192 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9193 (gdb-var-update-handler): Use json parsing.
9194
9195 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9196
9197 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9198 decode annotated text, regardless of language environment. (Bug#2741)
9199
9200 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9201
9202 * Makefile.in (autoloads): Make rmail.el writable as well.
9203
9204 2009-09-11 Glenn Morris <rgm@gnu.org>
9205
9206 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9207 loaddefs.el.
9208 * dired.el: Regenerate with extracted autoloads.
9209 * Makefile.in (autoloads): Make dired.el writable.
9210
9211 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9212 * ibuffer.el: Regenerate with extracted autoloads.
9213 * Makefile.in (autoloads): Make ibuffer.el writable.
9214
9215 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9216 * version.el (emacs-copyright, emacs-major-version)
9217 (emacs-minor-version): Reformat doc-strings for make-docfile.
9218
9219 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9220 functions and variables, since they must be stuff specific to some other
9221 platform.
9222 (apropos-print): Make mouse-click message less specific about button.
9223
9224 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9225 that records where a macro was defined.
9226 * help-fns.el (describe-function-1): Mention if a function has a
9227 compiler-macro.
9228 * help-mode.el (help-function-cmacro): New button.
9229
9230 * locate.el (top-level): Always require dired.
9231 (locate-mode-map): Initialize inside the defvar.
9232
9233 * net/ange-ftp.el (dired-compress-file): Declare.
9234 (ange-ftp-dired-compress-file): Add doc string.
9235
9236 * term/ns-win.el (x-display-name, x-setup-function-keys):
9237 Unify doc-strings with X versions.
9238
9239 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9240
9241 * emulation/crisp.el (crisp-mode-map): Move initialization
9242 into declaration.
9243 (crisp-mode): Use define-minor-mode.
9244
9245 * progmodes/xscheme.el (xscheme-evaluation-commands):
9246 Put a :advertised-binding property rather than using
9247 advertised-xscheme-send-previous-expression.
9248 (advertised-xscheme-send-previous-expression): Declare obsolete.
9249 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9250 `advertised-undo'.
9251 (crisp-mode): Add corresponding bindings to
9252 undo's :advertised-binding instead.
9253 * dired.el (dired-mode-map): Put a :advertised-binding property rather
9254 than using dired-advertised-find-file.
9255 (dired-advertised-find-file):
9256 * simple.el (advertised-undo):
9257 * wid-edit.el (advertised-widget-backward): Declare obsolete.
9258 (widget-keymap): Put a :advertised-binding property rather
9259 than using advertised-widget-backward.
9260 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9261 than using advertised-undo.
9262 * tutorial.el (tutorial--default-keys): Adjust accordingly.
9263
9264 2009-09-10 Simon South <ssouth@slowcomputing.org>
9265
9266 * progmodes/delphi.el (delphi-tab): Indent region when Transient
9267 Mark mode is enabled and region is active; otherwise indent or
9268 insert TAB as usual.
9269 (delphi-mode): Update description of TAB-key binding.
9270
9271 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9272
9273 * subr.el (define-key-rebound-commands): Mark obsolete.
9274 * startup.el (precompute-menubar-bindings): Remove.
9275 (normal-top-level): Remove obsolete code that tried to precompute
9276 menubar bindings.
9277 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9278 define-key-rebound-commands and precompute-menubar-bindings.
9279
9280 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9281
9282 * net/imap.el (imap-interactive-login): Better messages.
9283 (imap-open): Fix bug with renamed buffer on reconnect.
9284 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9285 for easier debugging and cleaner code. On successful (guessed based on
9286 server capabilities) secondary authentication, set imap-state
9287 correctly.
9288 (imap-last-authenticator): Define imap-last-authenticator as a variable
9289 to avoid warnings.
9290
9291 2009-09-10 Glenn Morris <rgm@gnu.org>
9292
9293 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9294
9295 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9296 (byte-compile-file-form-autoload): Don't warn about unknown functions
9297 where the autoload statement comes after the use.
9298 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9299 that any handlers inside the body (eg require) are in turn respected.
9300
9301 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9302 effects.
9303
9304 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9305 and syntax and abbrev tables basic docs, if they don't have any.
9306
9307 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9308
9309 * international/mule-cmds.el (top-level): Require cl when compiling.
9310 (view-hello-file): Use default-value rather than
9311 default-enable-multibyte-characters.
9312
9313 * progmodes/fortran.el: Move all safe and risky properties into the
9314 defcustoms.
9315
9316 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9317 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9318 * mail/undigest.el:
9319 Put autoloads in rmail.el rather than loaddefs.el.
9320 * mail/rmail.el: Regenerate with extracted autoloads.
9321
9322 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9323 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9324
9325 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
9326
9327 Reported in thread for Bug#4375.
9328 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9329 "-data-evaluate-expression" instead of print.
9330 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9331 (gdb-tooltip-print): Parse output from above MI command.
9332 (gdb): Revert 2009-08-11 change. User should detach inferior
9333 manually.
9334
9335 Remove the word "separate" from IO functions as inferior
9336 output is now never displayed in the GUD buffer.
9337
9338 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
9339
9340 * startup.el (command-line-normalize-file-name): On Windows and
9341 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9342
9343 2009-09-10 Juri Linkov <juri@jurta.org>
9344
9345 * isearch.el (isearch-text-char-description): Propertize escape
9346 character sequences with the `escape-glyph' face. (Bug#4344)
9347
9348 * simple.el (shell-command): Set asynchronous process filter to
9349 `comint-output-filter'. (Bug#4343)
9350
9351 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9352 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9353 the list. Move "asm" to the bottom.
9354 (grep-find-ignored-directories): Add `choice' with nil value
9355 to empty the list easily.
9356 (grep-find-ignored-files): New option.
9357 (grep-files-history): Set to nil by default instead of '("ch" "el").
9358 (grep-compute-defaults): Add "<X>" to `grep-template'.
9359 (grep-read-files): Bind new local variables `default-alias' and
9360 `default-extension'. Use a list of default values for the file prompt.
9361 (lgrep): Add `--exclude=' command line options composed from
9362 `grep-find-ignored-files'.
9363 (rgrep): Add `-name' command line options composed from
9364 `grep-find-ignored-files'. (Bug#4301)
9365
9366 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9367
9368 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9369 (bug#4368).
9370
9371 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9372
9373 * calendar/time-date.el (autoload):
9374 Expand define-obsolete-function-alias into defalias and make-obsolete
9375 for old Emacsen that Gnus supports.
9376 (with-no-warnings): Define it for old Emacsen.
9377 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9378 is available.
9379 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9380 float-time is available; suppress compile warning for time-to-seconds.
9381
9382 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9383
9384 * net/imap.el (imap-message-map): Docstring fix.
9385
9386 2009-09-09 Glenn Morris <rgm@gnu.org>
9387
9388 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9389 line numbers too. (Bug#4374)
9390
9391 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9392
9393 * smerge-mode.el (smerge-remove-props, smerge-refine):
9394 Use with-silent-modifications (bug#4342).
9395
9396 * subr.el (with-silent-modifications): New macro.
9397
9398 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
9399
9400 * files.el (top-level): Require `cl' when compiling.
9401
9402 2009-09-07 Glenn Morris <rgm@gnu.org>
9403
9404 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9405
9406 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9407 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9408
9409 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9410
9411 * vc-git.el (vc-git-annotate-command): Use separator to parse
9412 arguments correctly.
9413
9414 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9415
9416 * proced.el (proced-mode): Doc fix.
9417
9418 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9419
9420 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9421 lstat fails.
9422 (tramp-do-file-attributes-with-ls): Check for file existence at
9423 remote end.
9424 (tramp-do-file-attributes-with-stat): Likewise.
9425 (tramp-convert-file-attributes): Return nil when attr is nil.
9426
9427 2009-09-05 Glenn Morris <rgm@gnu.org>
9428
9429 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9430 properties to this button.
9431 (diary-fancy-display): Don't extend the button to the final newline.
9432 (diary-fancy-display-mode): Continue to define "q" as a local key.
9433
9434 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9435 efficient.
9436
9437 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9438
9439 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9440 (byte-compile-dest-file-function): New option.
9441 (byte-compile-dest-file): Doc fix.
9442 Obey byte-compile-dest-file-function.
9443 (byte-compile-cl-file-p): New function.
9444 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9445 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9446 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9447 than for file being previously loaded.
9448 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9449 (byte-compile-file-form-require): Handle the case where requiring a file
9450 indirectly causes CL to be loaded.
9451
9452 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9453
9454 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9455 before killing the old buffer, since by the time `kill-buffer' is
9456 run so many buffer variables have been set to nil that it may not
9457 behave as expected. (Bug#4061)
9458
9459 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9460
9461 * files.el (find-alternate-file): If the old buffer is modified
9462 and visiting a file, behave similarly to `kill-buffer' when
9463 killing it, thus reverting to the pre-1.878 behavior; see
9464 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9465 for discussion. Also, consult `buffer-file-name' as a variable
9466 not as a function, for consistency with the rest of the code.
9467
9468 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9469
9470 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9471 also when adding a new directory.
9472
9473 * net/tramp-compat.el (tramp-compat-line-beginning-position):
9474 New defun.
9475
9476 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9477
9478 * files.el (locate-file-completion-table): Make it provide boundary
9479 information, so partial-completion works better.
9480
9481 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9482
9483 * mail/footnote.el (Footnote-text-under-cursor):
9484 Check footnote-text-marker-alist before using it (bug#4324).
9485
9486 2009-09-04 Glenn Morris <rgm@gnu.org>
9487
9488 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9489 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9490 * play/solitaire.el, play/tetris.el:
9491 Remove leading * from defcustom and defface docs.
9492
9493 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9494 necessary.
9495 (diary-fancy-overriding-map): New variable.
9496 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9497 Use view-mode.
9498
9499 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9500 goto-line.
9501
9502 2009-09-03 Glenn Morris <rgm@gnu.org>
9503
9504 * arc-mode.el (archive-mode):
9505 * dos-fns.el (set-default-process-coding-system):
9506 * man.el (Man-getpage-in-background):
9507 * menu-bar.el (menu-bar-describe-menu):
9508 * server.el (server-process-filter):
9509 * startup.el (command-line):
9510 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9511 * w32-fns.el (set-default-process-coding-system):
9512 * x-dnd.el (x-dnd-handle-file-name):
9513 * international/mule-cmds.el (mule-menu-keymap)
9514 (set-default-coding-systems, language-info-alist, set-language-info)
9515 (set-language-environment, standard-display-european-internal)
9516 (set-locale-environment):
9517 * international/mule-diag.el (mule-diag):
9518 * mail/emacsbug.el (report-emacs-bug):
9519 * mail/rmail.el (rmail-mode):
9520 * mail/sendmail.el (mail-setup):
9521 Use default-value rather than default-enable-multibyte-characters.
9522
9523 * progmodes/f90.el: Move all safe properties into the defcustoms.
9524 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9525
9526 * calendar/appt.el (appt-check):
9527 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9528 (diary-check-diary-file, diary-list-entries)
9529 (diary-include-other-diary-files, diary-simple-display)
9530 (diary-fancy-display, diary-print-entries)
9531 (diary-mark-included-diary-files, diary-make-entry):
9532 Don't call substitute-in-file-name on diary-file.
9533
9534 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9535 Stefan Monnier <monnier@iro.umontreal.ca>
9536
9537 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9538 (footnote-mode-map): Move initialization into the declaration.
9539 (footnote-minor-mode-map): Define it rather than changing global-map.
9540 (footnote-mode): Use define-minor-mode.
9541
9542 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9543
9544 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9545 (tramp-do-file-attributes-with-perl)
9546 (tramp-do-file-attributes-with-stat): Rename from
9547 `tramp-handle-file-attributes-with-*'.
9548 (tramp-handle-file-attributes): Use them.
9549 (tramp-do-directory-files-and-attributes-with-perl)
9550 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9551 `tramp-handle-directory-files-and-attributes-with-*'.
9552 (tramp-handle-directory-files-and-attributes): Use them.
9553 (tramp-method-out-of-band-p): Additional parameter SIZE.
9554 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9555 (tramp-handle-write-region): Use it.
9556 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9557 (tramp-handle-vc-registered): Check, whether the first run did
9558 return files to be tested.
9559 (tramp-advice-make-auto-save-file-name): Do not call directly
9560 `tramp-handle-make-auto-save-file-name', because this would bypass
9561 the locking mechanism.
9562
9563 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9564 (file-remote-p, process-file, start-file-process, set-file-times)
9565 (tramp-compat-file-attributes): Compatibility functions shall not
9566 call directly `tramp-handle-*', because this would bypass the
9567 locking mechanism.
9568 (tramp-compat-number-sequence): New defun.
9569
9570 2009-09-02 Glenn Morris <rgm@gnu.org>
9571
9572 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9573 alias for float-time.
9574 (time-to-number-of-days): In Emacs, use float-time.
9575 * net/newst-backend.el (time-add): Suppress warnings from compat
9576 function.
9577 * time.el (emacs-uptime, emacs-init-time):
9578 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9579 Use float-time rather than time-to-seconds.
9580
9581 * minibuffer.el (completion-initials-expand): Fix typo.
9582
9583 * faces.el (modeline, modeline-inactive, modeline-highlight)
9584 (modeline-buffer-id):
9585 * info.el (info-menu-5): Mark these face aliases as obsolete.
9586
9587 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9588
9589 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9590 space ...
9591 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9592 no "--thread" option.
9593 (gdb-stopped): Don't print "Switched to thread" message when it is
9594 unchanged.
9595
9596 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9597
9598 * minibuffer.el (completion-try-completion)
9599 (completion-all-completions): Remove ill-defined (and
9600 mistakenly installed and luckily never used nor documented)
9601 `completion-styles' property.
9602 (completion-initials-expand, completion-initials-all-completions)
9603 (completion-initials-try-completion): New functions.
9604 (completion-styles-alist): Add doc to each entry.
9605 Add new `initials' entry.
9606
9607 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9608
9609 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9610 MI command -var-evaluate-expression.
9611 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9612 and tweak for case of string child.
9613 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9614
9615 2009-09-01 Glenn Morris <rgm@gnu.org>
9616
9617 * add-log.el (change-log-date-face, change-log-name-face)
9618 (change-log-email-face, change-log-file-face, change-log-list-face)
9619 (change-log-conditionals-face, change-log-function-face)
9620 (change-log-acknowledgement-face):
9621 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9622 (custom-modified-face, custom-set-face, custom-changed-face)
9623 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9624 (custom-documentation-face, custom-state-face, custom-comment-face)
9625 (custom-comment-tag-face, custom-variable-tag-face)
9626 (custom-variable-button-face, custom-face-tag-face)
9627 (custom-group-tag-face-1, custom-group-tag-face):
9628 * diff-mode.el (diff-header-face, diff-file-header-face)
9629 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9630 (diff-added-face, diff-changed-face, diff-function-face)
9631 (diff-context-face, diff-nonexistent-face):
9632 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9633 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9634 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9635 (Info-title-4-face):
9636 * isearch.el (isearch-lazy-highlight-face):
9637 * log-view.el (log-view-file-face, log-view-message-face):
9638 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9639 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9640 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9641 (cvs-msg-face):
9642 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9643 (smerge-base-face, smerge-markers-face):
9644 * wid-edit.el (widget-documentation-face, widget-button-face)
9645 (widget-field-face, widget-single-line-field-face)
9646 (widget-inactive-face, widget-button-pressed-face):
9647 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9648 (woman-addition-face):
9649 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9650 (eshell-ls-executable-face, eshell-ls-readonly-face)
9651 (eshell-ls-unreadable-face, eshell-ls-special-face)
9652 (eshell-ls-missing-face, eshell-ls-archive-face)
9653 (eshell-ls-backup-face, eshell-ls-product-face)
9654 (eshell-ls-clutter-face):
9655 * eshell/em-prompt.el (eshell-prompt-face):
9656 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9657 * obsolete/old-whitespace.el (whitespace-highlight-face):
9658 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9659 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9660 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9661 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9662 (antlr-font-lock-literal-face):
9663 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9664 (ebrowse-root-class-face, ebrowse-file-name-face)
9665 (ebrowse-default-face, ebrowse-member-attribute-face)
9666 (ebrowse-member-class-face, ebrowse-progress-face):
9667 * progmodes/make-mode.el (makefile-space-face):
9668 * progmodes/sh-script.el (sh-heredoc-face):
9669 * textmodes/flyspell.el (flyspell-incorrect-face)
9670 (flyspell-duplicate-face):
9671 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9672 * textmodes/texinfo.el (texinfo-heading-face):
9673 Mark face aliases with "-face" suffix as obsolete.
9674
9675 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9676 compiler.
9677
9678 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9679 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9680 easy-menu-define wants to modify these.
9681
9682 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9683
9684 * net/browse-url.el (browse-url-file-url):
9685 * term/internal.el (dos-codepage-setup):
9686 Use default-value rather than default-enable-multibyte-characters.
9687
9688 * progmodes/etags.el (etags-goto-tag-location):
9689 * progmodes/flymake.el (flymake-highlight-line)
9690 (flymake-goto-file-and-line, flymake-goto-line):
9691 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9692 (gdb-goto-breakpoint):
9693 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9694 * progmodes/python.el (python-find-function)
9695 (python-pdbtrack-track-stack-file):
9696 * progmodes/verilog-mode.el (verilog-surelint-off):
9697 * term/ns-win.el (ns-open-file-select-line):
9698 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9699 Use forward-line rather than goto-line.
9700
9701 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9702 * textmodes/reftex-index.el (reftex-display-index):
9703 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9704 * textmodes/reftex-toc.el (reftex-toc):
9705 Remove unnecessary bindings of default-major-mode (all are followed by
9706 major-mode check and possible mode switch).
9707
9708 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9709
9710 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9711 Handle watchpoints (bug#4282).
9712 (def-gdb-thread-buffer-command): Enable thread to be selected by
9713 clicking without selecting threads buffer first.
9714 (gdb-current-context-command): Use selected frame so that "up",
9715 "down" etc work in the GUD buffer.
9716 (gdb-update): Find selected frame before rendering stack buffer.
9717 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9718
9719 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9720
9721 * progmodes/sym-comp.el (displayed-completions): Remove.
9722 (symbol-complete): Use minibuffer-complete.
9723
9724 2009-08-31 Glenn Morris <rgm@gnu.org>
9725
9726 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9727
9728 * apropos.el (apropos-symbols-internal):
9729 Handle (obsolete) face aliases.
9730
9731 * faces.el (describe-face): Adjust the output format to be more like
9732 describe-variable, and to mention (obsolete) face aliases.
9733 Adjust the whitespace so that help-setup-xref works.
9734
9735 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9736 * calendar/diary-lib.el (diary-button-face):
9737 Mark these face aliases as obsolete.
9738
9739 * calendar/calendar.el (calendar-today): Doc fix.
9740
9741 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9742
9743 * progmodes/gdb-mi.el (gdb-control-all-threads)
9744 (gdb-control-current-thread): Force tool bar update.
9745 (gdb-non-stop-handler): New function.
9746 (gdb-init-1): Use it to test if non-stop mode is supported.
9747 Remove unused gdbmi buffer type.
9748
9749 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9750
9751 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9752 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9753
9754 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9755
9756 * comint.el (comint-exec-1): Check command is non-null first.
9757 Part of gdb-mi.el change (2009-08-28).
9758
9759 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9760
9761 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9762
9763 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9764
9765 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9766 instead of `dolist' to avoid a recursive require when bootstrapping.
9767
9768 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9769
9770 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9771
9772 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9773
9774 * net/imap.el (imap-send-command): Simplify.
9775 (imap-wait-for-tag): point-max -> buffer-size.
9776
9777 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9778
9779 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9780 with constant argument.
9781
9782 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9783
9784 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9785
9786 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9787 Change default, since most of our files don't have a history.
9788 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9789 the user.
9790
9791 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9792 Add comint-run.
9793
9794 * calc/calc.el: Improve commenting convention.
9795 (calc-digit-map, toplevel): Simplify.
9796
9797 * comint.el (comint-insert-input): Be careful to only set point if we
9798 don't delegate to some other command.
9799
9800 * proced.el (proced-signal-list): Make it an alist.
9801 (proced-grammar-alist): Capitalize names.
9802 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9803 Disable undo manually and make it read-only.
9804 Use completion-annotate-function.
9805
9806 * minibuffer.el (minibuffer-message): If the current buffer is not
9807 a minibuffer, insert the message in the echo area rather than at the
9808 end of the buffer.
9809 (completion-annotate-function): New variable.
9810 (minibuffer-completion-help): Use it.
9811 (completion--embedded-envvar-table): Environment vars are
9812 always case-sensitive.
9813
9814 2009-08-30 Glenn Morris <rgm@gnu.org>
9815
9816 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9817 from fortran-current-defun.
9818 (fortran-beginning-of-subprogram): Be more precise about finding the
9819 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9820 (fortran-end-of-subprogram): Simplify.
9821 (fortran-current-defun): Use fortran-start-prog-re.
9822
9823 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9824
9825 * subr.el (do-after-load-evaluation): Simplify.
9826
9827 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9828
9829 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9830
9831 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9832 (vc-rcs-print-log): Use it.
9833
9834 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9835
9836 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9837
9838 * paths.el (abbrev-file-name): Move to abbrev.el.
9839 * abbrev.el (abbrev-file-name): Move from paths.el.
9840 Obey user-emacs-directory.
9841 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9842 user-emacs-directory.
9843 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9844 abbrev-file-name and calc-settings-file any more.
9845 * startup.el (command-line): Recompute abbrev-file-name and
9846 abbreviated-home-dir.
9847 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9848 of the special code for when C-h bindings haven't been changed.
9849 (display-startup-echo-area-message): Use with-current-buffer.
9850 (command-line-1): Use a list of strings, rather than a list of lists
9851 of strings for longopts.
9852
9853 * files.el (get-free-disk-space): Use / for default-directory.
9854
9855 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9856 Use with-current-buffer.
9857
9858 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9859 Recognize immutable variables like most-positive-fixnum.
9860 (byte-compile-setq-default): Check and warn if trying to assign
9861 to an immutable variable, or a non-variable.
9862
9863 * progmodes/cc-vars.el (c-comment-continuation-stars):
9864 * progmodes/cc-engine.el (c-looking-at-bos):
9865 * progmodes/cc-cmds.el (c-toggle-auto-state)
9866 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9867 (c-comment-line-break-function): Add version of obsolescence.
9868
9869 2009-08-28 Juri Linkov <juri@jurta.org>
9870
9871 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9872 associated with `archive-mode'.
9873
9874 * image.el (image-type-header-regexps): Use only JPEG magic number
9875 to determine JPEG images, and don't use `image-jpeg-p' because
9876 Emacs can display non-JFIF non-Exif JPEG images.
9877
9878 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9879
9880 * arc-mode.el (archive-mode):
9881 * emacs-lisp/re-builder.el (re-builder-unload-function):
9882 Protect against the default value of `major-mode' being nil.
9883
9884 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9885
9886 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9887 Fix typos in docstrings.
9888
9889 * progmodes/js.el (js--macro-decl-re): Doc fix.
9890 (js--plain-method-re, js--split-name): Refloc docstring.
9891 (js--class-styles, js--make-merged-item, js--splice-into-items):
9892 Fix typos in docstrings; reflow docstrings.
9893 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9894 (js--variable-decl-matcher, js--inside-pitem-p)
9895 (js--parse-state-at-point, js--get-all-known-symbols)
9896 (js--symbol-history, js-find-symbol, js--js-references)
9897 (js--moz-interactor, js--js-encode-value, js--read-tab):
9898 Fix typos in docstrings.
9899
9900 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9901
9902 * textmodes/reftex.el (reftex-get-file-buffer-force):
9903 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9904 * emulation/viper.el (viper-go-away, viper-set-hooks):
9905 * emacs-lisp/re-builder.el (re-builder-unload-function):
9906 * emacs-lisp/bytecomp.el (byte-compile-file):
9907 * ses.el (ses-unload-function):
9908 * hexl.el (hexl-find-file):
9909 * files.el (normal-mode):
9910 * ehelp.el (with-electric-help):
9911 * autoinsert.el (auto-insert-alist):
9912 * arc-mode.el (archive-mode):
9913 Use (default-value 'major-mode) instead of default-major-mode.
9914
9915 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9916 * international/mule.el (load-with-code-conversion):
9917 * emacs-lisp/debug.el (debug):
9918 * ediff-vers.el (ediff-rcs-get-output-buffer):
9919 * dired.el (dired-internal-noselect): Don't let-bind
9920 default-major-mode around code that doesn't use it.
9921 E.g. buffer creation via get-buffer-create doesn't use it.
9922
9923 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
9924
9925 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9926 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9927 when writing the temp file. Otherwise, epa-file gets confused.
9928 (tramp-register-file-name-handlers): Make it a defun. Move also
9929 `epa-file-handler' to the front of `file-name-handler-alist'.
9930
9931 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9932
9933 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9934 start right after a ^M.
9935 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9936 (tramp-completion-file-name-regexp-separate)
9937 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9938 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9939 Don't modify last-coding-system-used by accident.
9940 (tramp-completion-file-name-handler): Apply the checks here,
9941 instead during registration.
9942 (tramp-register-file-name-handlers): Rename from
9943 `tramp-register-file-name-handler'. Register both
9944 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9945 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
9946
9947 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
9948
9949 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9950 Remove variable ...
9951 (gdb-init-1, gdb-display-separate-io-buffer)
9952 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9953 references to it.
9954 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9955 (gdb-inferior-filter): Use comint-output-filter to stop
9956 echoing and remove ^M characters.
9957
9958 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9959
9960 * emulation/viper-init.el (viper-restore-cursor-type):
9961 * emulation/cua-base.el (cua--update-indications):
9962 Replace default-cursor-type with (default-value 'cursor-type).
9963
9964 * mail/sendmail.el (mail-recover-1):
9965 * international/mule-diag.el (describe-current-coding-system-briefly)
9966 (describe-current-coding-system):
9967 * international/mule-cmds.el (select-safe-coding-system)
9968 (select-message-coding-system)
9969 (set-language-environment-coding-systems, set-locale-environment):
9970 * hexl.el (hexl-insert-multibyte-char):
9971 * dos-w32.el (find-buffer-file-type-coding-system):
9972 * simple.el (what-cursor-position):
9973 Replace uses of default-buffer-file-coding-system
9974 with (default-value 'buffer-file-coding-system).
9975
9976 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9977 Replace uses of default-cursor-in-non-selected-windows
9978 with (default-value 'cursor-in-non-selected-windows).
9979 Use with-current-buffer.
9980
9981 * mail/feedmail.el: Use CL macros.
9982 (feedmail-run-the-queue, feedmail-send-it-immediately):
9983 * dos-w32.el (find-buffer-file-type): Replace uses of
9984 default-buffer-file-type with (default-value 'buffer-file-type).
9985
9986 2009-08-28 Glenn Morris <rgm@gnu.org>
9987
9988 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9989 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9990 Use default-value of major-mode rather than default-major-mode.
9991
9992 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9993
9994 * Makefile.in (update-elcfiles): Report left over elc files.
9995
9996 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9997 expand-file-name and with-current-buffer.
9998 (mail-get-names, mail-directory): Use with-current-buffer.
9999
10000 * vc.el (vc-read-revision): New function.
10001 (vc-version-diff, vc-merge): Use it.
10002
10003 2009-08-27 Sam Steingold <sds@gnu.org>
10004
10005 * simple.el (kill-do-not-save-duplicates): New user option.
10006 (kill-new): When it is non-nil, and the new string is the same as
10007 the latest kill, set replace to t to avoid duplicates in kill-ring.
10008
10009 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
10010
10011 * net/tramp.el (tramp-handle-process-file): Do not flush all
10012 caches when `process-file-side-effects' is set.
10013 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10014 instead of `tramp-find-file-exists-command'.
10015 Unset `process-file-side-effects'.
10016
10017 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
10018
10019 * net/tramp.el (tramp-methods): New method "rsyncc".
10020 (top): Add completion function for "rsyncc".
10021 (tramp-message-show-message): New defvar.
10022 (tramp-message, tramp-error): Use it.
10023 (tramp-do-copy-or-rename-file-directly): Extend check for direct
10024 remote copying.
10025 (tramp-do-copy-or-rename-file-out-of-band): Handle new
10026 `tramp-methods' entry `copy-env' of "rsyncc".
10027 (tramp-vc-registered-read-file-names): New defconst.
10028 (tramp-vc-registered-file-names): New defvar.
10029 (tramp-handle-vc-registered): Implement optimization strategy.
10030 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10031 (tramp-vc-file-name-handler): New defun.
10032 (tramp-get-ls-command, tramp-get-test-command)
10033 (tramp-get-file-exists-command, tramp-get-remote-ln)
10034 (tramp-get-remote-perl, tramp-get-remote-stat)
10035 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10036
10037 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10038 (tramp-cache-inhibit-cache): Extend doc string. It allows also
10039 timestamps.
10040 (tramp-get-file-property): Check for timestamps in
10041 `tramp-cache-inhibit-cache'.
10042 (tramp-set-file-property): Write timestamp.
10043
10044 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10045
10046 * language/japan-util.el (japanese-symbol-table): Add entries for
10047 cp932-2-byte.
10048
10049 * international/characters.el: Add category `j' to cp932-2-byte.
10050
10051 2009-08-27 Kenichi Handa <handa@m17n.org>
10052
10053 * international/fontset.el (build-default-fontset-data): New macro.
10054 (setup-default-fontset): Use build-default-fontset-data for CJK,
10055 tibetan, ethiopic, and ipa.
10056
10057 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10058
10059 * cus-start.el (default-major-mode): Customize `major-mode' instead.
10060 (enable-multibyte-characters): Not customizable any more.
10061
10062 * subr.el (default-mode-line-format, default-header-line-format)
10063 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10064 (default-direction-reversed, default-truncate-lines)
10065 (default-left-margin, default-tab-width, default-case-fold-search)
10066 (default-left-margin-width, default-right-margin-width)
10067 (default-left-fringe-width, default-right-fringe-width)
10068 (default-fringes-outside-margins, default-scroll-bar-width)
10069 (default-vertical-scroll-bar, default-indicate-empty-lines)
10070 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10071 (default-fringe-cursor-alist, default-scroll-up-aggressively)
10072 (default-scroll-down-aggressively, default-fill-column)
10073 (default-cursor-type, default-buffer-file-type)
10074 (default-cursor-in-non-selected-windows)
10075 (default-buffer-file-coding-system, default-major-mode)
10076 (default-enable-multibyte-characters): Mark as obsolete.
10077
10078 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
10079
10080 * vc-dir.el (vc-dir-update): Remove debug helper.
10081
10082 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10083
10084 2009-08-26 Sam Steingold <sds@gnu.org>
10085
10086 * simple.el (save-interprogram-paste-before-kill): New user option.
10087 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10088 save the interprogram-paste into kill-ring before overriding it
10089 with the Emacs kill.
10090
10091 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10092
10093 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10094 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10095 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10096 and move to vc-rcs.el.
10097 (vc-default-next-revision): Rename to vc-rcs-next-revision and
10098 move to vc-rcs.el.
10099 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10100 (vc-rcs-update-changelog): Remove.
10101 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10102 and move to vc-rcs.el.
10103
10104 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10105 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10106 renaming.
10107 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10108 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10109 vc.el, renamed to be RCS specific.
10110
10111 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10112 New functions.
10113 (vc-cvs-update-changelog): Move here from vc.el.
10114
10115 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10116 New functions.
10117
10118 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10119
10120 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10121
10122 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10123
10124 * vc-git.el (vc-git-register): Use "git add" for directories.
10125 (vc-git-stash, vc-git-stash-show): New functions.
10126 (vc-git-extra-menu-map): Bind them.
10127
10128 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10129 directory correctly in case the item is a directory itself.
10130
10131 * vc.el: Document the desired behavior for reverted files in the
10132 `added' state.
10133 (vc-default-prettify-state-info): Remove function, unused.
10134
10135 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10136
10137 2009-08-26 Glenn Morris <rgm@gnu.org>
10138
10139 * bindings.el (standard-mode-line-format): Reposition dashes in
10140 which-func entry. (Bug#4217)
10141
10142 * files.el (enable-local-variables, enable-local-eval)
10143 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10144 the defcustoms.
10145 (auto-mode-alist, ignored-local-variables)
10146 (save-some-buffers-action-alist): Move risky declarations to the
10147 definitions.
10148 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10149 (font-lock-defaults, format-alist, imenu--index-alist)
10150 (imenu-generic-expression, input-method-alist, minor-mode-alist)
10151 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10152 (mode-line-modified, mode-line-mule-info, mode-line-position)
10153 (mode-line-process, mode-line-remote, outline-level)
10154 (parse-time-rules, rmail-output-file-alist)
10155 (special-display-buffer-names, vc-mode):
10156 Move risky declarations to the relevant files.
10157 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10158 (mode-line-modified, mode-line-process, mode-line-position)
10159 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10160 * font-core.el (font-lock-defaults):
10161 * format.el (format-alist):
10162 * vc-hooks.el (vc-mode):
10163 * window.el (special-display-buffer-names):
10164 * international/mule-cmds.el (input-method-alist):
10165 Define riskiness here (dumped file) rather than in files.el.
10166 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10167 * imenu.el (imenu-generic-expression, imenu--index-alist):
10168 * outline.el (outline-level):
10169 * time.el (display-time-string):
10170 * calendar/parse-time.el (parse-time-rules):
10171 * mail/rmailout.el (rmail-output-file-alist):
10172 Autoload riskiness here, rather than placing in files.el.
10173
10174 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
10175
10176 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10177
10178 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
10179
10180 * simple.el (process-file-side-effects): New defvar.
10181
10182 * dired-aux.el (dired-show-file-type):
10183 * vc.el (vc-diff-internal):
10184 * vc-arch.el (vc-arch-diff):
10185 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10186 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10187 * vc-git.el (vc-git-registered, vc-git-working-revision)
10188 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10189 (vc-git--empty-db-p):
10190 * vc-hooks.el (vc-user-login-name):
10191 * vc-svn.el (vc-svn-registered, vc-svn-state)
10192 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10193 * progmodes/grep.el (grep-probe): Let-bind
10194 `process-file-side-effects' with nil.
10195
10196 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10197
10198 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10199 daemon. Replace ping by checking for running service for bluez
10200 and zeroconf. (Bug#4239)
10201
10202 2009-08-25 Kevin Ryde <user42@zip.com.au>
10203
10204 * net/dig.el (dig): Add autoload cookie.
10205
10206 2009-08-25 Glenn Morris <rgm@gnu.org>
10207
10208 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10209 load-history for absolute file-names.
10210 (byte-compile-file-form-require): Warn about use of the cl package.
10211
10212 * format.el (format-alist): Doc fix.
10213
10214 * play/bubbles.el (top-level): Don't require cl at run-time.
10215
10216 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10217 run-time cl).
10218
10219 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10220
10221 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10222 from cl package.
10223 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10224
10225 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10226
10227 * calc/calc-alg.el (math-trig-rewrite)
10228 (math-hyperbolic-trig-rewrite): New functions.
10229 (calc-simplify): Simplify trig functions when asked.
10230
10231 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10232
10233 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10234
10235 2009-08-24 Kenichi Handa <handa@m17n.org>
10236
10237 * language/ind-util.el (mapthread): Delete it.
10238 (combinatorial): New function.
10239 (indian--puthash-cv): Use combinatorial instead of mapthread.
10240
10241 2009-08-22 Kevin Ryde <user42@zip.com.au>
10242
10243 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10244 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10245 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10246 Clarify docstring that the value is strings not symbols.
10247 (checkdoc-list-of-strings-p): New function.
10248
10249 2009-08-22 Glenn Morris <rgm@gnu.org>
10250
10251 * files.el (auto-mode-alist):
10252 * hippie-exp.el (he-concat-directory-file-name):
10253 * lpr.el (lpr-windows-system, printer-name):
10254 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10255 * ps-print.el (ps-windows-system):
10256 * startup.el (command-line):
10257 * emulation/viper-ex.el (viper-glob-function):
10258 * international/mule-cmds.el (set-language-environment-coding-systems):
10259 * net/ange-ftp.el (ange-ftp-write-region):
10260 * obsolete/fast-lock.el (fast-lock-cache-name):
10261 Remove code for defunct system-types emx, macos, mswindows, next-mach,
10262 unisoft-unix, vax-vms, win32, w32.
10263
10264 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10265 given name if the pattern is not more specific.
10266
10267 * calendar/lunar.el (lunar-phase-names): New option.
10268 (lunar-phase): Doc fix.
10269 (lunar-cycles-per-year): New constant.
10270 (lunar-index): New function.
10271 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10272 (lunar-phase-name): Use lunar-phase-names.
10273 (calendar-lunar-phases): Use format.
10274 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10275
10276 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10277 Copy imenu-example--name-and-position function here for own use.
10278 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10279
10280 * bs.el (bs--redisplay):
10281 * cus-edit.el (custom-redraw):
10282 * ibuffer.el (ibuffer-bury-buffer):
10283 * server.el (server-goto-line-column):
10284 * startup.el (command-line-1):
10285 * strokes.el (strokes-xpm-for-stroke):
10286 * term.el (term-display-buffer-line):
10287 * view.el (View-goto-line):
10288 * calc/calc.el (calc-do, calc-trail-buffer):
10289 * play/gamegrid.el (gamegrid-add-score-insecure):
10290 * progmodes/ada-mode.el (ada-compile-goto-error):
10291 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10292 (ebrowse-select-1st-to-9nth):
10293 * progmodes/cperl-mode.el (cperl-time-fontification):
10294 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10295 * progmodes/gud.el (gud-display-line):
10296 (idlwave-shell-display-line):
10297 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10298 * progmodes/make-mode.el (makefile-browser-toggle):
10299 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10300 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10301 * textmodes/picture.el (picture-draw-rectangle):
10302 * textmodes/reftex-index.el (reftex-index-goto-letter):
10303 (reftex-select-jump-to-previous):
10304 * textmodes/reftex-sel.el (reftex-find-start-point)
10305 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10306 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10307 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10308 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10309 * textmodes/two-column.el (2C-associated-buffer):
10310 Use forward-line rather than goto-line.
10311
10312 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10313 goto-line.
10314
10315 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10316 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10317 (quick-check-list-to-regexp): Declare.
10318
10319 * progmodes/make-mode.el (makefile-browser-insert-selection):
10320 Use goto-char rather than goto-line.
10321
10322 * progmodes/prolog.el (compilation-error-regexp-alist)
10323 (compilation-forget-errors): Declare.
10324
10325 2009-08-22 Juri Linkov <juri@jurta.org>
10326
10327 * progmodes/grep.el (lgrep, rgrep): At the beginning
10328 set `dir' to `default-directory' unless `dir' is a non-nil
10329 readable directory. (Bug#4052)
10330 (lgrep, rgrep): Change a weird way to report an error
10331 from using `read-string' to using `error'.
10332 Instead of using interactive arguments in the function body,
10333 add new argument `confirm'.
10334
10335 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10336
10337 * textmodes/remember.el (remember-buffer):
10338 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10339 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10340 (icalendar-extract-ical-from-buffer):
10341 * net/newst-treeview.el (newsticker-groups-filename):
10342 * net/newst-backend.el (newsticker-cache-filename):
10343 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10344 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10345 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10346 (speedbar-buffers-line-path, speedbar-path-line)
10347 (speedbar-buffers-line-path):
10348 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10349 (epg-sign-keys):
10350 * epa.el (epa-display-verify-result):
10351 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10352
10353 2009-08-21 Glenn Morris <rgm@gnu.org>
10354
10355 * progmodes/js.el (inferior-moz-process): Fix declaration.
10356
10357 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10358
10359 * obsolete/rnewspost.el (news-mail-reply):
10360 Use goto-char rather than goto-line.
10361
10362 * term/ns-win.el (ns-open-file-select-line):
10363 Use line-beginning-position rather than goto-line.
10364
10365 * apropos.el (apropos-command):
10366 * ehelp.el (electric-helpify):
10367 * printing.el (pr-show-setup):
10368 * strokes.el (strokes-help):
10369 * tutorial.el (tutorial--describe-nonstandard-key)
10370 (tutorial--detailed-help):
10371 * woman.el (woman-mini-help, woman-display-extended-fonts):
10372 * calc/calc-help.el (calc-describe-key):
10373 * emulation/edt.el (edt-electric-helpify):
10374 * international/mule-diag.el (mule-diag):
10375 * play/yow.el (apropos-zippy):
10376 * progmodes/python.el (python-describe-symbol):
10377 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10378 * textmodes/table.el (*table--cell-describe-mode)
10379 (*table--cell-describe-bindings):
10380 Use help-print-return-message rather than the now obsolete alias.
10381
10382 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10383 (calendar-cursor-to-visible-date):
10384 * play/5x5.el (5x5-position-cursor):
10385 * play/decipher.el (decipher):
10386 * play/gomoku.el (gomoku-goto-xy):
10387 * play/landmark.el (lm-goto-xy):
10388 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10389 (mpuz-paint-digit):
10390 Use forward-line, not goto-line.
10391
10392 * mail/rmail.el (rmail-obsolete): Delete custom group.
10393 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10394 (rmail-remote-password, rmail-remote-password-required):
10395 Remove unneeded :set-after and :set properties.
10396
10397 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
10398
10399 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10400
10401 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10402
10403 * loadup.el: Remove leftover macos code.
10404
10405 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10406 Explicitly pass the date format to git blame so that user local
10407 so that the output format can be parsed.
10408
10409 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10410
10411 * net/dbus.el (top): Don't check for (getenv
10412 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10413
10414 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10415
10416 * log-edit.el (log-edit-strip-single-file-name): New var.
10417 (log-edit-insert-changelog): Use it. Bug#3571
10418
10419 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10420
10421 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10422 Bug#3287
10423
10424 * help.el (help-print-return-message): Rename from
10425 print-help-return-message.
10426
10427 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10428 cvs-mode-map parent hack.
10429 (log-view-mode): Derive from special-mode.
10430
10431 * linum.el (linum-mode): window-size-change-functions is redundant.
10432 Adapt to new window-configuration-change-hook behavior.
10433 (linum-after-size, linum-after-config): Remove.
10434
10435 * imenu.el (imenu-example--name-and-position)
10436 (imenu-example--lisp-extract-index-name)
10437 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10438 Mark as obsolete.
10439
10440 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10441 (inferior-prolog-mode): Use it.
10442 (inferior-prolog-load-file): Reset list of errors.
10443
10444 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10445
10446 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10447
10448 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10449
10450 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10451
10452 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10453 is running already.
10454
10455 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10456
10457 * subr.el (listify-key-sequence-1): Use normal syntax since those
10458 integers are nowadays always represented by the same (positive) number
10459 on all platforms.
10460 (read-key-empty-map): New const.
10461 (read-key-delay): New var.
10462 (read-key): New function.
10463 (force-mode-line-update): Use with-current-buffer.
10464 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10465 (start-process-shell-command, start-file-process-shell-command):
10466 Discourage the use of command-args.
10467
10468 2009-08-19 Glenn Morris <rgm@gnu.org>
10469
10470 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10471
10472 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10473
10474 * simple.el (choose-completion-string): Don't rely on
10475 minibuffer-completing-file-name and ad-hoc checks to decide whether
10476 to continue completion or not.
10477
10478 * minibuffer.el (minibuffer-hide-completions): New function.
10479 (completion--do-completion): Use it.
10480 (completions-annotations): New face.
10481 (completion--insert-strings): Use it.
10482 (completion-pcm--delim-wild-regex): Add docstring.
10483 (completion-pcm--string->pattern): Add support for 0-width delimiters
10484 in completion-pcm--delim-wild-regex.
10485
10486 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10487
10488 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10489 Remove unused var `buffer-modified-p'.
10490
10491 * minibuffer.el (completion--do-completion): Move point for the #b001
10492 case as well (bug#4176).
10493 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10494
10495 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10496
10497 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10498 and :session buses.
10499
10500 2009-08-18 Kenichi Handa <handa@m17n.org>
10501
10502 * international/ucs-normalize.el (ucs-normalize-version):
10503 Change to 1.1.
10504 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10505 (utf-8-hfs): Make it perform normalization on encoding too.
10506
10507 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10508 (sentence-end-without-space): Delete duplicated chars.
10509 (sentence-end-base): Likewise.
10510
10511 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10512 (html-mode): Delete duplicated chars from sentence-end-base.
10513
10514 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10515 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10516
10517 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10518
10519 * files.el (hack-one-local-variable): If the mode function is for
10520 a minor mode, pass it an argument (Bug#4148).
10521
10522 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10523
10524 * net/tramp.el (tramp-register-completion-file-name-handler):
10525 Check also for (member 'partial-completion completion-styles).
10526
10527 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10528
10529 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10530 abbrev (Bug#3943).
10531
10532 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10533
10534 * progmodes/cperl-mode.el: Merge upstream 6.2.
10535 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10536 (cperl-forward-re): Check cperl-brace-recursing.
10537 (cperl-highlight-charclass): New function.
10538 (cperl-find-pods-heres): Use it.
10539 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10540 (cperl-beautify-regexp-piece): Fix column calculation.
10541 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10542 (cperl-beautify-level): Don't process entire regexp.
10543 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10544 calling man.
10545 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10546 (cperl-init-faces): Build a list in the normal way.
10547
10548 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10549
10550 * calendar/parse-time.el (parse-time-string-chars): Save match
10551 data.
10552
10553 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10554
10555 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10556 (sql-product): Use it.
10557 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10558 (sql-set-product): Add completion.
10559 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10560 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10561 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10562 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10563 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10564 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10565 (sql-highlight-db2-keywords): Remove.
10566 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10567 (sql-highlight-product): Use derived-mode-p.
10568 (sql-set-sqli-buffer): Use with-current-buffer.
10569 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10570 Simplify.
10571
10572 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10573
10574 * term.el: Fix commenting convention, turn comments into docstrings.
10575
10576 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10577
10578 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10579
10580 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10581
10582 * calendar/parse-time.el (parse-time-string-chars): Compute using
10583 character classes, to handle non-ascii characters (Bug#3190).
10584
10585 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10586
10587 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10588 another heredoc if the user adds another < (Bug#3226).
10589
10590 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10591 Don't initialize based on window-system (Bug#4124).
10592
10593 * facemenu.el (facemenu-read-color): Use a completion function
10594 that accepts any defined color, such as RGB triplets (Bug#3677).
10595
10596 * files.el (get-free-disk-space): Change fallback default
10597 directory to /. Expand DIR argument before switching to fallback.
10598 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10599
10600 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10601
10602 * files.el (load-library): Doc fix.
10603
10604 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10605
10606 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10607 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10608 incremental search string.
10609
10610 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10611 XEmacs.
10612
10613 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10614 (ediff-merge-region-is-non-clash)
10615 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10616 Also check if the job is really a merge job.
10617
10618 * ediff.el (ediff-current-file): New function.
10619
10620 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10621
10622 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10623 conventions.
10624 (js-insert-and-indent): Delete function.
10625 (js-mode-map): Don't bind keys to js-insert-and-indent.
10626 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10627 (js-end-of-defun): Rename from js--end-of-defun.
10628 (js-auto-indent-flag): Delete variable.
10629
10630 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10631
10632 * progmodes/js.el: Remove proclaim statement.
10633 Defvar which-func-imenu-joiner-function to silence compiler.
10634
10635 * files.el (auto-mode-alist): Use js-mode for .js files.
10636
10637 * progmodes/js2-mode.el: Remove file.
10638
10639 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10640
10641 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10642
10643 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10644
10645 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10646 Karl Landstrom <karl.landstrom@brgeight.se>
10647
10648 * progmodes/js.el: New file.
10649
10650 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10651
10652 * timezone.el (timezone-parse-date): Add ability to understand ISO
10653 basic format (minimal separators) dates in addition to the
10654 already-supported extended format dates.
10655
10656 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10657
10658 * international/ucs-normalize.el: Add a `coding' file variable.
10659
10660 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10661
10662 2009-08-14 Sam Steingold <sds@gnu.org>
10663
10664 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10665
10666 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10667
10668 * faces.el (help-argument-name): Define it here instead of
10669 help-fns.el, because in daemon mode help-fns.el may be loaded when
10670 faces are still uninitialized (Bug#1078).
10671
10672 * help-fns.el (help-argument-name): Move defface to faces.el.
10673
10674 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10675
10676 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10677 create buffer with a pty but no process so that GDB can make the
10678 inferior the controlling process.
10679
10680 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10681
10682 * international/ucs-normalize.el: New file.
10683
10684 2009-08-13 Richard Stallman <rms@gnu.org>
10685
10686 * mail/rmail.el (rmail-get-attr-names):
10687 Accept an attribute header that is too short.
10688
10689 * mail/rmail.el (rmail-forget-messages):
10690 Ignore nil elt in rmail-message-vector. Use dotimes.
10691
10692 * progmodes/compile.el (compilation-goto-locus):
10693 Use next-error-move-function.
10694
10695 * simple.el (next-error-move-function): New variable.
10696
10697 2009-08-12 Juri Linkov <juri@jurta.org>
10698
10699 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10700 always non-nil. (Bug#4052)
10701
10702 * replace.el (read-regexp): Return empty string when
10703 `default-value' is nil.
10704 (keep-lines-read-args): Don't use empty string as the
10705 default value for `read-regexp'. (Bug#2495)
10706
10707 2009-08-12 Juri Linkov <juri@jurta.org>
10708
10709 * international/mule-cmds.el (ucs-insert): Change arguments
10710 from `arg' to `character', `count', `inherit' to be the same
10711 as in `insert-char'. Doc fix. (Bug#4039)
10712
10713 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10714
10715 2009-08-12 Juri Linkov <juri@jurta.org>
10716
10717 * files-x.el: New file.
10718
10719 * files.el: Move code that deals with adding/deleting
10720 file/directory-local variables to files-x.el.
10721
10722 * Makefile.in (ELCFILES): Add files-x.elc.
10723
10724 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10725
10726 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10727 to use `goto-line'.
10728 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10729 `goto-line'.
10730 (gdb-invalidate-disassembly): Do not refresh upon receiving
10731 'update signal. Instead, update all disassembly buffers only after
10732 threads list.
10733 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10734 (gdb-starting): Move -data-list-register-names...
10735 (gdb-stopped): ...here so it's sent when first thread stops.
10736 (gdb-registers-handler-custom): Do nothing if register names are
10737 unknown yet.
10738
10739 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10740 from `gdb-mi.el' to avoid extra tangling.
10741
10742 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10743 change which breaks `gud-def' definitions used in `gdb'.
10744 (gdb-update-gud-running): No extra fuss for updating frame number.
10745
10746 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10747
10748 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10749 (describe-language-environment-map, setup-language-environment-map)
10750 (set-coding-system-map): Move initialization into declaration.
10751 (set-language-info-alist): Last arg to define-key-after can be skipped.
10752
10753 * international/quail.el (quail-completion-1): Simplify.
10754 (quail-define-rules): Use slightly more compact code.
10755 (quail-insert-decode-map): Propertize keys, compact columns.
10756
10757 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10758 Add goto-line.
10759
10760 2009-08-10 Miles Bader <miles@gnu.org>
10761
10762 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10763 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10764 (js2-instance-member, js2-private-member, js2-private-function-call)
10765 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10766 (js2-magic-paren, js2-external-variable):
10767 Remove "-face" suffix from face names.
10768 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10769 (js2-highlight-undeclared-vars, js2-peek-token)
10770 (js2-parse-function-params, js2-mode-show-errors)
10771 (js2-mode-show-warnings, js2-make-magic-delimiter)
10772 (js2-mode-highlight-magic-parens): Update to use new face names.
10773
10774 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10775
10776 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10777 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10778
10779 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10780
10781 * subr.el: Provide hashtable-print-readable.
10782
10783 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10784 hs-c-like-adjust-block-beginning.
10785 (hs-hide-block-at-point): Stop hiding at the beginning of
10786 hs-block-end-regexp (Bug#700).
10787
10788 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10789
10790 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10791 a macro.
10792 (gdb-registers-handler-custom): Do not fail when register names
10793 are unavailable.
10794
10795 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10796
10797 * progmodes/gdb-mi.el (gdb-control-all-threads)
10798 (gdb-control-current-thread): Interactive setters for
10799 `gdb-gud-control-all-threads' to use in menu.
10800 (gdb-show-run-p): Show «Go» when process is not active.
10801 (gud-tool-bar-map): Add non-stop/A,T indicator.
10802 Uses gud/thread.xpm and gud/all.xpm.
10803
10804 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10805
10806 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10807 (nslookup-font-lock-keywords): Make it a variable.
10808 (net-utils-mode): New mode for viewing diagnostic network output.
10809 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10810 (net-utils-run-simple): New function.
10811 (ifconfig, iwconfig, netstat, arp, route): Use it.
10812
10813 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10814
10815 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10816 (gdb-memory-set-address, def-gdb-set-positive-number)
10817 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10818 after changing settings.
10819 (gdb-invalidate-disassembly): Update when first shown.
10820 (gdb-edit-locals-value): Fixed.
10821 (gdb-registers-handler-custom): Print registers in right order and
10822 allow changing register values (only for current thread yet).
10823 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10824 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10825 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10826 (gdb-locals-handler-custom, gdb-registers-handler-custom):
10827 Thread info in mode name.
10828 (gdb-registers-mode-map): TAB to switch to locals.
10829
10830 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10831
10832 * mail/rmail.el (rmail-add-mbox-headers)
10833 (rmail-set-message-counters-counter): Search for
10834 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10835
10836 2009-08-08 Glenn Morris <rgm@gnu.org>
10837
10838 * Makefile.in (ELCFILES): Update.
10839
10840 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10841
10842 * mail/sendmail.el (mail-yank-original):
10843 Set buffer-file-coding-system from the one used by the message whose
10844 text is yanked.
10845
10846 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10847 to "windows" when "pgnuplot" is used.
10848 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
10849 Don't call accept-process-output if "pgnuplot" is used.
10850 (calc-graph-init): Don't send -display and -geometry to
10851 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10852 running "pgnuplot -V" with shell-command-to-string.
10853
10854 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10855 the default.
10856
10857 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10858
10859 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10860 org/org-latex.elc.
10861
10862 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10863
10864 * vc-dispatcher.el (vc-resynch-window): Update comment.
10865
10866 * term.el (term-handle-ansi-escape): Add comments with the
10867 terminfo capabilities implemented.
10868
10869 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10870
10871 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10872 (gdb-var-create-handler): Rewritten using JSON parser.
10873 (gdb-propertize-header): Move earlier.
10874 (gdb-set-header): Remove to avoid duplication.
10875 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10876 Refresh disassembly buffers only after threads list have been
10877 update.
10878 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10879 variables.
10880
10881 2009-08-04 Juri Linkov <juri@jurta.org>
10882
10883 * files.el: Commands to add/delete file/directory-local variables.
10884 (read-file-local-variable, read-file-local-variable-value)
10885 (read-file-local-variable-mode, modify-file-local-variable)
10886 (modify-file-local-variable-prop-line)
10887 (modify-dir-local-variable): New functions.
10888 (add-file-local-variable, delete-file-local-variable)
10889 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10890 (add-dir-local-variable, delete-dir-local-variable)
10891 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10892 (copy-dir-locals-to-file-locals-prop-line): New commands.
10893
10894 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
10895
10896 * abbrev.el (insert-abbrev-table-description): Prettify output.
10897 Suggested by Karl Chen.
10898
10899 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10900
10901 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10902 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10903 (gdb-overlay-arrow-position, gdb-thread-position)
10904 (gdb-disassembly-position): Declare variables.
10905 (gdb-wait-for-pending): Function now.
10906 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10907 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10908 compilation goes smoothly.
10909 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10910 (gdb-non-stop-setting): New customization setting which replaces
10911 `gdb-non-stop' so changing it doesn't break active GDB session.
10912 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10913 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10914 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10915 (gdb-show-threads-by-default): New customization options.
10916 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10917 routines.
10918 (gdb-get-buffer-create): Send buffers update signal when they are
10919 created.
10920 (gdb-invalidate-locals, gdb-invalidate-registers)
10921 (gdb-invalidate-breakpoints)
10922 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10923 (gdb-invalidate-memory): Accept update signal.
10924 (gdb-current-context-command): Use --frame option.
10925 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10926 Implement `gdb-frame-number' selection logic.
10927 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10928 whether to show GUD toolbar buttons.
10929 (gdb-thread-exited): Unselect current thread when it exits.
10930 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10931 (gdb-mark-line): Routine which sets overlay arrow or inverses
10932 video on fringeless displays.
10933 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10934 to build aligned columns of data in GDB buffers and set text
10935 properties line-by-line.
10936 (gdb-invalidate-breakpoints)
10937 (gdb-breakpoints-list-handler-custom)
10938 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10939 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10940 (gdb-registers-handler-custom): Align data columns.
10941 (gdb-locals-handler-custom): Now prints data like in variable
10942 declarations.
10943 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10944 Remove confusing buttons.
10945 (gdb-invalidate-threads): Append --frame.
10946 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10947 between breakpoints/threads buffers.
10948 (gdb-set-window-buffer): Now can ignore dedicated windows.
10949 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10950 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10951 (def-gdb-thread-buffer-gud-command): Replaces
10952 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10953 for fine thread control.
10954 (gdb-preempt-existing-or-display-buffer): New function used to
10955 display bound buffers without breaking window layout.
10956 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10957 (gdb-select-frame): New version of `gdb-frames-select' which now
10958 sets `gdb-frame-number' so commands may use --frame option instead
10959 of inner debugger state.
10960 (gdb-frame-handler): Do not set `gdb-frame-number'.
10961 (gdb-threads-mode-map): Select threads with mouse.
10962
10963 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10964 avoid compilation warning.
10965 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10966 `gdb-show-stop-p`.
10967
10968 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10969 Argument `key' renamed to `buffer-type'.
10970 (gdb-current-context-buffer-name): Do not add thread info to
10971 buffer name when no thread is selected.
10972 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10973 command (bug 3794).
10974 (gdb-thread-selected): Handle `=thread-selected' notification.
10975 (gdb-wait-for-pending): New macro to deal with congestion problems.
10976 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10977 breakpoints.
10978 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10979 This fixes problem similar to one described in bug 3947.
10980 (gud-menu-map): More menu items.
10981 (gdb-init-1): Reset `gdb-thread-number' to nil.
10982
10983 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10984 non-stop settings.
10985
10986 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10987 (gdb-current-context-command): Do not append --thread if
10988 `gdb-thread-number' is nil.
10989 (gdb-running-threads-count, gdb-stopped-threads-count):
10990 New variables.
10991 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10992 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
10993 New customization options.
10994 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10995 GUD commands.
10996 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10997 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10998 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10999 set `gdb-thread-number' and update `gud-running' properly.
11000 (gdb-running): Update threads list when new threads appear.
11001 (gdb-stopped): Support non-stop operation and new thread switching
11002 logic.
11003 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11004 (gdb-json-partial-output): New set of JSON routines.
11005 (def-gdb-auto-update-trigger): New `signal-list' optional
11006 argument.
11007 (gdb-thread-list-handler-custom): Update `gud-running',
11008 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11009 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11010 (gdb-continue-thread, gdb-step-thread): New commands for fine
11011 thread execution control.
11012 (gud-menu-map): New menu items to switch non-stop options.
11013 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11014 (gdb-send): Mimic RET properly (bug 3794).
11015
11016 * progmodes/gdb-mi.el (gdb-rules-name-maker)
11017 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11018 gdb-buffer-rules.
11019 (def-gdb-auto-update-handler): New nopreserve optional argument.
11020 (gdb-stack-list-frames-custom): Print stack from top to bottom.
11021
11022 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
11023 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11024 (gdb-parent-mode): New mode to derive other GDB modes from.
11025 (gdb-display-disassembly-for-thread)
11026 (gdb-frame-disassembly-for-thread): New commands for threads
11027 buffer.
11028
11029 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11030 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11031 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11032 (gdb-update): We now store all GDB buffers in a list so that they
11033 can be updated by traversing a list instead of calling invalidate
11034 triggers explicitly.
11035 (def-gdb-trigger-and-handler): New macro to define trigger-handler
11036 pair for GDB buffer.
11037 (gdb-stack-buffer-name): Add thread information.
11038 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11039 handle pending triggers.
11040 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11041 (def-gdb-thread-buffer-simple-command)
11042 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11043 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11044 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11045 New commands which show buffers bound to thread.
11046 (gdb-stack-list-locals-regexp): Remove unused regexp.
11047
11048 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11049 (gdb-locals-buffer-name, gdb-registers-buffer-name)
11050 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11051 to (gud-comint-buffer) in *-buffer-name functions
11052 because (gdb-get-target-string) already does that.
11053 (gdb-locals-handler-custom, gdb-registers-handler-custom)
11054 (gdb-changed-registers-handler): Rewritten without regexps.
11055
11056 * progmodes/gdb-mi.el: Basic thread selection support.
11057 (gdb-thread-number): New variable.
11058 (gdb-current-context-command): New macro which adds --thread
11059 option to command.
11060 (gdb-threads-mode-map): Select thread with SPC.
11061 (gdb-thread-list-handler-custom): Mark current thread with overlay
11062 arrow. Synchronize GDB thread and Emacs thread.
11063 (gdb-select-thread): New command which selects current thread.
11064 (gdb-invalidate-frames, gdb-invalidate-locals)
11065 (gdb-invalidate-registers): Use --thread option.
11066
11067 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
11068
11069 * net/tramp.el (top): Make check for tramp-gvfs loading more
11070 robust. (Bug#3977)
11071 (tramp-handle-insert-file-contents): `unwind-protect' must be
11072 inside `with-parsed-tramp-file-name'.
11073
11074 * net/tramp-gvfs.el (top): Remove superfluous message when loading
11075 fails.
11076
11077 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
11078
11079 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11080 directory if CLASSPATH is not set.
11081
11082 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
11083
11084 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11085 New defconst.
11086 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
11087
11088 2009-08-02 Kevin Ryde <user42@zip.com.au>
11089
11090 * net/newst-backend.el (newsticker--raw-url-list-defaults):
11091 Update freshmeat link. Delete newsforge.com as it seems gone.
11092
11093 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11094
11095 * select.el (x-set-selection): Doc fix (Bug#4021).
11096
11097 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11098
11099 * help-fns.el (describe-variable): Treat list return values from
11100 dir-locals-find-file properly (Bug#4005).
11101
11102 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
11103
11104 * net/tramp.el (tramp-debug-message): Print also microseconds.
11105
11106 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
11107
11108 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11109 or END is non-nil.
11110 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11111 (tramp-get-debug-buffer): Change `outline-regexp' according to new
11112 format.
11113
11114 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11115 (tramp-get-file-property): Use it.
11116
11117 * autorevert.el (auto-revert-handler):
11118 Allow `auto-revert-tail-mode' for remote files.
11119
11120 2009-08-02 Jason Rumney <jasonr@gnu.org>
11121
11122 * minibuffer.el (read-file-name): Treat confirm options to
11123 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
11124
11125 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11126
11127 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11128 (font-lock-variable-name-face, font-lock-constant-face):
11129 Darken the colors for light backgrounds.
11130
11131 2009-08-01 Eli Zaretskii <eliz@gnu.org>
11132
11133 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11134 month names. (Bug#3987)
11135
11136 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
11137
11138 * simple.el (line-move-finish): Pass whole number to
11139 line-move-to-column.
11140 (line-move-visual): Perform hscroll to the recorded position.
11141
11142 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
11143
11144 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11145
11146 2009-07-29 Alan Mackenzie <acm@muc.de>
11147
11148 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11149
11150 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
11151
11152 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11153 (gdb-place-breakpoints): Use full path when setting breakpoints.
11154
11155 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11156
11157 * calc/calc.el (calc-mode-map): Add keybinding for
11158 `calc-transpose-lines'.
11159
11160 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
11161
11162 * calc/calc-misc.el (calc-transpose-lines): New function.
11163
11164 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
11165
11166 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11167 Simplify check for out-of-band methods.
11168 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11169 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
11170
11171 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
11172
11173 * vc-git.el (vc-git-checkin): Fix typo.
11174
11175 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
11176
11177 * progmodes/js2-mode.el: New file.
11178
11179 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
11180
11181 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11182 (gud-menu-map): Adjust tooltip accordingly.
11183
11184 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11185
11186 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11187 (vc-bzr-log-view-mode): Adjust log-view-file-re.
11188
11189 * add-log.el (change-log-mode-map): Add a menu.
11190
11191 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
11192
11193 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11194 function returns nil.
11195 (dbus-handle-event): Handle special return value :ignore.
11196 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11197
11198 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
11199
11200 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11201 it's not needed.
11202
11203 2009-07-25 Eli Zaretskii <eliz@gnu.org>
11204
11205 Fix Bug#3888:
11206
11207 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11208
11209 * term/pc-win.el (x-display-name, x-colors)
11210 (x-select-enable-clipboard, x-select-text): Doc fix.
11211
11212 * term/common-win.el (x-display-name, x-colors): Doc fix.
11213
11214 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11215 (xw-defined-colors): Doc fix.
11216
11217 * w32-fns.el (x-select-text, x-setup-function-keys)
11218 (x-get-selection, x-set-selection): Doc fix.
11219
11220 * term/x-win.el (x-select-text, x-setup-function-keys)
11221 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11222
11223 * select.el (x-set-selection): Doc fix.
11224
11225 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
11226
11227 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11228 instead of "IsNSSSupportAvailable". Avahi ought to work also when
11229 "IsNSSSupportAvailable" method is not available.
11230 Reported by Steve Youngs <steve@sxemacs.org>.
11231
11232 2009-07-24 Kenichi Handa <handa@m17n.org>
11233
11234 * international/characters.el: Fix setting of category ?C, ?|, ?K,
11235 and ?H. Fix setting of case for Latin Extended and Greek Extended.
11236 (build-unicode-category-table): Fix range checks.
11237
11238 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11239
11240 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11241 the buffer we try to sync is current when calling
11242 vc-resynch-buffer.
11243
11244 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11245 not show up to date files.
11246
11247 2009-07-24 Glenn Morris <rgm@gnu.org>
11248
11249 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11250 Add autoload cookies. If necessary, initialize.
11251 (elint-log): Handle non-file buffers.
11252 (elint-initialize): Add optional argument to reinitialize.
11253 (elint-find-builtin-variables): Save excursion.
11254
11255 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11256
11257 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11258 for Lint.
11259
11260 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11261
11262 * vc.el (vc-print-log-internal): New function, split out from ...
11263 (vc-print-log): ... here.
11264 (vc-dir-move-to-goal-column): Declare.
11265
11266 * vc-git.el (vc-git-add-signoff): New variable.
11267 (vc-git-checkin): Use it.
11268 (vc-git-toggle-signoff): New function.
11269 (vc-git-extra-menu-map): Bind it to menu.
11270 (vc-git--run-command-string): Accept a nil FILE argument.
11271 (vc-git-stash-list): New function.
11272 (vc-git-dir-extra-headers): Use it.
11273
11274 2009-07-23 Glenn Morris <rgm@gnu.org>
11275
11276 * help-fns.el (describe-variable): Describe ignored and risky local
11277 variables in a similar way to that in which we describe safe ones.
11278
11279 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11280 (byte-compile-output-file-form, byte-compile-output-docform)
11281 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11282 Give some more local variables with common names a "bytecomp-" prefix,
11283 so as not to shadow things during compilation.
11284 * emacs-lisp/cl-macs.el (load-time-value)
11285 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11286 `outbuffer' to `bytecomp-outbuffer'.
11287
11288 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11289 since the next two variables cover them automatically now.
11290 (elint-builtin-variables, elint-autoloaded-variables): New.
11291 (elint-unknown-builtin-args): Remove all members, since they can be
11292 parsed automatically now.
11293 (elint-extra-errors): New.
11294 (elint-env-add-env, elint-env-add-macro): Use cadr.
11295 (elint-current-buffer): Use or. Change final message.
11296 (elint-get-top-forms): Use line-end-position.
11297 (elint-init-env): Use cadr. Handle autoload, declare-function,
11298 and defalias.
11299 (elint-add-required-env): Doc fix. Use or. Standardize error.
11300 (regexp-assoc): Remove unused function.
11301 (elint-top-form): Set elint-current-pos, to record the start of the
11302 top-level form, for compilation-mode.
11303 (elint-form): Trap errors in macro expansion. Use dolist.
11304 (elint-unbound-variable): Use elint-builtin-variables and
11305 elint-autoloaded-variables.
11306 (elint-get-args): Use cadr, or.
11307 (elint-check-cond-form): Use dolist, cadr.
11308 (elint-check-condition-case-form): Doc fix. Use cadr.
11309 Use elint-extra-errors.
11310 (elint-log): New function.
11311 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11312 Distinguish errors and warnings.
11313 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11314 Use a bytecomp-style format.
11315 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11316 (elint-get-log-buffer): Use compilation mode. Disable undo.
11317 Don't truncate lines.
11318 (elint-initialize): Set builtin and autoloaded variable lists.
11319 Only process elint-unknown-builtin-args if non-nil.
11320 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11321 New functions.
11322 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11323
11324 2009-07-22 Kevin Ryde <user42@zip.com.au>
11325
11326 * net/newst-backend.el (newsticker--parse-atom-1.0)
11327 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11328 (newsticker--parse-rss-1.0):
11329 * progmodes/idlwave.el (idlwave-mode):
11330 * progmodes/idlw-shell.el (idlwave-shell-mode):
11331 * progmodes/vera-mode.el (vera-mode):
11332 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11333 * progmodes/vhdl-mode.el (vhdl-mode):
11334 * textmodes/table.el (table-generate-source)
11335 (table--warn-incompatibility):
11336 Hyperlink urls in docstrings with URL `...'.
11337
11338 2009-07-22 Glenn Morris <rgm@gnu.org>
11339
11340 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11341 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11342 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11343 Remove leading * from defcustom docs.
11344
11345 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11346
11347 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11348 defcustom doc.
11349 (list-load-path-shadows): Optionally, just return shadows as a string.
11350
11351 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11352
11353 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11354
11355 * mail/rmailedit.el (rmail-edit-mode):
11356 Use auto-save-include-big-deletions.
11357
11358 * mail/rmail.el (rmail-variables):
11359 Use auto-save-include-big-deletions.
11360
11361 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11362 changes.
11363
11364 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11365
11366 * calc/calc.el (calc-undo-length): New variable.
11367 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11368
11369 2009-07-21 Richard Stallman <rms@gnu.org>
11370
11371 * files.el (auto-save-mode): Handle buffer-save-size = -2
11372 for toggling mode.
11373
11374 2009-07-21 Glenn Morris <rgm@gnu.org>
11375
11376 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11377
11378 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11379
11380 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11381 silence compiler. Instead...
11382 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11383 (ps-print-ensure-fontified): Update for above function name changes.
11384
11385 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11386 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11387 silence compiler. Instead...
11388 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11389 (mh-show-buffer): Only define for compiler.
11390 (pr-mh-current-message): Update for above function name changes.
11391
11392 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11393 as an argument.
11394 (find-file-noselect, insert-file-1): Update for above change.
11395
11396 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11397
11398 * mail/mailclient.el (mailclient-send-it): Fix message.
11399
11400 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11401 (edebug-eval): Check cl-debug-env is bound.
11402 (print-level, print-circle): Don't redefine built-in variables.
11403
11404 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11405 (custom-print-vectors): Remove old comments from doc.
11406
11407 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11408 (emerge-version): Make the variable an obsolete alias for the
11409 emacs-version variable. Make the function obsolete.
11410 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11411 Emerge options, rather than merging in into the main Options menu.
11412 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11413 and auto advance modes. Disable edit/fast items when not relevant.
11414
11415 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11416
11417 * term/vt420.el (terminal-init-vt420): Fix typo.
11418
11419 2009-07-20 Sam Steingold <sds@gnu.org>
11420
11421 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11422 variable (removed from compile.el on 2004-03-11).
11423
11424 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11425
11426 * files.el (hack-local-variables-filter): Fix last change.
11427
11428 2009-07-19 Juri Linkov <juri@jurta.org>
11429
11430 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11431 (dir-local-variables-alist): New buffer-local variable.
11432 (hack-local-variables-filter): If variable is not dir-local,
11433 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11434 because file-local overrides dir-local.
11435 (c-postprocess-file-styles) <declare-function>:
11436 Remove obsolete declaration.
11437 (hack-dir-local-variables): Add dir-local variable/value pair to
11438 `dir-local-variables-alist' and remove duplicates. Doc fix.
11439
11440 * help-fns.el (describe-variable): Add information about
11441 file-local and dir-local variables.
11442
11443 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11444
11445 * files.el (hack-local-variables-filter): Rewrite.
11446
11447 2009-07-19 Glenn Morris <rgm@gnu.org>
11448
11449 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11450 Silence compiler by only defining on XEmacs.
11451
11452 * international/mule.el (auto-coding-regexp-alist): Only match
11453 BABYL... at the start of buffer, not of lines. (Bug#3790)
11454
11455 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11456 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11457 (cal-menu-context-mouse-menu): Doc fix.
11458
11459 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11460
11461 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11462
11463 2009-07-18 Juri Linkov <juri@jurta.org>
11464
11465 * info.el: Virtual Info keyword finder.
11466 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11467 (Info-finder-file): New variable.
11468 (Info-finder-find-file): New function.
11469 (finder-known-keywords, finder-package-info)
11470 (find-library-name, lm-commentary): Use defvar and
11471 declare-function to silence compiler warnings.
11472 (Info-finder-find-node): New function.
11473 (info-finder): New command.
11474
11475 * subr.el (process-kill-buffer-query-function): New function.
11476 (add-hook)<kill-buffer-query-functions>: Add hook
11477 `process-kill-buffer-query-function'.
11478
11479 2009-07-18 Alan Mackenzie <acm@muc.de>
11480
11481 * progmodes/cc-mode.el (c-before-hack-hook)
11482 (c-postprocess-file-styles): Give invocation of `c-set-style'
11483 DONT-OVERRIDE parameter of t. Already set style variables will
11484 thus not be overridden by style settings given by `c-file-syle'.
11485
11486 * files.el (hack-local-variables-filter): Remove entries with
11487 duplicate keys from `file-local-variables-alist'.
11488
11489 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11490
11491 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11492 x-set-selection if display-selections-p returns nil for the
11493 current frame.
11494
11495 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11496
11497 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11498
11499 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11500
11501 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11502 Accept nil in addition to a regexp.
11503 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11504 Accept nil in addition to a regexp.
11505 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11506 buffers that have an associated file. Handle nil values of
11507 desktop-buffers-not-to-save and desktop-files-not-to-save.
11508 (Bug#3833)
11509
11510 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11511 (x-disown-selection-internal): New functions.
11512
11513 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11514
11515 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11516 warning.
11517 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11518 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11519
11520 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11521
11522 * simple.el (set-mark): Revert last change.
11523
11524 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11525
11526 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11527 rendering of pngs is not possible instead of messaging a long
11528 description.
11529
11530 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11531
11532 * w32-fns.el (x-selection-owner-p): New function.
11533
11534 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11535 (mouse-yank-at-click, mouse-yank-primary):
11536 If select-active-regions is non-nil, deactivate the mark before
11537 insertion.
11538
11539 * simple.el (deactivate-mark, set-mark): Only save selection if we
11540 own it.
11541
11542 2009-07-17 Kenichi Handa <handa@m17n.org>
11543
11544 * case-table.el (describe-buffer-case-table): Fix for the case
11545 that KEY is a cons.
11546
11547 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11548
11549 * vc-rcs.el (vc-rcs-find-file-hook):
11550 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11551
11552 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11553
11554 * net/tramp.el (tramp-wait-for-output): Handle the case when
11555 commands do not return a newline but a null byte before the shell
11556 prompt. (Bug#3858)
11557
11558 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11559
11560 * term/ns-win.el (ns-set-alpha): Don't declare.
11561 (ns-set-background-alpha): Remove function.
11562
11563 2009-07-16 Kevin Ryde <user42@zip.com.au>
11564
11565 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11566 y-or-n-p, for safety.
11567
11568 2009-07-16 Richard Stallman <rms@gnu.org>
11569
11570 * files.el (auto-save-mode): If buffer-saved-size is -2,
11571 don't clobber it.
11572
11573 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11574 (rmail-retry-ignored-headers): Add more uninteresting fields.
11575
11576 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11577
11578 * net/rcirc.el (rcirc): Use history variables.
11579 (rcirc-server-name-history, rcirc-nick-name-history)
11580 (rcirc-server-port-history): New variables.
11581
11582 2009-07-15 Kenichi Handa <handa@m17n.org>
11583
11584 * international/mule-cmds.el (set-language-environment-charset):
11585 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11586 ignore them.
11587
11588 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11589 Delete unibyte-display.
11590
11591 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11592
11593 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11594
11595 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11596
11597 * simple.el (deactivate-mark): Optional argument FORCE.
11598 (set-mark): Use deactivate-mark.
11599
11600 * info.el (Info-search): No need to check transient-mark-mode
11601 before calling deactivate-mark.
11602
11603 * select.el (x-set-selection): Doc fix.
11604 (x-valid-simple-selection-p): Allow buffer values.
11605 (xselect--selection-bounds): Handle buffer values.
11606 Suggested by David De La Harpe Golden.
11607
11608 * mouse.el (mouse-set-region, mouse-drag-track):
11609 Call copy-region-as-kill before setting the mark, to let
11610 select-active-regions work.
11611
11612 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11613
11614 * simple.el (deactivate-mark): If select-active-regions is
11615 non-nil, copy the selection data into a string.
11616 (activate-mark): If select-active-regions is non-nil, set the
11617 selection to the current buffer.
11618 (set-mark): Update selection if select-active-regions is non-nil.
11619
11620 * select.el (x-valid-simple-selection-p): Allow buffer values.
11621
11622 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11623
11624 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11625 and more featureful message-mode.
11626
11627 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11628
11629 * select.el (x-set-selection): Doc fix.
11630 (x-valid-simple-selection-p): Disallow selection data consisting
11631 of a list or cons of integers, since that is not used.
11632 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11633 (xselect-convert-to-string, xselect-convert-to-length)
11634 (xselect-convert-to-filename, xselect-convert-to-charpos)
11635 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11636
11637 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11638
11639 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11640 output in -break-info command (Emacs bug #3794).
11641
11642 2009-07-14 Glenn Morris <rgm@gnu.org>
11643
11644 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11645 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11646 (edebug-print-length, edebug-print-level, edebug-print-circle)
11647 (edebug-sit-for-seconds, edebug-view-outside)
11648 (edebug-bounce-point, edebug-set-global-break-condition)
11649 (edebug-Go-nonstop-mode, edebug-trace-mode)
11650 (edebug-Trace-fast-mode, edebug-continue-mode)
11651 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11652 (edebug-visit-eval-list): Doc fixes.
11653
11654 * subr.el (def-edebug-spec): Doc fix.
11655
11656 2009-07-14 Kenichi Handa <handa@m17n.org>
11657
11658 * international/characters.el: Fix setting of category ?C.
11659
11660 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11661
11662 * term/ns-win.el (x-select-font): defalias x-select-font to
11663 ns-popup-font-panel instead of generate-fontset-menu.
11664
11665 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11666
11667 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11668
11669 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11670
11671 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11672 the PK\003\004 header (Bug#3770).
11673
11674 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11675
11676 * pcomplete.el (pcomplete-comint-setup): Check for
11677 shell-dynamic-complete-filename too.
11678
11679 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11680
11681 * simple.el (temporary-goal-column): Change the value for
11682 line-move-visual to a cons cell.
11683 (line-move-visual): Record or set the window hscroll, if
11684 necessary (Bug#3494).
11685 (line-move-1): Handle cons value of temporary-goal-column.
11686
11687 2009-07-11 Kenichi Handa <handa@m17n.org>
11688
11689 * international/mule-diag.el (describe-character-set): Don't show
11690 width.
11691
11692 2009-07-10 Sam Steingold <sds@gnu.org>
11693
11694 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11695 Omake sometimes indents the errors it prints, so allow all
11696 regexps to start with spaces.
11697
11698 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11699
11700 * cus-edit.el (customize-changed-options-previous-release):
11701 Bump value to 22.1. (Bug#3804)
11702
11703 2009-07-08 Sam Steingold <sds@gnu.org>
11704
11705 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11706 to be a cons cell (test . ignored-directory) to selectively ignore
11707 some directories depending on the location of the search.
11708
11709 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11710
11711 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11712 remote user is root, on the local host.
11713 (tramp-local-host-p): Either the local user or the remote user
11714 must be root. (Bug#3771)
11715
11716 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11717
11718 * progmodes/gdb-mi.el (gdb): Remove description of
11719 gdb-use-separate-io-buffer.
11720 (menu): Don't allow toggling of or enable
11721 gdb-use-separate-io-buffer from menubar.
11722
11723 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11724
11725 * mail/unrmail.el (unrmail): Make sure the message ends with two
11726 newlines (Bug#3769).
11727
11728 2009-07-08 Glenn Morris <rgm@gnu.org>
11729
11730 * calendar/calendar.el (calendar-current-date): Rework previous change.
11731
11732 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11733
11734 * calendar/calendar.el (calendar-current-date):
11735 Add an optional argument giving an offset from today.
11736
11737 2009-07-08 Glenn Morris <rgm@gnu.org>
11738
11739 * tutorial.el (tutorial--describe-nonstandard-key):
11740 Adjust the message for when a key has been unbound.
11741 (help-with-tutorial): Hide the arch-tag.
11742
11743 2009-07-08 Kenichi Handa <handa@m17n.org>
11744
11745 * international/fontset.el (setup-default-fontset): For each
11746 script, append (not set) font-specs.
11747
11748 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11749 docstring.
11750
11751 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11752
11753 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11754 -data-list-register-names to ...
11755 (gdb-starting): ... here because GDB 7.0 requires execution to
11756 have started when using this MI command.
11757 (gdb-set-header): New function to distinguish select and
11758 unselected tabs in gdb buffers.
11759 (gdb-propertize-header): New macro that uses gdb-set-header.
11760 (gdb-breakpoints-header, gdb-locals-header): Use it.
11761 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11762
11763 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11764
11765 * Makefile.in (ELCFILES): Remove fadr.elc.
11766
11767 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11768
11769 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11770 may contain frame information, so `string-match' should be used.
11771 (gdb-update): Disassembly is invalidated through
11772 `gdb-get-selected-frame'.
11773 (gdb-pad-string): New function to pad string with spaces.
11774 (gdb-invalidate-disassembly): Invalidate only if the buffer
11775 exists.
11776 (gdb-disassembly-handler-custom): Column alignment.
11777 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11778 placing new ones.
11779 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11780 end of line, too.
11781 (gdb-frame-handler): Match convention to for disassembly buffer
11782 mode name.
11783 (gdb-stack-list-frames-handler): Rewritten without regexps.
11784 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11785 not highlight breakpoints without line information.
11786 (gdb-input): Add trailing newline to command.
11787
11788 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11789 buffer properly.
11790 (gdb-breakpoints-list-handler-custom): Replacement for
11791 `gdb-break-list-handler'. Using real parser instead of regexps
11792 now.
11793 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11794 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11795 to place breakpoints.
11796 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11797 functions.
11798 (gdb-disassembly-handler-custom): Show overlay arrow.
11799 (gdb-disassembly-place-breakpoints): Show breakpoints in
11800 disassembly buffer.
11801 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11802 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11803 instead of parsing breakpoints buffer. Fixed old menu references
11804 in `gud-menu-map'.
11805
11806 * fadr.el: Remove.
11807
11808 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11809 (gdb-memory-address): New variable which holds top address of
11810 memory page shown in memory buffer.
11811 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
11812 New customization variables.
11813 New functions:
11814 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11815 display the memory buffer.
11816 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11817 buffer display parameters.
11818 (def-gdb-memory-format, gdb-memory-format-binary)
11819 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11820 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11821 Functions for setting memory buffer format.
11822 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11823 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11824 unit size used in memory buffer.
11825 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
11826 Switch to next/previous page of memory buffer.
11827 Now using (bindat-get-field) instead of fadr functions.
11828
11829 2009-07-07 Sam Steingold <sds@gnu.org>
11830
11831 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11832 non-top-level files.
11833
11834 2009-07-07 Kenichi Handa <handa@m17n.org>
11835
11836 * international/mule-cmds.el (reset-language-environment):
11837 Put the highset priority to the charset iso-8859-1.
11838
11839 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11840
11841 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11842 to the end of the line when locating the block (Bug#700).
11843
11844 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11845
11846 * net/tramp.el (tramp-handle-write-region): Flush file properties
11847 in case of short track.
11848
11849 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11850
11851 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11852 Coded custom representation of verilog error regular expressions
11853 to work with Emacs-22's new format.
11854 (verilog-error-regexp-xemacs-alist): Coded custom representation
11855 of verilog error regular expressions to work with XEmacs format.
11856 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11857 error recognition into XEmacs.
11858 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11859 error recognition into Emacs-22.
11860
11861 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11862
11863 * woman.el: Remove stand-alone closing parentheses.
11864 (woman-file-name, woman2-format-paragraphs)
11865 (woman-leave-blank-lines): Code cleanup.
11866 (woman-use-own-frame): Change default to nil.
11867 (woman-italic, woman-bold, woman-unknown, woman-addition):
11868 Change defaults to inherit from default faces.
11869 (woman2-process-escapes): Consume the newline after a stand-alone
11870 filler character (Bug#3651).
11871
11872 2009-07-06 Glenn Morris <rgm@gnu.org>
11873
11874 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11875 (top-level): Move provide to the end.
11876 (ffap): Remove defunct URL from custom group.
11877
11878 * subr.el (eval-after-load): Doc fix.
11879
11880 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
11881
11882 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11883 `calc-embedded-word' is called twice.
11884
11885 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11886
11887 * files.el (find-alternate-file-other-window, find-alternate-file):
11888 Obey confirm-nonexistent-file-or-buffer.
11889
11890 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
11891
11892 * dired-aux.el (dired-show-file-type): Handle remote files.
11893
11894 2009-07-05 Jari Aalto <jari.aalto@cante.net>
11895
11896 * desktop.el (desktop-globals-to-save):
11897 Add file-name-history (Bug#2750).
11898
11899 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
11900
11901 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11902
11903 2009-07-04 Johan Bockgård <bojohan@gnu.org>
11904
11905 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11906 property on entire argument since this is what eshell-lisp-command
11907 expects.
11908
11909 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
11910
11911 * net/tramp-gvfs.el (tramp-gvfs-methods)
11912 (tramp-gvfs-zeroconf-domain)
11913 (tramp-bluez-discover-devices-timeout): Add version flag.
11914 (tramp-gvfs-handler-mounted-unmounted)
11915 (tramp-gvfs-connection-mounted-p): Polish handling of
11916 incompatibilities between GVFS 0.2 and 1.0.
11917
11918 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11919
11920 * cus-start.el (all): Add make-pointer-invisible.
11921
11922 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11923
11924 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11925 formatted correctly.
11926
11927 2009-07-02 Juri Linkov <juri@jurta.org>
11928
11929 * info.el: Virtual Info files and nodes.
11930 (Info-virtual-files, Info-virtual-nodes): New variables.
11931 (Info-current-node-virtual): New variable.
11932 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11933 New functions.
11934 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11935 to check for a virtual file instead of checking a fixed list
11936 of node names.
11937 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11938 instead of ad-hoc processing of "dir" and (apropos history toc).
11939 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11940 instead of ad-hoc processing of "dir" and (apropos history toc).
11941 Reread a file when moving from a virtual node.
11942 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11943 (Info-directory-toc-nodes, Info-directory-find-file)
11944 (Info-directory-find-node): New functions.
11945 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11946 (Info-history): Move part of code to
11947 `Info-history-find-node'.
11948 (Info-history-toc-nodes, Info-history-find-file)
11949 (Info-history-find-node): New functions.
11950 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11951 (Info-toc): Move part of code to `Info-toc-find-node'.
11952 (Info-toc-find-node): New function.
11953 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
11954 the current Info file name to references because now the node
11955 "*TOC*" belongs to the same Info manual.
11956 (Info-toc-build): Rename from `Info-build-toc'.
11957 (Info-toc-nodes): Rename input argument `file' to `filename'.
11958 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11959 instead of ad-hoc processing of ("dir" apropos history toc).
11960 (Info-index-nodes): Use Info-virtual-file-p
11961 to check for a virtual file instead of checking a fixed list
11962 of node names.
11963 (Info-index-node): Add check for `Info-current-node-virtual'.
11964 Raise `save-match-data' higher up the tree to contain
11965 `search-forward' too (bug fix).
11966 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11967 (Info-virtual-index-nodes): New variable.
11968 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11969 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11970 (Info-apropos-file, Info-apropos-nodes): New variables.
11971 (Info-apropos-toc-nodes, Info-apropos-find-file)
11972 (Info-apropos-find-node, Info-apropos-matches): New functions.
11973 (info-apropos): Move part of code to `Info-apropos-find-node' and
11974 `Info-apropos-matches'.
11975 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11976 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11977 for a virtual file instead of checking a fixed list of node names.
11978
11979 * simple.el (async-shell-command): New command.
11980
11981 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11982
11983 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11984 instead of `mount-info'.
11985
11986 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
11987
11988 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11989 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11990
11991 2009-07-02 Kenichi Handa <handa@m17n.org>
11992
11993 * international/mule.el (set-keyboard-coding-system): Force *-unix
11994 coding-system to avoid eol conversion.
11995
11996 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
11997
11998 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11999 Add handler for `process-file', `shell-command' and
12000 `start-file-process'.
12001 (tramp-gvfs-handle-shell-command)
12002 (tramp-gvfs-handle-start-file-process)
12003 (tramp-gvfs-handle-process-file): New defuns.
12004 (tramp-synce-list-devices): Simplify check for existence of property.
12005
12006 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
12007
12008 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12009
12010 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
12011
12012 * language/korean.el (set-language-info-alist): Add korean-cp949,
12013 cp949 to spec.
12014
12015 2009-07-01 Kenichi Handa <handa@m17n.org>
12016
12017 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12018
12019 * international/encoded-kb.el: Deleted.
12020
12021 * international/mule.el (set-keyboard-coding-system): Perform the
12022 necessary setup here instead of calling encoded-kbd-setup-display.
12023
12024 2009-07-01 Glenn Morris <rgm@gnu.org>
12025
12026 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12027
12028 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
12029
12030 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
12031
12032 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
12033
12034 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12035 Handle also the 'rename case, when setting file modes. (Bug#3712)
12036 (tramp-default-file-modes): Remove execute permissions.
12037
12038 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12039 (top): Add a default for "synce" in `tramp-default-user-alist'.
12040 Add completion function for "synce" method.
12041 (tramp-hal-service, tramp-hal-path-manager)
12042 (tramp-hal-interface-manager, tramp-hal-interface-device):
12043 New defconst.
12044 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12045 (tramp-synce-list-devices, tramp-synce-parse-device-names):
12046 New defuns.
12047
12048 * net/trampver.el: Update release number.
12049
12050 2009-06-30 Kenichi Handa <handa@m17n.org>
12051
12052 * international/fontset.el (setup-default-fontset): Add CJK fonts
12053 for symbols and the other miscellaneous characters.
12054
12055 * language/korea-util.el (setup-korean-environment-internal):
12056 Make char-width-table suitable for Korean environments.
12057 (exit-korean-environment): Cancel above.
12058
12059 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12060 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12061 setup-function to make char-width-table suitable for respective
12062 environments, and an exit-function to cancel that.
12063
12064 * language/japan-util.el (setup-japanese-environment-internal):
12065 Call use-cjk-char-width-table with arg `ja_JP'.
12066
12067 * international/characters.el (cjk-char-width-table): Delete it.
12068 (cjk-char-width-table-list): New variable.
12069 (use-cjk-char-width-table): New arg local-name.
12070 (use-default-char-width-table): Fix for the case that Emacs is
12071 already using the default char-width-table.
12072
12073 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
12074
12075 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12076 modes mandatory. (Bug#3712)
12077
12078 2009-06-29 Alan Mackenzie <acm@muc.de>
12079
12080 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12081 correction between the visible width of TABs and their number of bytes.
12082
12083 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
12084
12085 * server.el (server-buffer-done): Prevent kill-buffer from
12086 prompting by clearing the buffer modification flag (Bug#3696).
12087
12088 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
12089
12090 * progmodes/verilog-mode.el (verilog-beg-of-statement)
12091 (verilog-endcomment-reason-re): Support unique case and priority case.
12092 (verilog-basic-complete-re): Support localparam lineup.
12093 (verilog-beg-of-statement-1): Fix for robustness, unique case.
12094 (verilog-set-auto-endcomments): Fix for unique case, always_comb
12095 commenting.
12096 (verilog-leap-to-case-head): Now support *nested* unique &
12097 priority case statements.
12098 (verilog-auto-lineup): Make just declarations the default (as it
12099 had been).
12100 (verilog-leap-to-case-head): Support priority/unique case statements.
12101 (verilog-auto-lineup): Rework to give users radio buttons to
12102 select the various styles of automatic lineup.
12103 (verilog-error-regexp-alist): Rework to support the XEmacs style
12104 of error regular expressions from compilers, lint tools &
12105 simulators. Note that GNU Emacs has made it impossible for a mode
12106 to load such things.
12107 (electric-verilog-terminate-line, verilog-indent-declaration)
12108 (verilog-auto-wiure): Rework for radio button selection of
12109 auto-lineup selection of specification of auto lineup.
12110 (verilog-beg-of-statement-1): Redesign to support proper operation
12111 in additional code, based on testing with auto-lineup.
12112 (verilog-calculate-indent, assignments & declarations)
12113 (verilog-backward-token): Enhance to support auto-lineup of
12114 assignments & declarations.
12115 (verilog-in-directive-p, verilog-at-struct-p): New function for
12116 easy test of whether we are.
12117 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12118 to support safe execution at almost anyline.
12119 (verilog-calc-1): Properly support indenting deep inside generate
12120 blocks.
12121 (verilog-init-font): Remove definition & use of verilog-init-font,
12122 as it is redundant with font-lock-defaults.
12123 (verilog-mode): Alter the definition of verilog-font-lock-defaults
12124 to avoid circular calls if syntax-ppss is a function (as is the
12125 case now in 22.x GNU Emacs) as that function would sometimes call
12126 itself, leading to (nearly) infinite recursion.
12127 (verilog-ovm-begin-re, verilog-ovm-end-re)
12128 (verilog-ovm-statement-re, verilog-leap-to-head)
12129 (verilog-backward-token): Add support for OVM macros. Some are
12130 complete statements, and others open and close scopes like begin
12131 and end.
12132 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12133 (verilog-defun-level-generate-only-re): Really fix the defun-list
12134 compilation issue.
12135 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12136 coverpoint, constraint and cross statements.
12137 (verilog-defun-level-list, verilog-generate-defun-level-list)
12138 (verilog-all-defun-level-list): Redo these specifications - it is
12139 too hard to support eval-when compile aggregation of lists also
12140 built at when-compile time.
12141 (verilog-defun-level-list): Place defconsts of variables used in
12142 building regular expressions which are built in eval-when-compile
12143 bodies in the same eval-when-compile body to facilitate compile
12144 without load.
12145 (verilog-beg-block-re-ordered): Support indenting
12146 virtual/protected tasks and functions.
12147 (verilog-defun-level-list, verilog-in-generate-region-p)
12148 (verilog-backward-ws&directives, verilog-calc-1): Speed up
12149 indentation of some module items (generate items).
12150 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12151 across virtual/protected tasks and functions.
12152
12153 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
12154
12155 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12156 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
12157 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12158 in concatenations. Reported by Yishay Belkind.
12159 (verilog-auto-ascii-enum): Support one-hot state machines in
12160 AUTOASCIIENUM. Suggested by Lloyd Gomez.
12161 (verilog-auto-inst, verilog-auto-inst-port): Include interface
12162 modport in AUTOINST and add vl-modport for users.
12163 Reported by David Rogoff.
12164 (verilog-auto-inout-module, verilog-auto-inst)
12165 (verilog-decls-get-interfaces, verilog-insert-definition)
12166 (verilog-insert-one-definition, verilog-read-decls)
12167 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12168 (verilog-sig-modport, verilog-signals-combine-bus)
12169 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12170 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12171 Suggested by David Rogoff.
12172 (verilog-repair-open-comma): Fix non-insertion of comma when
12173 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
12174 (verilog-make-width-expression): Simplify [A-1:0] expression
12175 widths to just {A{1'b0}}.
12176 (verilog-mode): Cleanup checkdoc warnings.
12177 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12178 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12179 inputs/outputs or data type. Suggested by Vasu Kandadi.
12180 (next-error-last-buffer): Fix byte-compiler warning.
12181 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12182 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12183 or shell command text during AUTO expansion. Suggested by Tad Truex.
12184 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12185 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12186 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12187 in AUTOINOUT. Reported by Matthew Lovell.
12188 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12189 causing use of <= assignments. Reported by Alex Reed.
12190 (verilog-read-decls): Fix triand, trior, wand, wor to be
12191 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12192 (verilog-extended-complete-re): Support import "DPI-C" functions.
12193 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12194 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
12195 (verilog-insert-date, verilog-insert-year)
12196 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12197 Windows systems. Reported by Michael Potts.
12198 (verilog-read-module-name): Fix AUTOINST when the child module
12199 declaration's name is a tick define. Reported by Elliot Mednick.
12200 (verilog-read-decls): Fix V2K parameter bit subscripts getting
12201 passed to next parameter's definition. Reported by Bruce T.
12202 (verilog-read-decls): Fix detecting "parameter int" when using
12203 AUTOINSTPARAM. Reported by Bruce T.
12204 (verilog-goto-defun): Fix goto not finding modules unless first
12205 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
12206 (verilog-mode): Expand -f flag arguments on entry to mode so
12207 verilog-goto-defun will work. Reported by Lawrence Butcher.
12208 (verilog-getopt): Expand environment variables in -f file
12209 arguments. Suggested by Lawrence Butcher.
12210 (verilog-set-define): Fix "Symbol's value as variable is void"
12211 when reading enumerations.
12212 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12213 Suggested by Stephen Peltan.
12214 (verilog-read-defines): Fix reading of enumerations in include
12215 files. Reported by Steve Peltan.
12216
12217 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12218
12219 * files.el (trash-directory): Fix defcustom type.
12220
12221 2009-06-28 Juri Linkov <juri@jurta.org>
12222
12223 * help-fns.el (describe-function-1): Correctly locate adviced
12224 functions in hyperlink (Bug#2438).
12225
12226 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
12227
12228 * files.el (trash-directory): Change default to nil.
12229 (move-file-to-trash): If trash-directory is nil and
12230 system-move-file-to-trash is unbound, perform freedesktop-style
12231 trashing.
12232
12233 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12234
12235 * files.el (move-file-to-trash): Add freedesktop trash
12236 support (Bug#973).
12237
12238 2009-06-28 Glenn Morris <rgm@gnu.org>
12239
12240 * autorevert.el (global-auto-revert-non-file-buffers)
12241 (global-auto-revert-mode): Doc fixes.
12242
12243 2009-06-27 Johan Bockgård <bojohan@gnu.org>
12244
12245 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12246
12247 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
12248
12249 * faces.el (x-handle-named-frame-geometry): Ensure that we have
12250 opened an X connection before calling x-get-resource (Bug#3194).
12251
12252 * play/doctor.el: Remove reference to obsolete website.
12253 (make-doctor-variables): Correct grammar mistake (Bug#2633).
12254
12255 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12256
12257 Remove find-file-not-found-hook VC method. (Bug#2757)
12258 * vc-hooks.el (vc-file-not-found-hook)
12259 (vc-default-find-file-not-found-hook): Remove functions.
12260 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12261 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12262 * vc.el:
12263 * vc-hg.el:
12264 * vc-git.el: Do not mention find-file-not-found-hook VC method.
12265
12266 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
12267
12268 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12269 compatibility function for `looking-back'.
12270
12271 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12272 Use `ispell-looking-back'.
12273
12274 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
12275
12276 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12277 rather than `filename'.
12278
12279 2009-06-23 Miles Bader <miles@gnu.org>
12280
12281 * face-remap.el (text-scale-set): New function.
12282
12283 2009-06-23 Glenn Morris <rgm@gnu.org>
12284
12285 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12286
12287 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12288
12289 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12290
12291 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12292
12293 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12294 Simplify Persian conditionals.
12295
12296 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12297 variable `filename'.
12298
12299 * comint.el (comint-insert-input): Doc fix.
12300
12301 * Makefile.in (ELCFILES): Fix typo in previous change.
12302
12303 2009-06-23 Miles Bader <miles@gnu.org>
12304
12305 * cus-start.el: Add entry for `recenter-redisplay'.
12306
12307 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12308
12309 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12310 Add an optional argument for the backend, use it instead of
12311 calling vc-backend.
12312 (vc-mode-line): Add an optional argument for the backend.
12313 Pass the backend to vc-state and vc-working-revision. Move code for
12314 special handling for vc-state being a buffer to ...
12315
12316 * vc-rcs.el (vc-rcs-find-file-hook):
12317 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12318
12319 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12320 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12321 vc-stay-local-p and vc-mode-line calls.
12322
12323 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12324 (vc-cvs-diff, vc-cvs-annotate-command)
12325 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12326 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12327 vc-mode-line calls.
12328
12329 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12330 direct comparison.
12331 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12332 backend when calling vc-mode-line.
12333 (vc-register): Do not create a closure for calling the vc register
12334 function, call it directly.
12335
12336 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12337
12338 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12339 to make it obvious item can be clicked.
12340
12341 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12342
12343 2009-06-23 Kenichi Handa <handa@m17n.org>
12344
12345 * language/korea-util.el (korean-key-bindings): Change the binding
12346 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12347 same command.
12348
12349 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
12350
12351 Sync with Tramp 2.1.16.
12352
12353 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12354
12355 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12356 when a loading of a package fails. Completion function for rsync
12357 is `tramp-completion-function-alist-ssh'.
12358 (all): Replace all calls of `split-string' and
12359 `tramp-split-string' by `tramp-compat-split-string'.
12360 (tramp-default-method): Use `tramp-compat-process-running-p'.
12361 (tramp-default-proxies-alist): Allow also Lisp forms.
12362 (tramp-remote-path): Add choice "Private Directories".
12363 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12364 (tramp-domain-regexp): Allow also "-", "_" and ".".
12365 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12366 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12367 (tramp-debug-message): Insert header line in debug buffer.
12368 (tramp-handle-directory-files-and-attributes-with-stat):
12369 Care about filenames with spaces, or starting with "-".
12370 (tramp-handle-dired-uncache): New defun.
12371 (tramp-handle-insert-directory): Don't flush the directory from
12372 cache, this is handled by `dired-uncache' now.
12373 (tramp-handle-insert-file-contents): Improve error handling.
12374 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12375 Quote `tramp-end-of-output'.
12376 (tramp-action-password): Improve trace message.
12377 (tramp-check-for-regexp): Both echoes must be present, before removing.
12378 (tramp-open-connection-setup-interactive-shell): Trace coding system.
12379 (tramp-compute-multi-hops): Eval cons cells of
12380 `tramp-default-proxies-alist'.
12381 (tramp-maybe-open-connection): Use the same command pattern for
12382 first hop and further hops.
12383 (tramp-wait-for-output): Remove handling of newlines.
12384 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12385 (tramp-split-string): Remove function. It is handled in
12386 tramp-compat now.
12387
12388 * net/tramp-cmds.el (tramp-bug):
12389 Recommend `tramp-cleanup-all-connections' in the bug mail.
12390
12391 * net/tramp-compat.el (tramp-compat-split-string)
12392 (tramp-compat-process-running-p): New defuns.
12393
12394 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12395 for `dired-uncache'.
12396
12397 * net/tramp-gvfs.el: New package.
12398
12399 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12400 Add handler for `dired-uncache'.
12401 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12402
12403 * net/trampver.el: Update release number. Make version check fit
12404 for SXEmacs 22.
12405
12406 2009-06-22 Jim Meyering <meyering@redhat.com>
12407
12408 Automatically handle .xz suffix (XZ-compressed files), too.
12409 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12410 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12411
12412 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12413 Nick Roberts <nickrob@snap.net.nz>
12414
12415 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12416 repository (http://sphinx.net.ru/hg/gdb-mi/).
12417
12418 2009-06-22 Glenn Morris <rgm@gnu.org>
12419
12420 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12421 `mode' and `eval' entries. (Bug#3430)
12422
12423 * Makefile.in (ELCFILES): Add fadr.elc.
12424
12425 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12426 differing behavior of \n and ^ in strings. (Bug#3385)
12427
12428 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12429
12430 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12431 property.
12432 (lisp-indent-function): Make it a defcustom.
12433
12434 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12435
12436 * progmodes/gdb-ui.el: Replace with ...
12437 * progmodes/gdb-mi.el: ... this file.
12438 * progmodes/gud.el: Modify for gdb-mi.el.
12439
12440 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12441
12442 * fadr.el: New file.
12443
12444 See ChangeLog.14 for earlier changes.
12445
12446 ;; Local Variables:
12447 ;; coding: utf-8
12448 ;; End:
12449
12450 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
12451
12452 This file is part of GNU Emacs.
12453
12454 GNU Emacs is free software: you can redistribute it and/or modify
12455 it under the terms of the GNU General Public License as published by
12456 the Free Software Foundation, either version 3 of the License, or
12457 (at your option) any later version.
12458
12459 GNU Emacs is distributed in the hope that it will be useful,
12460 but WITHOUT ANY WARRANTY; without even the implied warranty of
12461 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12462 GNU General Public License for more details.
12463
12464 You should have received a copy of the GNU General Public License
12465 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12466