b1c7fd1f0820cd6ab32c9caca767827c5177eeca
[bpt/emacs.git] / lisp / ChangeLog
1 2011-05-13 Juanma Barranquero <lekktu@gmail.com>
2
3 * progmodes/python.el (python-font-lock-keywords):
4 Add the Python 3.X keyword "nonlocal" (bug#8639).
5
6 2011-05-09 Eli Zaretskii <eliz@gnu.org>
7
8 * smerge-mode.el (smerge-resolve): Use null-device rather than a
9 literal "/dev/null".
10
11 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12
13 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14 Fix typo.
15
16 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
17
18 * progmodes/which-func.el (which-function):
19 Use add-log-current-defun instead of add-log-current-defun-function,
20 which might not be defined (Bug#8260).
21
22 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
23
24 * net/tramp.el (tramp-process-actions): Add POS argument.
25 Delete region between POS and (pos).
26 (tramp-do-copy-or-rename-file-out-of-band): Use `nil' position in
27 `tramp-process-actions' call.
28 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
29
30 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
31 position in `tramp-process-actions' call.
32
33 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
34
35 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
36 Use correct match group (bug#8438).
37
38 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
39
40 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
41
42 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
43
44 * play/mpuz.el (mpuz-silent): Doc fix.
45 (mpuz-mode-map): Move initialization into declaration.
46 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
47 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
48 Fix typos in docstrings.
49
50 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
51 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
52
53 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
54
55 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
56
57 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
58
59 * minibuffer.el (completion--do-completion): Avoid the "Next char
60 not unique" prompt if icomplete-mode is enabled (Bug#5849).
61
62 2011-04-10 Stephen Berman <stephen.berman@gmx.net>
63
64 * textmodes/page.el (what-page): Use line-number-at-pos to
65 calculate line number (Bug#6825).
66
67 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
68
69 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
70 mouse-2 into unread-command-events, it is interpreted correctly.
71
72 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
73
74 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
75 (image-toggle-display): Doc fix.
76
77 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
78
79 Backport revno:103823 and revno:103824 from trunk.
80 * help-fns.el (describe-variable): Complete all variables having
81 documentation, including keywords.
82 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
83
84 2011-03-24 Juanma Barranquero <lekktu@gmail.com>
85
86 * vc-annotate.el (vc-annotate-show-log-revision-at-line):
87 Fix typo in docstring.
88
89 2011-03-19 Eli Zaretskii <eliz@gnu.org>
90
91 * emerge.el (emerge-metachars): Separate value for ms-dos and
92 windows-nt systems.
93 (emerge-protect-metachars): Quote correctly for ms-dos and
94 windows-nt systems.
95
96 2011-03-15 Ralph Schleicher <rs@ralph-schleicher.de> (tiny change)
97
98 * info.el (info-initialize): Replace all uses of `:' with
99 path-separator for compatibility with non-Unix systems.
100 Cache quoting of path-separator. (Bug#8258)
101
102 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
103
104 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
105 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
106 (mouse-avoidance-mode): Fix typos in docstrings.
107
108 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
109
110 * net/tramp.el (tramp-progress-reporter-update):
111 Use `tramp-compat-funcall'.
112 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
113 (tramp-handle-insert-file-contents): Make `file-remote-p' call
114 compatible.
115 (tramp-open-connection-setup-interactive-shell):
116 Use `tramp-compat-process-put'.
117
118 * net/tramp-compat.el (tramp-compat-process-get)
119 (tramp-compat-process-put): New defuns.
120
121 * net/trampver.el: Update release number.
122
123 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
124
125 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
126 into declaration. Remove redundant and harmful binding.
127
128 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
129
130 Backport revno:103463 from trunk.
131 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
132
133 Backport revno:103622 from trunk.
134 * help-fns.el (describe-variable): Don't complete keywords.
135 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
136
137 2011-03-11 Eli Zaretskii <eliz@gnu.org>
138
139 * files.el (file-ownership-preserved-p): Pass `integer' as an
140 explicit 2nd argument to `file-attributes'. If the file's owner
141 is the Administrators group on Windows, and the current user is
142 Administrator, consider that a match.
143
144 * server.el (server-ensure-safe-dir): Consider server directory
145 safe on MS-Windows if its owner is the Administrators group while
146 the current Emacs user is Administrator. Use `=' to compare
147 numerical UIDs, since they could be integers or floats.
148
149 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
150
151 * Version 23.3 released.
152
153 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
154
155 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix 2011-01-31
156 change; patch supplied by Alan Mackenzie was applied incorrectly.
157
158 2011-02-26 Eli Zaretskii <eliz@gnu.org>
159
160 * international/mule-cmds.el (set-default-coding-systems): Use the
161 -unix variant of encoding in default-keyboard-coding-system.
162 (Bug#8122)
163
164 2011-02-23 Kenichi Handa <handa@m17n.org>
165
166 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
167 error when a multipart boundary in the nested multipart is found.
168
169 2011-02-22 Kenichi Handa <handa@m17n.org>
170
171 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
172 header components.
173
174 2011-02-19 Kenichi Handa <handa@m17n.org>
175
176 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
177 get the header copy into the temporary buffer.
178 (rmail-mime-insert-decoded-text): Ignore us-ascii.
179 (rmail-show-mime): When rmail-mime-coding-system is nil, set
180 buffer-file-coding-system to undecided.
181
182 2011-02-18 Eli Zaretskii <eliz@gnu.org>
183
184 * image-mode.el (image-toggle-display-image):
185 Disable require-final-newline in buffers visiting binary image files.
186 (Bug#8047)
187
188 * international/mule-cmds.el (read-char-by-name, ucs-insert):
189 Document completion with asterisk and a substring.
190
191 2011-02-18 Glenn Morris <rgm@gnu.org>
192
193 * files.el (find-file-literally): Doc fix.
194
195 2011-02-17 Glenn Morris <rgm@gnu.org>
196
197 * simple.el (rfc822-goto-eoh): Give it a doc-string.
198
199 * log-edit.el (log-edit-insert-changelog):
200 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
201
202 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
203
204 * pgg-gpg.el (pgg-gpg-process-region):
205 Bind delete-by-moving-to-trash to nil.
206
207 * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
208 (pgg-pgp-snarf-keys-region):
209 * pgg-pgp5.el (pgg-pgp5-process-region, pgg-pgp5-verify-region)
210 (pgg-pgp5-snarf-keys-region): Likewise.
211
212 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
213
214 * files.el (copy-directory): Revert to pre-2011-01-29 version.
215
216 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
217
218 * epg.el (epg-delete-output-file, epg-decrypt-string)
219 (epg-verify-string, epg-sign-string, epg-encrypt-string):
220 Bind delete-by-moving-to-trash to nil.
221
222 * epa-file.el (epa-file-insert-file-contents): Likewise.
223
224 2011-02-10 Glenn Morris <rgm@gnu.org>
225
226 * emacs-lisp/cl-seq.el (union, nunion, intersection)
227 (nintersection, set-difference, nset-difference)
228 (set-exclusive-or, nset-exclusive-or): Doc fix.
229
230 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
231
232 2011-02-08 Glenn Morris <rgm@gnu.org>
233
234 * faces.el (face-attr-match-p): Handle the obsolete :bold and
235 :italic props, so that frame-set-background-mode works. (Bug#7966)
236
237 2011-02-07 Glenn Morris <rgm@gnu.org>
238
239 * simple.el (next-error): Doc fix.
240
241 2011-02-06 Chong Yidong <cyd@stupidchicken.com>
242 Thierry Volpiatto <thierry.volpiatto@gmail.com>
243
244 * files.el (copy-directory): New arg COPY-AS-SUBDIR. If nil,
245 don't copy as a subdirectory.
246
247 2011-02-05 Glenn Morris <rgm@gnu.org>
248
249 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
250
251 2011-02-04 Glenn Morris <rgm@gnu.org>
252
253 * calendar/diary-lib.el (diary-font-lock-keywords):
254 Tweak diary-time-regexp match. (Bug#7891)
255
256 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
257 (f90-mode): Use it for mode's `find-tag-default-function' property.
258
259 2011-02-03 Glenn Morris <rgm@gnu.org>
260
261 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
262
263 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
264
265 2011-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
266
267 * pcomplete.el (pcomplete-here*): Backport fix for mistaken change
268 (bug#7959) and (bug#5935).
269
270 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
271
272 * net/rcirc.el: Clean log filenames (Bug#7933).
273 (rcirc-log-write): Use convert-standard-filename.
274 (rcirc-log-filename-function): Documentation updates.
275
276 2011-01-31 Alan Mackenzie <acm@muc.de>
277
278 * progmodes/cc-cmds.el (c-forward-over-illiterals):
279 Continue parsing if we encounter a naked # (Bug#7595).
280 (c-beginning-of-statement): Avoid loop in locating the beginning
281 of a macro.
282
283 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
284
285 * files.el (copy-directory): Fix arguments to recursive call.
286
287 2011-01-29 Daiki Ueno <ueno@unixuser.org>
288
289 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
290 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
291 (Bug#7931).
292
293 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
294
295 * files.el (copy-directory): If destination is an existing
296 directory, copy into a subdirectory there.
297
298 2011-01-29 Andreas Schwab <schwab@linux-m68k.org>
299
300 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
301 files.
302
303 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
304
305 * image-dired.el (image-dired-mouse-display-image): No-op if no
306 file is found (Bug#7817).
307
308 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
309
310 2011-01-28 Kenichi Handa <handa@m17n.org>
311
312 * international/quail.el (quail-keyboard-layout-alist):
313 Remove superfluous SPC for "pc105-uk" (bug#7927).
314
315 2011-01-27 Glenn Morris <rgm@gnu.org>
316
317 * msb.el (msb-menu-bar-update-buffers): Update for changed
318 argument handling of menu-bar-select-frame. (Bug#7902)
319
320 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
321
322 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
323 to the recursion depth (Bug#7722).
324
325 2011-01-26 Roy Liu <carsomyr@gmail.com> (tiny change)
326
327 * term/ns-win.el (ns-find-file): Expand ns-input-file with
328 command-line-default-directory (Bug#7872).
329
330 2011-01-25 Glenn Morris <rgm@gnu.org>
331
332 * comint.el (comint-mode): Doc fix. (Bug#7897)
333
334 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
335
336 * files.el (file-name-non-special): Only change buffer-file-name after
337 insert-file-contents if it's `visit'ing the file (bug#7854).
338
339 2011-01-23 Chong Yidong <cyd@stupidchicken.com>
340
341 * dired.el (dired-revert): Doc fix (Bug#7758).
342
343 2011-01-23 Nobuyoshi Nakada <nobu@ruby-lang.org>
344
345 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
346 here-doc which ends with an underscore.
347 (ruby-mode-set-encoding): Skip shebang line always.
348 (ruby-mode-map): Bind C-c C-c to comment-region.
349 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
350 (ruby-forward-sexp): Stop after literal hash key labels.
351 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
352 bracket.
353
354 2011-01-22 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
355
356 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
357 the correct buffer (Bug#7650).
358
359 2011-01-22 Glenn Morris <rgm@gnu.org>
360
361 * simple.el (do-auto-fill): Give it a doc string.
362
363 * button.el (make-text-button): Doc fix. (See bug#7881)
364
365 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
366
367 * simple.el (line-move-visual): Doc fix (Bug#7594).
368
369 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
370 "Case sensitive" menu item.
371
372 2011-01-21 Roland McGrath <roland@frob.com>
373
374 * comint.el (comint-replace-by-expanded-history-before-point): Fix
375 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
376
377 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
378
379 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
380
381 2011-01-21 Jari Aalto <jari.aalto@cante.net>
382
383 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
384 Assume foo(bar) is a manpage reference rather than some unquoted
385 symbol (bug#7705).
386
387 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
388
389 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
390 Suggested by Flo <sensorflo@gmail.com>.
391
392 2011-01-21 Glenn Morris <rgm@gnu.org>
393
394 * progmodes/compile.el (compilation-error-regexp-alist):
395 Fix custom type. (Bug#7812)
396
397 2011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
398
399 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
400 keymap expression. Improve docstring.
401
402 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
403
404 * files.el (backup-buffer): Make last-resort backup file in
405 .emacs.d (Bug#6953).
406
407 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
408 make it with permission 700.
409
410 2011-01-14 Kenichi Handa <handa@m17n.org>
411
412 * mail/rmailmm.el (rmail-mime-insert-header):
413 Set rmail-mime-coding-system to a cons whose car is the last coding
414 system used to decode the header.
415 (rmail-mime-find-header-encoding): New function.
416 (rmail-mime-insert-decoded-text):
417 Override rmail-mime-coding-system if it is a cons.
418 (rmail-show-mime): If only a header part was decoded, find the
419 coding system while ignoring mm-charset-override-alist.
420
421 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
422
423 * subr.el (event-start, event-end): Doc fix (Bug#7826).
424
425 2011-01-12 Kenichi Handa <handa@m17n.org>
426
427 * mail/rmailmm.el (rmail-mime-next-item)
428 (rmail-mime-previous-item): Delete them.
429 (rmail-mime-shown-mode): Recursively call for children.
430 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
431 Callers changed.
432 (rmail-mime-raw-mode): Recursively call for children.
433 (rmail-mode-map): Change mapping of tab and backtab to
434 forward-button and backward-button respectively.
435 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
436 button.
437 (rmail-mime-update-tagline): New function.
438 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
439 body display is changed.
440 (rmail-mime-toggle-button): Rename from rmail-mime-image.
441 (rmail-mime-image): Delete this button type.
442 (rmail-mime-toggle): New button type.
443 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
444 body display is changed. Change the save button label to "Save".
445 Don't process show/hide button here.
446 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
447 the body display is changed. Unconditionally call
448 rmail-mime-insert for children.
449 (rmail-mime-handle): Update `display' vector of the just inserted
450 entity.
451 (rmail-mime-process): If mail-header-parse-content-type returns
452 nil, use "text/plain" as the fallback type.
453 (rmail-mime-insert): For raw-mode, recursively call
454 rmail-mim-insert for children.
455 (rmail-mime): Handle the case that the current buffer is not rmail
456 buffer (e.g. in summary buffer).
457
458 2011-01-05 Kenichi Handa <handa@m17n.org>
459
460 * mail/rmailmm.el (rmail-mime-next-item)
461 (rmail-mime-previous-item): Skip the body of a non-multipart
462 entity if a tagline is shown.
463
464 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
465
466 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
467 (tmm-prompt): Simplify.
468 (tmm-add-prompt): Remove unused var `win'.
469
470 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
471 to minor mode which used nil accidentally to mean "turn off".
472
473 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
474
475 * net/tramp.el (tramp-find-inline-compress)
476 (tramp-get-inline-coding): Quote command after pipe symbol for
477 local calls under W32. (Bug#6784)
478
479 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
480
481 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
482 only when running under W32.
483
484 2011-01-09 Eli Zaretskii <eliz@gnu.org>
485
486 * progmodes/grep.el (grep-compute-defaults): Quote the program
487 file name after the pipe symbol in Grep templates. (Bug#6784)
488 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
489
490 2011-01-08 Lennart Borgman <lennart.borgman@gmail.com>
491
492 * buff-menu.el (Buffer-menu-buffer-list): New var.
493 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
494 restricted buffer list is not lost on revert (Bug#7749).
495
496 2011-01-08 Eric Hanchrow <eric.hanchrow@gmail.com>
497
498 * net/ldap.el (ldap-search-internal): Discard stderr output.
499
500 2011-01-07 Eli Zaretskii <eliz@gnu.org>
501
502 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
503
504 2011-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
505
506 * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
507 Author names can have spaces (bug#7792).
508
509 2011-01-04 Kenichi Handa <handa@m17n.org>
510
511 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
512 part as a plain text.
513 (rmail-mime-process-multipart): Set the default content-type to
514 nil for unknown multipart subtypes (bug#7651).
515
516 2011-01-03 Brent Goodrick <bgoodr@gmail.com> (tiny change)
517
518 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
519 table, get the value before switching to the output buffer. (Bug#7733)
520
521 2011-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
522
523 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
524
525 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
526
527 * files.el (file-local-variables-alist):
528 Make permanent-local (bug#7767).
529
530 2011-01-02 Glenn Morris <rgm@gnu.org>
531
532 * version.el (emacs-copyright): Set short copyright year to 2011.
533
534 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
535
536 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
537 an existing temp buffer. (Bug#7746)
538
539 2011-01-02 Glenn Morris <rgm@gnu.org>
540
541 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
542 multiple addresses. (Bug#7760)
543
544 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
545
546 * net/tramp.el (tramp-methods): Add recursive options to "scpc",
547 "scpx", "pscp" and "psftp".
548
549 2010-12-31 Eli Zaretskii <eliz@gnu.org>
550
551 * term/w32-win.el (image-library-alist): Set up correctly for
552 libpng versions both before and after 1.4.0. (Bug#7716)
553
554 2010-12-25 Eli Zaretskii <eliz@gnu.org>
555
556 * time.el (display-time-mode): Mention display-time-interval in
557 the doc string. (Bug#7713)
558
559 * simple.el (select-active-regions): Doc fix. (Bug#7702)
560
561 2010-12-24 Kenichi Handa <handa@m17n.org>
562
563 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
564 condition-case and return an error message string if something
565 goes wrong.
566 (rmail-show-mime): Adjust for the above change. Insert the
567 header by rmail-mime-insert-header.
568
569 2010-12-24 Kenichi Handa <handa@m17n.org>
570
571 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
572 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
573 (rmail-mime-mbox-buffer)
574 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
575 (rmail-mime-entity): Argument changed. All codes handling an
576 entity object are changed.
577 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
578 the above change.
579 (rmail-mime-entity-children, rmail-mime-entity-handler)
580 (rmail-mime-entity-tagline): New functions.
581 (rmail-mime-message-p): New function.
582 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
583 (rmail-mime-entity-segment, rmail-mime-next-item)
584 (rmail-mime-previous-item, rmail-mime-shown-mode)
585 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
586 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
587 (rmail-mime-insert-tagline, rmail-mime-insert-header):
588 New functions.
589 (rmail-mime-text-handler): Call rmail-mime-insert-text.
590 (rmail-mime-insert-decoded-text): New function.
591 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
592 (rmail-mime-insert-image): Argument changed. Caller changed.
593 (rmail-mime-image): Call rmail-mime-toggle-hidden.
594 (rmail-mime-set-bulk-data): New function.
595 (rmail-mime-insert-bulk): Argument changed.
596 (rmail-mime-multipart-handler): Return t.
597 (rmail-mime-process-multipart): Argument changed.
598 Handle "multipart/alternative" here.
599 (rmail-mime-process): Argument changed.
600 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
601 (rmail-mime-insert): Argument changed. Handle raw display mode.
602 (rmail-mime): Argument changed. Handle toggling of raw display
603 mode.
604 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
605 rmail-mime-view-buffer.
606 (rmail-insert-mime-forwarded-message): Likewise.
607 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
608
609 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
610 non-nil, handle the header in rmail-show-mime-function.
611
612 2010-12-20 Leo <sdl.web@gmail.com>
613
614 * help-fns.el (describe-variable): Fix 2010-12-17 change.
615
616 2010-12-20 Juri Linkov <juri@jurta.org>
617
618 * isearch.el (isearch-lazy-highlight-error): New variable.
619 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
620 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
621 to the current value of `isearch-error' (Bug#7468).
622
623 2010-12-17 Chong Yidong <cyd@stupidchicken.com>
624
625 * help-fns.el (describe-variable): Don't emit trailing whitespace
626 (Bug#7511).
627
628 2010-12-17 Leo <sdl.web@gmail.com>
629
630 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
631 if point is not behind eshell-last-output-end (Bug#7585).
632
633 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
634
635 * textmodes/rst.el (rst-compile-pdf-preview)
636 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
637
638 2010-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
639
640 * emulation/edt-mapper.el: Override mapping of function keys so
641 that the later call to read-key-sequence works.
642
643 2010-12-13 Eli Zaretskii <eliz@gnu.org>
644
645 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
646 Unix EOLs. (Bug#7589)
647
648 2010-12-12 Eli Zaretskii <eliz@gnu.org>
649
650 * subr.el (posn-col-row): Evaluate header-line-format in the
651 context of the POSITION window's buffer.
652
653 2010-12-11 Glenn Morris <rgm@gnu.org>
654
655 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
656 (with-silent-modifications): Doc fixes.
657
658 2010-12-10 Michael Albinus <michael.albinus@gmx.de>
659
660 * net/tramp.el (tramp-action-password, tramp-process-actions):
661 Revert patch from 2010-12-08. Use `save-restriction'.
662
663 2010-12-09 Eli Zaretskii <eliz@gnu.org>
664
665 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
666 New functions.
667 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
668 them instead of `nil' and `>', respectively. (Bug#1077)
669
670 2010-12-09 Stephen Berman <stephen.berman@gmx.net>
671
672 * calendar/diary-lib.el (diary-list-sexp-entries):
673 Handle case of no newline at end of file. (Bug#7536)
674
675 2010-12-09 Glenn Morris <rgm@gnu.org>
676
677 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
678
679 2010-12-08 Michael Albinus <michael.albinus@gmx.de>
680
681 * net/tramp.el (tramp-handle-start-file-process):
682 Protect buffer-modified value. (Bug#7557)
683 (tramp-action-password): Delete region, do not narrow.
684 (tramp-process-actions): Do not widen.
685
686 2010-12-08 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
687
688 * log-edit.el (log-edit-changelog-entries):
689 Regexp quote filename. (Bug#7505)
690
691 2010-12-08 Tom Breton <tehom@panix.com>
692
693 * cus-edit.el (custom-save-all):
694 Bind print-length and print-level to nil. (Bug#7581)
695
696 2010-12-08 Glenn Morris <rgm@gnu.org>
697
698 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
699 Run hooks to update menu contents. (Bug#7586)
700
701 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
702 file names, for the sake of MS Windows. (Bug#7588)
703
704 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
705
706 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
707 empty lines without a leading space.
708
709 2010-12-06 Leo <sdl.web@gmail.com>
710
711 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
712 while mapping over marks (Bug#6810).
713
714 2010-12-06 Chong Yidong <cyd@stupidchicken.com>
715
716 * image-dired.el (image-dired-db-file)
717 (image-dired-temp-image-file, image-dired-gallery-dir)
718 (image-dired-temp-rotate-image-file): Set default values relative
719 to image-dired-dir (Bug#7518).
720
721 2010-12-06 Lawrence Mitchell <wence@gmx.li>
722
723 * format.el (format-decode-run-method): Pass args FROM and TO, not
724 point-min and point-max, to shell-command-on-region (Bug#7488).
725
726 2010-12-06 Jan Djärv <jan.h.d@swipnet.se>
727
728 * frame.el (blink-cursor-mode): Make default t for ns.
729
730 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
731
732 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
733
734 2010-12-05 Chong Yidong <cyd@stupidchicken.com>
735
736 * comint.el (comint-dynamic-list-input-ring)
737 (comint-dynamic-complete-filename)
738 (comint-replace-by-expanded-filename)
739 (comint-dynamic-simple-complete)
740 (comint-dynamic-list-filename-completions)
741 (comint-dynamic-list-completions): Doc fix (Bug#7499).
742
743 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
744 Doc fix (Bug#7471).
745
746 2010-12-04 Martin Rudalics <rudalics@gmx.at>
747
748 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
749 (Bug#7533).
750
751 2010-12-04 W. Martin Borgert <debacle@debian.org> (tiny change)
752
753 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
754 (Bug#7491).
755
756 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
757
758 * simple.el (transient-mark-mode): Doc fix (Bug#7465).
759
760 2010-12-04 Eli Zaretskii <eliz@gnu.org>
761
762 * files.el (file-relative-name): Handle UNC file names on
763 DOS/Windows. (Bug#4674)
764
765 2010-12-03 Daiki Ueno <ueno@unixuser.org>
766
767 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
768 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
769 (epg-context-set-passphrase-callback): Mention that the callback
770 is not called when used with GnuPG 2.x.
771
772 2010-12-02 Glenn Morris <rgm@gnu.org>
773
774 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
775 Ensure ps-footer-font-size-internal is initialized.
776 Call ps-get-page-dimensions before trying to use ps-font-for-text.
777
778 2010-12-01 Kenichi Handa <handa@m17n.org>
779
780 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
781 within condition-case.
782 (rmail-show-mime): Don't use condition-case.
783 (rmail-search-mime-message): New function.
784 (rmail-search-mime-message-function): Set to
785 rmail-search-mime-message.
786
787 2010-12-01 Leo <sdl.web@gmail.com>
788
789 * ido.el (ido-common-initialization): New function. (bug#3274)
790 (ido-mode): Use it.
791 (ido-completing-read): Call it.
792
793 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
794
795 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
796 stand-alone lines, since that is handled by log-edit-match-to-eoh
797 (Bug#6465).
798
799 2010-11-27 Eduard Wiebe <usenet@pusto.de>
800
801 * dired.el (dired-get-filename): Replace backslashes with slashes
802 in file names on MS-Windows, needed by `locate'. (Bug#7308)
803 * locate.el (locate-default-make-command-line): Don't consider
804 drive letter and root directory part of
805 `directory-listing-before-filename-regexp'. (Bug#7308)
806 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
807
808 2010-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
809
810 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
811 of :smie-open/close-alist.
812 (smie-next-sexp): Make it accept a "start token" as argument.
813 (smie-indent-keyword): Be careful not to misidentify tokens that span
814 more than one line, as empty lines. Add argument `token'.
815
816 2010-11-26 Kenichi Handa <handa@m17n.org>
817
818 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
819 multipart subtypes, insert all as usual.
820
821 * mail/rmail.el: Require rfc2047.
822
823 2010-11-26 Kenichi Handa <handa@m17n.org>
824
825 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
826 (rmail-mime-entity-disposition)
827 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
828 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
829 (rmail-mime-save): Handle the case that the button's `data' is a
830 MIME entity.
831 (rmail-mime-insert-text): New function.
832 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
833 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
834 (rmail-mime-insert-bulk): New function mostly copied from the old
835 rmail-mime-bulk-handler.
836 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
837 (rmail-mime-process-multipart): New function mostly copied from
838 the old rmail-mime-multipart-handler.
839 (rmail-mime-show): Just call rmail-mime-process.
840 (rmail-mime-process): New function mostly copied from the old
841 rmail-mime-show.
842 (rmail-mime-insert-multipart, rmail-mime-parse)
843 (rmail-mime-insert, rmail-show-mime)
844 (rmail-insert-mime-forwarded-message)
845 (rmail-insert-mime-resent-message): New functions.
846 (rmail-insert-mime-forwarded-message-function): Set to
847 rmail-insert-mime-forwarded-message.
848 (rmail-insert-mime-resent-message-function): Set to
849 rmail-insert-mime-resent-message.
850
851 * mail/rmailsum.el: Require rfc2047.
852 (rmail-header-summary): Handle multiline Subject: field.
853 (rmail-summary-line-decoder): Change the default to
854 rfc2047-decode-string.
855
856 * mail/rmail.el (rmail-enable-mime): Change the default to t.
857 (rmail-mime-feature): Change the default to `rmailmm'.
858 (rmail-quit): Delete the specifal code for rmail-enable-mime.
859 (rmail-display-labels): Likewise.
860 (rmail-show-message-1): Check rmail-enable-mime, and use
861 rmail-show-mime-function for a MIME message. Decode the headers
862 according to RFC2047.
863
864 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 * progmodes/which-func.el (which-func-imenu-joiner-function):
867 Return a string, as expected.
868 (which-function-mode): Make sure we stop any previous timer before
869 starting a new one.
870
871 2010-11-23 Michael Albinus <michael.albinus@gmx.de>
872
873 * net/tramp.el (tramp-default-method-alist)
874 (tramp-default-user-alist, tramp-default-proxies-alist):
875 Adapt custom options type. (Bug#7445)
876
877 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
878
879 * progmodes/python.el: Add Ipython support (Bug#5390).
880 (python-shell-prompt-alist)
881 (python-shell-continuation-prompt-alist): New options.
882 (python--set-prompt-regexp): New function.
883 (inferior-python-mode, run-python, python-shell):
884 Require ansi-color. Use python--set-prompt-regexp to set the comint
885 prompt based on the Python interpreter.
886 (python--prompt-regexp): New var.
887 (python-check-comint-prompt)
888 (python-comint-output-filter-function): Use it.
889 (run-python): Use a pipe (Bug#5694).
890
891 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
892
893 * progmodes/python.el (run-python): Doc fix.
894 (python-keep-current-directory-in-path): New var (Bug#7454).
895
896 2010-11-20 Chong Yidong <cyd@stupidchicken.com>
897
898 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
899 Prompt user before actually printing.
900
901 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
902
903 * simple.el (kill-new, kill-append, kill-region):
904 * comint.el (comint-kill-region): Make the yank-handler argument
905 obsolete.
906
907 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
908
909 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
910 that are both openers (resp. closers) and something else.
911 (smie-grammar): Loosen definition of valid values.
912 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
913 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
914 (smie-indent-after-keyword): Adjust users.
915 (smie-indent-keyword): Don't indent empty lines.
916
917 * vc-hg.el (vc-hg-program): New var.
918 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
919 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
920
921 2010-11-17 Glenn Morris <rgm@gnu.org>
922
923 * emacs-lisp/autoload.el (autoload-find-destination): The function
924 coding-system-eol-type may return non-numeric values. (Bug#7414)
925
926 2010-11-16 Ulrich Mueller <ulm@gentoo.org>
927
928 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
929
930 2010-11-13 Eli Zaretskii <eliz@gnu.org>
931
932 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
933
934 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
935
936 * textmodes/picture.el (picture-mouse-set-point): Don't use
937 posn-col-row; explicitly compute the motion based on the posn at
938 the window-start (Bug#7390).
939
940 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
941
942 * net/tramp.el (tramp-remote-coding-commands): Add an alternative
943 using "base64 -d -i". This is needed for older base64 versions
944 from GNU coreutils. Reported by Klaus Reichl
945 <Klaus.Reichl@thalesgroup.com>.
946
947 2010-11-13 Glenn Morris <rgm@gnu.org>
948
949 * novice.el (disabled-command-function):
950 Fix 2009-11-15 change. (Bug#7384)
951
952 2010-11-12 Glenn Morris <rgm@gnu.org>
953
954 * calendar/calendar.el (diary-iso-date-forms): Make elements
955 mutually exclusive. (Bug#7377)
956
957 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
958
959 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
960 when filling the remaining "unconstrained" values.
961
962 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
965 safety predicate.
966
967 * files.el (safe-local-variable-p): Gracefully handle errors.
968
969 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
970 Use smie-indent-virtual when indenting relative to an opener.
971 (smie-rule-separator): Use smie-rule-parent.
972 (smie-indent-keyword): Consult rules, even for openers at bol.
973 (smie-indent-comment-close): Try to align closer's content.
974
975 2010-11-11 Glenn Morris <rgm@gnu.org>
976
977 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
978
979 2010-11-10 Glenn Morris <rgm@gnu.org>
980
981 * printing.el (pr-menu-bind): Doc fix.
982
983 * speedbar.el (speedbar-toggle-images): Doc fix.
984
985 * progmodes/python.el (python-shell): Doc fix.
986
987 * wid-edit.el (widget-field-use-before-change)
988 (widget-use-overlay-change): Doc fixes.
989
990 2010-11-09 Glenn Morris <rgm@gnu.org>
991
992 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
993
994 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
995
996 * minibuffer.el (minibuffer-completion-help): Specify the end of the
997 completion field (bug#7211).
998
999 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
1000 Fix handling of backslash escapes.
1001 (python-quote-syntax): Adjust accordingly.
1002
1003 2010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
1004
1005 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
1006 (vc-mtn-workfile-branch): Adjust to new output format.
1007
1008 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1009
1010 * international/mule-cmds.el (princ-list): Mark as obsolete.
1011
1012 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1013
1014 * emacs-lisp/smie.el: New package.
1015
1016 2010-11-06 Michael Albinus <michael.albinus@gmx.de>
1017
1018 * files.el (backup-by-copying-when-mismatch):
1019 Set `permanent-local' property.
1020
1021 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
1022 `permanent-local' property for `backup-by-copying-when-mismatch'.
1023
1024 2010-11-06 Eli Zaretskii <eliz@gnu.org>
1025
1026 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
1027 (ls-lisp-classify-file): New function.
1028 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1029 (ls-lisp-classify): Call ls-lisp-classify-file.
1030 (insert-directory): Remove blanks from switches.
1031
1032 2010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
1033
1034 * progmodes/verilog-mode.el (verilog-insert-one-definition)
1035 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
1036 AUTOINOUT for SV style multidimensional arrays, bug294.
1037 Reported by Eric Mastromarchi.
1038 (verilog-preprocess): Use with-current-buffer and
1039 font-lock-fontify-buffer to cleanup style issues.
1040
1041 2010-11-05 Michael Albinus <michael.albinus@gmx.de>
1042
1043 * net/trampver.el: Update release number.
1044
1045 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1046
1047 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
1048 beginning of the string. Use `string-match-p'. (Bug#6765)
1049
1050 2010-11-01 Glenn Morris <rgm@gnu.org>
1051
1052 * locate.el (locate, locate-mode): Doc fixes.
1053
1054 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
1055
1056 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
1057 user for confirmation.
1058 (server-force-stop): Use it.
1059 (server-start): Use server-force-stop for kill-emacs-hook, to
1060 avoid user interaction while killing Emacs.
1061
1062 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1063
1064 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
1065 (log-edit-author): New dynamic var.
1066 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
1067 Use it to return the author if different from committer.
1068 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
1069
1070 2010-10-31 Eli Zaretskii <eliz@gnu.org>
1071
1072 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
1073
1074 2010-10-31 Chong Yidong <cyd@stupidchicken.com>
1075
1076 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
1077 (vc-root-diff, vc-print-root-log, vc-log-incoming)
1078 (vc-log-outgoing): Use it.
1079 (vc-diff-internal): Set diff-vc-backend.
1080
1081 * vc/diff-mode.el (diff-vc-backend): New var.
1082
1083 2010-10-31 Juri Linkov <juri@jurta.org>
1084
1085 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
1086 buffer-locally to lambda that re-runs the vc diff command.
1087 (Bug#6447)
1088
1089 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1090
1091 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
1092
1093 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
1094 log-outgoing commands.
1095 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
1096 to create a buffer local revert-buffer-function variable.
1097 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
1098 revert-buffer-function lambda.
1099
1100 Improve VC create/retrieve tag/branch.
1101 * vc.el (vc-create-tag): Do not read the directory name for VCs
1102 with repository revision granularity. Adjust the tag/branch
1103 prompt. Reset VC properties.
1104 (vc-retrieve-tag): Do not read the directory name for VCs
1105 with repository revision granularity. Reset VC properties.
1106
1107 Add optional support for resetting VC properties.
1108 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1109 call vc-file-clearprops when true.
1110 (vc-resynch-buffer): Add new optional argument, pass it down.
1111 (vc-resynch-buffers-in-directory): Likewise.
1112
1113 Improve support for special markup in the VC commit message.
1114 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
1115 * vc-hg.el (vc-hg-checkin): Add support for Date:.
1116 * vc-git.el (vc-git-checkin):
1117 * vc-bzr.el (vc-bzr-checkin): Likewise.
1118
1119 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1120 * vc-git.el (vc-git-log-view-mode): Fix font lock for
1121 incoming/outgoing logs.
1122 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
1123
1124 * vc-git.el (vc-git-log-outgoing): Use the same format as the
1125 short log.
1126 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
1127 command
1128
1129 Add bindings for vc-log-incoming and vc-log-outgoing.
1130 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1131 and vc-log-outgoing.
1132 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1133 and vc-log-outgoing.
1134
1135 Improve state updating for VC tag commands.
1136 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1137 to update the state of all buffers in the directory.
1138
1139 2010-05-19 Glenn Morris <rgm@gnu.org>
1140
1141 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
1142
1143 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1144
1145 * vc.el (vc-checkin, vc-modify-change-comment):
1146 Adjust to new vc-start/finish-logentry.
1147 (vc-find-conflicted-file): New command.
1148 (vc-transfer-file): Adjust to new vc-checkin.
1149 (vc-next-action): Improve scoping.
1150
1151 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
1152 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1153
1154 * vc-dispatcher.el (vc-log-edit): Shorten names for
1155 log-edit-show-files.
1156
1157 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
1158 (vc-bzr-conflicted-files): New function.
1159
1160 * log-edit.el (log-edit-summary, log-edit-header)
1161 (log-edit-unknown-header): New faces.
1162 (log-edit-headers-alist): New var.
1163 (log-edit-header-contents-regexp): New const.
1164 (log-edit-match-to-eoh): New function.
1165 (log-edit-font-lock-keywords): Use them.
1166 (log-edit): Insert a "Summary:" header as default.
1167 (log-edit-mode): Mark font-lock rules as case-insensitive.
1168 (log-edit-done): Cleanup headers.
1169 (log-edit-extract-headers): New function to replace it.
1170
1171 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
1172 the windows/frames.
1173
1174 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
1175
1176 * vc-dir.el (vc-dir-kill-line): New command.
1177 (vc-dir-mode-map): Bind it to C-k.
1178 (vc-dir-headers): Abbreviate the working dir.
1179
1180 * vc-git.el (vc-git-revision-table): Include remote branches.
1181
1182 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1183
1184 New VC methods: vc-log-incoming and vc-log-outgoing.
1185 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
1186 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
1187 New functions.
1188 (vc-print-log-internal): Just call vc-log-internal-common.
1189 (vc-log-view-type): New permanent local variable.
1190
1191 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
1192
1193 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
1194 of the dynamic bound vc-short-log.
1195 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
1196
1197 * vc-git.el (vc-git-log-outgoing): New function.
1198 (vc-git-log-view-mode): Use vc-log-view-type instead
1199 of the dynamic bound vc-short-log.
1200
1201 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
1202 the dynamic bound vc-short-log. Highlight the tag.
1203 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
1204 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
1205 (vc-hg-incoming-mode): Remove.
1206 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
1207
1208 Fix default-directory for vc-root-diff.
1209 * vc.el (vc-root-diff): Bind default-directory to the root
1210 directory for the diff command.
1211
1212 2010-10-31 Sam Steingold <sds@gnu.org>
1213
1214 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
1215 `vc-hg-command' with a list of flags.
1216
1217 2010-10-31 Glenn Morris <rgm@gnu.org>
1218
1219 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
1220 log-edit-before-checkin-process.
1221
1222 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
1223
1224 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
1225
1226 * vc-dispatcher.el (vc-start-logentry): Doc fix.
1227 (log-view-process-buffer, log-edit-extra-flags): Declare.
1228
1229 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1230
1231 Add special markup processing for commit logs.
1232 * log-edit.el (log-edit): Add new argument MODE. Use that mode
1233 when non-nil instead of the log-view-mode.
1234
1235 * vc.el (vc-default-log-edit-mode): New function.
1236
1237 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
1238 log-edit.
1239
1240 Support for shelving snapshots and for showing shelves.
1241 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1242 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1243 New functions.
1244 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1245 (vc-bzr-extra-menu-map): Map them.
1246
1247 2010-10-30 Michael Albinus <michael.albinus@gmx.de>
1248
1249 * net/tramp.el (tramp-handle-insert-file-contents): For root,
1250 preserve owner and group when editing files. (Bug#7289)
1251
1252 2010-10-29 Glenn Morris <rgm@gnu.org>
1253
1254 * speedbar.el (speedbar-mode):
1255 * play/fortune.el (fortune-in-buffer, fortune):
1256 * play/gomoku.el (gomoku-mode):
1257 * play/landmark.el (lm-mode):
1258 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
1259 Replace inappropriate uses of toggle-read-only. (Bug#7292)
1260
1261 2010-10-28 Glenn Morris <rgm@gnu.org>
1262
1263 * select.el (x-selection): Mark it as an obsolete alias.
1264
1265 2010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1266
1267 * add-log.el (find-change-log): Use derived-mode-p rather than
1268 major-mode (bug#7284).
1269
1270 2010-10-27 Glenn Morris <rgm@gnu.org>
1271
1272 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
1273 rather than just an unused variable that inherits from the real one.
1274
1275 2010-10-23 Michael McNamara <mac@mail.brushroad.com>
1276
1277 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
1278 auto-built for efficiency of execution and updating.
1279 (verilog-extended-complete-re): Support 'pure' fucntion & task
1280 declarations (these have no bodies).
1281 (verilog-beg-of-statement): General cleanup to enable support of
1282 'pure' fucntion & task declarations (these have no bodies).
1283 These efforts together fix Verilog bug210 from veripool; which was also
1284 noticed by Steve Pearlmutter.
1285 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
1286 (verilog-directive-nest-re, verilog-set-auto-endcomments):
1287 Support `elsif. Reported by Shankar Giri.
1288 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
1289 attribute handling for lining up declarations and assignments.
1290 (verilog-beg-of-statement-1): Fix issue where continued declaration
1291 is indented differently if it is after a begin..end clock.
1292 (verilog-in-attribute-p, verilog-skip-backward-comments)
1293 (verilog-skip-forward-comment-p): Support proper treatment of
1294 attributes by indent code. Reported by Jeff Steele.
1295 (verilog-in-directive-p): Fix comment to correctly describe function.
1296 (verilog-backward-up-list, verilog-in-struct-region-p)
1297 (verilog-backward-token, verilog-in-struct-p)
1298 (verilog-in-coverage-p, verilog-do-indent)
1299 (verilog-pretty-declarations): Use verilog-backward-up-list as
1300 wrapper around backward-up-list inorder to properly skip comments.
1301 Reported by David Rogoff.
1302 (verilog-property-re, verilog-endcomment-reason-re)
1303 (verilog-beg-of-statement, verilog-set-auto-endcomments)
1304 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
1305 of if). Reported by Max Bjurling and
1306 (verilog-calc-1): Fix for clocking block in modport
1307 declaration. Reported by Brian Hunter.
1308
1309 2010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
1310
1311 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
1312 (verilog-gate-keywords, verilog-read-sub-decls)
1313 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1314 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1315 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
1316 (verilog-read-decls): Fix spaces in V2K module parameters causing
1317 mis-identification as interfaces, bug287.
1318 (verilog-read-decls): Fix not treating "parameter string" as a
1319 parameter in AUTOINSTPARAM.
1320 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1321 treating `elsif similar to `endif inside AUTOSENSE.
1322 (verilog-do-indent): Implement correct automatic or static task or
1323 function end comment highlight. Reported by Steve Pearlmutter.
1324 (verilog-font-lock-keywords-2): Fix highlighting of single
1325 character pins, bug264. Reported by Michael Laajanen.
1326 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1327 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
1328 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
1329 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
1330 (verilog-pretty-expr): Fix interactive arguments, bug272.
1331 Reported by Mark Johnson.
1332 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1333 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
1334 bug269. Suggested by Gary Delp.
1335 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
1336 (verilog-preprocessor, verilog-set-compile-command):
1337 Create verilog-preprocess and verilog-preprocessor to show
1338 preprocessed output.
1339 (verilog-get-beg-of-line, verilog-get-end-of-line)
1340 (verilog-modi-file-or-buffer, verilog-modi-name)
1341 (verilog-modi-point, verilog-within-string): Move defmacro's
1342 before first use to avoid warning. Reported by Steve Pearlmutter.
1343 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1344 (verilog-colorize-region, verilog-highlight-buffer)
1345 (verilog-highlight-includes, verilog-highlight-modules)
1346 (verilog-highlight-region, verilog-mode): Rename colorize to
1347 highlight to match other packages. Disable module highlighting,
1348 as received speed complaints, reenable for experimentation only
1349 using new verilog-highlight-modules.
1350 (verilog-read-decls): Fix regexp stack overflow in very large
1351 AUTO_TEMPLATEs, bug250.
1352 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1353 (verilog-scan): Create verilog-save-buffer-state to standardize
1354 making insignificant changes that shouldn't call hooks.
1355 (verilog-save-no-change-functions, verilog-save-scan-cache)
1356 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1357 Create verilog-save-no-change-functions to wrap verilog-scan
1358 preservation, and fix to work with nested preserved calls.
1359 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1360 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1361 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
1362 (verilog-submit-bug-report): Update variable list to be complete.
1363 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1364 breaking on-the-fly font-locking.
1365 (verilog-colorize-buffer, verilog-colorize-include-files)
1366 (verilog-colorize-include-files-buffer, verilog-colorize-region)
1367 (verilog-load-file-at-mouse, verilog-load-file-at-point)
1368 (verilog-mode, verilog-read-inst-module-matcher): With point on a
1369 AUTOINST cell instance name, middle mouse button now finds-file on
1370 it. Suggested by Brad Dobbie.
1371 (verilog-alw-get-temps, verilog-auto-reset)
1372 (verilog-auto-sense-sigs, verilog-read-always-signals)
1373 (verilog-read-always-signals-recurse): Fix loop indexes being
1374 AUTORESET. AUTORESET now assumes any variables in the
1375 initialization section of a for() should be ignored.
1376 Reported by Dan Dever.
1377 (verilog-error-font-lock-keywords)
1378 (verilog-error-regexp-emacs-alist)
1379 (verilog-error-regexp-xemacs-alist): Fix error detection of
1380 Cadence HAL, reported by David Asher. Repair drift between the
1381 three similar error variables.
1382 (verilog-modi-lookup, verilog-modi-lookup-cache)
1383 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1384 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1385 Fix slow verilog-auto expansion on very large files.
1386 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1387 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
1388 "{1*2{...". Broke in last revision.
1389 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1390 submodule connections with replications "{#{a},#{b}}".
1391
1392 2010-10-23 Glenn Morris <rgm@gnu.org>
1393
1394 * comint.el (comint-password-prompt-regexp):
1395 Match "enter the password". (Bug#7224)
1396
1397 2010-10-22 Juanma Barranquero <lekktu@gmail.com>
1398
1399 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1400 Fix typo in docstring.
1401
1402 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
1403
1404 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
1405 errors.
1406
1407 * net/trampver.el: Update release number.
1408
1409 2010-10-20 Kenichi Handa <handa@m17n.org>
1410
1411 * face-remap.el (text-scale-adjust): Call read-event with a proper
1412 prompt.
1413
1414 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
1415
1416 * net/tramp.el (tramp-do-file-attributes-with-stat)
1417 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1418 order to make stat results a float. Patch by Andreas Schwab
1419 <schwab@linux-m68k.org>.
1420
1421 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1422
1423 * repeat.el (repeat): Use read-key (bug#6256).
1424
1425 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
1426
1427 * emacs-lisp/unsafep.el: Don't mark functions that display
1428 messages as safe. Suggested by Johan Bockgård.
1429
1430 2010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1431
1432 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1433 Turn comments into docstrings.
1434
1435 * minibuffer.el (completion--replace): Move point where it belongs
1436 when there's a common suffix (bug#7215).
1437
1438 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
1439
1440 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1441 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
1442 <dale@codefu.org>.
1443
1444 2010-10-15 Kenichi Handa <handa@m17n.org>
1445
1446 * international/characters.el: Add category '|' (word breakable)
1447 to fullwidth characters.
1448
1449 2010-10-14 Kenichi Handa <handa@m17n.org>
1450
1451 * mail/rmail.el (rmail-show-message-1): Catch an error of
1452 base64-decode-region and just show an error message (bug#7165).
1453
1454 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
1455 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1456 a font-spec (bug#7197).
1457
1458 2010-10-13 Glenn Morris <rgm@gnu.org>
1459
1460 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1461
1462 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
1463
1464 * international/mule.el (define-coding-system):
1465 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1466 * composite.el (compose-region): Fix typo in docstring.
1467
1468 2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
1469
1470 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1471 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1472 (mac-right-option-modifier): New alias for ns-right-option-modifier.
1473
1474 * cus-start.el (all): ns-right-alternate-modifier is new.
1475
1476 2010-10-10 Andreas Schwab <schwab@linux-m68k.org>
1477
1478 * Makefile.in (ELCFILES): Update.
1479
1480 2010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1481
1482 * emacs-lisp/lisp.el (lisp-completion-at-point):
1483 Use emacs-lisp-mode-syntax-table for the whole function.
1484
1485 2010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
1486
1487 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
1488 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
1489 work when breakpoint number exceeds nine.
1490
1491 2010-10-05 David Koppelman <koppel@ece.lsu.edu>
1492
1493 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
1494 instead of font-lock-mode before adding keywords.
1495 Remove hi-lock-mode off code. Remove inhibit hack.
1496 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1497 non-nil; removed hook inhibit hack.
1498
1499 2010-10-09 Glenn Morris <rgm@gnu.org>
1500
1501 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1502 (load-path-shadows-find): ... to this.
1503 (list-load-path-shadows): Update for above change.
1504
1505 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1506
1507 2010-10-08 Glenn Morris <rgm@gnu.org>
1508
1509 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1510
1511 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1512 (shadows-compare-text-p): Make it an obsolete alias for...
1513 (load-path-shadows-compare-text): ... new name.
1514 (find-emacs-lisp-shadows): Update for above name change.
1515 (load-path-shadows-same-file-or-nonexistent): New name for the old
1516 shadow-same-file-or-nonexistent.
1517
1518 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
1519
1520 * minibuffer.el (completion--some, completion--do-completion)
1521 (minibuffer-complete-and-exit, minibuffer-completion-help)
1522 (completion-basic-try-completion)
1523 (completion-basic-all-completions)
1524 (completion-pcm--find-all-completions): Use lexical-let to
1525 avoid some false matches in variable completion (Bug#7056)
1526
1527 2010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
1528
1529 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
1530
1531 2010-10-03 Leo <sdl.web@gmail.com>
1532
1533 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1534 return non-nil if the file exists (Bug#7090).
1535
1536 2010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1537
1538 * minibuffer.el (completion--replace):
1539 Better preserve markers (bug#7138).
1540
1541 2010-09-29 Juanma Barranquero <lekktu@gmail.com>
1542
1543 * server.el (server-process-filter): Doc fix.
1544
1545 2010-09-27 Drew Adams <drew.adams@oracle.com>
1546
1547 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
1548
1549 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
1550
1551 * Makefile.in (ELCFILES): Update.
1552
1553 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1554 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
1555
1556 2010-09-27 Kenichi Handa <handa@m17n.org>
1557
1558 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1559 "ustar" format.
1560
1561 2010-09-27 Kenichi Handa <handa@m17n.org>
1562
1563 * international/mule.el (define-coding-system): Docstring fixed.
1564
1565 * international/mule-diag.el (describe-character-set): Use princ
1566 with proper print-length and print-level instead of insert.
1567
1568 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
1569
1570 * window.el (walk-windows): Doc fix (bug#7105).
1571
1572 2010-09-23 Glenn Morris <rgm@gnu.org>
1573
1574 * isearch.el (isearch-lazy-highlight-cleanup)
1575 (isearch-lazy-highlight-initial-delay)
1576 (isearch-lazy-highlight-interval)
1577 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1578 * net/net-utils.el (ipconfig-program-options):
1579 Move aliases to options before the associated definitions.
1580
1581 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1582
1583 * newcomment.el (comment-normalize-vars): Better test validity of
1584 comment-end-skip.
1585
1586 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1587
1588 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1589 (float-e): New name for `e'.
1590 (degrees-to-radians, radians-to-degrees):
1591 * calendar/solar.el (solar-longitude):
1592 * calculator.el (calculator-registers, calculator-funcall):
1593 * textmodes/artist.el (artist-spray-random-points):
1594 * play/bubbles.el (bubbles--initialize-images): Use new names.
1595
1596 2010-09-19 Eric M. Ludlam <zappo@gnu.org>
1597
1598 Update to CEDET 1.0's version of EIEIO.
1599
1600 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1601 New function.
1602 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1603 (eieio-default-eval-maybe): Eval val instead of unquoting only.
1604 (class-precedence-list): If class is nil, return nil.
1605 (eieio-generic-call): If class of first input arg is nil, don't
1606 look up static methods, and do check for primary methods.
1607 (initialize-instance): See if the default needs to be evaluated
1608 during the constructor.
1609 (eieio-perform-slot-validation-for-default): Don't do the check
1610 for values that will eventually be evaluated.
1611 (eieio-eval-default-p): New function.
1612 (eieio-default-eval-maybe): Use it.
1613
1614 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1615
1616 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1617 method-invocation-order.
1618 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1619 (eieio-class-precedence-dfs): Compute class precedence list using
1620 dfs algorithm.
1621 (eieio-class-precedence-bfs): Compute class precedence list using
1622 bfs algorithm.
1623 (eieio-class-precedence-c3): Compute class precedence list using
1624 c3 algorithm.
1625 (class-precedence-list): New function.
1626 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1627 (inconsistent-class-hierarchy): New error symbol.
1628 (call-next-method): Stow the replacement argument list for future
1629 call-next-method invocations.
1630
1631 2010-09-15 Glenn Morris <rgm@gnu.org>
1632
1633 * calendar/appt.el (appt-check): If not displaying the diary,
1634 use (diary 1) to only get the entries we need.
1635 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1636 that it is in day order. (Bug#7019)
1637
1638 * calendar/appt.el (appt-check): Rather than showing the diary,
1639 just turn off invisible display, and only if needed.
1640
1641 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
1642
1643 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1644
1645 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1646 Add `when' argument. Update callers.
1647
1648 * subr.el (unintern): Declare the obarray arg mandatory.
1649
1650 2010-09-14 Glenn Morris <rgm@gnu.org>
1651
1652 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1653 Doc fixes.
1654
1655 * calendar/diary-lib.el (diary-included-files): New variable.
1656 (diary-list-entries): Maybe initialize diary-included-files.
1657 (diary-include-other-diary-files): Append to diary-included-files.
1658 * calendar/appt.el (appt-update-list): Also check the members of
1659 diary-included-files. (Bug#6999)
1660 (appt-check): Doc fix.
1661
1662 2010-09-12 David Reitter <david.reitter@gmail.com>
1663
1664 * simple.el (line-move-visual): Do not truncate goal column to
1665 integer size. (Bug#7020)
1666
1667 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1668
1669 * repeat.el (repeat): Allow repeating when the last event is a click.
1670 Suggested by Drew Adams (bug#6256).
1671
1672 2010-09-11 Sascha Wilde <wilde@sha-bang.de>
1673
1674 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1675 Replace setting HGRCPATH to "" by some less invasive --config options.
1676
1677 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1678
1679 * font-lock.el (font-lock-beginning-of-syntax-function):
1680 Mark as obsolete.
1681
1682 2010-09-10 Glenn Morris <rgm@gnu.org>
1683
1684 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1685 and tool-bar modes. (Bug#6211)
1686 (menu-bar-mode): Move setting of standard-value after the
1687 minor-mode definition, otherwise it seems to have no effect.
1688
1689 2010-09-08 Masatake YAMATO <yamato@redhat.com>
1690
1691 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1692 Fix typo. (Bug#6976)
1693
1694 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1695
1696 * whitespace.el: Allow cleaning up blanks without blank
1697 visualization (Bug#6651). Adjust help window for
1698 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1699 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1700 (whitespace-style): Add new value 'face. Adjust docstring.
1701 (whitespace-space, whitespace-hspace, whitespace-tab):
1702 Adjust foreground property face.
1703 (whitespace-line-column): Adjust docstring and type declaration.
1704 (whitespace-style-value-list, whitespace-toggle-option-alist)
1705 (whitespace-help-text): Adjust const initialization.
1706 (whitespace-toggle-options, global-whitespace-toggle-options):
1707 Adjust docstring.
1708 (whitespace-display-window, whitespace-interactive-char)
1709 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1710 (whitespace-help-scroll): New fun.
1711
1712 2010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1713
1714 * files.el (directory-abbrev-alist): Use \` as default regexp.
1715
1716 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1717 chars like - or ] (bug#6984).
1718 (rx-any-condense-range): Explode 2-char ranges.
1719
1720 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1721
1722 * textmodes/bibtex.el:
1723 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1724
1725 2010-09-02 Glenn Morris <rgm@gnu.org>
1726
1727 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1728
1729 2010-08-31 Kenichi Handa <handa@m17n.org>
1730
1731 * international/mule-cmds.el (standard-display-european-internal):
1732 Setup standard-display-table for 8-bit characters by storing 8-bit
1733 characters in the element vector.
1734
1735 * disp-table.el (standard-display-8bit):
1736 Setup standard-display-table for 8-bit characters by storing 8-bit
1737 characters in the element vector.
1738 (standard-display-european): Likewise.
1739
1740 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
1741
1742 Sync with Tramp 2.1.19.
1743
1744 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1745 (tramp-reporter-dump-variable, tramp-load-report-modules)
1746 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1747 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1748
1749 * net/tramp-compat.el (top): Do not autoload
1750 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1751 only when `start-file-process' is not bound.
1752 (byte-compile-not-obsolete-vars): Define if not bound.
1753 (tramp-compat-funcall): New defmacro.
1754 (tramp-compat-line-beginning-position)
1755 (tramp-compat-line-end-position)
1756 (tramp-compat-temporary-file-directory)
1757 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1758 (tramp-compat-copy-file, tramp-compat-copy-directory)
1759 (tramp-compat-delete-file, tramp-compat-delete-directory)
1760 (tramp-compat-number-sequence, tramp-compat-process-running-p):
1761 Use it.
1762 (tramp-advice-file-expand-wildcards): Do not use
1763 `tramp-handle-file-remote-p'.
1764 (tramp-compat-make-temp-file): Simplify fallback implementation.
1765 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1766 (tramp-compat-copy-tree): Remove function.
1767 (tramp-compat-delete-file): New defun.
1768 (tramp-compat-delete-directory): Provide implementation for older
1769 Emacsen.
1770 (tramp-compat-file-attributes): Handle only
1771 `wrong-number-of-arguments' error.
1772
1773 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1774 Add PRESERVE_SELINUX_CONTEXT.
1775 (tramp-fish-handle-delete-file): Add TRASH arg.
1776 (tramp-fish-handle-directory-files-and-attributes):
1777 Do not use `tramp-fish-handle-file-attributes.
1778 (tramp-fish-handle-file-local-copy)
1779 (tramp-fish-handle-insert-file-contents)
1780 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1781
1782 * net/tramp-gvfs.el (top): Require url-util.
1783 (tramp-gvfs-mount-point): Remove.
1784 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1785 and `set-file-selinux-context'.
1786 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1787 (tramp-gvfs-handle-file-selinux-context)
1788 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1789 (with-tramp-dbus-call-method): Format trace message.
1790 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1791 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1792 Implement backup call, when operation on local files fails.
1793 Use progress reporter. Flush properties of changed files.
1794 (tramp-gvfs-handle-delete-file): Add TRASH arg.
1795 Use `tramp-compat-delete-file'.
1796 (tramp-gvfs-handle-expand-file-name): Expand "~/".
1797 (tramp-gvfs-handle-make-directory): Make more traces.
1798 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1799 (tramp-gvfs-url-file-name): Hexify file name in url.
1800 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1801 into account for the resulting file name.
1802 (tramp-gvfs-handler-askquestion): Preserve current message, in
1803 order to let progress reporter continue afterwards. (Bug#6257)
1804 Return dummy mountpoint, when the answer is "no".
1805 See `tramp-gvfs-maybe-open-connection'.
1806 (tramp-gvfs-handler-mounted-unmounted)
1807 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1808 attribute "default_location". Set "prefix" property.
1809 Handle default-location.
1810 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1811 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1812 exists. Raise an error, if not (due to a corresponding answer
1813 "no" in interactive questions, for example).
1814 Use `tramp-compat-funcall'.
1815
1816 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1817 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1818 (tramp-imap-do-copy-or-rename-file)
1819 (tramp-imap-handle-insert-file-contents)
1820 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1821 (tramp-imap-handle-delete-file): Add TRASH arg.
1822
1823 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1824 Add PRESERVE-SELINUX-CONTEXT.
1825 (tramp-smb-handle-copy-file)
1826 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1827 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1828 Use `with-progress-reporter'.
1829 (tramp-smb-handle-delete-file): Add TRASH arg.
1830
1831 * net/tramp.el (tramp-methods): Move hostname to the end in all
1832 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
1833 appropriate.
1834 (tramp-verbose): Describe verbose level 9.
1835 (tramp-completion-function-alist)
1836 (tramp-file-name-regexp, tramp-chunksize)
1837 (tramp-local-coding-commands, tramp-remote-coding-commands)
1838 (with-connection-property, tramp-completion-mode-p)
1839 (tramp-action-process-alive, tramp-action-out-of-band)
1840 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1841 (tramp-exists-file-name-handler): Fix docstring.
1842 (tramp-remote-process-environment): Use `format' instead of
1843 `concat'. Protect version string by apostroph.
1844 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1845 XEmacs.
1846 (tramp-file-name-regexp-unified)
1847 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1848 not regard the volume letter as remote filename. (Bug#5447)
1849 (tramp-perl-file-attributes)
1850 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1851 (tramp-vc-registered-read-file-names): Read input as
1852 here-document, otherwise the command could exceed maximum length
1853 of command line.
1854 (tramp-file-name-handler-alist): Add `file-selinux-context' and
1855 `set-file-selinux-context'.
1856 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1857 backtrace functions.
1858 (tramp-error-with-buffer): Don't show the connection buffer when
1859 we are in completion mode.
1860 (tramp-progress-reporter-update, tramp-remote-selinux-p)
1861 (tramp-handle-file-selinux-context)
1862 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1863 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1864 New defuns.
1865 (with-progress-reporter): New defmacro.
1866 (tramp-debug-outline-regexp): New defconst.
1867 (top, tramp-rfn-eshadow-setup-minibuffer)
1868 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1869 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1870 (tramp-completion-mode-p, tramp-check-for-regexp)
1871 (tramp-open-connection-setup-interactive-shell)
1872 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1873 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1874 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1875 Use `tramp-compat-funcall'.
1876 (tramp-handle-make-symbolic-link): Flush file properties.
1877 (tramp-handle-load, tramp-handle-file-local-copy)
1878 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1879 (tramp-handle-vc-registered, tramp-maybe-send-script)
1880 (tramp-find-shell): Use `with-progress-reporter'.
1881 (tramp-do-file-attributes-with-stat): Add space in format string,
1882 in order to work around a bug in pdksh. Reported by Gilles Pion
1883 <gpion@lfdj.com>.
1884 (tramp-handle-verify-visited-file-modtime): Do not send a command
1885 when the connection is not established.
1886 (tramp-handle-set-file-times): Simplify the check for utc.
1887 (tramp-handle-directory-files-and-attributes)
1888 (tramp-get-remote-path): Use `copy-tree'.
1889 (tramp-completion-handle-file-name-all-completions): Ensure, that
1890 non remote files are still checked. Oops.
1891 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1892 Handle PRESERVE-SELINUX-CONTEXT.
1893 (tramp-do-copy-or-rename-file): Add progress reporter.
1894 (tramp-do-copy-or-rename-file-directly): Do not use
1895 `tramp-handle-file-remote-p'.
1896 (tramp-do-copy-or-rename-file-out-of-band):
1897 Use `tramp-compat-delete-directory'.
1898 (tramp-do-copy-or-rename-file-out-of-band)
1899 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1900 Use `format-spec-make'.
1901 (tramp-handle-delete-file): Add TRASH arg.
1902 (tramp-handle-dired-uncache): Flush directory cache, not only file
1903 cache.
1904 (tramp-handle-expand-file-name)
1905 (tramp-completion-handle-file-name-all-completions)
1906 (tramp-completion-handle-file-name-completion):
1907 Use `tramp-connectable-p'.
1908 (tramp-handle-start-file-process): Set connection property "vec".
1909 Use it, in order to invalidate file caches. Check only for
1910 `remote-tty' process property.
1911 Implement tty setting. (Bug#4604, Bug#6360)
1912 (tramp-file-name-for-operation): Add `call-process-region' and
1913 `set-file-selinux-context'.
1914 (tramp-find-foreign-file-name-handler)
1915 (tramp-advice-make-auto-save-file-name)
1916 (tramp-set-auto-save-file-modes): Remove superfluous check for
1917 `stringp'. This is done inside `tramp-tramp-file-p'.
1918 (tramp-file-name-handler): Trace 'quit. Catch the error for some
1919 operations when we are in completion mode. This gives the user
1920 the chance to correct the file name in the minibuffer.
1921 (tramp-completion-mode-p): Use `non-essential'.
1922 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1923 compatibility: Use `completion-ignore-case' if
1924 `read-file-name-completion-ignore-case' does not exist.
1925 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1926 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1927 `tramp-open-shell'.
1928 (tramp-action-password): Hide password prompt before next run.
1929 (tramp-process-actions): Widen connection buffer for the trace.
1930 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1931 process property. Trace stty settings if `tramp-verbose' >= 9.
1932 Apply workaround for IRIX64 bug. Move argument of last
1933 `tramp-send-command' where it belongs to.
1934 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1935 front of `login-args'.
1936 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1937 on "/dev/null" instead of "/".
1938 (tramp-get-ls-command-with-dired): Make test for "--dired"
1939 stronger.
1940 (tramp-set-auto-save-file-modes): Adapt version check.
1941 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1942 (tramp-handle-process-file): Call the program in a subshell, in
1943 order to preserve working directory.
1944 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1945 `tramp-remote-sh' from `tramp-methods'.
1946 (tramp-get-ls-command): Make test for "--color=never" stronger.
1947 (tramp-check-for-regexp): Use (forward-line 1).
1948
1949 * net/trampver.el: Update release number.
1950
1951 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1952
1953 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1954 empty argument to gvfs-copy.
1955
1956 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1957
1958 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1959 handle new TRASH arg of `delete-file'.
1960
1961 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1962
1963 * net/tramp.el (tramp-handle-insert-directory): Don't use
1964 `forward-word', its default syntax could be changed.
1965
1966 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1967 Michael Albinus <michael.albinus@gmx.de>
1968
1969 Implement compression for inline methods.
1970
1971 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1972 (tramp-copy-size-limit): Allow also nil.
1973 (tramp-inline-compress-commands): New defconst.
1974 (tramp-find-inline-compress, tramp-get-inline-compress)
1975 (tramp-get-inline-coding): New defuns.
1976 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1977 replaced by `tramp-get-inline-coding'.
1978 (tramp-handle-file-local-copy, tramp-handle-write-region)
1979 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1980
1981 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1982
1983 Detect ssh 'ControlMaster' argument automatically in some cases.
1984
1985 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1986 (tramp-default-method): Use it.
1987
1988 2010-08-26 Karel Klíč <kklic@redhat.com>
1989
1990 * net/tramp.el (tramp-file-name-for-operation):
1991 Add file-selinux-context.
1992
1993 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1994
1995 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1996
1997 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1998
1999 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
2000 (Bug#6907).
2001
2002 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
2003
2004 * progmodes/python.el (python-block-pairs): Allow use of "finally"
2005 with "else" (Bug#3991).
2006
2007 2010-08-22 Leo <sdl.web@gmail.com>
2008
2009 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2010 (ignore, bright, dim, keyword): Split list of nicknames before
2011 passing to rcirc-add-or-remove (Bug#6894).
2012
2013 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2014
2015 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2016
2017 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2018
2019 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
2020 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2021 New version 13.0.
2022 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2023 Adjust initialization.
2024 (whitespace-bob-marker, whitespace-eob-marker)
2025 (whitespace-buffer-changed): New vars.
2026 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2027 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2028 (whitespace-post-command-hook, whitespace-display-char-on):
2029 Adjust code.
2030 (whitespace-looking-back, whitespace-buffer-changed): New funs.
2031 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
2032
2033 2010-08-21 Leo <sdl.web@gmail.com>
2034
2035 Fix buffer-list rename&refresh after killing a buffer in ido.
2036 * ido.el: Revert Óscar's.
2037 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2038 Remember the buffers at head, rather than their name.
2039 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
2040
2041 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
2042 Stefan Monnier <monnier@iro.umontreal.ca>
2043
2044 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2045 extra backslash added to each line (bug#6890).
2046
2047 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2048
2049 * subr.el (read-key): Don't echo keystrokes (bug#6883).
2050
2051 2010-08-21 Glenn Morris <rgm@gnu.org>
2052
2053 * menu-bar.el (menu-bar-games-menu): Add landmark.
2054
2055 2010-08-20 Glenn Morris <rgm@gnu.org>
2056
2057 * align.el (align-regexp): Make group and spacing arguments
2058 use the interactive defaults when non-interactive. (Bug#6698)
2059
2060 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2061 expansion, so as not to need sendmail.
2062 (mail-text-start): Remove declaration.
2063 (rmail-retry-failure): Require sendmail.
2064
2065 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2066
2067 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2068
2069 2010-08-18 Michael Albinus <michael.albinus@gmx.de>
2070
2071 * progmodes/flymake.el (flymake-start-syntax-check-process):
2072 Use `start-file-process' in order to let it run also on remote hosts.
2073
2074 2010-08-18 Kenichi Handa <handa@m17n.org>
2075
2076 * files.el: Add `word-wrap' as safe local variable.
2077
2078 2010-08-18 Glenn Morris <rgm@gnu.org>
2079
2080 * woman.el (woman-translate): Case matters. (Bug#6849)
2081
2082 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
2083
2084 * simple.el (kill-region): Doc fix (Bug#6787).
2085
2086 2010-08-14 Glenn Morris <rgm@gnu.org>
2087
2088 * calendar/diary-lib.el (diary-header-line-format):
2089 Fit it to the window, not the frame.
2090
2091 2010-08-11 Andreas Schwab <schwab@linux-m68k.org>
2092
2093 * subr.el (ignore-errors): Add debug declaration.
2094
2095 2010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
2096
2097 * whitespace.el (whitespace-color-off): Remove post-command-hook
2098 locally.
2099
2100 2010-08-08 Johan Bockgård <bojohan@gnu.org>
2101
2102 * replace.el (replace-highlight): Bind isearch-forward and
2103 isearch-error, ensuring that highlighting is updated if the user
2104 switches the search direction (Bug#6808).
2105
2106 * isearch.el (isearch-lazy-highlight-forward): New var.
2107 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2108 (isearch-lazy-highlight-update): Use it.
2109
2110 2010-08-06 Kenichi Handa <handa@m17n.org>
2111
2112 * international/mule.el (define-charset): Store NAME as :base property.
2113 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2114 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2115 current priority. Force using the designation of the specific
2116 charset by adding `charset' text property. Improve the whole
2117 algorithm.
2118
2119 2010-08-05 Juanma Barranquero <lekktu@gmail.com>
2120
2121 * emulation/pc-select.el (pc-selection-mode-hook)
2122 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2123 (pc-selection-mode): Fix typos in docstrings.
2124
2125 2010-08-04 Kenichi Handa <handa@m17n.org>
2126
2127 * language/cyrillic.el: Don't add "microsoft-cp1251" to
2128 ctext-non-standard-encodings-alist here.
2129
2130 * international/mule.el (ctext-non-standard-encodings-alist):
2131 Add "koi8-r" and "microsoft-cp1251".
2132 (ctext-standard-encodings): New variable.
2133 (ctext-non-standard-encodings-table): List only elements for
2134 non-standard encodings.
2135 (ctext-pre-write-conversion): Adjust for the above change.
2136 Check ctext-standard-encodings.
2137
2138 * international/mule-conf.el (compound-text): Doc fix.
2139 (ctext-no-compositions): Doc fix.
2140 (compound-text-with-extensions): Doc fix.
2141
2142 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2143
2144 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2145
2146 2010-08-03 Juanma Barranquero <lekktu@gmail.com>
2147
2148 * progmodes/which-func.el (which-func-format): Split help-echo text
2149 into lines, like other mode-line tooltips.
2150
2151 * server.el (server-start): When using TCP sockets, force IPv4
2152 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
2153
2154 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2155
2156 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2157
2158 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
2159
2160 * term.el (term-delimiter-argument-list): Reflow docstring.
2161 (term-read-input-ring, term-write-input-ring, term-send-input)
2162 (term-bol, term-erase-in-display, serial-supported-or-barf):
2163 Fix typos in docstrings.
2164
2165 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2166
2167 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2168
2169 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
2170
2171 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2172
2173 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
2174
2175 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2176 Fix typo in docstring (bug#6747).
2177
2178 2010-07-30 Leo <sdl.web@gmail.com>
2179
2180 * eshell/esh-io.el (eshell-get-target): Better detection of
2181 read-only file (Bug#6762).
2182
2183 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
2184
2185 * align.el (align-default-spacing): Doc fix.
2186 (align-region-heuristic, align-regexp): Fix typos in docstrings.
2187
2188 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
2189
2190 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2191
2192 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
2193
2194 * time.el (display-time-day-and-date): Remove spurious * in docstring.
2195 (display-time-world-buffer-name, display-time-world-mode-map):
2196 Fix typos in docstrings.
2197
2198 2010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
2199
2200 * image-mode.el (image-display-size): New function.
2201 (image-forward-hscroll, image-next-line, image-eol, image-eob)
2202 (image-mode-fit-frame): Use it (Bug#6639).
2203
2204 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
2205
2206 * dired.el (dired-buffers-for-dir): Handle list values of
2207 dired-directory (Bug#6636).
2208
2209 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
2210
2211 * vc.el (vc-coding-system-inherit-eol): New defvar.
2212 (vc-coding-system-for-diff): Use it to decide whether to inherit
2213 from the file the EOL format for reading the diffs of that file.
2214 (Bug#4451)
2215
2216 2010-07-16 Eli Zaretskii <eliz@gnu.org>
2217
2218 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2219 unibyte, so compressed attachments are not compressed again.
2220
2221 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
2222
2223 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
2224 now that unicode is used (Bug#6594).
2225
2226 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
2227
2228 * simple.el (push-mark-command): Set the selection if
2229 select-active-regions is non-nil.
2230
2231 2010-07-10 Glenn Morris <rgm@gnu.org>
2232
2233 * calendar/calendar.el (calendar-week-end-day): New function.
2234 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
2235 Respect calendar-week-start-day. (Bug#6606)
2236 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2237 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
2238 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
2239 respect calendar-week-start-day.
2240
2241 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
2242
2243 * simple.el (use-region-p): Doc fix (Bug#6607).
2244
2245 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
2246
2247 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
2248 builtins (BufferError, BytesWarning, WindowsError; callables
2249 bin, bytearray, bytes, format, memoryview, next, print; __package__).
2250
2251 2010-07-07 Glenn Morris <rgm@gnu.org>
2252
2253 * play/zone.el (zone-fall-through-ws): Fix next-line ->
2254 forward-line fallout.
2255
2256 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
2257
2258 * mouse.el (mouse-appearance-menu): Add docstring.
2259
2260 * help.el (describe-key): Print up-event using key-description.
2261
2262 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
2263
2264 * net/zeroconf.el (zeroconf-resolve-service)
2265 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
2266 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
2267
2268 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
2269
2270 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
2271
2272 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2273
2274 Avoid displaying files with a nil state in vc-dir.
2275 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
2276 cases that cause insertion.
2277 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
2278 with a nil state.
2279
2280 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
2281
2282 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
2283
2284 2010-06-29 Leo <sdl.web@gmail.com>
2285
2286 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
2287
2288 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
2289
2290 * generic-x.el (bat-generic-mode): Fix regexp for command line
2291 switches (Bug#5719).
2292
2293 2010-06-27 Masatake YAMATO <yamato@redhat.com>
2294
2295 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
2296 of nconc to avoid pure storage error (Bug#6239).
2297
2298 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
2299
2300 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
2301 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
2302 bindings of bookmark-automatically-show-annotations (Bug#6515).
2303
2304 2010-06-25 Eli Zaretskii <eliz@gnu.org>
2305
2306 * arc-mode.el (archive-zip-extract): Don't quote the file name on
2307 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
2308
2309 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
2310
2311 * comint.el (make-comint, make-comint-in-buffer): Mention return
2312 value in the docstrings. (Bug#6498)
2313
2314 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
2315
2316 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
2317 since it is not present when using some non-default switches.
2318
2319 2010-06-23 Karl Fogel <kfogel@red-bean.com>
2320
2321 * simple.el (compose-mail): Fix doc string to refer to
2322 `compose-mail-user-agent-warnings', instead of to the
2323 nonexistent `compose-mail-check-user-agent'.
2324
2325 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2326
2327 Fix vc-annotate for renamed files when using Git.
2328 * vc-git.el (vc-git-find-revision): Deal with empty results from
2329 ls-files. Doe not pass the object as a file name to cat-file, it
2330 is not a file name.
2331 (vc-git-annotate-command): Pass the file name using -- to avoid
2332 ambiguity with the revision.
2333 (vc-git-previous-revision): Pass a relative file name.
2334
2335 2010-06-22 Glenn Morris <rgm@gnu.org>
2336
2337 * progmodes/js.el (js-mode-map): Use standard capitalization and
2338 ellipses for menu entries.
2339
2340 * wid-edit.el (widget-complete): Doc fix.
2341
2342 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
2343
2344 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
2345
2346 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2347
2348 Fix annotating other revisions for renamed files in vc-annotate.
2349 * vc-annotate.el (vc-annotate): Add an optional argument for the
2350 VC backend. Use it when non-nil.
2351 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
2352 (Bug#6487).
2353
2354 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
2355 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2356 Do not pass the file name to the 'previous-revision call when we
2357 don't want a file diff. (Bug#6489)
2358
2359 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2360
2361 Fix finding revisions for renamed files in vc-annotate.
2362 * vc.el (vc-find-revision): Add an optional argument for
2363 the VC backend. Use it when non-nil.
2364 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
2365 backend to vc-find-revision. (Bug#6487)
2366
2367 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2368
2369 Fix reading file names in Git annotate buffers.
2370 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2371 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
2372
2373 2010-06-20 Alan Mackenzie <acm@muc.de>
2374
2375 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
2376 in file local variables, set it first.
2377
2378 2010-06-19 Glenn Morris <rgm@gnu.org>
2379
2380 * descr-text.el (describe-char-unicode-data): Insert separating
2381 space when needed. (Bug#6422)
2382
2383 * progmodes/idlwave.el (idlwave-action-and-binding):
2384 Fix typo in 2009-12-03 change. (Bug#6450)
2385
2386 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2387
2388 * subr.el (read-quoted-char): Fix up last change (bug#6290).
2389
2390 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2391
2392 * font-lock.el (font-lock-major-mode): Rename from
2393 font-lock-mode-major-mode to distinguish it from
2394 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2395 (font-lock-set-defaults):
2396 * font-core.el (font-lock-default-function): Adjust users.
2397 (font-lock-mode): Don't set it at all.
2398
2399 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2400
2401 * vc-annotate.el (vc-annotate): Use vc-read-revision.
2402
2403 2010-06-15 Glenn Morris <rgm@gnu.org>
2404
2405 * calendar/appt.el (appt-time-msg-list): Doc fix.
2406 (appt-check): Let-bind appt-warn-time.
2407 (appt-add): Make the 3rd argument optional.
2408 Simplify argument names. Doc fix. Check for integer WARNTIME.
2409 Only add WARNTIME to the output list if non-nil.
2410
2411 2010-06-15 Ivan Kanis <apple@kanis.eu>
2412
2413 * calendar/appt.el (appt-check): Let the 3rd element of
2414 appt-time-msg-list specify the warning time.
2415 (appt-add): Add new argument with the warning time. (Bug#5176)
2416
2417 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2418
2419 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2420 older than version 1.6. (Bug#6361)
2421
2422 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
2423
2424 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2425 used by cl-do-arglist. (Bug#6408)
2426
2427 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2428
2429 * emacs-lisp/advice.el (ad-compile-function):
2430 Define warning-suppress-types before we let-bind it (bug#6275).
2431
2432 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2433 declare it, make it buffer-local and permanent-local (bug#6324).
2434 (vc-resynch-window): Adjust name.
2435 * vc-hooks.el (vc-find-file-hook): Adjust name.
2436
2437 2010-06-07 Jonathan Rockway <jon@jrock.us>
2438
2439 * net/rcirc.el: Add support for password authentication.
2440 (rcirc-server-alist): Add :password keyword.
2441 (rcirc): Ask for a password, or get it from the server's alist.
2442 (rcirc-connect): Add password argument. Pass it to server.
2443
2444 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
2445
2446 * net/dbus.el (dbus-register-method): Declare function.
2447 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2448 (dbus-introspect): Doc fix.
2449 (dbus-event-bus-name, dbus-introspect-get-interface)
2450 (dbus-introspect-get-argument): Reflow docstrings.
2451
2452 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
2453
2454 * term/common-win.el (x-colors): Add "dark green" and "dark
2455 turquoise" (Bug#6332).
2456
2457 2010-06-03 Glenn Morris <rgm@gnu.org>
2458
2459 * desktop.el (desktop-clear-preserve-buffers):
2460 Add "*Warnings*" buffer. (Bug#6336)
2461
2462 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2463
2464 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2465
2466 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2467
2468 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2469 `file-directory-p' to the filename part rather than to the whole text.
2470
2471 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2472
2473 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2474
2475 2010-05-31 Drew Adams <drew.adams@oracle.com>
2476
2477 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2478
2479 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
2480
2481 * subr.el (momentary-string-display): Just use read-event to read
2482 the exit event (Bug#6238).
2483
2484 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2485
2486 * ansi-color.el: Delete unused escape sequences (Bug#6085).
2487 (ansi-color-drop-regexp): New constant.
2488 (ansi-color-apply, ansi-color-filter-region)
2489 (ansi-color-apply-on-region): Delete unrecognized control sequences.
2490 (ansi-color-apply): Build string list before calling concat.
2491
2492 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2493
2494 * progmodes/verilog-mode.el (verilog-type-font-keywords):
2495 Use font-lock-constant-face, not obsolete font-lock-reference-face.
2496
2497 2010-05-27 Masatake YAMATO <yamato@redhat.com>
2498
2499 * htmlfontify.el (hfy-face-resolve-face): New function.
2500 (hfy-face-to-style): Use it (Bug#6279).
2501
2502 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2503
2504 * epa.el (epa--select-keys): Don't explicitly delete the window since
2505 that can fail (e.g. sole window in frame). Use dedication instead.
2506
2507 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2508
2509 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2510
2511 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2512
2513 * subr.el (read-quoted-char): Resolve modifiers after key
2514 remapping (bug#6212).
2515
2516 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2517
2518 * tmm.el (tmm-prompt): Don't try to precompute bindings.
2519 (tmm-get-keymap): Compute shortcuts (bug#6171).
2520
2521 2010-05-10 Glenn Morris <rgm@gnu.org>
2522
2523 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2524 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
2525
2526 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2527
2528 * Version 23.2 released.
2529
2530 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
2531
2532 * international/mule.el (auto-coding-alist): Only purecopy
2533 car of each item, not the whole list (Bug#6083).
2534
2535 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
2536
2537 * progmodes/js.el (js-mode): Make paragraph variables local before
2538 calling c-setup-paragraph-variables (Bug#6071).
2539
2540 2010-05-01 Eli Zaretskii <eliz@gnu.org>
2541
2542 * composite.el (compose-region, reference-point-alist): Fix typos
2543 in the doc strings.
2544
2545 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2546
2547 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2548 gnuplot's "set" command.
2549
2550 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
2551
2552 * abbrev.el (last-abbrev-text): Doc fix.
2553 (abbrev-prefix-mark): Don't escape parenthesis.
2554
2555 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
2556
2557 * composite.el (find-composition): Doc fix.
2558
2559 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
2560
2561 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2562 (sql-oracle-program, sql-sqlite-options)
2563 (sql-query-placeholders-and-send): Doc fixes.
2564 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2565 (sql-imenu-generic-expression, sql-buffer)
2566 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2567 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2568 (sql-mode-sybase-font-lock-keywords)
2569 (sql-mode-informix-font-lock-keywords)
2570 (sql-mode-interbase-font-lock-keywords)
2571 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2572 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2573 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2574 (sql-product-feature, sql-highlight-product)
2575 (comint-line-beginning-position, sql-rename-buffer)
2576 (sql-toggle-pop-to-buffer-after-send-region)
2577 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2578 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2579 Fix typos in docstrings.
2580
2581 2010-04-23 Juri Linkov <juri@jurta.org>
2582
2583 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2584 property instead of `invisible' and `after-string' (bug#5998).
2585
2586 2010-04-23 Juri Linkov <juri@jurta.org>
2587
2588 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2589
2590 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
2591
2592 * filecache.el (file-cache-add-directory-list)
2593 (file-cache-add-directory-recursively): Fix typos in docstrings.
2594
2595 2010-04-22 Kenichi Handa <handa@m17n.org>
2596
2597 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2598 (gujarati-composable-pattern): Fix typo.
2599
2600 2010-04-20 Kenichi Handa <handa@m17n.org>
2601
2602 * language/indian.el (oriya-composable-pattern)
2603 (tamil-composable-pattern, malayalam-composable-pattern):
2604 Add two-part vowels to "v" (vowel sign).
2605
2606 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
2607
2608 * files.el (copy-directory): Handle symlinks (Bug#5982).
2609
2610 * progmodes/compile.el (compilation-next-error-function):
2611 Revert 2009-10-12 change (Bug#5983).
2612
2613 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2614
2615 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2616 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2617 (Bug#5846).
2618
2619 2010-04-20 Glenn Morris <rgm@gnu.org>
2620
2621 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2622
2623 * minibuffer.el (completion-at-point): Doc fix.
2624
2625 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
2626
2627 Fix the version number for added files.
2628 * vc-hg.el (vc-hg-working-revision): Check if the file is
2629 registered after hg parent fails (Bug#5961).
2630
2631 2010-04-17 Glenn Morris <rgm@gnu.org>
2632
2633 * htmlfontify.el (htmlfontify-buffer)
2634 (htmlfontify-copy-and-link-dir): Autoload entry points.
2635
2636 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
2637
2638 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2639 name relative to the project root (Bug#5960).
2640
2641 2010-04-16 Glenn Morris <rgm@gnu.org>
2642
2643 * vc-git.el (vc-git-print-log): Doc fix.
2644
2645 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
2646
2647 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2648
2649 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
2650
2651 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2652 default settings (Bug#5928).
2653
2654 2010-04-10 Glenn Morris <rgm@gnu.org>
2655
2656 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2657 New function.
2658 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
2659
2660 2010-04-07 Kenichi Handa <handa@m17n.org>
2661
2662 * language/indian.el (malayalam-composable-pattern): Fix previous
2663 change (add U+0D4D "SIGN VIRAMA").
2664 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2665 (tamil-composable-pattern): Fix typo in the regexp.
2666 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2667 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2668 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2669
2670 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
2671
2672 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2673 paragraph-separate (Bug#5821).
2674
2675 2010-04-05 Juri Linkov <juri@jurta.org>
2676
2677 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2678
2679 * info.el (Info-find-node-2): Comment out code that skips
2680 breadcrumbs line.
2681 (Info-mouse-follow-link): New command.
2682 (Info-link-keymap): New keymap.
2683 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2684 Return a string with links instead of inserting breadcrumbs
2685 to the Info buffer.
2686 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2687 Instead of putting the `invisible' text property over the Info
2688 header, make an overlay over the Info header with the `invisible'
2689 property and `after-string' set to the string returned by
2690 `Info-breadcrumbs'.
2691
2692 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
2693
2694 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2695 Reported by monkey@sandpframing.com.
2696
2697 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
2698
2699 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2700 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2701
2702 2010-03-30 Kenichi Handa <handa@m17n.org>
2703
2704 * language/sinhala.el (composition-function-table): Fix regexp for
2705 the new Unicode specification.
2706
2707 * language/indian.el (devanagari-composable-pattern)
2708 (tamil-composable-pattern, kannada-composable-pattern)
2709 (malayalam-composable-pattern): Adjust for the new Unicode
2710 specification.
2711 (bengali-composable-pattern, gurmukhi-composable-pattern)
2712 (gujarati-composable-pattern, oriya-composable-pattern)
2713 (telugu-composable-pattern): New variables to cope with the new
2714 Unicode specification. Use them in composition-function-table.
2715
2716 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2717
2718 Make tmm-menubar work for the Buffers menu again (bug#5726).
2719 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2720 vectors rather than cons cells, as used in menu-bar-update-buffers.
2721
2722 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
2723
2724 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2725 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2726 electric punctuation for "{}();,:" (Bug#5586).
2727
2728 * mail/sendmail.el (mail-default-directory): Doc fix.
2729
2730 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
2731
2732 * mail/sendmail.el (mail-default-directory): Doc fix.
2733
2734 2010-03-27 Eli Zaretskii <eliz@gnu.org>
2735
2736 * subr.el (version-regexp-alist, version-to-list)
2737 (version-list-<, version-list-=, version-list-<=)
2738 (version-list-not-zero, version<, version<=, version=): Doc fix.
2739 (Bug#5744).
2740
2741 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2742 Nick Roberts <nickrob@snap.net.nz>
2743
2744 * progmodes/gdb-ui.el (gdb-apple-test): New function.
2745 (gdb-init-1): Use it.
2746
2747 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2748
2749 * vc.el (vc-root-diff): Doc fix.
2750
2751 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
2752
2753 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2754
2755 * simple.el (append-to-buffer): Fix last change.
2756
2757 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2758
2759 * simple.el (append-to-buffer): Ensure that point is preserved if
2760 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2761 (Bug#5749)
2762
2763 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2764
2765 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2766 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2767 not be present any more.
2768
2769 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2770
2771 * faces.el (set-face-attribute): Fix typo in docstring.
2772 (face-valid-attribute-values): Reflow docstring.
2773
2774 2010-03-23 Glenn Morris <rgm@gnu.org>
2775
2776 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2777
2778 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
2779
2780 * indent.el (indent-for-tab-command): Doc fix.
2781
2782 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
2783
2784 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2785 (image-dired-read-comment): Doc fix.
2786
2787 * json.el (json-object-type, json-array-type, json-key-type)
2788 (json-false, json-null, json-read-number):
2789 * minibuffer.el (completion-in-region-functions):
2790 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2791 (cal-tex-cursor-week):
2792 * emacs-lisp/trace.el (trace-function):
2793 * eshell/em-basic.el (eshell/printnl):
2794 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2795 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2796 * obsolete/levents.el (allocate-event, event-key, event-object)
2797 (event-point, event-process, event-timestamp, event-to-character)
2798 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2799 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2800 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2801 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2802 (reftex-highlight-selection): Fix typos in docstrings.
2803
2804 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
2805
2806 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2807
2808 2010-03-18 Glenn Morris <rgm@gnu.org>
2809
2810 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2811 2008-02-13 without comment; mark it obsolete.
2812 (rmail-highlight-headers): Use rmail-highlight-face once more.
2813
2814 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
2815
2816 * woman.el (woman2-process-escapes): Only consume the newline if
2817 the filler character is on a line by itself (Bug#5729).
2818
2819 2010-03-16 Kenichi Handa <handa@m17n.org>
2820
2821 * language/indian.el (devanagari-composable-pattern): Add more
2822 consonants.
2823
2824 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
2825
2826 * net/trampver.el: Update release number.
2827
2828 2010-03-13 Glenn Morris <rgm@gnu.org>
2829
2830 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2831
2832 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
2833
2834 * net/tramp.el (tramp-find-executable):
2835 Use `tramp-get-connection-buffer'. Make the regexp for checking
2836 output of "wc -l" more robust.
2837 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2838 (tramp-open-connection-setup-interactive-shell): Remove workaround
2839 for OpenSolaris bug, it is not needed anymore.
2840
2841 2010-03-12 Glenn Morris <rgm@gnu.org>
2842
2843 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2844
2845 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
2846
2847 * files.el (auto-mode-alist): Accept more verilog file patterns.
2848
2849 2010-03-09 Miles Bader <miles@gnu.org>
2850
2851 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2852 instead of "format:"; this ensures that the output is
2853 newline-terminated.
2854
2855 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
2856
2857 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2858 that all errors are caught, and that the return value is always a
2859 list (Bug#5692).
2860
2861 2010-03-08 Kenichi Handa <handa@m17n.org>
2862
2863 * language/misc-lang.el (windows-1256): New coding system.
2864 (cp1256): New alias of windows-1256 (bug#5690).
2865
2866 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
2867
2868 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2869 call to rfc822-bad-address. (Bug#5692)
2870
2871 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
2872
2873 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2874 Use vc-git-root as default directory for revision path (Bug#5657).
2875
2876 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2877
2878 * calculator.el (calculator): Don't bind split-window-keep-point
2879 (Bug#5674).
2880
2881 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2882
2883 * vc-git.el: Re-flow to fit into 80 columns.
2884 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2885 Remove spurious `quote' element in each case alternative.
2886 (vc-git-show-log-entry): Use prog1.
2887 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2888
2889 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2890
2891 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2892
2893 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2894
2895 * macros.el (insert-kbd-macro): Look up keyboard macro using the
2896 definition, not the name (Bug#5481).
2897
2898 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
2899
2900 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2901 argument with a local variable. (Bug#5670)
2902
2903 2010-03-02 Juri Linkov <juri@jurta.org>
2904
2905 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
2906
2907 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
2908
2909 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2910 error when FILENAME and NEWNAME are existing remote directories.
2911
2912 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2913 parameter DIR-FLAG.
2914
2915 2010-03-02 Glenn Morris <rgm@gnu.org>
2916
2917 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2918 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2919
2920 2010-03-01 Kenichi Handa <handa@m17n.org>
2921
2922 * language/burmese.el (burmese-composable-pattern): Rename from
2923 myanmar-composable-pattern.
2924
2925 * international/characters.el (script-list):
2926 * international/fontset.el (script-representative-chars):
2927 Change myanmar to burmese.
2928 (otf-script-alist): Likewise.
2929 (setup-default-fontset): Likewise. Re-fix :otf spec.
2930
2931 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2932
2933 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2934
2935 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2936
2937 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2938
2939 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2940
2941 * net/tramp.el (tramp-handle-write-region): START can be a string.
2942 Take care in the checks. Reported by Dan Davison
2943 <davison@stats.ox.ac.uk>.
2944
2945 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2946
2947 * net/dbus.el (dbus-introspect, dbus-get-property)
2948 (dbus-set-property, dbus-get-all-properties):
2949 Use `dbus-call-method' when noninteractive. (Bug#5645)
2950
2951 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
2952
2953 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2954 * emacs-lisp/elint.el (elint-add-required-env):
2955 * calendar/icalendar.el (icalendar--add-diary-entry):
2956 * calc/calcalg2.el (math-tracing-integral):
2957 * files.el (recover-session-finish): Use with-current-buffer
2958 instead of save-excursion.
2959
2960 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2961
2962 Fix in-buffer completion when after-change-functions modify the buffer.
2963 * minibuffer.el (completion--replace): New function.
2964 (completion--do-completion): Use it and use relative movement.
2965
2966 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2967
2968 * international/fontset.el (setup-default-fontset): Fix :otf spec.
2969
2970 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2971
2972 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2973 Allow the characters _<> in the stack entry (Bug#5653).
2974
2975 2010-02-26 Kenichi Handa <handa@m17n.org>
2976
2977 * language/burmese.el: Fix entries in composition-function-table.
2978 (myanmar-composable-pattern): New variable.
2979
2980 * international/fontset.el (setup-default-fontset): Add an entry
2981 for myanmar.
2982
2983 * international/characters.el (script-list): Add Myanmar
2984 Extended-A.
2985
2986 2010-02-26 Glenn Morris <rgm@gnu.org>
2987
2988 * custom.el (custom-initialize-delay): Doc fix.
2989
2990 * mail/sendmail.el (send-mail-function): Autoload the call
2991 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2992
2993 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
2994
2995 * files.el (hack-local-variables-filter): For eval forms, also
2996 check safe-local-variable-p (Bug#5636).
2997
2998 2010-02-24 Eduard Wiebe <usenet@pusto.de>
2999
3000 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
3001 and use c(ad)r of cddr (Bug#5640).
3002
3003 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
3004
3005 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
3006 setting the modes by `ignore-errors'. It might fail, for example
3007 if the file is not owned by the user but the group.
3008 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
3009
3010 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
3011
3012 * files.el (directory-listing-before-filename-regexp):
3013 Use stricter matching for iso-style dates, to avoid false matches with
3014 date-like filenames (Bug#5597).
3015
3016 * htmlfontify.el (htmlfontify): Doc fix.
3017
3018 * eshell/eshell.el (eshell): Doc fix.
3019
3020 * startup.el (fancy-about-screen): In mode-line, apply
3021 mode-line-buffer-id face only to the buffer name (Bug#5613).
3022
3023 2010-02-20 Kevin Ryde <user42@zip.com.au>
3024
3025 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3026 In `watcom' anchor regexp to start of line, to avoid slowness
3027 (Bug#5599).
3028
3029 2010-02-20 Eli Zaretskii <eliz@gnu.org>
3030
3031 * subr.el (remove-yank-excluded-properties): Explain in a comment
3032 why `category' property is removed.
3033
3034 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
3035
3036 * isearch.el (isearch-update-post-hook, isearch-update):
3037 Revert 2010-02-17 change.
3038
3039 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
3040
3041 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
3042 (icalendar--convert-weekly-to-ical)
3043 (icalendar--convert-yearly-to-ical)
3044 (icalendar--convert-block-to-ical)
3045 (icalendar--convert-cyclic-to-ical)
3046 (icalendar--convert-anniversary-to-ical): Take care of time
3047 specifications where hour has 1-digit only (Bug#5549).
3048
3049 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
3050
3051 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
3052 of disassemble output in GDB 7.1.
3053
3054 2010-02-19 Glenn Morris <rgm@gnu.org>
3055
3056 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
3057 property. (Bug#5593)
3058
3059 2010-02-18 Sam Steingold <sds@gnu.org>
3060
3061 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3062
3063 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3064
3065 Use abbreviated file names in bookmarks (bug#5591).
3066 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3067 calls to expand-file-name.
3068 (bookmark-relocate): Use abbreviated file names in bookmarks.
3069 (bookmark-load): Use abbreviated file names in messages.
3070
3071 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
3072
3073 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3074 expand "." and "..". Reported by Thierry Volpiatto
3075 <thierry.volpiatto@gmail.com>.
3076
3077 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
3078
3079 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3080 permissions of the temporary file to "0600". In case the remote
3081 file has no read permissions for the owner, there might be
3082 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
3083
3084 22010-02-18 Glenn Morris <rgm@gnu.org>
3085
3086 * emacs-lisp/authors.el (authors-renamed-files-alist):
3087 Add entries for INSTALL.CVS.
3088
3089 2010-02-17 Mark A. Hershberger <mah@everybody.org>
3090
3091 * vc-bzr.el: Fix typo in Known Bugs section.
3092
3093 * isearch.el (isearch-update-post-hook): New hook.
3094 (isearch-update): Use the new hook.
3095
3096 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
3097
3098 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3099 Fix errors in copying directories.
3100 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3101 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3102 (tramp-handle-delete-file)
3103 (tramp-handle-dired-recursive-delete-directory)
3104 (tramp-handle-write-region): Flush also the cache for the upper
3105 directory.
3106
3107 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
3108
3109 * simple.el (save-interprogram-paste-before-kill): Doc fix.
3110
3111 * cus-edit.el (hardware): Doc fix.
3112
3113 * man.el (man): Add to external custom group.
3114
3115 * delim-col.el (columns): Move to wp custom group.
3116
3117 * doc-view.el (doc-view): Add to data custom group.
3118
3119 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
3120
3121 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3122 by ispell-parse-output (Bug#5575).
3123
3124 2010-02-16 Kenichi Handa <handa@m17n.org>
3125
3126 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3127 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3128 (skkdic-convert): Use `euc-japan' coding system for writing.
3129
3130 2010-02-16 Glenn Morris <rgm@gnu.org>
3131
3132 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3133 tex-main-file before using it. (Bug#5562)
3134
3135 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3136
3137 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3138 warnings, since it is annoying for the user to see them each time he
3139 runs the code.
3140
3141 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
3142
3143 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3144 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3145 instead of PROC for caching "first-password-request". Otherwise,
3146 new processes would not profit from passwords already entered.
3147
3148 * net/tramp-cache.el (tramp-dump-connection-properties):
3149 Don't save "first-password-request" property.
3150
3151 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
3152
3153 * outline.el (outline-head-from-level):
3154 * simple.el (with-wrapper-hook):
3155 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3156 (elint-defun, elint-buffer-env, elint-top-form-logged)
3157 (elint-unbound-variable):
3158 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3159 Fix typos in docstrings.
3160
3161 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
3162
3163 * files.el (insert-directory): When WILDCARD-REGEXP and
3164 FULL-DIRECTORY-P are nil, insert the file entry instead of the
3165 whole directory. (Bug#5551)
3166
3167 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
3168 dired's alignment sanity. (Bug#5516)
3169
3170 2010-02-14 Juri Linkov <juri@jurta.org>
3171
3172 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3173 Remove remaining ^H with their preceding chars. (Bug#5566)
3174
3175 2010-02-13 Glenn Morris <rgm@gnu.org>
3176
3177 * simple.el (transpose-subr): Give it a doc-string.
3178
3179 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3180 Doc fixes.
3181
3182 2010-02-12 Juri Linkov <juri@jurta.org>
3183
3184 * arc-mode.el (archive-unique-fname): Make directories for nested
3185 archives. (Bug#5540)
3186
3187 2010-02-12 Juri Linkov <juri@jurta.org>
3188
3189 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
3190
3191 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3192
3193 * subr.el (copy-overlay): Handle deleted overlays.
3194
3195 * man.el (Man-completion-table): Don't signal an error if we can't run
3196 manual-program (bug#4056).
3197
3198 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
3199
3200 * textmodes/artist.el (artist-mt): Fix typos in docstring.
3201
3202 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3203
3204 * info.el (Info-bookmark-jump): Simplify.
3205
3206 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3207 (bookmark-default-handler): Accept new bookmark field `buffer'.
3208
3209 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
3210
3211 * iswitchb.el (iswitchb-completions): Revert last change.
3212
3213 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
3214
3215 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
3216 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3217 This prevents file names like "~/" being listed literally.
3218
3219 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
3220
3221 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3222 Remove dead code. (Bug#5546)
3223
3224 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
3225
3226 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3227 correctly (Bug#5548).
3228
3229 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
3230
3231 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
3232 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
3233
3234 2010-02-08 Kenichi Handa <handa@m17n.org>
3235
3236 * international/mule-util.el (with-coding-priority): Add autoload
3237 cookie for putting `lisp-indent-function'.
3238
3239 2010-02-07 Glenn Morris <rgm@gnu.org>
3240
3241 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3242 Move F2003 named interfaces from keywords-2 to keywords-1, and
3243 use function-name-face rather than constant-face.
3244 Simplify "abstract interface" regexp.
3245
3246 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
3247
3248 * eshell/esh-util.el (eshell-file-attributes): New optional arg
3249 ID-FORMAT. Pass it to `file-attributes'.
3250
3251 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3252
3253 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
3254
3255 * faces.el (set-face-attribute): Allow calling
3256 internal-set-lisp-face-attribute with 'unspecified family and
3257 foundry argument (Bug#5536).
3258
3259 2010-02-07 Glenn Morris <rgm@gnu.org>
3260
3261 * progmodes/f90.el (f90-font-lock-keywords-2)
3262 (f90-looking-at-type-like, f90-looking-at-program-block-end):
3263 Handle F2003 named interfaces.
3264
3265 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
3266
3267 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3268 beg and end before calling c-get-state-before-change-functions.
3269
3270 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
3271
3272 * vc-bzr.el (vc-bzr-dir-extra-headers):
3273 Disable the pending merges header.
3274
3275 2010-02-05 Juri Linkov <juri@jurta.org>
3276
3277 * doc-view.el (doc-view-mode):
3278 * image-mode.el (image-mode): Put property mode-class=special.
3279 (Bug#4896)
3280
3281 2010-02-05 Mark A. Hershberger <mah@everybody.org>
3282
3283 * vc-svn.el (vc-svn-revision-table): New function.
3284
3285 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
3286
3287 * net/ange-ftp.el (ange-ftp-insert-directory):
3288 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3289 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3290 Handle also directories. (Bug#5478)
3291
3292 2010-02-05 Glenn Morris <rgm@gnu.org>
3293
3294 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3295
3296 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
3297
3298 * startup.el (command-line-1): Convert options beginning with a
3299 single dash as well (Bug#5519).
3300
3301 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
3302
3303 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3304 * minibuffer.el (completion-initials-expand): Only check the presence
3305 of delims *within* the boundaries, since otherwise the / delim is
3306 always found for files.
3307
3308 Fix up various corner case problems.
3309 * doc-view.el (doc-view-last-page-number): New function.
3310 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3311 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3312 (doc-view-kill-proc): Avoid inf-loop in freak cases.
3313 (doc-view-reconvert-doc): Use the new recursive delete-directory.
3314 (doc-view-convert-current-doc): Don't create the resolution.el file
3315 here any more.
3316 (doc-view-pdf/ps->png): Do it here instead.
3317 (doc-view-already-converted-p): Check that resolution.el is present.
3318 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3319 windows that are not yet showing images.
3320
3321 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
3322
3323 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3324 `dired-uncache' for every elemnt which is an absolute file name.
3325
3326 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3327 directory, handle its directory component.
3328 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3329 function is called permanently and creates noise, otherwise.
3330
3331 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3332 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3333 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
3334
3335 2010-02-04 David Burger <dburger@google.com> (tiny change)
3336
3337 * macros.el (apply-macro-to-region-lines):
3338 Minor simplification. (Bug#5485)
3339
3340 2010-02-04 Glenn Morris <rgm@gnu.org>
3341
3342 * mail/rmail.el (rmail-show-message-1): Handle malformed
3343 quoted-printable text. (Bug#5441)
3344
3345 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3346
3347 * simple.el (visual-line-mode): Capitalize lighter.
3348
3349 2010-02-03 John Wiegley <jwiegley@gmail.com>
3350
3351 * iswitchb.el (iswitchb-completions): Add bookmark files to the
3352 list of files considered for "virtual buffer" completions.
3353
3354 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
3355
3356 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3357 also in case of (and (not full) (not wildcard)). This is needed,
3358 when dired is called with a list of files, which are not in
3359 `default-directory'. (Bug#5478)
3360
3361 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3362
3363 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3364
3365 2010-02-02 Juri Linkov <juri@jurta.org>
3366
3367 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3368 from unidiff to allow function-line after @@.
3369
3370 2010-02-02 Juri Linkov <juri@jurta.org>
3371
3372 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3373 '(RCS SCCS) with inverted condition.
3374
3375 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
3376
3377 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3378 messages.
3379
3380 2010-02-01 Juri Linkov <juri@jurta.org>
3381
3382 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3383 compare with "pkunzip" and "pkzip" instead of only "pkzip".
3384 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3385 only when (car archive-zip-extract) is "unzip". (Bug#5475)
3386
3387 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3388
3389 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3390 (doc-view-revert-buffer): New command.
3391 (doc-view-mode-map): Use it.
3392
3393 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
3394
3395 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3396 pending merge is detected.
3397
3398 2010-01-31 Juri Linkov <juri@jurta.org>
3399
3400 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3401 beginning of interactive spec like all other grep commands do.
3402 Put "all" in front of "gz". (Bug#5260)
3403
3404 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3405
3406 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3407
3408 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
3409
3410 * dirtrack.el (dirtrack): Warn instead of signalling error if the
3411 regexp is incorrect (Bug#5476).
3412
3413 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
3414
3415 * net/tramp.el (tramp-handle-insert-directory): Handle also
3416 symlinks, when FILENAME is not in `default-directory'.
3417
3418 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3419
3420 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3421 FILE is not in `default-directory'. (Bug#5478)
3422
3423 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3424 of SWITCHES. Handle the case, FILENAME is not in
3425 `default-directory'. (Bug#5478)
3426 (tramp-register-file-name-handlers): Add safe-magic property.
3427
3428 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
3429
3430 * arc-mode.el (archive-zip-extract): Quote the argument passed to
3431 unzip (Bug#5475).
3432
3433 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
3434
3435 * progmodes/flymake.el (flymake-allowed-file-name-masks)
3436 (flymake-master-make-header-init): Add other C++ filename masks.
3437 (flymake-find-possible-master-files)
3438 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3439
3440 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3441
3442 Fix some busybox annoyances.
3443
3444 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3445 not responding." string.
3446 (tramp-open-connection-setup-interactive-shell): Dump stty
3447 settings. Enable "neveropen" arg for all `tramp-send-command'
3448 calls. Handle "=" in variable values properly.
3449 (tramp-find-inline-encoding): Raise an error, when no encoding is
3450 found.
3451 (tramp-wait-for-output): Check, whether PROC buffer is available.
3452 Remove spurious " ^H" sequences, sent by busybox.
3453 (tramp-get-ls-command): Suppress coloring, if possible.
3454
3455 2010-01-28 Glenn Morris <rgm@gnu.org>
3456
3457 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
3458
3459 * log-edit.el (log-edit-strip-single-file-name): Add missing
3460 :safe, :group, and :version tags.
3461
3462 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
3463
3464 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3465 buffers. (Bug#5477)
3466
3467 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
3468
3469 * files.el (delete-directory): Handle moving to trash without
3470 first doing recursion (Bug#5436).
3471
3472 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
3473
3474 * vc-hooks.el (vc-path): Mark as obsolete.
3475
3476 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
3477
3478 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3479 names too.
3480
3481 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3482 for the short log.
3483 (vc-bzr-log-view-mode): Adjust regexp for the above change.
3484
3485 2010-01-25 Mark A. Hershberger <mah@everybody.org>
3486
3487 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3488
3489 * vc-bzr.el (vc-bzr-revision-table): New function.
3490
3491 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
3492
3493 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3494 diff-index command. This requires at least git-1.5.5. (Bug#1589).
3495
3496 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3497
3498 Remove support for adding --signoff on commit.
3499 Future support will use an incompatible generic mechanism.
3500 * vc-git.el (vc-git-add-signoff): Remove variable.
3501 (vc-git-toggle-signoff): Remove function.
3502 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3503
3504 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3505 Rename from xterm-set-background-mode. Return t if the background mode
3506 was set.
3507 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3508 earlier, call it again in case the background mode has changed.
3509
3510 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
3511
3512 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3513 (Bug#3541).
3514
3515 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
3516
3517 * emacs-lisp/assoc.el (aelement): Doc fix.
3518 (aput, adelete, amake): Use lexical-let (Bug#5450).
3519
3520 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
3521
3522 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3523 is the same as subprogram call, not declaration. (Bug#5435).
3524
3525 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
3526
3527 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3528 (tramp-smb-maybe-open-connection): Use it.
3529
3530 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
3531
3532 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
3533
3534 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3535
3536 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3537 just because we see "encoding: 8bit".
3538 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3539
3540 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
3541
3542 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3543
3544 2010-01-22 Eli Zaretskii <eliz@gnu.org>
3545
3546 * jka-compr.el (jka-compr-load): If load-file is not in
3547 load-history, try its file-truename version. (bug#5447)
3548
3549 2010-01-21 Alan Mackenzie <acm@muc.de>
3550
3551 Fix a situation where deletion of a cpp construct throws an error.
3552 * progmodes/cc-engine.el (c-invalidate-state-cache):
3553 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3554 special cpp construct is still in the buffer.
3555 (c-parse-state): Record the special cpp with markers, not numbers.
3556
3557 2010-01-21 Kenichi Handa <handa@m17n.org>
3558
3559 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3560 process last-command-event, as it is now decoded first (Bug#5380).
3561
3562 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
3563
3564 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3565
3566 2010-01-20 Glenn Morris <rgm@gnu.org>
3567
3568 * indent.el (tab-always-indent): Fix custom-type.
3569
3570 2010-01-19 Alan Mackenzie <acm@muc.de>
3571
3572 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3573 buffer throws "args out of range".
3574 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3575 playing the role of delimiter.
3576
3577 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3578
3579 * progmodes/ada-mode.el: Fix bug#5400.
3580 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3581 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3582 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3583 Improve comments in "is" portion. Handle null procedure declaration.
3584 (ada-move-to-end): Improve doc string.
3585
3586 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3587
3588 * ido.el (ido-cur-list): Initialize to nil.
3589 Remove obsolete information from commentary.
3590 (ido-choice-list): Initialize to nil.
3591 (ido-get-bufname): Reject minibuffers.
3592 (ido-make-buffer-list): If "default" is a nonexistent
3593 buffer, ignore it, as per the function's comment.
3594 (ido-kill-buffer-internal): New function.
3595 (ido-kill-buffer-at-head): Use it.
3596 (ido-visit-buffer): Likewise.
3597
3598 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
3599
3600 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3601
3602 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
3603
3604 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3605 Fix typos in chart titles.
3606
3607 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3608 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3609 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3610 (describe-class, eieio-describe-generic, describe-generic):
3611 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3612 (eieio-speedbar-expand):
3613 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3614 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3615 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3616 (viper-del-backward-char-in-replace, viper-backward-indent)
3617 (viper-brac-function, viper-register-to-point, viper-submit-report):
3618 * net/tramp.el (tramp-remote-coding-commands):
3619 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3620 Fix typos in docstrings.
3621
3622 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3623
3624 * mail/sendmail.el (mail-yank-original): Set the mark if the
3625 specified function for yanking does not do it.
3626
3627 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3628
3629 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3630
3631 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3632 resyncing a directory.
3633
3634 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3635
3636 * progmodes/ada-mode.el: Fix bug#1920.
3637 (ada-ident-re): Delete ., allow multibyte characters.
3638 (ada-goto-label-re): New; matches goto labels.
3639 (ada-block-label-re): New; matches block labels.
3640 (ada-label-re): New; matches both.
3641 (ada-named-block-re): Delete; callers changed to use
3642 `ada-block-label-re' instead.
3643 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3644 Use `ada-block-label-re'.
3645 (ada-indent-on-previous-lines): Improve handling of goto labels.
3646 (ada-get-indent-block-start): Special-case block label.
3647 (ada-get-indent-label): Split into `ada-indent-block-label' and
3648 `ada-indent-goto-label'.
3649 (ada-goto-stmt-start, ada-goto-next-non-ws):
3650 Optionally ignore goto labels.
3651 (ada-goto-next-word): Simplify.
3652 (ada-indent-newline-indent-conditional): Insert newline before
3653 trying to fix indentation; doc fix.
3654
3655 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3656
3657 * calc/calc.el (calc-command-flags): Give it an initial value.
3658
3659 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3660
3661 * files.el (minibuffer-with-setup-hook):
3662 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3663 (artist-key-draw-continously, artist-key-do-continously-continously)
3664 (artist-key-set-point-continously, artist-mouse-draw-continously):
3665 Fix typos in docstrings.
3666
3667 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3668
3669 * nxml/nxml-mode.el (nxml-extend-after-change-region):
3670 Never return t (Bug#3898).
3671
3672 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
3673
3674 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3675 can parse the output of the external commands (Bug#5279).
3676
3677 2010-01-16 Jari Aalto <jari.aalto@cante.net>
3678
3679 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3680
3681 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
3682
3683 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3684
3685 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3686
3687 * startup.el (command-line): Remove unused --icon-type arg.
3688 Handle --display arg, passing it to command-line-1 (Bug#5392).
3689
3690 2010-01-16 Mario Lang <mlang@delysid.org>
3691
3692 * emacs-lisp/chart.el (chart-translate-namezone):
3693 * textmodes/artist.el (artist-compute-popup-menu-table):
3694 Remove duplicated words in doc-strings.
3695
3696 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
3697
3698 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3699 to mairix-search to suppress threading (Bug#5342).
3700
3701 2010-01-15 Kenichi Handa <handa@m17n.org>
3702
3703 * international/mule-cmds.el (canonicalize-coding-system-name):
3704 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3705
3706 2010-01-15 Glenn Morris <rgm@gnu.org>
3707
3708 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
3709
3710 * wid-edit.el (widget-keymap): Doc fix.
3711
3712 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3713 former seems to be more widely accepted by various svn versions.
3714
3715 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3716
3717 * find-cmd.el (find-constituents):
3718 * vc-arch.el (vc-arch-root):
3719 * window.el (window-body-height, pop-up-frames):
3720 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3721 * progmodes/ada-stmt.el (ada-if):
3722 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3723 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3724 (ispell-encoding8-command, ispell-aspell-supports-utf8)
3725 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3726
3727 * progmodes/flymake.el (flymake-post-syntax-check):
3728 Fix typo in error message.
3729
3730 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3731
3732 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3733 which is always a string. (Bug#5313)
3734
3735 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3736
3737 * progmodes/ada-xref.el (ada-default-prj-properties):
3738 Simplify previous change.
3739
3740 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3741
3742 * progmodes/ada-xref.el (ada-default-prj-properties):
3743 Default ada_project_path to $ADA_PROJECT_PATH.
3744
3745 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3746
3747 * progmodes/ada-mode.el (ada-create-keymap):
3748 Override `narrow-to-defun' with `ada-narrow-to-defun'.
3749
3750 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3751
3752 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3753 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3754 (ada-get-current-indent, ada-imenu-generic-expression)
3755 (ada-which-function): Check for it.
3756
3757 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3758
3759 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3760 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3761
3762 2010-01-14 Glenn Morris <rgm@gnu.org>
3763
3764 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
3765
3766 2010-01-14 Kenichi Handa <handa@m17n.org>
3767
3768 * composite.el (auto-composition-mode): Make it a buffer local
3769 variable (permanent-local).
3770 (auto-composition-function): Set the default value to
3771 auto-compose-chars.
3772 (auto-composition-mode): Make it a simple function, not a minor mode.
3773 (global-auto-composition-mode): Likewise.
3774 (turn-on-auto-composition-if-enabled): Delete it.
3775
3776 2010-01-13 Karl Fogel <kfogel@red-bean.com>
3777
3778 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3779
3780 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
3781
3782 * files.el (copy-directory): Compute target for recursive
3783 directories with identical names. (Bug#5343)
3784
3785 2010-01-12 Glenn Morris <rgm@gnu.org>
3786
3787 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3788 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
3789
3790 2010-01-11 Sam Steingold <sds@gnu.org>
3791
3792 * imenu.el (imenu-default-create-index-function): Detect infinite
3793 loops caused by imenu-prev-index-position-function.
3794
3795 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3796
3797 * htmlfontify.el (htmlfontify-load-rgb-file)
3798 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3799 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3800 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3801 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3802 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3803 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3804 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3805 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3806 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3807 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3808 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3809 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3810 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3811 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3812 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3813 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3814 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3815 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3816 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3817 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3818 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3819 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3820 backslash-quoting from parentheses, etc.
3821
3822 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
3823
3824 * progmodes/js.el: Autoload javascript-mode alias.
3825
3826 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3827
3828 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3829 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3830 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3831 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3832 Fix typos in docstrings.
3833 (ffap-url-regexp): Doc fix.
3834 (ffap-at-mouse): Fix typo in message.
3835
3836 2010-01-11 Glenn Morris <rgm@gnu.org>
3837
3838 * version.el (emacs-copyright): Set copyright year to 2010.
3839
3840 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3841
3842 * format.el (format-annotate-function): Only set
3843 write-region-post-annotation-function after running to-fn so as not to
3844 affect nested write-region calls (bug#5273).
3845
3846 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
3847
3848 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3849 wisent/python.el.
3850
3851 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3852
3853 * man.el (Man-goto-section): Signal error if the section is not
3854 found (Bug#5317).
3855
3856 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
3857
3858 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3859 URLs with a leading triple slash in the file: scheme. (Bug#5345)
3860
3861 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3862
3863 * progmodes/compile.el: Don't treat compile-command as safe if
3864 compilation-read-command might be nil (Bug#4218).
3865
3866 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3867
3868 * startup.el (command-line-1): Use orig-argi to check for ignored X and
3869 NS options.
3870
3871 2010-01-08 Kenichi Handa <handa@m17n.org>
3872
3873 * international/fontset.el (build-default-fontset-data):
3874 Exclude characters in scripts kana, hangul, han, or cjk-misc.
3875
3876 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
3877
3878 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3879 to `create-file-buffer' as it expects, not just a buffer name.
3880 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3881 to help uniquify. (Bug#3224)
3882
3883 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3884
3885 * font-setting.el (font-setting-change-default-font): Use user-spec
3886 instead of name.
3887
3888 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3889
3890 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3891
3892 2010-01-05 Tom Tromey <tromey@redhat.com>
3893
3894 * progmodes/python.el (python-font-lock-keywords):
3895 Handle qualified decorators (Bug#881).
3896
3897 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3898
3899 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3900 in a lightweight checkout.
3901
3902 2010-01-05 Kenichi Handa <handa@m17n.org>
3903
3904 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3905
3906 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3907
3908 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3909
3910 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
3911
3912 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3913 checkouts. (Bug#618)
3914 (vc-bzr-log-view-mode): Also highlight the author.
3915 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3916 (vc-bzr-shelve-menu-map):
3917 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3918 (vc-bzr-shelve-apply): Make prompt more explicit.
3919
3920 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3921
3922 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3923 They are valid characters in URL paths (rfc3986), and at least
3924 Firefox does not understand the encoded version (Bug#3166).
3925
3926 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
3927
3928 * progmodes/octave-mod.el (octave-end-keywords)
3929 (octave-block-begin-or-end-regexp, octave-block-match-alist):
3930 Add "end" keyword (Bug#3061).
3931 (octave-end-as-array-index-p): New function.
3932 (calculate-octave-indent): Use it.
3933
3934 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3935
3936 * bookmark.el: Consistently put the text property on the bookmark name.
3937 (bookmark-bmenu-marks-width): Bump back to 2, to include
3938 annotation marks.
3939 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3940 property on the bookmark name, instead of not putting it at all.
3941 (bookmark-bmenu-list): Fix where we put the text property.
3942
3943 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3944
3945 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3946 for showing buffer modified state (as added in the previous change).
3947
3948 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3949
3950 * bookmark.el: Show modified state of bookmark buffer more accurately.
3951 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3952 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3953 (with-buffer-modified-unmodified): New macro.
3954 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3955 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3956 Use new macro to preserve the buffer modified state.
3957
3958 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3959
3960 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3961 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3962 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3963 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3964 (bookmark-bmenu-rename, bookmark-bmenu-locate)
3965 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3966 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3967
3968 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3969
3970 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3971 Make the lines in the generated doc string shorter. (Bug#4668)
3972
3973 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
3974
3975 * net/rcirc.el: Add follow-link binding (Bug#4738).
3976
3977 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3978
3979 * Makefile.in (bzr-update): Rename from cvs-update.
3980 (cvs-update): New target for backward compatibility.
3981
3982 * makefile.w32-in (bzr-update): Rename from cvs-update.
3983 (cvs-update): New target for backward compatibility.
3984
3985 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3986
3987 * bookmark.el: Remove gratuitous gratitude.
3988
3989 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3990
3991 * bookmark.el (bookmark-bmenu-any-marks): New function
3992 (bookmark-bmenu-save): Clear buffer modification if no marks.
3993
3994 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3995
3996 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3997 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3998 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3999 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
4000
4001 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
4002 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
4003 To: emacs-devel {_AT_} gnu.org
4004 Subject: bookmark.el bug report
4005 Date: Mon, 28 Dec 2009 14:19:16 +0800
4006 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
4007
4008 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4009
4010 * bookmark.el: Improvements suggested by Drew Adams:
4011 (bookmark-bmenu-ensure-position): New name for
4012 `bookmark-bmenu-check-position'. Just ensure the position,
4013 don't return any meaningful value.
4014 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
4015 New constants.
4016
4017 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
4018
4019 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4020 (bookmark-yank-point, bookmark-bmenu-check-position):
4021 Fix typos in docstrings.
4022 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
4023 (bookmark-name-from-full-record, bookmark-get-position)
4024 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
4025 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
4026 Remove useless quoting of parenthesis, etc. in docstrings.
4027
4028 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
4029 (ediff-append-custom-diff): Fix typo in error message.
4030 (ediff-meta-mark-equal-files): Fix typos in messages.
4031
4032 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
4033
4034 * net/imap-hash.el (imap-hash-make): Doc fix.
4035 (imap-hash-test): Fix typo in error message; reflow docstring.
4036 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
4037 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
4038 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
4039 Fix typos in docstrings.
4040 (imap-hash-open-connection): Fix typo in error message.
4041
4042 * play/gomoku.el (gomoku): Fix typos in docstring.
4043
4044 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
4045 (gdb-jsonify-buffer): Fix typos in docstring.
4046 (gdb-goto-breakpoint): Fix typo in error message.
4047 ("Display Other Windows"): Fix typo in help message.
4048 (gdb-speedbar-expand-node): Fix typo in question.
4049
4050 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
4051 (idlwave-html-system-help-location, idlwave-html-help-location)
4052 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
4053 (idlwave-help-browser-generic-args, idlwave-help-directory)
4054 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
4055 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
4056 (idlwave-online-help, idlwave-help-html-link)
4057 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
4058 Fix typos in docstrings.
4059 (idlwave-help-with-source, idlwave-help-find-routine-definition):
4060 Reflow docstrings.
4061 (idlwave-help-assistant-start): Fix typo in error message.
4062
4063 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
4064 (octave-electric-space): Fix typos in docstrings.
4065
4066 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
4067
4068 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4069
4070 2010-01-01 Juri Linkov <juri@jurta.org>
4071
4072 * comint.el (comint-input-ring-size): Make it a defcustom and
4073 increase the default to 500 (Bug#5148).
4074
4075 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
4076
4077 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4078 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4079 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4080
4081 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
4082
4083 Show working revision correctly for mercurial.
4084 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
4085 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
4086
4087 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
4088
4089 Declare some functions for the byte-compiler.
4090 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4091 (speedbar-timer-fn, speedbar-change-expand-button-char)
4092 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4093
4094 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
4095
4096 This changeset reverts GDB Graphical Interface to use annotations.
4097 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4098
4099 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4100
4101 Make vc-dir work on subdirectories of the bzr root.
4102 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
4103 Return file names relative to it.
4104 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4105 relative directory to vc-bzr-after-dir-status.
4106
4107 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
4108
4109 * font-lock.el (font-lock-refresh-defaults): New function, which
4110 can be used to let font-lock react to external changes in
4111 variables like font-lock-defaults and keywords.
4112 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4113
4114 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
4115
4116 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4117
4118 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4119
4120 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
4121
4122 Supersede color.diff settings in git log (bug#5211).
4123
4124 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4125 escape chars in its output when the user has color.diff set to `always'.
4126 This fix works on git 1.4.2 and newer (released on 2006-08-13).
4127
4128 2009-12-26 Kevin Ryde <user42@zip.com.au>
4129
4130 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4131 node. Keep previous "Index" name to work with past coreutils too.
4132
4133 * man.el (man): Revise docstring a bit to show -a and -l as
4134 examples. Add -k description since support for it has otherwise
4135 been a secret. (Further to bug#3717.)
4136 (Man-bgproc-sentinel): When "-k foo" produces no output show error
4137 "no matches" rather than "Can't find manpage", as the latter reads
4138 like -k was interpreted as a page name, which is not so. (Bug#5431)
4139
4140 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
4141
4142 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4143 switches. Check also for //SUBDIRED// line.
4144
4145 2009-12-25 Kenichi Handa <handa@m17n.org>
4146
4147 * language/indian.el (devanagari-composable-pattern): Fix to
4148 handle ZWNJ and ZWJ. Use it in composition-function-table for
4149 Devanagari.
4150 (malayalam-composable-pattern): Fix previous change.
4151
4152 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4153
4154 * ps-print.el (ps-face-attributes): It was not returning the
4155 attribute face for faces specified as string. Reported by harven
4156 <harven@free.fr>. (Bug#5254)
4157 (ps-print-version): New version 7.3.5.
4158
4159 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
4160
4161 * calendar/icalendar.el (icalendar--convert-tz-offset):
4162 Fix timezone names.
4163 (icalendar--convert-tz-offset): Fix the "last-day-problem".
4164 (icalendar--add-diary-entry): Remove the trailing blank that
4165 diary-make-entry inserts.
4166
4167 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
4168
4169 Make `file-expand-wildcards' work for remote files.
4170
4171 * files.el (file-expand-wildcards): In case of remote files, check
4172 only local file name part for wildcards. Provide feature 'files
4173 and subfeature 'remote-wildcards. (Bug#5198)
4174
4175 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4176 if there is already an established connection.
4177 (tramp-advice-file-expand-wildcards): Remove it.
4178
4179 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
4180 (tramp-advice-file-expand-wildcards): Move from tramp.el.
4181 Activate advice for older GNU Emacs versions. (Bug#5237)
4182
4183 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
4184
4185 Some doc fixes (more needed).
4186
4187 * find-cmd.el (find-constituents): Reflow docstring.
4188 (find-cmd, find-prune, find-command): Fix typos in docstrings.
4189 (find-generic): Doc fix.
4190
4191 2009-12-17 Juri Linkov <juri@jurta.org>
4192
4193 Fix regression from 23.1 to allow multiple modes in Local Variables.
4194
4195 * files.el (hack-local-variables-filter): While ignoring duplicates,
4196 don't take `mode' into account.
4197 (hack-local-variables-filter, hack-dir-local-variables):
4198 Don't remove duplicate `mode' from local-variables-alist (like `eval').
4199
4200 2009-12-17 Juri Linkov <juri@jurta.org>
4201
4202 Make `dired-diff' more safe. (Bug#5225)
4203
4204 * dired-aux.el (dired-diff): Signal an error when `file' equals to
4205 `current' or when `file' is a directory of the `current' file.
4206
4207 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
4208
4209 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4210 unconditionally preloaded files.
4211
4212 2009-12-16 Juri Linkov <juri@jurta.org>
4213
4214 Revert to old 23.1 logic of using the file at the mark as default.
4215 * dired-aux.el (dired-diff): Use the file at the mark as default
4216 if it's not the same as the current file, and the target dir is
4217 the current dir or the mark is active. Add the current file
4218 as the arg of `dired-dwim-target-defaults'. Use the default file
4219 in the prompt. (Bug#5225)
4220
4221 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
4222
4223 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4224 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4225 (tramp-check-for-regexp): Check also, when an echoing shell stops
4226 to echo sent commands.
4227
4228 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4229
4230 * Makefile.in: Revert last change (Bug#5191).
4231
4232 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
4233
4234 * vc-hg.el (vc-hg-print-log): Fix argument order.
4235 (vc-hg-working-revision): Make sure the command is executed in a
4236 known environment so that we can parse the output. (Bug#4417)
4237
4238 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4239
4240 * progmodes/python.el (python-symbol-completions): Remove text
4241 properties from symbol string before calling python-send-receive.
4242
4243 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
4244
4245 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
4246 when there are values for both file and line. (Bug#5060)
4247
4248 2009-12-14 Juri Linkov <juri@jurta.org>
4249
4250 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4251 whitespace after the file name of the first line of unified format,
4252 because git-diff doesn't output whitespace and file modification time
4253 after the file name.
4254
4255 2009-12-14 David Kastrup <dak@gnu.org>
4256
4257 * info.el (Info-hide-cookies-node): Before hiding a cookie,
4258 check if it already has the `display' property added by
4259 `Info-display-images-node', and not put the `invisible' property
4260 in this case.
4261
4262 2009-12-13 Glenn Morris <rgm@gnu.org>
4263
4264 * mail/emacsbug.el (message-sort-headers): Define for compiler.
4265 (report-emacs-bug): In message-mode, sort manually before storing
4266 original report text. (Bug#5178)
4267 Remove superfluous save-excursion.
4268
4269 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
4270
4271 * net/dbus.el (dbus-property-handler): Filter lambda forms out
4272 when responding to "GetAll" properties.
4273
4274 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
4275
4276 * simple.el (compose-mail): Remove mail-setup-with-from from
4277 customization checks.
4278
4279 2009-12-12 Eli Zaretskii <eliz@gnu.org>
4280
4281 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4282 RAR archives created on Unix systems.
4283
4284 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4285
4286 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4287 the varalias that was accidentally removed by the 2009-11-19 change
4288 (bug#5186).
4289
4290 2009-12-12 Kenichi Handa <handa@m17n.org>
4291
4292 * language/indian.el (indian-compose-regexp): New function.
4293 (malayalam-composable-pattern): Fix the pattern.
4294 (composition-function-table): Set malayalam-composable-pattern for
4295 Malayalam characters.
4296
4297 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
4298
4299 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4300 rather than down-mouse-1, based on follow-link conventions.
4301
4302 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4303 are compiled.
4304
4305 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
4306
4307 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4308 (verilog-vmm-statement-re, verilog-ovm-statement-re)
4309 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4310 (verilog-leap-to-head, verilog-backward-token):
4311 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
4312
4313 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
4314
4315 * progmodes/verilog-mode.el (verilog-auto-lineup)
4316 (verilog-nameable-item-re): Cleanup user-visible spelling and
4317 documentation errors. One reported by Gary Delp.
4318 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4319 (verilog-read-decls): Fix AUTOWIRE with types declared in a
4320 package, bug195. Reported by Pierre-David Pfister.
4321
4322 2009-12-11 Glenn Morris <rgm@gnu.org>
4323
4324 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4325
4326 * mail/emacsbug.el: No longer require sendmail.
4327 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
4328 (report-emacs-bug-orig-text): Doc fix.
4329 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4330 New local variables, to adapt to different mail-user-agents.
4331 (report-emacs-bug): Fix test for a gnu.org address.
4332 Use overlays for emphasis, since font-lock defeats 'face property.
4333 Pretest bugs also end up at the newsgroup these days.
4334 Stop message-mode stripping text properties.
4335 Set and use the new buffer-local variables.
4336 (report-emacs-bug-hook): Add doc-string.
4337 Remove some unnecessary save-excursions and simplify.
4338 Use the appropriate hook and send-command.
4339
4340 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4341 capitalization of some menu entries.
4342
4343 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4344
4345 * whitespace.el (whitespace-display-char-on):
4346 Ensure `buffer-display-table' is unique when two or more windows are
4347 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4348 New version 12.1.
4349
4350 2009-12-10 Eli Zaretskii <eliz@gnu.org>
4351
4352 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4353 characters in the Attribute field.
4354
4355 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4356
4357 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
4358
4359 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4360
4361 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4362 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4363 Disregard autoload-excludes.
4364 (update-directory-autoloads): Obey autoload-excludes here instead.
4365 But don't store its contents in no-autoloads and remove entries that
4366 refer to excludes files.
4367
4368 2009-12-10 Glenn Morris <rgm@gnu.org>
4369
4370 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4371 (expand-mail-aliases): Define for compiler.
4372
4373 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4374 Define for compiler.
4375
4376 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4377 appropriate for the mail-user-agent in use.
4378
4379 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
4380
4381 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4382
4383 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4384
4385 Fix short log parsing and fontification.
4386 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4387 Fix fontification for the [merge] label.
4388
4389 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
4390
4391 Drop some properties to avoid surprises.
4392 * htmlfontify.el (hfy-ignored-properties): New defcustom.
4393 (hfy-fontify-buffer): Use it.
4394
4395 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
4396
4397 Minor cleanup.
4398 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4399 Adjust all callers.
4400 (ffap-locate-file): Remove unused arg `dir-ok' and make other
4401 args compulsory. Adjust callers.
4402 (ffap-gopher-at-point): Remove unused var `name'.
4403
4404 Get rid of the ELCFILES abomination.
4405 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4406 (compile-elcfiles): New phony target.
4407 (compile-main): Compute ELCFILES dynamically.
4408 (compile-clean): New target to remove left-over elc files.
4409 (compile, all): Use it.
4410
4411 2009-12-09 Kenichi Handa <handa@etlken>
4412
4413 * international/mule-diag.el: Require help-mode instead of help-fns.
4414
4415 2009-12-09 Kenichi Handa <handa@m17n.org>
4416
4417 * international/mule-cmds.el (ucs-names): Supply sufficiently
4418 fine ranges instead of pre-calculating accurate ranges.
4419 Iterate with bigger gc-cons-threshold.
4420
4421 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4422
4423 Add support for stashing a snapshot of the current tree.
4424 * vc-git.el (vc-git-stash-snapshot): New function.
4425 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4426
4427 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
4428
4429 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4430 instead of `(beginning|end)-of-line'.
4431
4432 2009-12-08 Glenn Morris <rgm@gnu.org>
4433
4434 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4435
4436 * Makefile.in (ELCFILES): Regenerate.
4437
4438 2009-12-07 Juri Linkov <juri@jurta.org>
4439
4440 Don't lazy-highlight the comint output in history Isearch mode.
4441
4442 * comint.el (comint-history-isearch-search): Instead of
4443 `comint-line-beginning-position', use `comint-after-pmark-p'
4444 to check if point if before the process mark, and go to
4445 `process-mark' in this case.
4446
4447 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4448
4449 * textmodes/tex-mode.el (latex-complete)
4450 (latex-indent-or-complete): Remove.
4451 (latex-mode): Set completion-at-point-functions instead.
4452
4453 Provide a standard completion command and hook it into TAB.
4454 * minibuffer.el (completion-at-point-functions): New var.
4455 (completion-at-point): New command.
4456 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4457 * progmodes/python.el (python-mode-map): Use completion-at-point.
4458 (python-completion-at-point): Rename from python-partial-symbol and
4459 adjust for use in completion-at-point-functions.
4460 (python-mode): Setup completion-at-point for Python completion.
4461 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4462 extracted from lisp-complete-symbol.
4463 (lisp-complete-symbol): Use it.
4464 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4465 setup completion-at-point for Elisp completion.
4466 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4467 Use completion-at-point.
4468 * ielm.el (ielm-map): Use completion-at-point.
4469 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4470 * progmodes/sym-comp.el: Move to...
4471 * obsolete/sym-comp.el: Move from progmodes.
4472
4473 2009-12-07 Eli Zaretskii <eliz@gnu.org>
4474
4475 Prevent save-buffer in Rmail buffers from using the coding-system
4476 of the current message, and from clobbering the encoding mnemonics
4477 in the mode line (Bug#4623).
4478
4479 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4480 flag, too.
4481 (rmail-message-encoding): New variable.
4482 (rmail-write-region-annotate): Record the encoding of the current
4483 message in rmail-message-encoding.
4484 (rmail-after-save-hook): New function, restores the encoding of
4485 the current message after the message collection is saved.
4486
4487 2009-12-07 Juri Linkov <juri@jurta.org>
4488
4489 * progmodes/grep.el (grep-read-files): Use `completing-read'
4490 instead of `read-string'. Set its `collection' arg to
4491 `read-file-name-internal'. (Bug#4301)
4492
4493 2009-12-07 Juri Linkov <juri@jurta.org>
4494
4495 Correctly restore original Isearch point. (Bug#4994)
4496
4497 * isearch.el (isearch-mode): Move `isearch-push-state' after
4498 `(run-hooks 'isearch-mode-hook)'.
4499 (isearch-cancel): When `isearch-push-state-function' is defined,
4500 let-bind `isearch-cmds' to the first state (the last element of
4501 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4502 function and restores the original point). Otherwise, move point
4503 to `isearch-opoint'.
4504
4505 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4506
4507 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4508 chars that don't have names, so the table can be built much faster at
4509 run-time.
4510
4511 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
4512
4513 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4514 change. Suggested by David Kastrup.
4515
4516 * simple.el (compose-mail): Check for incompatibilities and warn.
4517 (compose-mail-user-agent-warnings): New option.
4518
4519 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4520
4521 Support showing a single log entry from vc-annotate.
4522 * vc.el (print-log): Add a new argument: START-REVISION.
4523 (vc-print-log-internal): Add a new optional argument and
4524 pass it to the backend.
4525 (vc-print-log, vc-print-root-log): Adjust callers.
4526 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4527 buffer already displays the requested log entry, use it.
4528 Otherwise display only the log entry in question.
4529 * vc-svn.el (vc-svn-print-log):
4530 * vc-mtn.el (vc-mtn-print-log):
4531 * vc-hg.el (vc-hg-state):
4532 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4533 (vc-git-show-log-entry): Return t on success.
4534 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4535 (vc-bzr-show-log-entry): Return t on success.
4536 * vc-rcs.el (vc-rcs-print-log):
4537 * vc-sccs.el (vc-sccs-print-log):
4538 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4539
4540 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4541
4542 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4543 Add menus to the meta mode. (Bug#5043)
4544
4545 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
4546
4547 * ediff-init.el (ediff-event-key): Use event-to-character instead of
4548 event-key.
4549
4550 * ediff.el (ediff-buffers-internal): Add unwind-protect.
4551
4552 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
4553
4554 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
4555 Berbain <raphael.berbain@gmail.com>.
4556
4557 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
4558 characters.
4559 (tramp-initial-end-of-output): New defconst.
4560 (tramp-methods, tramp-find-shell)
4561 (tramp-open-connection-setup-interactive-shell)
4562 (tramp-maybe-open-connection): Use it.
4563 (tramp-shell-prompt-pattern, tramp-wait-for-output):
4564 Handle existence of `#' and `$'.
4565
4566 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4567 Use `tramp-initial-end-of-output'.
4568
4569 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4570
4571 Get the background mode from the terminal for xterm, and set
4572 faces accordingly.
4573 * term/xterm.el (xterm-set-background-mode): New function.
4574 (terminal-init-xterm): Use it in case xterm supports background
4575 color queries. Recompute faces after getting the background
4576 color.
4577
4578 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
4579
4580 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4581 number comment back on its own line, for easier parsing.
4582
4583 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4584
4585 Make it work for non-file buffers (bug#5102).
4586 * doc-view.el (doc-view-current-cache-dir):
4587 Use doc-view-buffer-file-name rather than buffer-file-name.
4588 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4589
4590 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
4591
4592 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4593 author field is too short.
4594
4595 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
4596
4597 * vc-git.el (vc-git-print-log): Handle a limit argument.
4598 Display the short log in graph form and with labels.
4599 (vc-git-log-view-mode): Handle labels.
4600
4601 Make vc-revert change VC state from 'added to 'unregistered.
4602 * vc-git.el (vc-git-revert): Call git reset first.
4603
4604 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4605
4606 * net/newst-backend.el, net/newst-plainview.el:
4607 * net/newst-reader.el, net/newst-ticker.el:
4608 * net/newst-treeview.el, net/newsticker.el:
4609 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
4610
4611 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4612
4613 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4614
4615 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4616 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
4617 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4618 Update annotation regexp.
4619
4620 * simple.el (beginning-of-visual-line): Constrain to field
4621 boundaries (Bug#5106).
4622
4623 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4624
4625 * xml.el (xml-substitute-numeric-entities):
4626 Move newsticker--decode-numeric-entities in newst-backend.el to
4627 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4628 * net/newst-backend.el (newsticker--parse-generic-feed)
4629 (newsticker--parse-generic-items)
4630 (newsticker--decode-numeric-entities):
4631 Move newsticker--decode-numeric-entities in newst-backend.el to
4632 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4633
4634 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
4635
4636 * progmodes/js.el (js--js-not): Add null to the list of values.
4637
4638 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4639
4640 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4641
4642 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4643
4644 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4645 delimiter if it is at the end of the current line.
4646 (bibtex-generate-url-list): Fix docstring.
4647
4648 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4649
4650 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4651 minibuffer's content with itself.
4652 Fold the confirm-after-completion case into the `confirm' case.
4653 (completion-pcm-word-delimiters): Add : and / to the delimiters.
4654
4655 2009-12-06 Kevin Ryde <user42@zip.com.au>
4656
4657 * ffap.el (ffap-rfc-path): Make this a defcustom since
4658 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
4659
4660 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4661 manuals, similar to existing setup for help-mode. (Bug#3913.)
4662
4663 2009-12-05 Juri Linkov <juri@jurta.org>
4664
4665 Save and restore dired buffer's point positions too. (Bug#4880)
4666
4667 * dired.el (dired-save-positions): Return in the first element
4668 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4669 Doc fix.
4670 (dired-restore-positions): First restore buffer's position.
4671 While restoring window's positions, check if window still displays
4672 the original buffer.
4673
4674 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
4675
4676 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4677 if possible.
4678
4679 * shell.el (shell): Require ansi-color (Bug#5113).
4680
4681 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4682
4683 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4684
4685 2009-12-05 Alan Mackenzie <acm@muc.de>
4686
4687 * progmodes/cc-mode.el (c-before-hack-hook)
4688 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4689 `c-file-style' to work again. This reversion restores the current
4690 software to its state in Emacs 23.1. (Bug#4146)
4691
4692 2009-12-05 Kevin Ryde <user42@zip.com.au>
4693
4694 * textmodes/sgml-mode.el (sgml-lexical-context):
4695 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
4696
4697 2009-12-05 Juri Linkov <juri@jurta.org>
4698
4699 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4700 for virtual nodes. (Bug#4147)
4701 (Info-find-node-2): Set `Info-current-node-virtual' to nil
4702 when moving from a virtual node.
4703 (Info-mode-menu): Add `Info-virtual-index' to the menu.
4704 (Info-mode): Add `Info-virtual-index' to the docstring.
4705
4706 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4707
4708 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4709 track of the buffer position of the end of a BibTeX entry as this
4710 position may change during reformatting.
4711 (bibtex-format-entry): Remove whitespace before processing
4712 numerical fields so that we recognize the latter properly.
4713 (bibtex-reformat): Do not use push which changes the global value
4714 of bibtex-entry-format.
4715 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4716 (bibtex-field-re-init): Replace only space characters by regexp
4717 for whitespace.
4718 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4719 (bibtex-initialize): Also update bibtex-strings.
4720 (bibtex-kill-field): Preserve white space at end of entry.
4721 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4722 Update bibtex-reference-keys.
4723
4724 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4725
4726 * minibuffer.el (completion-pcm--merge-try): Also consider placing
4727 point after a star, if that's the only place where modifications can
4728 make progress.
4729
4730 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
4731
4732 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4733 in docstrings.
4734
4735 2009-12-04 Juri Linkov <juri@jurta.org>
4736
4737 * proced.el (proced): Call `(proced-update t)' to update process
4738 information instead of only running proced-post-display-hook.
4739 (proced-send-signal): Add a leading space to the buffer name
4740 " *Marked Processes*" to make this buffer ephemeral.
4741
4742 2009-12-04 Juri Linkov <juri@jurta.org>
4743
4744 * dired.el (dired-auto-revert-buffer): New defcustom.
4745 (dired-internal-noselect): Use it.
4746
4747 2009-12-04 Juri Linkov <juri@jurta.org>
4748
4749 Change roles of modes and functions in image-mode.el (Bug#5062).
4750
4751 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4752 in `auto-mode-alist'.
4753 (image-mode-previous-major-mode): New variable.
4754 (image-minor-mode-map): Rename from `image-mode-text-map'.
4755 (image-mode): Move graceful error-handling code from
4756 `image-minor-mode' to here. On errors call `image-mode-as-text'.
4757 (image-minor-mode): Remove all image-handling code.
4758 Replace `image-mode-text-map' with `image-minor-mode-map'.
4759 Check for `image-type' in mode-line format string.
4760 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4761 (image-mode-as-text): New function with most code from
4762 `image-mode-maybe'.
4763 (image-toggle-display-text): Move code that removes image
4764 properties from `image-toggle-display' to here.
4765 (image-toggle-display-image): New function with code that adds
4766 image properties copied from `image-toggle-display'.
4767 (image-toggle-display): Remove most code with leaving only code
4768 that toggles between `image-mode-as-text' and `image-mode'.
4769
4770 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
4771
4772 * net/newst-treeview.el
4773 (newsticker--treeview-list-highlight-start): Restored call to
4774 save-excursion: Selected item was stuck.
4775 (newsticker--treeview-list-select): New.
4776 (newsticker--treeview-item-show-text)
4777 (newsticker--treeview-item-show)
4778 (newsticker--treeview-item-update): Use new
4779 newsticker-treeview-item-mode.
4780 (newsticker-treeview-update): Keep current item.
4781 (newsticker-treeview-next-new-or-immortal-item): Doc change.
4782 (newsticker--treeview-first-feed): Doc change.
4783 (newsticker-treeview-list-menu)
4784 (newsticker-treeview-item-menu): Add menu entries.
4785 (newsticker-treeview-item-mode): New.
4786
4787 * net/newst-backend.el (newsticker-customize): Delete other
4788 windows.
4789
4790 2009-12-04 Sam Steingold <sds@gnu.org>
4791
4792 * log-view.el (log-view-mode-map): "q" calls quit-window,
4793 like in all the other non-self-insert buffers.
4794
4795 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4796
4797 Minor cleanup.
4798 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4799 key decoding rather than do it manually via last-input-event +
4800 ascii-character.
4801 (term-exec): Use delete-and-extract-region.
4802 (term-handle-ansi-terminal-messages): Remove unused var `end'.
4803 (term-process-pager): Remove unused var `i'.
4804 (term-dynamic-simple-complete): Make obsolete.
4805 (serial-update-config-menu): Remove unused vars `y' and `str'.
4806 (term-update-mode-line): Remove unused var `temp'.
4807
4808 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4809
4810 Limit the number of log entries displayed by default.
4811 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4812 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4813 using a prefix argument.
4814
4815 2009-12-03 Glenn Morris <rgm@gnu.org>
4816
4817 * progmodes/idlwave.el (class): Restore still useful declaration.
4818
4819 2009-12-03 Alan Mackenzie <acm@muc.de>
4820
4821 Enhance `c-parse-state' to run efficiently in "brace deserts".
4822
4823 * progmodes/cc-mode.el (c-basic-common-init):
4824 Call c-state-cache-init.
4825 (c-neutralize-syntax-in-and-mark-CPP): Rename from
4826 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
4827 placing `category' properties value 'c-cpp-delimiter at its boundaries.
4828
4829 * progmodes/cc-langs.el (c-before-font-lock-function):
4830 c-extend-and-neutralize-syntax-in-CPP has been renamed
4831 c-neutralize-syntax-in-and-mark-CPP.
4832
4833 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4834 with `category' properties now, not `syntax-table' ones.
4835
4836 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4837 enhanced (but slower) version of c-end-of-macro that won't land
4838 inside a literal or on another awkward character.
4839 (c-state-cache-too-far, c-state-cache-start)
4840 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4841 (c-state-nonlit-pos-cache-limit, c-state-point-min)
4842 (c-state-point-min-lit-type, c-state-point-min-lit-start)
4843 (c-state-min-scan-pos, c-state-brace-pair-desert)
4844 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4845 buffer local variables.
4846 (c-state-literal-at, c-state-lit-beg)
4847 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4848 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4849 (c-state-cache-top-paren, c-state-cache-after-top-paren)
4850 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4851 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4852 (c-renarrow-state-cache)
4853 (c-append-lower-brace-pair-to-state-cache)
4854 (c-state-push-any-brace-pair, c-append-to-state-cache)
4855 (c-remove-stale-state-cache)
4856 (c-remove-stale-state-cache-backwards, c-state-cache-init)
4857 (c-invalidate-state-cache-1, c-parse-state-1)
4858 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4859 (c-parse-state): Enhance and refactor.
4860 (c-debug-parse-state): Amend to deal with all the new variables.
4861
4862 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4863 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4864 modify to use category text properties rather than syntax-table ones.
4865 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4866 to switch off/on the syntactic paren property of C++ template
4867 delimiters using the category property.
4868 (c-with-<->-as-parens-suppressed): Macro to invoke code with
4869 template delims suppressed.
4870 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4871 New constant/macros which apply category properties to the start
4872 and end of preprocessor constructs.
4873 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4874 "comment out" the syntactic value of characters in preprocessor
4875 constructs.
4876 (c-with-cpps-commented-out)
4877 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4878 with characters in all or all but one preprocessor constructs
4879 "commented out".
4880
4881 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4882
4883 * proced.el (proced-filter-alist): Use regexp-quote.
4884
4885 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
4886
4887 Cleanup.
4888 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4889 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
4890 arguments. Expand `default-directory'.
4891
4892 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4893 the benefit of returning an expanded localname.
4894 (tramp-tramp-file-p): Handle the case NAME is not a string.
4895
4896 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4897
4898 Add support for bzr shelve/unshelve.
4899 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4900 (vc-bzr-extra-menu-map): New variables.
4901 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4902 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4903 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4904 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4905 (vc-bzr-dir-extra-headers): Display shelves.
4906
4907 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4908
4909 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4910
4911 * textmodes/bibtex.el (bibtex-complete-internal):
4912 Use completion-in-region.
4913 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4914
4915 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4916
4917 Support applying stashes. Improve UI.
4918 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4919 (vc-git-stash-apply, vc-git-stash-pop)
4920 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4921 (vc-git-stash-menu): New functions.
4922 (vc-git-stash-menu-map): New variable.
4923 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4924
4925 2009-12-03 Glenn Morris <rgm@gnu.org>
4926
4927 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4928 (vc-print-log-internal): Fix previous change.
4929 (vc-revert): Correct pluralization.
4930
4931 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4932
4933 * progmodes/make-mode.el (makefile-special-targets-list): No need for
4934 it to be an alist any more.
4935 (makefile-complete): Use completion-in-region.
4936
4937 * progmodes/octave-mod.el (octave-complete-symbol):
4938 Use completion-in-region.
4939
4940 Misc cleanup.
4941 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4942 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4943 (idlwave-complete-class): Don't quote lambda.
4944 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4945 (idlwave-mode-map): Move initialization into declaration.
4946 (idlwave-action-and-binding): Use backquotes.
4947 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4948 Simplify.
4949 (idlwave-is-pointer-dereference): Remove unused var `pos'.
4950 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4951 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4952 `parts', and `all-parts'.
4953 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4954 (idlwave-convert-xml-system-routine-info): Remove unused string
4955 `version-string'.
4956 (idlwave-display-user-catalog-widget): Use dolist.
4957 (idlwave-scanning-lib): Declare dynamically-scoped var.
4958 (idlwave-scan-library-catalogs): Remove unused var `flags'.
4959 (completion-highlight-first-word-only): Declare to silence bytecomp.
4960 (idlwave-popup-select): Tighten scope of `resp'.
4961 (idlwave-find-struct-tag): Remove unused var `beg'.
4962 (idlwave-after-load-rinfo-hook): Declare.
4963 (idlwave-sintern-class-info): Remove unused var `taglist'.
4964 (idlwave-find-class-definition): Remove unused var `list'.
4965 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4966 (idlwave-what-module-find-class): Remove unused var `classes'.
4967
4968 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
4969
4970 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4971
4972 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4973
4974 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4975 buffers visited. Remove redundant current-buffer-saving.
4976
4977 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4978
4979 Use completion-in-buffer and remove uses of dynamic scoping.
4980 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4981 (pascal-buffer-to-use, pascal-flag): Don't declare.
4982 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4983 (pascal-get-completion-decl, pascal-keyword-completion):
4984 Add `pascal-str' argument, save-excursion,
4985 return the found completions, and don't filter with pascal-pred.
4986 (pascal-completion-cache): New var.
4987 (pascal-completion): Don't switch buffer any more (it was never
4988 necessary). Don't save-excursion any more (it's done by the called
4989 subroutines). Use a cache to avoid redundant computations.
4990 Use complete-with-action rather than pascal-completion-response and
4991 let it apply the predicate as well.
4992 (pascal-complete-word): Use completion-in-buffer when
4993 pascal-toggle-completions is nil.
4994 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4995 not used any more.
4996 (pascal-comp-defun): Don't change buffer any more.
4997 Use complete-with-action rather than pascal-completion-response and
4998 let it apply the predicate as well.
4999 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
5000 when neded.
5001
5002 2009-12-02 Kenichi Handa <handa@m17n.org>
5003
5004 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
5005 shape for all Indic scripts.
5006
5007 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 Use completion-in-buffer.
5010 * wid-edit.el (widget-field-text-end): New function.
5011 (widget-field-value-get): Use it.
5012 (widget-string-complete, widget-file-complete)
5013 (widget-color-complete): Use it and completion-in-region.
5014 (widget-complete): Don't narrow the buffer.
5015
5016 2009-12-02 Glenn Morris <rgm@gnu.org>
5017
5018 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
5019 (rmail-select-summary): Use rmail-pop-to-buffer.
5020 * mail/rmailsum.el: Replace all pop-to-buffer calls with
5021 rmail-pop-to-buffer, to prevent horizontal splits.
5022
5023 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
5024 save-excursion with save-current-buffer.
5025 Widen before searching. (Bug#5093)
5026 (diary-list-sexp-entries): Remove superfluous save-excursion.
5027
5028 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
5029
5030 * woman.el (woman-make-bufname): Handle man-pages with "." in the
5031 name. (Bug#5038)
5032
5033 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
5034
5035 * ido.el (ido-file-internal): Handle filenames at point that do
5036 not have a directory part. (Bug#5049)
5037
5038 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
5039
5040 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
5041 (mpc-songs-jump-to, mpc-resume): Doc fixes.
5042
5043 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
5044
5045 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
5046 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
5047 any more.
5048
5049 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5050
5051 * comint.el (comint-insert-input): Ignore clicks to the right of
5052 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
5053
5054 * vc.el (vc-print-log-internal): Don't wait for the process to
5055 terminate before setting up the major mode.
5056
5057 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
5058 in case.
5059
5060 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
5061 the last element.
5062
5063 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
5064
5065 2009-12-01 Glenn Morris <rgm@gnu.org>
5066
5067 * window.el (window--display-buffer-2): Fix previous changes.
5068
5069 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
5070
5071 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5072
5073 2009-12-01 Glenn Morris <rgm@gnu.org>
5074
5075 * Makefile.in (ELCFILES): Add mpc.elc.
5076
5077 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5078
5079 * mpc.el: New file.
5080
5081 2009-12-01 Glenn Morris <rgm@gnu.org>
5082
5083 * window.el (window-to-use): Define for compiler.
5084
5085 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5086 consistent with others (no final period).
5087
5088 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5089 (rmail-mime-show): Downcase the encoding. (Bug#5070)
5090
5091 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
5092
5093 Make vc-print-log buttons work.
5094 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
5095
5096 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
5097
5098 * savehist.el (savehist-autosave-interval): Allow setting to nil
5099 through customize. (Bug#5056)
5100
5101 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
5102
5103 Fix references to jit-lock properties.
5104 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5105 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5106 (perl-font-lock-special-syntactic-constructs):
5107 Quote jit-lock-defer-multiline property.
5108
5109 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
5110
5111 * vc-git.el (vc-git-registered): Call vc-git-root only once.
5112
5113 2009-11-30 Juri Linkov <juri@jurta.org>
5114
5115 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5116 value `buffer' of `multi-isearch-next-buffer-current-function'.
5117 Use `(current-buffer)' when `buffer' is nil.
5118 (multi-isearch-next-buffer-from-list): Don't fallback to
5119 `(current-buffer)' when `buffer' is nil. (Bug#4947)
5120
5121 2009-11-30 Juri Linkov <juri@jurta.org>
5122
5123 * misearch.el (multi-isearch-read-buffers): Move canonicalization
5124 of buffers with `get-buffer' to `multi-isearch-buffers'.
5125 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5126 Canonicalize BUFFERS with `get-buffer'. Doc fix.
5127 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5128 FILES with `expand-file-name' converting relative file names
5129 to absolute. Doc fix. (Bug#4727)
5130
5131 2009-11-30 Juri Linkov <juri@jurta.org>
5132
5133 * misearch.el (multi-isearch-read-buffers)
5134 (multi-isearch-read-matching-buffers): New functions.
5135 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5136 Use them in the `interactive' spec. Doc fix.
5137 (multi-isearch-read-files, multi-isearch-read-matching-files):
5138 New functions.
5139 (multi-isearch-files, multi-isearch-files-regexp):
5140 Use them in the `interactive' spec. Doc fix. (Bug#4725)
5141
5142 2009-11-30 Juri Linkov <juri@jurta.org>
5143
5144 * doc-view.el (doc-view-continuous):
5145 Rename from `doc-view-continuous-mode'.
5146 (doc-view-menu): Move "Toggle display" to the top.
5147 Add submenu "Continuous" with radio buttons "Off"/"On"
5148 and "Save as Default".
5149 (doc-view-scroll-up-or-next-page)
5150 (doc-view-scroll-down-or-previous-page)
5151 (doc-view-next-line-or-next-page)
5152 (doc-view-previous-line-or-previous-page):
5153 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
5154
5155 2009-11-30 Juri Linkov <juri@jurta.org>
5156
5157 * comint.el (comint-mode-map): Rebind `M-r' from
5158 `comint-previous-matching-input' to
5159 `comint-history-isearch-backward-regexp'.
5160 Unbind `M-s' to allow global key binding `M-s'.
5161 Add menu items for `comint-history-isearch-backward' and
5162 `comint-history-isearch-backward-regexp'. (Bug#3746)
5163
5164 2009-11-30 Juri Linkov <juri@jurta.org>
5165
5166 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5167 For def=recenter, replace `recenter' with `recenter-top-bottom'
5168 that is called with `this-command' and `last-command' let-bound
5169 to `recenter-top-bottom'. When the last `def' was not `recenter',
5170 set `recenter-last-op' to nil. (Bug#4981)
5171
5172 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5173
5174 Minor cleanup and simplification.
5175 * filecache.el (file-cache-add-directory)
5176 (file-cache-add-directory-recursively)
5177 (file-cache-add-from-file-cache-buffer)
5178 (file-cache-delete-file-regexp, file-cache-delete-directory)
5179 (file-cache-files-matching-internal, file-cache-display): Use dolist.
5180 (file-cache-temp-minibuffer-message): Delete function.
5181 (file-cache-minibuffer-complete): Use minibuffer-message instead.
5182
5183 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5184 Don't signal an error when bumping into EOB in tr, s, or y.
5185
5186 2009-11-29 Juri Linkov <juri@jurta.org>
5187
5188 * startup.el (fancy-about-text): Fix wording of Guided Tour.
5189 (Bug#4960)
5190
5191 * descr-text.el (describe-char-unidata-list): Use lowercase name
5192 for "Unicode name" like in other tags.
5193
5194 2009-11-29 Juri Linkov <juri@jurta.org>
5195
5196 * ediff-util.el (ediff-minibuffer-with-setup-hook):
5197 New compatibility macro.
5198 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
5199
5200 2009-11-29 Juri Linkov <juri@jurta.org>
5201
5202 Add defcustom to define the cycling order of `recenter-top-bottom'.
5203 (Bug#4981)
5204
5205 * window.el (recenter-last-op): Doc fix.
5206 (recenter-positions): New defcustom.
5207 (recenter-top-bottom): Rewrite to use `recenter-positions'.
5208 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5209
5210 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
5211
5212 Improve integration of Tramp and ange-ftp in eshell.
5213
5214 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5215 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
5216 (eshell/sudo): Flatten args. Let-bind `default-directory'.
5217
5218 * eshell/esh-util.el (top): Require also Tramp when compiling.
5219 (eshell-directory-files-and-attributes): Check for FTP remote
5220 connection.
5221 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5222 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5223 (eshell-file-attributes): Handle ".". Return `entry'.
5224
5225 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5226 (ange-ftp-directory-files-and-attributes)
5227 (ange-ftp-real-directory-files-and-attributes): New defuns.
5228
5229 * net/tramp.el (tramp-maybe-open-connection): Open the remote
5230 shell with "exec" when possible. This prevents trailing prompts
5231 in `start-file-process'.
5232
5233 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5234
5235 Try and remove assumptions about point-min==1.
5236 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5237 (rng-compute-mode-line-string): Show the validation percentage in
5238 terms of the narrowed text, not the widened text.
5239 (rng-do-some-validation): Don't catch internal errors when debugging.
5240 (rng-first-error): Simplify.
5241 (rng-after-change-function): Remove work around. AFAIK the bug has
5242 been fixed a while ago.
5243
5244 * image-mode.el (image-minor-mode): Exit more gracefully when the image
5245 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5246
5247 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5248
5249 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5250 `cd' doesn't always do it for us (bug#5067).
5251
5252 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5253 on 2009-10-25 as part of some other change (bug#5067).
5254
5255 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5256
5257 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5258 `suspicious'.
5259 (byte-compile-warnings): Use byte-compile-warning-types.
5260 (byte-compile-save-excursion): Warn about use of set-buffer right
5261 after save-excursion.
5262
5263 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5264 the excursion as well.
5265
5266 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
5267
5268 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5269 providing a Tramp related implementation of "su" and "sudo".
5270 (eshell-unix-initialize): Add "su" and "sudo".
5271
5272 2009-11-27 Daiki Ueno <ueno@unixuser.org>
5273
5274 * net/socks.el (socks-send-command): Convert binary request to
5275 unibyte before sending. This fixes mishandling of some port
5276 numbers such as 129.
5277
5278 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5279
5280 * help.el (describe-bindings-internal): Remove `interactive'.
5281
5282 * man.el (Man-completion-table): Trim a terminating "(".
5283 Remove the space between name page a section.
5284 Add the command's description on the `help-echo' property.
5285 Remove `process-connection-type' binding since it's unused by
5286 call-process.
5287 Provide completion for the "<section> <name>" format as well.
5288 (Man-default-man-entry): Remove spurious var shadowing the argument.
5289
5290 2009-11-26 Kevin Ryde <user42@zip.com.au>
5291
5292 * log-view.el: Add "Keywords: tools", since its other keywords
5293 aren't in finder-known-keywords, and following vc.el.
5294
5295 * sha1.el (sha1-string-external): default-directory "/" in case
5296 otherwise non-existent. process-connection-type pipe for touch of
5297 efficiency recommended by elisp manual. (An aside in Bug#3911.)
5298
5299 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5300
5301 Misc coding convention cleanups.
5302 * htmlfontify.el (hfy-init-kludge-hook): Rename from
5303 hfy-init-kludge-hooks.
5304 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5305 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5306 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5307 and push.
5308 (hfy-slant, hfy-weight): Use tables rather than code.
5309 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5310 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5311 (hfy-face-attr-for-class): Initialize `face-spec' directly.
5312 (hfy-face-to-css): Remove `nconc' with single arg.
5313 (hfy-p-to-face-lennart): Use `or'.
5314 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
5315 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5316 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5317 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5318 (hfy-force-fontification): Use run-hooks.
5319
5320 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
5321
5322 Various minor fixes.
5323 * htmlfontify.el (hfy-default-header): Add toggle_invis since
5324 Javascript belongs in the header, not the body.
5325 (hfy-javascript): Remove.
5326 (hfy-fontify-buffer): Don't insert it any more.
5327 (hfy-face-at): Handle (face0 face1 face2) style face properties.
5328 Fix bug in invis handling when there were no invis props in a chunk.
5329
5330 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5331
5332 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5333
5334 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
5335
5336 * finder.el (finder-mode-map): Add a menu.
5337
5338 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
5339
5340 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5341 "unsigned" structs.
5342
5343 (verilog-leap-to-head, verilog-backward-token): Handle "disable
5344 fork" statement better.
5345
5346 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
5347
5348 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5349 (verilog-delete-auto, verilog-delete-empty-auto-pair)
5350 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5351 Reported by Clay Douglass.
5352
5353 (verilog-auto-inst, verilog-auto-star-safe)
5354 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5355 Fix removing "// Interfaces" when saving .* expansions.
5356 Reported by Pierre-David Pfister.
5357
5358 2009-11-26 Glenn Morris <rgm@gnu.org>
5359
5360 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5361 the scope.
5362
5363 2009-11-25 Johan Bockgård <bojohan@gnu.org>
5364
5365 * vc-annotate.el (vc-annotate-revision-previous-to-line):
5366 Really use previous revision.
5367
5368 2009-11-25 Kevin Ryde <user42@zip.com.au>
5369
5370 * man.el (Man-completion-table): default-directory "/" in case
5371 doesn't otherwise exist. process-environment COLUMNS=999 so as
5372 not to truncate long names. process-connection-type pipe to avoid
5373 any chance of hitting the pseudo-tty TIOCGWINSZ.
5374 (man): completion-ignore-case t for friendliness and since man
5375 itself is case-insensitive on the command line.
5376 Further to Bug#3717.
5377
5378 * arc-mode.el: Add "Keywords: files", so the details in its
5379 commentary can be reached from finder-by-keyword.
5380 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
5381 editing mode, but it's comms related and sgml-mode.el has "comm"
5382 on that basis too.
5383 * textmodes/bibtex-style.el: Add "Keywords: tex".
5384 * international/isearch-x.el, international/ja-dic-cnv.el:
5385 * international/ja-dic-utl.el, international/kkc.el:
5386 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5387
5388 2009-11-25 Juri Linkov <juri@jurta.org>
5389
5390 * man.el (Man-completion-table): Modify regexp to include
5391 section names to completion strings. (Bug#3717)
5392
5393 2009-11-25 Juri Linkov <juri@jurta.org>
5394
5395 Search recursively in gzipped files. (Bug#4982)
5396
5397 * progmodes/grep.el (grep-highlight-matches): Add new options
5398 `always' and `auto'. Doc fix.
5399 (grep-process-setup): Check `grep-highlight-matches' for
5400 `auto-detect' to determine the need to compute grep defaults.
5401 Move Windows/DOS specific --colors settings handling
5402 to `grep-compute-defaults'. Check `grep-highlight-matches'
5403 to get the value of "--color=".
5404 (grep-compute-defaults): Compute `grep-highlight-matches' when it
5405 has the value `auto-detect'. Move Windows/DOS specific settings
5406 from `grep-process-setup'.
5407 (zrgrep): New command with alias `rzgrep'.
5408
5409 2009-11-25 Juri Linkov <juri@jurta.org>
5410
5411 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5412 to nil instead of switching off view-mode. (Bug#4896)
5413
5414 2009-11-25 Juri Linkov <juri@jurta.org>
5415
5416 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
5417
5418 * mwheel.el (mwheel-scroll-up-function)
5419 (mwheel-scroll-down-function): New defvars.
5420 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5421 `scroll-up', and `mwheel-scroll-down-function' instead of
5422 `scroll-down'.
5423
5424 * doc-view.el (doc-view-scroll-up-or-next-page)
5425 (doc-view-scroll-down-or-previous-page): Add optional ARG.
5426 Use this ARG in the call to image-scroll-up/image-scroll-down.
5427 Change `interactive' spec to "P". Goto next/previous page only
5428 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5429 SPC/DEL case). Doc fix.
5430 (doc-view-next-line-or-next-page)
5431 (doc-view-previous-line-or-previous-page): Rename arg to ARG
5432 for consistency.
5433 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5434 `doc-view-scroll-up-or-next-page', and buffer-local
5435 `mwheel-scroll-down-function' to
5436 `doc-view-scroll-down-or-previous-page'.
5437
5438 2009-11-25 Juri Linkov <juri@jurta.org>
5439
5440 Provide additional default values (directories at other Dired
5441 windows) via M-n in the minibuffer of some Dired commands.
5442
5443 * dired-aux.el (dired-diff, dired-compare-directories)
5444 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5445 `minibuffer-default' in `minibuffer-with-setup-hook'.
5446 (dired-dwim-target-directory): Find a window that displays Dired
5447 buffer instead of failing when the next window is not Dired.
5448 Use `get-window-with-predicate' to find for the next Dired window.
5449 (dired-dwim-target-defaults): New function.
5450
5451 * ediff-util.el (ediff-read-file-name):
5452 Use `dired-dwim-target-defaults' to set `minibuffer-default'
5453 in `minibuffer-with-setup-hook'.
5454
5455 2009-11-25 Juri Linkov <juri@jurta.org>
5456
5457 Provide additional default values (file name at point or at the
5458 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
5459
5460 * minibuffer.el (read-file-name-defaults): New function.
5461 (read-file-name): Reset `minibuffer-default' to nil when
5462 it duplicates initial input `insdef'.
5463 Bind `minibuffer-default-add-function' to lambda that
5464 calls `read-file-name-defaults' in `minibuffer-selected-window'.
5465 (minibuffer-insert-file-name-at-point): New command.
5466
5467 * files.el (file-name-at-point-functions): New defcustom.
5468 (find-file-default): Remove defvar.
5469 (find-file-read-args): Don't use `find-file-default'.
5470 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5471 to `read-file-name'.
5472 (find-file-literally): Use `read-file-name' with
5473 `confirm-nonexistent-file-or-buffer'.
5474
5475 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5476
5477 * dired.el (dired-read-dir-and-switches):
5478 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5479 to `read-file-name'.
5480 (dired-file-name-at-point): New function.
5481 (dired-mode): Add hook `dired-file-name-at-point' to
5482 `file-name-at-point-functions'.
5483
5484 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5485
5486 Really make the *Completions* window soft-dedicated (bug#5030).
5487 * window.el (window--display-buffer-2): Add `dedicated' argument.
5488 (display-buffer): Pass it when needed so the dedicated flag is set
5489 after calling set-window-buffer, which would otherwise reset it.
5490
5491 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5492
5493 * progmodes/meta-mode.el (meta-complete-symbol):
5494 * progmodes/etags.el (complete-tag):
5495 * mail/mailabbrev.el (mail-abbrev-complete-alias):
5496 Use completion-in-region.
5497
5498 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5499 (dabbrev-completion): Use completion-in-region.
5500 (dabbrev--abbrev-at-point): Simplify regexp.
5501
5502 * abbrev.el (abbrev--before-point): Use word-motion functions
5503 if :regexp is not specified (bug#5031).
5504
5505 * subr.el (string-prefix-p): New function.
5506
5507 * man.el (Man-completion-cache): New var.
5508 (Man-completion-table): Use it.
5509
5510 * vc.el (vc-print-log-internal): Make `limit' optional for better
5511 compatibility (e.g. with vc-annotate.el).
5512
5513 2009-11-24 Kevin Ryde <user42@zip.com.au>
5514
5515 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5516 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
5517
5518 * emacs-lisp/elint.el (elint-add-required-env): Better error message
5519 when .el source file not found or other error.
5520
5521 2009-11-24 Markus Triska <markus.triska@gmx.at>
5522
5523 * linum.el (linum-update-window): Ignore intangible (bug#4996).
5524
5525 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5526
5527 Handle the [back] button properly (bug#4979).
5528 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5529 Use help-setup-xref, help-buffer, and with-help-window.
5530 (describe-char): Add `buffer' argument.
5531 Pass proper command to help-setup-xref. Don't meddle with
5532 help-xref-stack-item directly.
5533 (describe-text-category): Use with-help-window and help-buffer.
5534
5535 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5536 for the displayed buffer (bug#4887).
5537
5538 * man.el (Man-completion-table): New function.
5539 (man): Use it.
5540
5541 2009-11-24 David Reitter <david.reitter@gmail.com>
5542
5543 * vc-git.el (vc-git-registered): Use checkout directory (where
5544 .git is) rather than the file's directory and a relative path spec
5545 to work around a bug in git.
5546
5547 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
5548
5549 Improve handling of processes on remote hosts.
5550
5551 * eshell/esh-util.el (eshell-path-env): New defvar.
5552 (eshell-parse-colon-path): New defun.
5553 (eshell-file-attributes): Use `eshell-parse-colon-path'.
5554
5555 * eshell/esh-ext.el (eshell-search-path):
5556 Use `eshell-parse-colon-path'.
5557 (eshell-remote-command): Remove argument HANDLER.
5558 (eshell-external-command): Check for FTP remote connection.
5559
5560 * eshell/esh-proc.el (eshell-gather-process-output):
5561 Use `file-truename', in order to start also symlinked files.
5562 Apply `start-file-process' instead of `start-process'.
5563 Shorten `command' to the local file name part.
5564
5565 * eshell/em-cmpl.el (eshell-complete-commands-list):
5566 Use `eshell-parse-colon-path'.
5567
5568 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5569
5570 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
5571 to `eshell-directory-change-hook'.
5572
5573 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
5574
5575 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5576 because it could be enabled automatically if view-read-only is non-nil.
5577
5578 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
5579
5580 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5581 made on 2009-11-22.
5582
5583 2009-11-24 Glenn Morris <rgm@gnu.org>
5584
5585 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5586 deleted variable bookmark-bmenu-bookmark-column.
5587
5588 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5589
5590 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5591
5592 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
5593
5594 * net/browse-url.el (browse-url-filename-alist): On Windows, add
5595 two slashes to the "file:" prefix.
5596 (browse-url-file-url): De-munge Cygwin filenames before passing
5597 them to Windows browser.
5598 (browse-url-default-windows-browser): Use call-process.
5599
5600 2009-11-23 Juri Linkov <juri@jurta.org>
5601
5602 Implement DocView Continuous mode. (Bug#4896)
5603 * doc-view.el (doc-view-continuous-mode): New defcustom.
5604 (doc-view-mode-map): Bind C-n/<down> to
5605 `doc-view-next-line-or-next-page', C-p/<up> to
5606 `doc-view-previous-line-or-previous-page'.
5607 (doc-view-next-line-or-next-page)
5608 (doc-view-previous-line-or-previous-page): New commands.
5609
5610 2009-11-23 Juri Linkov <juri@jurta.org>
5611
5612 Implement Isearch in comint input history. (Bug#3746)
5613 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5614 `isearch-mode-hook'.
5615 (comint-history-isearch): New defcustom.
5616 (comint-history-isearch-backward)
5617 (comint-history-isearch-backward-regexp): New commands.
5618 (comint-history-isearch-message-overlay): New buffer-local variable.
5619 (comint-history-isearch-setup, comint-history-isearch-end)
5620 (comint-goto-input, comint-history-isearch-search)
5621 (comint-history-isearch-message, comint-history-isearch-wrap)
5622 (comint-history-isearch-push-state)
5623 (comint-history-isearch-pop-state): New functions.
5624
5625 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
5626
5627 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5628 return.
5629 (tramp-handle-make-symbolic-link)
5630 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5631 Quote file names.
5632 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5633 (tramp-handle-process-file): Use it.
5634
5635 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5636
5637 * window.el (move-to-window-line-last-op): Remove.
5638 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5639
5640 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5641
5642 Make M-r mirror the new cycling behavior of C-l.
5643 * window.el (move-to-window-line-last-op): New var.
5644 (move-to-window-line-top-bottom): New command.
5645 (global-map): Bind M-r move-to-window-line-top-bottom.
5646
5647 2009-11-23 Sven Joachim <svenjoac@gmx.de>
5648
5649 * dired-x.el (dired-guess-shell-alist-default):
5650 Support xz format. (Bug#4953)
5651
5652 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5653
5654 * emulation/viper-cmd.el: Use viper-last-command-char instead of
5655 last-command-char/last-command-event.
5656 (viper-prefix-arg-value): Do correct conversion of event-char for
5657 XEmacs.
5658
5659 * emulation/viper-util.el, emulation/viper.el:
5660 Use viper-last-command-char instead of
5661 last-command-char/last-command-event.
5662
5663 * ediff-init.el, ediff-mult.el, ediff-util.el:
5664 Replace last-command-char and last-command-event
5665 with (ediff-last-command-char) everywhere.
5666
5667 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5668 created in fundamental mode.
5669
5670 * ediff.el (ediff-version): Revert the change of interactive-p to
5671 called-interactively-p.
5672
5673 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
5674
5675 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5676 generation from word-movement command names.
5677
5678 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5679
5680 * cus-start.el (all): Add native condition for font-use-system-font.
5681
5682 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
5683
5684 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5685 Correct the patch from 2009-11-18. (Bug#3910)
5686
5687 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
5688
5689 * progmodes/subword.el: Rename from lisp/subword.el.
5690
5691 * subword.el: Rename to progmodes/subword.el.
5692
5693 * Makefile.in (ELCFILES): Adapt to subword.el move.
5694
5695 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5696 Stefan Monnier <monnier@iro.umontreal.ca>
5697
5698 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5699 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5700 (bookmark-bmenu-show-filenames): Use push.
5701 (bookmark-bmenu-hide-filenames): Use local var instead of
5702 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
5703 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5704 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5705 filenames now that the bookmark names are always available.
5706
5707 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5708
5709 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5710 (bookmark-search-pattern): Move and leave unbound.
5711 (bookmark-bmenu-mode-map): Change binding.
5712 (bookmark-read-search-input): Simplify.
5713 Don't use text-char-description. Don't error on non-char events.
5714 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5715 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5716 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5717 Use a local var for the timer.
5718 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5719 (i.e. bookmark-bmenu-search).
5720
5721 2009-11-21 Glenn Morris <rgm@gnu.org>
5722
5723 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
5724
5725 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5726
5727 * net/browse-url.el (browse-url-default-windows-browser):
5728 Use cygstart for cygwin.
5729
5730 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
5731
5732 * bookmark.el: Formatting and doc fixes only:
5733 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5734 (bookmark-bmenu-search): Wrap to fit within 80 columns.
5735 Minor grammar and punctuation fixes in doc string.
5736 (bookmark-read-search-input): Adjust to fit within 80 columns.
5737
5738 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5739
5740 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5741 (c-backward-into-nomenclature): Adapt to subword renaming.
5742
5743 * subword.el (subword-forward, subword-backward, subword-mark)
5744 (subword-kill, subword-backward-kill, subword-transpose)
5745 (subword-downcase, subword-upcase, subword-capitalize)
5746 (subword-forward-internal, subword-backward-internal):
5747 Rename from forward-subword, backward-subword, mark-subword,
5748 kill-subword, backward-kill-subword, transpose-subwords,
5749 downcase-subword, upcase-subword, capitalize-subword,
5750 forward-subword-internal, backward-subword-internal.
5751
5752 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5753
5754 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5755 New options.
5756 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5757 New vars.
5758 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5759 (bookmark-bmenu-filter-alist-by-regexp)
5760 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5761 (bookmark-bmenu-search): New command.
5762 (bookmark-bmenu-mode-map): Bind it.
5763
5764 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5765
5766 * progmodes/cc-cmds.el: declare-functioned forward-subword and
5767 backward-subword to quit the byte-compiler.
5768
5769 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5770
5771 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5772
5773 * progmodes/cc-cmds.el (c-update-modeline)
5774 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5775 Refer to subword.el functions instead of cc-subword.el.
5776
5777 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5778 subword.el functions instead of cc-subword.el.
5779
5780 * progmodes/cc-subword.el: Rename to subword.el.
5781 * subword.el: Rename from progmodes/cc-subword.el.
5782 (subword-mode-map): Rename from c-subword-mode-map.
5783 (subword-mode): Rename from c-subword-mode.
5784 (global-subword-mode): New global minor mode.
5785 (forward-subword): Rename from c-forward-subword.
5786 (backward-subword): Rename from c-backward-subword.
5787 (mark-subword): Rename from c-mark-subword.
5788 (kill-subword): Rename from c-kill-subword.
5789 (backward-kill-subword): Rename from c-backward-kill-subword.
5790 (transpose-subwords): Rename from c-tranpose-subword.
5791 (downcase-subword): Rename from c-downcase-subword.
5792 (capitalize-subword): Rename from c-capitalize-subword.
5793 (forward-subword-internal): Rename from c-forward-subword-internal.
5794 (backward-subword-internal): Rename from c-backward-subword-internal.
5795
5796 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5797
5798 * vc.el (vc-deduce-fileset): Allow non-state changing operations
5799 from a dired buffer.
5800 (vc-dired-deduce-fileset): New function.
5801 (vc-root-diff, vc-print-root-log): Use it.
5802
5803 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5804 nil LIMIT argument to vc-print-log-internal.
5805
5806 2009-11-20 Glenn Morris <rgm@gnu.org>
5807
5808 * Makefile.in (ELCFILES): Regenerate.
5809
5810 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
5811
5812 * calc/calc.el (calc-set-mode-line):
5813 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5814 (math-format-number): Rename `math-format-complement-signed' to
5815 `math-format-twos-complement'.
5816
5817 * calc/calc-bin.el (math-format-twos-complement): Rename from
5818 math-format-complement-signed.
5819 (calc-radix): Rename `calc-complement-signed-mode' to
5820 `calc-twos-complement-mode'.
5821 (calc-octal-radix, calc-hex-radix): Add an argument for
5822 two's complement.
5823
5824 * calc/calc-embed.el (calc-embedded-mode-vars):
5825 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5826
5827 * calc/calc-ext.el (calc-init-extensions):
5828 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5829 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5830
5831 * calc/calc-units.el (math-build-units-table-buffer):
5832 Let `calc-twos-complement-mode' be nil.
5833
5834 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5835 entries.
5836
5837 * calc/calc-vec.el (calcFunc-vunpack):
5838 * calc/calc-aent.el (calc-do-calc-eval):
5839 * calc/calc-forms.el (math-format-date):
5840 * calc/calc-graph.el (calc-graph-plot):
5841 * calc/calc-math.el (math-use-emacs-fn):
5842 * calc/calccomp.el (math-compose-expr):
5843 Let `calc-twos-complement-mode' be nil.
5844
5845 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5846
5847 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5848 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
5849 * minibuffer.el (completion-in-region-functions): New hook.
5850 (completion-in-region): New function.
5851 * emacs-lisp/lisp.el (lisp-complete-symbol):
5852 * pcomplete.el (pcomplete-std-complete): Use it.
5853
5854 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5855
5856 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5857 (latex-complete-alist): New vars.
5858 (latex-string-prefix-p, latex-complete-bibtex-keys)
5859 (latex-complete-envnames, latex-complete-refkeys)
5860 (latex-complete-data): New functions.
5861 (latex-complete, latex-indent-or-complete): New commands.
5862
5863 * window.el (display-buffer-mark-dedicated): New var.
5864 (display-buffer): Obey it.
5865 * minibuffer.el (minibuffer-completion-help): Use it.
5866
5867 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5868
5869 * filecache.el (file-cache-add-file): Use push and cons.
5870 (file-cache-delete-file-regexp): Use push.
5871 (file-cache-complete): Use completion-in-region.
5872
5873 * simple.el (with-wrapper-hook): Fix thinko.
5874
5875 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5876 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5877 Use with-current-buffer and string-to-number.
5878 (hfy-fallback-colour-values): Use assoc-string.
5879 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5880 (hfy-face-at): Remove unused var `found-face'.
5881 (hfy-compile-stylesheet): Remove unused var `css'.
5882 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5883 and `orig-buffer'.
5884 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5885 Use with-current-buffer.
5886 (hfy-text-p): Use expand-file-name and fewer setq.
5887
5888 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
5889
5890 * htmlfontify.el, hfy-cmap.el: New files.
5891
5892 2009-11-19 Juri Linkov <juri@jurta.org>
5893
5894 * minibuffer.el (completions-format): New defcustom.
5895 (completion--insert-strings): Implement vertical format.
5896
5897 * simple.el (switch-to-completions): Move point to the first
5898 completion when point was at the beginning of the buffer.
5899
5900 2009-11-19 Juri Linkov <juri@jurta.org>
5901
5902 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
5903
5904 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5905
5906 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5907
5908 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5909 (mail-signature): Change default to t.
5910 (mail-from-style): Deprecate `system-default' value.
5911 (mail-insert-from-field): For default value of mail-from-style,
5912 default to `angles' unless `angles' needs quoting and `parens'
5913 does not.
5914 (mail-citation-prefix-regexp): Use citation regexp from
5915 message-mode.
5916
5917 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
5918
5919 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5920 Set variables for computing the prompt for reading password.
5921
5922 2009-11-19 Glenn Morris <rgm@gnu.org>
5923
5924 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
5925
5926 * textmodes/flyspell.el (sgml-lexical-context): Declare.
5927
5928 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5929 (newsticker-treeview-listwindow-height): Fix custom type.
5930
5931 2009-11-19 Kenichi Handa <handa@m17n.org>
5932
5933 * descr-text.el (describe-char-padded-string): Compose with TAB
5934 only if there's a font for CH.
5935 (describe-char): Fix the condition for detecting a trivial composition.
5936
5937 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
5938
5939 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5940 more accurate version of the regexp. (Bug#3910)
5941
5942 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5943
5944 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5945
5946 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
5947
5948 * font-setting.el (font-use-system-font): Declare for byte-compiler.
5949 (font-setting-change-default-font): Fix typo in docstring.
5950
5951 2009-11-18 Alan Mackenzie <acm@muc.de>
5952
5953 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5954
5955 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5956
5957 * font-setting.el (font-use-system-font): Move ...
5958
5959 * cus-start.el (all): ... to here.
5960
5961 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
5962
5963 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5964 Don't set `ad-return-value' if `ad-do-it' doesn't.
5965
5966 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5967 modification time.
5968
5969 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5970
5971 * menu-bar.el: Put "Use system font" in Option-menu.
5972 (menu-bar-options-save): Add font-use-system-font.
5973
5974 * loadup.el: If feature system-font-setting or font-render-setting is
5975 there, load font-setting.
5976
5977 * Makefile.in (ELCFILES): Add font-settings.el.
5978 * font-setting.el: New file.
5979
5980 2009-11-17 Glenn Morris <rgm@gnu.org>
5981
5982 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5983
5984 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5985 Preserve point in the list buffer. (Bug#4939)
5986 Use point-at-eol.
5987 (newsticker--treeview-list-update-highlight)
5988 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5989
5990 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5991
5992 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5993 Remove.
5994
5995 * calc/calc-ext.el (calc-init-extensions): Remove references to
5996 symclip.
5997
5998 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5999
6000 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
6001 * calc/calc-help.el (calc-b-prefix-help): Remove references to
6002 `calc-symclip'.
6003
6004 2009-11-16 Kevin Ryde <user42@zip.com.au>
6005
6006 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
6007 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
6008
6009 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
6010 (lm-keywords-list): Allow comma-only separator like "foo,bar".
6011 Ignore trailing spaces by omit-nulls to split-string (fixing
6012 regression from Emacs 21 due to the incompatible split-string
6013 change). (Bug #4928.)
6014
6015 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
6016
6017 * vc.el (vc-log-show-limit): Default to 2000.
6018 (vc-print-log-internal): Insert buttons to request more entries
6019 when limiting the output.
6020
6021 * vc-sccs.el (vc-sccs-print-log):
6022 * vc-rcs.el (vc-rcs-print-log):
6023 * vc-cvs.el (vc-cvs-print-log):
6024 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
6025 LIMIT is non-nil.
6026
6027 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
6028
6029 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
6030 error when `tramp-gvfs-dbus-event-vector' is set.
6031 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
6032
6033 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6034
6035 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
6036
6037 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
6038
6039 * net/dbus.el (dbus-unregister-service): New defun.
6040 (dbus-register-property): Register the handlers of
6041 "org.freedesktop.DBus.Properties" for SERVICE.
6042 (dbus-property-handler): Fix docstring.
6043
6044 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6045
6046 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
6047 Quote doc string reference in defvaralias as it is not in special form.
6048 (byte-compile-output-docform): Doc fix.
6049
6050 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6051
6052 * calc/calc.el (math-2-word-size, math-half-2-word-size)
6053 (calc-complement-signed-mode): New variables.
6054 (calc-set-mode-line): Add indicator for twos-complements.
6055 (math-format-number): Format twos-complement notation.
6056
6057 * calc/calc-bin.el (calc-word-size): Reset the variables
6058 `math-2-word-size' and `math-half-2-word-size'.
6059 (math-format-complement-signed, math-symclip, calcFunc-symclip)
6060 (calc-symclip): New functions.
6061
6062 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
6063
6064 * calc/calc-embed.el (calc-embedded-mode-vars):
6065 Add `calc-complement-signed-mode' to the list of modes.
6066
6067 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
6068 (calc-b-oper-keys): Add `calc-symclip' to list.
6069
6070 * calc/calc-ext.el (math-read-number-fancy): Read complement
6071 signed numbers.
6072 (calc-init-extensions): Add binding for `calc-symclip'.
6073 Add autoload for `calcFunc-symclip' and `calc-symclip'.
6074
6075 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6076 `calc-symclip'.
6077 (calc-modes-menu): Add item for twos complement mode.
6078
6079 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
6080
6081 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
6082
6083 * register.el (jump-to-register, insert-register): Handle Semantic
6084 tags. From commented-out advice in semantic/senator.el.
6085
6086 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6087
6088 * vc.el (vc-log-show-limit): New variable.
6089 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
6090 when using a prefix argument.
6091 (vc-print-log-internal): Add new argument LIMIT.
6092
6093 * vc-svn.el (vc-svn-print-log):
6094 * vc-mtn.el (vc-mtn-print-log):
6095 * vc-hg.el (vc-hg-print-log):
6096 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
6097 pass it to the log command when set. Make the BUFFER argument
6098 non-optional.
6099
6100 * vc-sccs.el (vc-sccs-print-log):
6101 * vc-rcs.el (vc-rcs-print-log):
6102 * vc-git.el (vc-git-print-log):
6103 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6104 ignore it. Make the BUFFER argument non-optional
6105
6106 * bindings.el (mode-line-buffer-identification): Do not purecopy.
6107
6108 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
6109
6110 * dired.el (dired-mode-map): Move encryption items to "Operate"
6111 menu (Bug#4703).
6112
6113 * strokes.el (strokes-update-window-configuration): Make strokes
6114 buffer current before erasing (Bug#4906).
6115
6116 2009-11-15 Juri Linkov <juri@jurta.org>
6117
6118 * simple.el (set-mark-default-inactive): Add :type, :group
6119 and :version. (Bug#4876)
6120
6121 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
6122
6123 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6124 (archive-unique-fname): ... here. (Bug#4929)
6125
6126 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6127
6128 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6129 with a real fix.
6130
6131 * novice.el (disabled-command-function): Add useful args.
6132 Setup the help buffer so that [back] works.
6133 Remove redundant call to help-mode.
6134 (disabled-command-function): Use `case'.
6135 (en/disable-command): New function extracted from enable-command.
6136 (enable-command, disable-command): Use it.
6137
6138 2009-11-14 Glenn Morris <rgm@gnu.org>
6139
6140 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6141 constants. (Bug#4913)
6142
6143 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6144
6145 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
6146
6147 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6148 defined in C that have no doc-strings. (Bug#1063)
6149
6150 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
6151
6152 * cus-edit.el (data, files):
6153 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
6154
6155 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
6156
6157 * simple.el (shell-command): Doc fix (Bug#4891).
6158
6159 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6160
6161 2009-11-14 Glenn Morris <rgm@gnu.org>
6162
6163 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6164 statements for vc-diff, emerge-quit, and rmail-cease-edit.
6165 If they are already loaded, eval-after-load will do the right thing.
6166
6167 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6168 compiling.
6169
6170 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6171
6172 * simple.el (x-selection-owner-p): Declare.
6173 (read-mail-command): Use custom radio type rather than choice.
6174 (completion-no-auto-exit): Doc fix.
6175
6176 * custom.el (defgroup):
6177 * epg-config.el (epg): Doc fixes.
6178
6179 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6180
6181 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6182 * international/ccl.el (define-ccl-program): Do not purecopy the
6183 docstring, defconst does it anyway.
6184
6185 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6186
6187 * add-log.el (add-change-log-entry): Avoid displaying the changelog
6188 a second time.
6189
6190 * x-dnd.el (x-dnd-maybe-call-test-function):
6191 * window.el (split-window-vertically):
6192 * whitespace.el (whitespace-help-on):
6193 * vc-rcs.el (vc-rcs-consult-headers):
6194 * userlock.el (ask-user-about-lock-help)
6195 (ask-user-about-supersession-help):
6196 * type-break.el (type-break-force-mode-line-update):
6197 * time-stamp.el (time-stamp-conv-warn):
6198 * terminal.el (te-set-output-log, te-more-break, te-filter)
6199 (te-sentinel, terminal-emulator):
6200 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6201 (term-write-input-ring, term-check-source, term-start-output-log):
6202 (term-display-buffer-line, term-dynamic-list-completions):
6203 (term-ansi-make-term, serial-term):
6204 * subr.el (selective-display):
6205 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6206 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6207 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6208 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6209 (speedbar-remove-localized-speedbar-support)
6210 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6211 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6212 (speedbar-buffers-line-directory):
6213 * simple.el (shell-command-on-region, append-to-buffer)
6214 (prepend-to-buffer):
6215 * shadowfile.el (shadow-save-todo-file):
6216 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6217 (scroll-bar-maybe-set-window-start):
6218 * sb-image.el (speedbar-image-dump):
6219 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6220 (load-save-place-alist-from-file):
6221 * ps-samp.el (ps-print-message-from-summary):
6222 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6223 (ps-background-image, ps-begin-job, ps-do-despool):
6224 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6225 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6226 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6227 (pr-call-process, pr-file-list, pr-interface-save):
6228 * novice.el (disabled-command-function)
6229 (enable-command, disable-command):
6230 * mouse.el (mouse-buffer-menu-alist):
6231 * mouse-copy.el (mouse-kill-preserving-secondary):
6232 * macros.el (kbd-macro-query):
6233 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6234 * informat.el (batch-info-validate):
6235 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6236 * hippie-exp.el (try-expand-dabbrev-visible):
6237 * help-mode.el (help-make-xrefs):
6238 * help-fns.el (describe-variable):
6239 * generic-x.el (bat-generic-mode-run-as-comint):
6240 * finder.el (finder-mouse-select):
6241 * find-dired.el (find-dired-sentinel):
6242 * filesets.el (filesets-file-close):
6243 * files.el (list-directory):
6244 * faces.el (list-faces-display, describe-face):
6245 * facemenu.el (list-colors-display):
6246 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6247 * epg.el (epg--process-filter, epg-cancel):
6248 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6249 (epa--read-signature-type):
6250 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6251 (emerge-file-names):
6252 * ehelp.el (electric-helpify):
6253 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6254 * ediff-vers.el (rcs-ediff-view-revision):
6255 * ediff-util.el (ediff-setup):
6256 * ediff-mult.el (ediff-append-custom-diff):
6257 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6258 (ediff-wordify):
6259 * echistory.el (Electric-command-history-redo-expression):
6260 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6261 * disp-table.el (describe-display-table):
6262 * dired.el (dired-find-buffer-nocreate):
6263 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6264 * dabbrev.el (dabbrev--same-major-mode-p):
6265 * chistory.el (list-command-history):
6266 * apropos.el (apropos-documentation):
6267 * allout.el (allout-obtain-passphrase):
6268 (allout-copy-exposed-to-buffer):
6269 (allout-verify-passphrase): Use with-current-buffer.
6270
6271 2009-11-13 Glenn Morris <rgm@gnu.org>
6272
6273 * Makefile.in (ELCFILES): Regenerate.
6274
6275 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
6276
6277 * net/dbus.el (dbus-registered-objects-table): Rename from
6278 `dbus-registered-functions-table', because it contains also properties.
6279 (dbus-unregister-object): Unregister also properties.
6280 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6281 Use a timeout of 500 msec, in order to not block.
6282 (dbus-register-property, dbus-property-handler): New defuns.
6283
6284 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6285
6286 * simple.el (minibuffer-default-add-completions): Drop deprecated
6287 4th arg.
6288
6289 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
6290
6291 * textmodes/artist.el (artist-mouse-choose-operation):
6292 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6293 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6294 (artist-compute-up-event-key): New function.
6295 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6296
6297 2009-11-13 Kenichi Handa <handa@m17n.org>
6298
6299 * language/japan-util.el: Make sure that the value of jisx0208
6300 property is jisx0208 character.
6301
6302 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
6303
6304 * international/mule.el (auto-coding-regexp-alist): Only purecopy
6305 car or each item, not the whole list.
6306
6307 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6308
6309 * minibuffer.el (minibuffer-completion-help):
6310 Use minibuffer-hide-completions.
6311
6312 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
6313
6314 * dired.el (dired-save-positions, dired-restore-positions): New funs.
6315 (dired-revert): Use them (bug#4880).
6316
6317 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6318
6319 * tooltip.el (tooltip-frame-parameters): Undo previous change.
6320
6321 2009-11-12 Juri Linkov <juri@jurta.org>
6322
6323 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6324 New functions.
6325 (find-file-literally-at-point): Alias of `ffap-literally'.
6326
6327 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6328
6329 * textmodes/ispell.el (ispell-skip-region-alist):
6330 * textmodes/css-mode.el (auto-mode-alist):
6331 * progmodes/compile.el (auto-mode-alist):
6332 * international/mule.el (ctext-non-standard-encodings-alist)
6333 (ctext-non-standard-encodings-regexp):
6334 * simple.el (shell-command-switch, text-read-only):
6335 * replace.el (occur-mode-map):
6336 * paths.el (rmail-file-name):
6337 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6338 * find-file.el (ff-special-constructs):
6339 * files.el (file-name-handler-alist):
6340 * composite.el: Purecopy strings.
6341
6342 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6343
6344 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6345
6346 * widget.el (define-widget): Purecopy the docstring.
6347 * international/mule-cmds.el (charset): Do not purecopy the
6348 docstring here, define-widget does it.
6349
6350 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6351 * textmodes/bibtex-style.el (auto-mode-alist):
6352 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6353 * progmodes/compile.el (compile-command):
6354 * language/korea-util.el (default-korean-keyboard):
6355 * international/mule-conf.el (file-coding-system-alist):
6356 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6357 * tooltip.el (tooltip-frame-parameters):
6358 * newcomment.el (comment-end, comment-padding):
6359 * dired.el (dired-trivial-filenames):
6360 * comint.el (comint-file-name-prefix): Purecopy initial values.
6361
6362 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
6363
6364 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6365 (tramp-advice-minibuffer-electric-tilde): Unload advices via
6366 `tramp-unload'.
6367 (tramp-advice-make-auto-save-file-name)
6368 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6369 after removing the advice.
6370
6371 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6372
6373 * progmodes/grep.el (grep-regexp-alist):
6374 * international/mule-cmds.el (iso-2022-control-alist):
6375 * emacs-lisp/timer.el (timer-duration-words):
6376 * subr.el (version-separator, version-regexp-alist):
6377 * minibuffer.el (completion-styles-alist):
6378 * faces.el (face-attribute-name-alist, list-faces-sample-text):
6379 Change defvars to defconsts.
6380
6381 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6382 * loadup.el ("international/mule-conf"): Load the byte compiled version.
6383 * international/mule-conf.el: Allow to be byte compiled.
6384
6385 * international/mule.el (define-charset): Purecopy props.
6386 (load-with-code-conversion): Purecopy doc string and file name.
6387 (put-charset-property): Purecopy strings.
6388 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6389
6390 * international/mule-cmds.el (register-input-method): Purecopy arguments.
6391 (define-char-code-property): Correctly purecopy the table.
6392
6393 * international/ccl.el (define-ccl-program): Purecopy the docstring.
6394
6395 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6396
6397 * subr.el (add-hook): Purecopy strings.
6398 (eval-after-load): Purecopy load-history-regexp and the form.
6399
6400 * custom.el (custom-declare-group): Purecopy load-file-name.
6401
6402 * subr.el (menu-bar-separator): New defconst.
6403 * net/eudc.el (eudc-tools-menu):
6404 * international/mule-cmds.el (set-coding-system-map)
6405 (mule-menu-keymap):
6406 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6407 * vc-hooks.el (vc-menu-map):
6408 * replace.el (occur-mode-map):
6409 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6410 (menu-bar-edit-menu, menu-bar-goto-menu)
6411 (menu-bar-custom-menu, menu-bar-showhide-menu)
6412 (menu-bar-options-menu, menu-bar-tools-menu)
6413 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6414 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6415 (menu-bar-help-menu):
6416 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6417 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6418
6419 * term/x-win.el (x-gtk-stock-map):
6420 * progmodes/vera-mode.el (auto-mode-alist):
6421 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6422 (inferior-lisp-program, inferior-lisp-load-command):
6423 * progmodes/hideshow.el (hs-special-modes-alist):
6424 * progmodes/gud.el (same-window-regexps):
6425 * progmodes/grep.el (grep-program, find-program, xargs-program):
6426 * net/telnet.el (same-window-regexps):
6427 * net/rlogin.el (same-window-regexps):
6428 * language/ethiopic.el (font-ccl-encoder-alist):
6429 * vc-sccs.el (vc-sccs-master-templates):
6430 * vc-rcs.el (vc-rcs-master-templates):
6431 * subr.el (cl-assertion-failed):
6432 * simple.el (next-error-overlay-arrow-position):
6433 * lpr.el (lpr-command):
6434 * locate.el (locate-ls-subdir-switches):
6435 * info.el (same-window-regexps, info)
6436 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6437 * image-mode.el (image-mode, auto-mode-alist):
6438 * hippie-exp.el (hippie-expand-ignore-buffers):
6439 * format.el (format-alist):
6440 * find-dired.el (find-ls-subdir-switches, find-grep-options)
6441 (find-name-arg):
6442 * facemenu.el (facemenu-keybindings):
6443 * dired.el (dired-listing-switches, dired-chown-program):
6444 * diff.el (diff-switches, diff-command):
6445 * cus-edit.el (same-window-regexps):
6446 * bindings.el (mode-line-mule-info)
6447 (mode-line-buffer-identification): Purecopy strings.
6448
6449 2009-11-11 Juri Linkov <juri@jurta.org>
6450
6451 * simple.el (dired-get-filename) <declare-function>:
6452 Tell the byte-compiler about dired-get-filename.
6453 (shell-command): In Dired mode, get filename from the current line
6454 as the default value.
6455
6456 2009-11-10 Glenn Morris <rgm@gnu.org>
6457
6458 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6459 * calendar/holidays.el, progmodes/cperl-mode.el:
6460 Update x-popup-menu declarations.
6461
6462 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6463 (list-load-path-shadows): Use dolist.
6464 (list-load-path-shadows): Use with-current-buffer.
6465
6466 2009-11-10 Juri Linkov <juri@jurta.org>
6467
6468 * minibuffer.el (read-file-name): Support a list of default values
6469 in `default-filename'. Use the first file name where only one
6470 element is required. Doc fix.
6471
6472 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
6473
6474 * net/dbus.el (dbus-unregister-object): Release service, if no
6475 other method is registered for it.
6476
6477 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
6478
6479 * bookmark.el (bookmark-completing-read): Sort bookmark names if
6480 bookmark-sort-flag is non-nil (Bug#4653).
6481
6482 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6483
6484 * emulation/cua-base.el: Add CUA property to some CC mode commands
6485 (Bug#4100).
6486
6487 2009-11-08 Kevin Ryde <user42@zip.com.au>
6488
6489 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6490 at end of sentence (Bug#4818).
6491
6492 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
6493
6494 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6495 Handle "see declaration of" MSFT statements (Bug#4100).
6496
6497 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
6498
6499 * net/tramp.el (tramp-advice-make-auto-save-file-name)
6500 (tramp-advice-file-expand-wildcards): Unload via
6501 `ad-remove-advice'.
6502
6503 * net/trampver.el: Update release number.
6504
6505 2009-11-08 Kevin Ryde <user42@zip.com.au>
6506
6507 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6508 `ad-do-it'.
6509
6510 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
6511
6512 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6513 in order to keep context in SELinux.
6514
6515 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6516
6517 * dired-aux.el (dired-query): Place cursor in echo area and allow
6518 C-g.
6519
6520 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6521 menu item if not on a directory (Bug#4701).
6522
6523 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
6524
6525 Sync with Tramp 2.1.17.
6526
6527 * net/tramp.el (tramp-handle-copy-directory): Don't use
6528 `file-remote-p' (due to compatibility).
6529
6530 * net/tramp-compat.el (tramp-compat-copy-directory)
6531 (tramp-compat-delete-directory): New defuns.
6532
6533 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6534 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6535 Use `tramp-compat-delete-directory'.
6536
6537 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6538 (tramp-smb-handle-delete-directory):
6539 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6540
6541 * net/trampver.el: Update release number.
6542
6543 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
6544
6545 * tar-mode.el (tar-copy): Call write-region on the right buffer
6546 (Bug#4857).
6547
6548 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6549 by hand, if necessary (Bug#4878).
6550
6551 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
6552
6553 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6554 align size column (Bug#4839).
6555
6556 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6557 statement.
6558
6559 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6560
6561 * progmodes/ld-script.el (auto-mode-alist):
6562 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6563
6564 * cus-face.el (custom-declare-face): Purecopy face spec.
6565
6566 2009-11-06 Kenichi Handa <handa@m17n.org>
6567
6568 * international/uni-bidi.el: Re-generated.
6569 * international/uni-category.el: Re-generated.
6570 * international/uni-combining.el: Re-generated.
6571 * international/uni-mirrored.el: Re-generated.
6572
6573 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6574
6575 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6576 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6577 (tex-start-options, slitex-run-command, latex-run-command)
6578 (tex-run-command, tex-directory):
6579 * textmodes/ispell.el (ispell-html-skip-alists)
6580 (ispell-tex-skip-alists, ispell-tex-skip-alists):
6581 * textmodes/fill.el (adaptive-fill-first-line-regexp):
6582 (adaptive-fill-regexp):
6583 * textmodes/dns-mode.el (auto-mode-alist):
6584 * progmodes/python.el (interpreter-mode-alist):
6585 * progmodes/etags.el (tags-compression-info-list):
6586 * progmodes/etags.el (tags-file-name):
6587 * net/browse-url.el (browse-url-galeon-program)
6588 (browse-url-firefox-program):
6589 * mail/sendmail.el (mail-signature-file)
6590 (mail-citation-prefix-regexp):
6591 * international/mule-conf.el (eight-bit):
6592 * international/latexenc.el (latex-inputenc-coding-alist):
6593 * international/fontset.el (x-pixel-size-width-font-regexp):
6594 * emacs-lisp/warnings.el (warning-type-format):
6595 * emacs-lisp/trace.el (trace-buffer):
6596 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6597 (emacs-lisp-mode-map):
6598 * calendar/holidays.el (holiday-solar-holidays)
6599 (holiday-bahai-holidays, holiday-islamic-holidays)
6600 (holiday-christian-holidays, holiday-hebrew-holidays)
6601 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6602 (hebrew-holidays-1, holiday-oriental-holidays)
6603 (holiday-general-holidays):
6604 * x-dnd.el (x-dnd-known-types):
6605 * tool-bar.el (tool-bar):
6606 * startup.el (site-run-file):
6607 * shell.el (shell-dumb-shell-regexp):
6608 * rfn-eshadow.el (file-name-shadow-tty-properties)
6609 (file-name-shadow-properties):
6610 * paths.el (remote-shell-program, news-directory):
6611 * mouse.el ([C-down-mouse-3]):
6612 * menu-bar.el (menu-bar-tools-menu):
6613 * jka-cmpr-hook.el (jka-compr-load-suffixes)
6614 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6615 (jka-compr-compression-info-list):
6616 * isearch.el (search-whitespace-regexp):
6617 * image-file.el (image-file-name-extensions):
6618 * find-dired.el (find-ls-option):
6619 * files.el (directory-listing-before-filename-regexp)
6620 (directory-free-space-args, insert-directory-program)
6621 (list-directory-brief-switches, magic-fallback-mode-alist)
6622 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6623 (automount-dir-prefix):
6624 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6625 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6626 (face-font-registry-alternatives, face-font-registry-alternatives)
6627 (face-font-family-alternatives):
6628 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6629 (facemenu-foreground-menu, facemenu-face-menu):
6630 * epa-hook.el (epa-file-name-regexp):
6631 * dnd.el (dnd-protocol-alist):
6632 * textmodes/rst.el (auto-mode-alist):
6633 * button.el (default-button): Purecopy strings.
6634
6635 2009-11-06 Glenn Morris <rgm@gnu.org>
6636
6637 * Makefile.in (ELCFILES): Update.
6638
6639 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6640
6641 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6642 * emacs-lisp/levents.el: Move to obsolete/levents.el.
6643
6644 * nxml/xsd-regexp.el (xsdre-gen-categories):
6645 * nxml/xmltok.el (xmltok-parse-entity):
6646 * nxml/rng-parse.el (rng-parse-validate-file):
6647 * nxml/rng-maint.el (rng-format-manual)
6648 (rng-manual-output-force-new-line):
6649 * nxml/rng-loc.el (rng-save-schema-location-1):
6650 * nxml/rng-cmpct.el (rng-c-parse-file):
6651 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6652 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6653
6654 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
6655
6656 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6657 Remove extra save-excursions and make-variable-buffer-local's.
6658 Suggested by Stefan Monnier.
6659
6660 (verilog-getopt-file, verilog-module-inside-filename-p)
6661 (verilog-set-define): Merge GNU 1.35 and repair changes from
6662 switching to using with-current-buffer.
6663
6664 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6665 being treated as a number and confusing AUTORESET.
6666 Reported by Dan Dever.
6667
6668 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6669 Add verilog-auto-ignore-concat to fix backward compatibility with
6670 older verilog-modes. Reported by Dan Katz.
6671
6672 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6673 containing closing anchors "...$".
6674
6675 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6676 Reported by Wade Smith.
6677
6678 (verilog-batch-execute-func): Comment on function usage.
6679
6680 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
6681
6682 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6683 for labels.
6684
6685 (verilog-label-re, verilog-calc-1): Support proper indent of named
6686 asserts.
6687
6688 (verilog-backward-token, verilog-basic-complete-re)
6689 (verilog-beg-of-statement, verilog-indent-re): Support proper
6690 indent of the assert statement at the beginning of a block of text.
6691
6692 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6693 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6694 tokens as begins.
6695
6696 2009-11-05 Glenn Morris <rgm@gnu.org>
6697
6698 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6699 Emacs 19. (Bug#1531)
6700 (byte-compile-fix-header): Update for the above change.
6701 Drop test for epoch::version.
6702
6703 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6704 * cus-dep.el (custom-make-dependencies):
6705 * finder.el (finder-compile-keywords):
6706 Use autoload-rubric's feature argument.
6707
6708 * calendar/diary-lib.el (top-level): Make load behave more like require.
6709
6710 * vc-git.el (vc-git-stash-map): Move definition before use.
6711
6712 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6713
6714 * custom.el (custom-declare-group): Purecopy standard-value.
6715 (custom-declare-group): Purecopy custom-prefix.
6716
6717 * international/mule.el (load-with-code-conversion):
6718 Call do-after-load-evaluation unconditionally.
6719
6720 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6721
6722 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6723
6724 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6725
6726 2009-11-04 Glenn Morris <rgm@gnu.org>
6727
6728 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6729 (byte-compile-compatibility): Remove option.
6730 (byte-compile-close-variables, byte-compile-fix-header)
6731 (byte-compile-insert-header, byte-compile-output-docform)
6732 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6733 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6734 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6735 (byte-compile-insert, byte-compile-defun):
6736 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
6737 (byte-defop-compiler19): Remove.
6738 Without byte-compile-compatibility, the 'emacs19-opcode property is not
6739 used by anything. Replace all calls with byte-defop-compiler.
6740
6741 2009-11-04 Juri Linkov <juri@jurta.org>
6742
6743 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6744 (menu-bar-options-menu): Don't quote the `prop' arg of
6745 `menu-bar-make-mm-toggle'.
6746
6747 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
6748
6749 * calendar/calendar.el (cal-loaddefs):
6750 * calendar/diary-lib.el (diary-loaddefs):
6751 * calendar/holidays.el (hol-loaddefs):
6752 * eshell/esh-module.el (esh-groups): Load rather than require.
6753
6754 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6755
6756 * calendar/todo-mode.el (todo-add-category): Don't hardcode
6757 point-min==1.
6758 (todo-top-priorities): Only display-buffer when called interactively.
6759 (todo-item-start): Don't save excursion point.
6760 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
6761 (todo-insert-item-here, todo-file-item, todo-remove-item):
6762 Adjust uses of todo-item-start and todo-item-end.
6763
6764 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6765 (autoload-rubric): Don't use any more.
6766
6767 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6768 and only put a prop if it is non-nil.
6769
6770 2009-11-03 Juri Linkov <juri@jurta.org>
6771
6772 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6773 (menu-bar-options-menu): Fix list quoting (Bug#4429).
6774
6775 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6776 and "Menu" to make top-level menu item visually one unit (like
6777 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6778 multi-word menu items). Fix :help string for quit-window.
6779
6780 2009-11-03 Glenn Morris <rgm@gnu.org>
6781
6782 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6783 (byte-compile-file-form-define-abbrev-table)
6784 (byte-compile-file-form-custom-declare-variable)
6785 (byte-compile-variable-ref, byte-compile-defvar):
6786 Whether or not a warning is enabled should only affect whether we issue
6787 the warning, not whether or not we collect the relevant data.
6788 Eg warnings can be turned on and off throughout the course of a file.
6789
6790 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6791 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6792
6793 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6794
6795 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6796 * play/mpuz.el (mpuz-create-buffer):
6797 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6798 (lm-print-y,s,noise, lm-print-w0, lm-init):
6799 * play/gomoku.el (gomoku-prompt-for-move):
6800 * play/fortune.el (fortune-in-buffer):
6801 * play/dissociate.el (dissociated-press):
6802 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6803 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6804 * mail/supercite.el (sc-eref-show):
6805 * mail/smtpmail.el (smtpmail-send-it):
6806 * mail/rmailsum.el (rmail-summary-next-labeled-message)
6807 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6808 (rmail-summary-undelete-many, rmail-summary-rmail-update)
6809 (rmail-summary-goto-msg, rmail-summary-expunge)
6810 (rmail-summary-get-new-mail, rmail-summary-search-backward)
6811 (rmail-summary-add-label, rmail-summary-output-menu)
6812 (rmail-summary-output-body):
6813 * mail/rfc822.el (rfc822-addresses):
6814 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6815 * mail/mailpost.el (post-mail-send-it):
6816 * mail/hashcash.el (hashcash-generate-payment):
6817 * mail/feedmail.el (feedmail-run-the-queue)
6818 (feedmail-queue-send-edit-prompt-help-first)
6819 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6820 (feedmail-deduce-address-list):
6821 * eshell/esh-ext.el (eshell-remote-command):
6822 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6823 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6824 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6825 (viper-save-string-in-file, viper-valid-marker):
6826 * emulation/viper-keym.el (viper-toggle-key):
6827 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6828 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6829 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6830 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6831 (viper-exec-form-in-emacs, viper-brac-function):
6832 * emulation/viper.el (viper-delocalize-var):
6833 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6834 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6835 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6836 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6837 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6838 * emulation/edt.el (edt-electric-helpify):
6839 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6840 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6841 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6842 (cua-indent-to-global-mark-column):
6843 * calendar/diary-lib.el (calendar-mark-1):
6844 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6845 Use with-current-buffer.
6846 * emulation/viper.el (viper-delocalize-var): Use dolist.
6847
6848 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
6849
6850 * comint.el (comint-replace-by-expanded-history-before-point):
6851 Replace !! with the previous input string literally (Bug#1795).
6852
6853 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
6854
6855 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6856 to be made up of whitespace.
6857
6858 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
6859
6860 * minibuffer.el (read-file-name): Don't use file dialogs for
6861 remote directories (Bug#99).
6862
6863 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
6864
6865 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6866
6867 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
6868
6869 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6870 instead of deleting the window or frame.
6871
6872 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6873
6874 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6875 Support face colors.
6876
6877 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6878 New function. Support face colors (Bug#1168).
6879 (tex-common-initialization): Use it.
6880
6881 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6882 mode allows it (Bug#1168).
6883
6884 2009-10-31 Juri Linkov <juri@jurta.org>
6885
6886 * facemenu.el (list-colors-display): Don't mark buffer as
6887 modified (Bug#3948).
6888
6889 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6890
6891 * international/mule-diag.el (list-character-sets-1):
6892 Minor message fix (Bug#3526).
6893
6894 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6895 Fix face property (Bug#4834).
6896 (etags-list-tags, etags-tags-apropos-additional)
6897 (etags-tags-apropos, tags-select-tags-table): Add follow-link
6898 property.
6899
6900 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6901 items.
6902
6903 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6904
6905 * textmodes/two-column.el (2C-split):
6906 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6907 * textmodes/tex-mode.el (tex-set-buffer-directory):
6908 * textmodes/spell.el (spell-region, spell-string):
6909 * textmodes/reftex.el (reftex-erase-buffer):
6910 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6911 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6912 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6913 (reftex-select-item):
6914 * textmodes/reftex-ref.el (reftex-label-info-update)
6915 (reftex-offer-label-menu):
6916 * textmodes/reftex-index.el (reftex-index-change-entry)
6917 (reftex-index-phrases-info):
6918 * textmodes/reftex-global.el (reftex-create-tags-file)
6919 (reftex-save-all-document-buffers, reftex-ensure-write-access):
6920 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6921 (reftex-view-crossref-from-bibtex):
6922 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6923 (reftex-extract-bib-entries-from-thebibliography)
6924 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6925 * textmodes/refbib.el (r2b-capitalize-title):
6926 (r2b-convert-buffer, r2b-help):
6927 * textmodes/page-ext.el (pages-directory)
6928 (pages-directory-goto-with-mouse):
6929 * textmodes/bibtex.el (bibtex-validate-globally):
6930 * textmodes/bib-mode.el (bib-capitalize-title):
6931 * textmodes/artist.el (artist-clear-buffer, artist-system):
6932 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6933 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6934 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6935 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6936 (xscheme-send-control-g-interrupt, xscheme-start-process)
6937 (xscheme-process-sentinel, xscheme-cd):
6938 * progmodes/verilog-mode.el (verilog-read-always-signals)
6939 (verilog-set-define, verilog-getopt-file)
6940 (verilog-module-inside-filename-p):
6941 * progmodes/sh-script.el:
6942 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6943 (python-pdbtrack-grub-for-buffer, python-execute-file):
6944 * progmodes/octave-inf.el (inferior-octave):
6945 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6946 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6947 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6948 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6949 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6950 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6951 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6952 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6953 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6954 (idlwave-shell-examine-display, idlwave-shell-run-region)
6955 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6956 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6957 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6958 (idlwave-help-get-help-buffer):
6959 * progmodes/gud.el (gud-basic-call, gud-find-class)
6960 (gud-tooltip-activate-mouse-motions-if-enabled):
6961 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6962 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6963 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6964 (ebrowse-tags-next-file):
6965 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6966 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6967 (ebnf-eps-finish-and-write):
6968 * progmodes/cpp.el (cpp-edit-save):
6969 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6970 * progmodes/cc-defs.el (c-emacs-features):
6971 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6972 (antlr-directory-dependencies):
6973 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6974 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6975 (ada-find-any-references, ada-make-filename-from-adaname)
6976 (ada-make-body-gnatstub):
6977 * obsolete/rnews.el (news-list-news-groups):
6978 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6979 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6980 * net/rcirc.el (rcirc-debug):
6981 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6982 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6983 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6984 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6985 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6986 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6987 (newsticker--treeview-list-clear-highlight)
6988 (newsticker--treeview-list-update-highlight)
6989 (newsticker--treeview-list-highlight-start)
6990 (newsticker--treeview-tree-update-highlight)
6991 (newsticker--treeview-get-selected-item)
6992 (newsticker-treeview-mark-list-items-old)
6993 (newsticker--treeview-set-current-node):
6994 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6995 * net/newst-backend.el (newsticker--get-news-by-funcall)
6996 (newsticker--get-news-by-wget, newsticker--image-get)
6997 (newsticker--image-sentinel):
6998 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6999 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
7000 (eudc-ph-close-session):
7001 * net/eudc.el (eudc-save-options):
7002 * language/thai-word.el (thai-update-word-table):
7003 * language/japan-util.el (japanese-string-conversion):
7004 * international/titdic-cnv.el (tsang-quick-converter)
7005 (ziranma-converter, ctlau-converter):
7006 * international/mule-cmds.el (describe-language-environment):
7007 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
7008 (skkdic-convert-postfix, skkdic-convert-prefix):
7009 (skkdic-convert-okuri-nasi, skkdic-convert):
7010 * emacs-lisp/re-builder.el (reb-update-overlays):
7011 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
7012 * emacs-lisp/gulp.el (gulp-send-requests):
7013 * emacs-lisp/find-gc.el (trace-call-tree):
7014 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
7015 (eieio-describe-generic):
7016 * emacs-lisp/eieio-base.el (eieio-persistent-read):
7017 * emacs-lisp/edebug.el (edebug-outside-excursion):
7018 * emacs-lisp/debug.el (debugger-make-xrefs):
7019 * emacs-lisp/cust-print.el (custom-prin1-to-string):
7020 * emacs-lisp/chart.el (chart-new-buffer):
7021 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
7022 Use with-current-buffer.
7023 * textmodes/artist.el (artist-system): Don't call
7024 copy-sequence on a fresh string.
7025 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
7026
7027 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
7028
7029 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
7030 is no item to edit. (Bug#4820)
7031 (todo-top-priorities): Restore point and restore narrowing in Todo
7032 buffer. (Bug#4820)
7033
7034 2009-10-31 Glenn Morris <rgm@gnu.org>
7035
7036 * net/ange-ftp.el (top-level): Don't require dired when compiling.
7037 (comint-last-output-start, comint-last-input-start)
7038 (comint-last-input-end): Don't defvar when compiling.
7039 (ange-ftp-process-file): Use bound-and-true-p.
7040
7041 * pcmpl-rpm.el (top-level): Move provide statement to end.
7042 (pcmpl-rpm): Remove unused custom group.
7043
7044 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7045
7046 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7047
7048 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7049 (byte-compile-warnings): Add `constants' as an option.
7050 (byte-compile-callargs-warn, byte-compile-arglist-warn)
7051 (display-call-tree): Update for byte-compile-fdefinition possibly
7052 returning `(macro lambda ...)'. (Bug#4778)
7053 (byte-compile-variable-ref, byte-compile-setq-default):
7054 Respect `constants' member of byte-compile-warnings.
7055
7056 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7057
7058 * vc-bzr.el (vc-bzr-revision-keywords): New var.
7059 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
7060 to "submit:".
7061
7062 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7063
7064 * textmodes/ispell.el (ispell-skip-region-alist):
7065 * international/mule-conf.el (eight-bit):
7066 * international/fontset.el (font-encoding-alist):
7067 * startup.el (pure-space-overflow-message):
7068 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
7069 * paths.el (gnus-nntp-service, rmail-spool-directory)
7070 (term-file-prefix):
7071 * files.el (save-some-buffers-action-alist):
7072 * cmuscheme.el (same-window-buffer-names):
7073 * ielm.el (same-window-buffer-names):
7074 * shell.el (same-window-buffer-names):
7075 * mail/sendmail.el (same-window-buffer-names):
7076 * progmodes/inf-lisp.el (same-window-buffer-names):
7077 * bindings.el (mode-line-client)
7078 (mode-line-column-line-number-mode-map):
7079 * language/tibetan.el (tibetan-precomposition-rule-regexp)
7080 (tibetan-precomposed-regexp): Purecopy string arguments.
7081
7082 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7083
7084 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
7085 (calcDigit-nondigit):
7086 * calc/calc-yank.el (calc-copy-to-buffer):
7087 * calc/calc-units.el (calc-invalidate-units-table):
7088 * calc/calc-trail.el (calc-trail-yank):
7089 * calc/calc-store.el (calc-insert-variables):
7090 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7091 * calc/calc-prog.el (calc-read-parse-table):
7092 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
7093 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7094 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7095 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7096 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7097 (calc-graph-name, calc-graph-find-command, calc-graph-view)
7098 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7099 * calc/calc-ext.el (calc-realign):
7100 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7101 (calc-embedded-finish-edit, calc-embedded-make-info)
7102 (calc-embedded-finish-command, calc-embedded-stack-change):
7103 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7104
7105 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7106 shell-dynamic-complete-filename in preference to
7107 comint-dynamic-complete-filename.
7108
7109 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7110 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7111 Don't consider whether the display supports colors.
7112 (bookmark-import-new-list): Use dolist.
7113 (bookmark-bmenu-mode-map): Move initialization into declaration.
7114 (bookmark-bmenu-list): Use dolist, simplify.
7115 (bookmark-show-all-annotations): Use save-selected-window and dolist.
7116 (menu-bar-final-items): Use push.
7117
7118 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
7119
7120 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7121 it works on remote files.
7122 (vc-hg-diff): Don't pass any `--cwd' argument.
7123
7124 2009-10-27 Kevin Ryde <user42@zip.com.au>
7125
7126 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7127 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
7128 (Further to Bug#3921).
7129
7130 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
7131
7132 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7133 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7134 calling `tramp-imap-put-file'. Add file size to the call.
7135 (tramp-imap-get-file-entries): Compute also user name, file size,
7136 and date.
7137 (tramp-imap-handle-insert-directory): Insert uid and gid.
7138 (tramp-imap-handle-file-attributes): Transform uid and gid
7139 according to `id-format'.
7140 (tramp-imap-put-file): New optional parameter SIZE. Encode file
7141 size in header X-Size.
7142
7143 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
7144
7145 * simple.el (transpose-subr): Give clearer error when the mark
7146 is not set. (Bug#4807)
7147
7148 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
7149
7150 * net/tramp.el (tramp-perl-file-truename): New defconst.
7151 Perl code contributed by yary <not.com@gmail.com> (tiny change).
7152 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
7153 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7154 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
7155
7156 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7157 Ignore `dired-call-process'.
7158 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7159
7160 2009-10-26 Julian Scheid <julians37@gmail.com>
7161
7162 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
7163 (tramp-get-remote-readlink): New defun.
7164 (tramp-handle-file-truename): Use it.
7165 (tramp-handle-file-exists-p): Check file-attributes cache, assume
7166 file exists if cache value present.
7167 (tramp-check-cached-permissions): New defun.
7168 (tramp-handle-file-readable-p): Use it.
7169 (tramp-handle-file-writable-p): Likewise.
7170 (tramp-handle-file-executable-p): Likewise.
7171 (tramp-handle-file-name-all-completions): Try using Perl to get
7172 partial completions. When perl not available, combine `cd' and
7173 `ls' into single remote operation and use shell expansion to get
7174 partial remote directory contents. Set `file-exists-p' cache for
7175 directory and any files returned by ls. Change cache handling to
7176 support partial directory contents. Use error message emitted by
7177 remote `cd' or Perl code for local tramp-error.
7178 (tramp-do-copy-or-rename-file-directly): Avoid separate
7179 tramp-send-command-and-check call.
7180 (tramp-handle-process-file): Merge three remote ops into one.
7181 Do not flush all caches when `process-file-side-effects' is set.
7182 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7183 file-attributes shows uid/gid to be set already.
7184
7185 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7186
7187 * textmodes/tex-mode.el (tex-dvi-view-command)
7188 (tex-show-queue-command, tex-open-quote):
7189 * progmodes/ruby-mode.el (auto-mode-alist)
7190 (interpreter-mode-alist): Purecopy strings.
7191
7192 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7193
7194 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7195 string for the hook, keymap and abbrev table.
7196
7197 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7198
7199 * x-dnd.el (x-dnd-xdnd-to-action):
7200 * startup.el (fancy-startup-text, fancy-about-text): Change to
7201 defconst from defvar.
7202
7203 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7204
7205 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7206 Purecopy initialization strings.
7207
7208 * mail/sendmail.el (mail-header-separator)
7209 (mail-personal-alias-file):
7210 * mail/rmail.el (rmail-default-dont-reply-to-names)
7211 (rmail-ignored-headers, rmail-retry-ignored-headers)
7212 (rmail-highlighted-headers, rmail-secondary-file-directory)
7213 (rmail-secondary-file-regexp):
7214 * files.el (null-device, file-name-invalid-regexp)
7215 (locate-dominating-stop-dir-regexp)
7216 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7217 (interpreter-mode-alist): Use mapcar instead of mapc.
7218
7219 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7220
7221 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7222 (completion-ignored-extensions):
7223 (debug-ignored-errors): Purecopy strings.
7224
7225 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7226
7227 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7228 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7229 (pcomplete--here): Use push.
7230
7231 * subr.el (all-completions): Declare the 4th arg obsolete.
7232
7233 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7234
7235 * pcomplete.el (pcomplete-unquote-argument-function): New var.
7236 (pcomplete-unquote-argument): New function.
7237 (pcomplete--common-suffix): Always pay attention to case.
7238 (pcomplete--table-subvert): Quote and unquote the text.
7239 (pcomplete--common-quoted-suffix): New function.
7240 (pcomplete-std-complete): Use it and pcomplete-begin.
7241
7242 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7243 we're inside a dedicated or minibuffer window.
7244
7245 2009-10-24 Karl Fogel <kfogel@red-bean.com>
7246
7247 * bookmark.el: Update documentation, especially documentation
7248 of `bookmark-alist' and of the bookmark file format.
7249 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
7250
7251 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7252
7253 * mail/emacsbug.el (report-emacs-bug): Clarify that the
7254 keybindings apply to the mail buffer (Bug#4003). Shrink help
7255 window to buffer.
7256
7257 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7258 (global-whitespace-mode, global-whitespace-newline-mode)
7259 (whitespace-toggle-options, global-whitespace-toggle-options):
7260 Doc fix (Bug#3660).
7261
7262 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7263 of xmltok-start before the end tag was inserted (Bug#2840).
7264
7265 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7266 patterns that are preceded by an open-paren (Bug#1320).
7267
7268 2009-10-24 Sven Joachim <svenjoac@gmx.de>
7269
7270 * files.el (delete-directory): Delete symlinks to directories with
7271 delete-file (Bug#4739).
7272
7273 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
7274
7275 * vc.el (vc-backend-for-registration): Rename from
7276 vc-get-backend-for-registration. Update callers.
7277
7278 * international/mule-cmds.el (set-language-info-alist):
7279 Purecopy lang-env.
7280 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7281 (charset): Purecopy the name.
7282 (define-char-code-property): Purecopy string arguments.
7283
7284 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7285 Purecopy string arguments.
7286
7287 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7288 * ediff-hook.el (menu-bar-ediff-menu):
7289 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7290 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7291
7292 2009-10-24 Glenn Morris <rgm@gnu.org>
7293
7294 * comint.el (comint-dynamic-list-completions):
7295 * term.el (term-dynamic-list-completions): Use choose-completion rather
7296 than obsolete alias mouse-choose-completion.
7297
7298 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7299 file-cache-choose-completion.
7300 (file-cache-choose-completion): Handle an optional event argument.
7301 (file-cache-mouse-choose-completion): Make it an obsolete alias.
7302
7303 * progmodes/octave-mod.el (octave-complete-symbol):
7304 Use choose-completion if mouse-choose-completion is ever removed.
7305
7306 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7307 use.
7308
7309 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7310 compiler.
7311
7312 * vc-hooks.el (vc-responsible-backend): Fix declaration.
7313
7314 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7315
7316 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7317 Ignore `pred' now that we receive one.
7318 Handle test-completion specially.
7319
7320 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7321
7322 * vc.el (vc-responsible-backend): Throw an error if not backend is
7323 found. Remove the REGISTER argument. Move the code dealing with
7324 REGISTER ...
7325 (vc-get-backend-for-registration): ... here. New function.
7326 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7327 of vc-responsible-backend, pass the file name instead of the
7328 directory name.
7329
7330 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7331
7332 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7333 New funs.
7334 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
7335 (pcomplete-comint-setup): Don't modify a global var via
7336 accidental side-effects.
7337 (pcomplete-shell-setup): Adjust call accordingly.
7338 (pcomplete-parse-comint-arguments): Use push.
7339
7340 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
7341
7342 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7343 Allow uncapitalized info node names (Bug#3921).
7344
7345 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7346 to the DEBUG file (Bug#3781).
7347
7348 2009-10-23 Jari Aalto <jari.aalto@cante.net>
7349
7350 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7351 dictionary entry (Bug#4579).
7352
7353 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
7354
7355 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7356 from `rfn-eshadow-update-overlay-hook' when unloading.
7357 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7358 "rsyncc". Adjust doc string.
7359 (tramp-temp-buffer-file-name): New buffer-local defvar.
7360 (tramp-handle-insert-file-contents, tramp-handle-write-region):
7361 Keep temporary file when indicated by method ("rsync" and
7362 "rsyncc").
7363 (tramp-handle-write-region): Handle APPEND.
7364 (tramp-delete-temp-file-function): New defun. Added to
7365 `kill-buffer-hook'.
7366
7367 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
7368
7369 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7370
7371 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7372
7373 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7374 (color-name-rgb-alist, tty-standard-colors)
7375 (tty-color-mode-alist): Change to defconst.
7376
7377 * simple.el (mark-inactive): Purecopy message.
7378
7379 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7380 (global-map, yank-menu):
7381 * textmodes/ispell.el (ispell-menu-map):
7382 * net/eudc.el (eudc-tools-menu):
7383 * international/mule-cmds.el (describe-language-environment-map)
7384 (setup-language-environment-map, set-coding-system-map)
7385 (mule-menu-keymap):
7386 * vc-hooks.el (vc-menu-entry, vc-menu-map):
7387 * replace.el (occur-mode-map):
7388 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7389
7390 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
7391
7392 * calc/calc.el (math-read-number, math-read-number-simple):
7393 Use `save-match-data'.
7394
7395 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7396
7397 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7398 rather than fiddling with global-map bindings, since it should only
7399 affect per-terminal settings.
7400 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7401
7402 * minibuffer.el (completion-table-with-terminator): Allow to specify
7403 the terminator-regexp.
7404
7405 * simple.el (switch-to-completions): Look for *Completions* in other
7406 frames as well.
7407
7408 * pcomplete.el: Allow the use of completion-tables.
7409 (pcomplete-std-complete): New command.
7410 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7411 (pcomplete--here): Use a function for `form' rather than an expression,
7412 so it can be byte-compiled.
7413 (pcomplete-here, pcomplete-here*): Adjust accordingly.
7414 Add edebug declaration.
7415 (pcomplete-show-completions): Remove unused var `curbuf'.
7416 (pcomplete-do-complete, pcomplete-stub):
7417 Don't assume `completions' is a list of strings any more.
7418
7419 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
7420
7421 * find-dired.el (find-name-arg): Fix typo in docstring.
7422
7423 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7424
7425 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7426 (pcmpl-linux-fs-types): Same, and update to new modules layout.
7427
7428 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7429 pcomplete-entries.
7430
7431 * comint.el (comint-read-input-ring, comint-write-input-ring)
7432 (comint-substitute-in-file-name)
7433 (comint-dynamic-complete-as-filename)
7434 (comint-dynamic-simple-complete)
7435 (comint-dynamic-list-filename-completions)
7436 (comint-dynamic-list-completions)
7437 (comint-redirect-results-list-from-process): Minor simplifications.
7438
7439 2009-10-21 Kevin Ryde <user42@zip.com.au>
7440
7441 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7442 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7443 the first form. And insert a blank line after ";;; Code" since
7444 that's usual style. (Bug#4612)
7445
7446 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7447
7448 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7449
7450 * minibuffer.el (completion-table-with-terminator): Properly implement
7451 boundaries, in case `terminator' appears in the suffix.
7452 (completion--embedded-envvar-table): Don't return boundaries if
7453 there's no valid completion. Simplify.
7454 (completion-file-name-table): New completion table extracted from
7455 completion--file-name-table.
7456 (completion--file-name-table): Use it.
7457 (read-file-name-predicate): Declare obsolete.
7458 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7459 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7460 completion-file-name-table, and use the `pred' argument.
7461 * files.el (locate-file-completion-table): Use the `pred' arg rather
7462 than read-file-name-predicate.
7463 (abbreviate-file-name): Use \` rather than ^ for BOS.
7464
7465 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
7466
7467 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7468 vc-responsible-backend to register, it causes problems.
7469
7470 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7471
7472 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7473
7474 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
7475
7476 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7477 (tramp-smb-handle-file-attributes): Use it.
7478 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7479 (tramp-smb-handle-insert-directory): Use `mapc' rather than
7480 `mapcar'. Use `tramp-smb-get-stat-capability'.
7481 Add `dired-filename' text properties.
7482 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7483 (tramp-smb-maybe-open-connection): Simplify check for smbclient
7484 version.
7485
7486 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7487
7488 * subr.el (read-key-delay): Reduce to 0.01.
7489 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7490 (bug#4751).
7491
7492 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7493
7494 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7495
7496 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7497 (Info-menu): Remove unused vars `last' and `completions'.
7498 (Info-index-nodes): Remove unused var `node'.
7499
7500 * info.el (Info-complete-menu-item): Use complete-with-action.
7501
7502 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7503
7504 Make vc-annotate work through copies and renames.
7505 * vc-annotate.el (vc-annotate-extract-revision-at-line):
7506 Return the file name too.
7507 (vc-annotate-revision-at-line)
7508 (vc-annotate-find-revision-at-line)
7509 (vc-annotate-revision-previous-to-line)
7510 (vc-annotate-show-log-revision-at-line): Update to get the file
7511 name from vc-annotate-extract-revision-at-line.
7512 (vc-annotate-show-diff-revision-at-line-internal): Change the
7513 argument to mean whether to show a file diff or not. Get the file
7514 name from vc-annotate-extract-revision-at-line.
7515 (vc-annotate-show-diff-revision-at-line):
7516 Update vc-annotate-show-diff-revision-at-line call.
7517 (vc-annotate-warp-revision): Add an optional file argument.
7518
7519 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7520 (vc-git-annotate-extract-revision-at-line): Also return the file
7521 name if found.
7522
7523 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7524 command. Remove unused code.
7525 (vc-hg-annotate-re): Update to match --follow output.
7526 (vc-hg-annotate-extract-revision-at-line): Also return the file
7527 name if found.
7528
7529 * vc.el: Update annotate-extract-revision-at-line documentation.
7530
7531 2009-10-18 Kevin Ryde <user42@zip.com.au>
7532
7533 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7534 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7535
7536 * net/browse-url.el (browse-url): Identify alist with "consp and
7537 not functionp" and let all other things go down the `apply' leg,
7538 as suggested by Stefan. (Further to bug#4531.)
7539
7540 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
7541
7542 * minibuffer.el (read-file-name): Check for repeat before putting
7543 a default argument in file-name-history (Bug#4657).
7544
7545 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7546 read syntax (Bug#4737).
7547
7548 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7549
7550 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7551
7552 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7553 (html-tag-alist, html-tag-help): Add descriptions for undocumented
7554 entries and make note of obsolete tags.
7555
7556 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7557
7558 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7559
7560 2009-10-18 Glenn Morris <rgm@gnu.org>
7561
7562 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7563 grep, so that binary files (eg international/uni-bidi.el) can match.
7564 Remove test for "UnicodeData" files, since it is hopefully unnecessary
7565 now, and in any case the file header format has changed.
7566
7567 2009-10-17 Glenn Morris <rgm@gnu.org>
7568
7569 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7570 (flyspell-get-word, flyspell-large-region)
7571 (flyspell-auto-correct-previous-word): Doc/error message fixes.
7572
7573 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
7574
7575 * Makefile.in (ELCFILES): Add ede/shell.
7576
7577 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7578
7579 * term/common-win.el (x-colors): Purecopy it.
7580
7581 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7582
7583 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7584 permissive for when the buffer is empty.
7585 (tar-header-block-tokenize): Decode the username and groupname.
7586 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7587
7588 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7589
7590 * international/mule-cmds.el (select-safe-coding-system): If the file
7591 has a coding cookie, use it regardless of any other setting (bug#4712).
7592
7593 2009-10-17 Glenn Morris <rgm@gnu.org>
7594
7595 * foldout.el (foldout-mouse-swallow-events):
7596 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7597
7598 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7599 (dired-keep-marker-copy, dired-keep-marker-hardlink)
7600 (dired-keep-marker-symlink, dired-dwim-target)
7601 (dired-copy-preserve-time): Do not autoload these defcustoms.
7602
7603 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7604 messages from messing up the file coding. (Bug#4623)
7605
7606 2009-10-17 Jari Aalto <jari.aalto@cante.net>
7607
7608 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7609 if no match is found for the current dictionary. (Bug#4578)
7610
7611 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7612 optional, since that is how it is documented, and this is often called
7613 with a nil argument. (Bug#4577)
7614 (flyspell-external-point-words, flyspell-auto-correct-word)
7615 (flyspell-correct-word-before-point, flyspell-word-search-forward)
7616 (flyspell-word-search-backward): Remove nil argument in calls to
7617 flyspell-get-word, since it is not needed now.
7618
7619 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
7620
7621 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
7622
7623 2009-10-16 Glenn Morris <rgm@gnu.org>
7624
7625 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7626
7627 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7628
7629 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7630 (ange-ftp-file-size): New function.
7631 (ange-ftp-file-attributes): Use it.
7632
7633 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
7634
7635 * net/tramp-smb.el (tramp-smb-version): New defvar.
7636 (tramp-smb-maybe-open-connection): Use it, in order to avoid
7637 repeated checks.
7638
7639 2009-10-16 Glenn Morris <rgm@gnu.org>
7640
7641 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7642 Maybe copy some custom properties from old to new name. (Bug#4706)
7643
7644 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7645
7646 * subr.el (error, sit-for, start-process-shell-command)
7647 (start-file-process-shell-command): Set the calling convention
7648 after the function definition.
7649
7650 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7651
7652 * subr.el (error, sit-for, start-process-shell-command)
7653 (start-file-process-shell-command): Use the new
7654 set-advertised-calling-convention feature.
7655
7656 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
7657
7658 * international/ucs-normalize.el (ucs-normalize-version):
7659 Change to 1.2.
7660 (check-range): Adjust for Unicode 5.2.
7661
7662 2009-10-15 Juri Linkov <juri@jurta.org>
7663
7664 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7665 to the `menu-item' format.
7666
7667 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
7668
7669 * net/tramp.el (tramp-replace-environment-variables): Do not fail
7670 if the environment variable does not exist.
7671
7672 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7673 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7674 parameter.
7675 (tramp-smb-handle-add-name-to-file)
7676 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7677 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7678 (tramp-smb-handle-file-attributes)
7679 (tramp-smb-do-file-attributes-with-stat)
7680 (tramp-smb-handle-file-local-copy)
7681 (tramp-smb-handle-insert-directory)
7682 (tramp-smb-handle-make-directory)
7683 (tramp-smb-handle-make-directory-internal)
7684 (tramp-smb-handle-make-symbolic-link)
7685 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7686 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7687 (tramp-smb-maybe-open-connection): Apply the changed parameters.
7688 (tramp-smb-read-file-entry): Read Disk names in compressed format.
7689 Handle long file names.
7690 (tramp-smb-get-cifs-capabilities): Check, whether the connection
7691 process is running.
7692 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7693 Read share names with "-g" option.
7694
7695 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
7696
7697 * net/rcirc.el (rcirc-view-log-file): New command.
7698 (rcirc-track-minor-mode-map): Remove C-c ` binding.
7699 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7700 specified.
7701
7702 2009-10-15 Glenn Morris <rgm@gnu.org>
7703
7704 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7705 from the second command-line argument.
7706 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7707 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7708 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7709 w32-batch-update-autoloads.
7710 * emacs-lisp/autoload.el (autoload-make-program): New variable.
7711 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7712
7713 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7714 the headers cannot be located. Simplify, subtracting superflous
7715 save-excursions.
7716
7717 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7718
7719 Replace completion-base-size by completion-base-position to fix bugs
7720 such as (bug#4699).
7721 * simple.el (completion-base-position): New var.
7722 (completion-base-size): Mark as obsolete.
7723 (choose-completion): Make it work for mouse events as well.
7724 Pass the new base-position to choose-completion-string.
7725 (choose-completion-guess-base-position): New function, extracted from
7726 choose-completion-delete-max-match.
7727 (choose-completion-delete-max-match): Use it. Make obsolete.
7728 (choose-completion-string): Use the new base-position info.
7729 (completion-root-regexp): Delete.
7730 (completion-setup-function): Preserve completion-base-position.
7731 Eliminate obsolete base-size manipulation.
7732 * minibuffer.el (display-completion-list): Don't mess with base-size.
7733 (minibuffer-completion-help): Set completion-base-position instead.
7734 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7735 choose-completion.
7736 * textmodes/bibtex.el (bibtex-complete):
7737 * emacs-lisp/crm.el (crm--choose-completion-string):
7738 Adjust to new calling convention.
7739 * complete.el (partial-completion-mode): Use minibufferp to avoid
7740 bumping into incompatible change to choose-completion-string-functions.
7741 * ido.el (ido-choose-completion-string): Make its calling convention
7742 more permissive.
7743 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7744 base-size manipulation.
7745 (comint-dynamic-list-input-ring): Use dotimes and push.
7746 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7747 fundamental-mode. Use `or'.
7748
7749 2009-10-14 Juri Linkov <juri@jurta.org>
7750
7751 * misearch.el (multi-isearch-next-buffer-from-list)
7752 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7753
7754 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7755
7756 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7757 `bytecomp.el'.
7758
7759 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7760 string we return is all made up of text from the completions rather
7761 than part from the completions and part from the input (bug#4219).
7762
7763 * ido.el (ido-everywhere): Use define-minor-mode.
7764
7765 * buff-menu.el (list-buffers, ctl-x-map):
7766 Mark the entry points with ;;;###autoload cookies.
7767
7768 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7769
7770 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7771 correctly in the detached head case.
7772 (vc-git-print-log): Remove unused binding.
7773
7774 * vc.el (vc-responsible-backend): When a directory is passed for
7775 for registration create a VC repository if no backend is
7776 responsible for the directory argument.
7777 (vc-deduce-fileset): Tell vc-responsible-backend to register.
7778
7779 * vc.el: Move comments about RCS and SCCS ...
7780 * vc-rcs.el:
7781 * vc-sccs.el: ... here, respectively.
7782
7783 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7784
7785 * minibuffer.el (completion--file-name-table): Return nil if there's
7786 no file completion, even if substitute-in-file-name changed
7787 the string (bug#4708).
7788
7789 2009-10-13 Juri Linkov <juri@jurta.org>
7790
7791 * files-x.el (read-file-local-variable-value): Don't filter out
7792 minor modes from mode name completion (bug#4664).
7793
7794 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7795
7796 * international/mule-cmds.el (ucs-names): Remove exclusion of
7797 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7798
7799 2009-10-13 Kenichi Handa <handa@m17n.org>
7800
7801 * international/uni-name.el: Regenerated.
7802
7803 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7804
7805 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7806 should be automatically buffer-local, but isn't.)
7807
7808 2009-10-12 Sam Steingold <sds@gnu.org>
7809
7810 * progmodes/compile.el (compilation-next-error-function): Fix the
7811 timestamps if the buffer has been visited before.
7812 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7813 non-anchored patterns, like the perl one (bug#3928).
7814
7815 2009-10-12 Glenn Morris <rgm@gnu.org>
7816
7817 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7818 Let-bind `size'.
7819
7820 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
7821
7822 * proced.el (proced-unload-function): New function.
7823
7824 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7825 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7826 Doc fix.
7827
7828 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7829
7830 2009-10-11 Juri Linkov <juri@jurta.org>
7831
7832 * files-x.el (read-file-local-variable-value):
7833 Provide default value only for bound variables (bug#4664).
7834
7835 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
7836
7837 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7838 connection methods like smb.
7839
7840 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7841 can be empty.
7842
7843 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7844 (tramp-smb-file-name-handler-alist): Add handlers for
7845 `add-name-to-file', `make-symbolic-link'.
7846 (tramp-smb-handle-add-name-to-file)
7847 (tramp-smb-do-file-attributes-with-stat)
7848 (tramp-smb-handle-make-symbolic-link)
7849 (tramp-smb-get-cifs-capabilities): New defuns.
7850 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7851 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7852 (tramp-smb-handle-file-local-copy)
7853 (tramp-smb-handle-make-directory-internal)
7854 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7855 The file name syntax depends on cifs capabilities.
7856 (tramp-smb-handle-file-attributes):
7857 Call `tramp-smb-do-file-attributes-with-stat' if possible.
7858 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7859 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7860
7861 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
7862
7863 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7864 (eieio-defclass): Apply deftype handler and setf-method properties
7865 directly.
7866 (eieio-add-new-slot): Avoid union function from cl library.
7867 (eieio--typep): New function.
7868 (eieio-perform-slot-validation): Use it.
7869
7870 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7871
7872 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7873 Update documentation to refer to the variables documented in r1.135.
7874 (Bug#4188)
7875
7876 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7877
7878 * bookmark.el (Info-suffix-list): Remove this unused variable.
7879 (bookmark-current-point): Remove this obsolete variable.
7880 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7881 Adjust for removal of bookmark-current-point.
7882
7883 (bookmarks-already-loaded, bookmark-current-buffer)
7884 (bookmark-yank-point): Document. (Bug#4188)
7885
7886 2009-10-10 Glenn Morris <rgm@gnu.org>
7887
7888 * frame.el (frame-height): Doc fix.
7889
7890 * calendar/calendar.el (calendar-split-width-threshold): New option.
7891 (calendar-basic-setup): Use calendar-split-width-threshold.
7892
7893 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
7894
7895 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7896 Ideographic Supplement" range (U+1F200..U+1F2FF).
7897
7898 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7899
7900 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7901 since the list will have been rebuilt anyway. (Bug#4349)
7902
7903 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7904
7905 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7906 (bookmark-bmenu-execute-deletions): Don't save here, as
7907 bookmark-delete will now do so if necessary.
7908 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7909 (Bug#4348)
7910
7911 2009-10-09 Glenn Morris <rgm@gnu.org>
7912
7913 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7914
7915 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7916
7917 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7918 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7919 argument now, so the two function's behaviors will match. (Bug#3645)
7920
7921 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
7922
7923 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7924 (tramp-file-name-real-host, tramp-file-name-port):
7925 Apply `save-match-data'.
7926
7927 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7928 case both directories are remote.
7929 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7930 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7931
7932 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7933
7934 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7935
7936 2009-10-07 Glenn Morris <rgm@gnu.org>
7937
7938 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7939 of concat.
7940
7941 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7942
7943 * files-x.el (read-file-local-variable): Include some
7944 non-user-variables in the completion table (bug#4664).
7945
7946 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
7947
7948 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7949 message.
7950
7951 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7952 (tramp-smb-file-name-handler-alist): Add handler for
7953 `copy-directory', `expand-file-name', `set-file-modes'.
7954 (tramp-smb-handle-copy-directory)
7955 (tramp-smb-handle-expand-file-name)
7956 (tramp-smb-handle-set-file-modes): New defuns.
7957 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7958 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7959 entry.
7960 (tramp-smb-handle-insert-directory): Don't flush the cache.
7961 (tramp-smb-maybe-open-connection): Check for samba client and
7962 server versions.
7963
7964 2009-10-07 Eli Zaretskii <eliz@gnu.org>
7965
7966 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7967 to not error out of search for "^lisp=" fails.
7968
7969 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7970
7971 * makefile.w32-in (WINS_UPDATES): New macro.
7972 (custom-deps, finder-data, autoloads): Use it.
7973
7974 2009-10-07 Glenn Morris <rgm@gnu.org>
7975
7976 * Makefile.in (autoloads): Revert previous change.
7977 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7978 the list of preloaded files passed on the command-line, get
7979 it from src/Makefile.
7980
7981 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7982 show the original buffer rather than a random one.
7983
7984 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
7985
7986 * help.el (describe-no-warranty): Place point in a slightly better
7987 position in the GPLv3 text.
7988
7989 2009-10-06 Sam Steingold <sds@gnu.org>
7990
7991 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7992 the comm attribute is present before calling regexp-quote.
7993
7994 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
7995
7996 * play/animate.el (animate-string): For good effect, make sure
7997 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7998
7999 * play/animate.el (animate-sequence, animate-birthday-present):
8000 * misc.el (butterfly): Don't set `indent-tabs-mode'.
8001
8002 2009-10-06 Glenn Morris <rgm@gnu.org>
8003
8004 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8005
8006 * emacs-lisp/autoload.el (autoload-excludes): New variable.
8007 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8008 (batch-update-autoloads): Process a string value of autoload-excludes,
8009 set during the build process.
8010 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
8011
8012 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8013 inside with-parsed... macro so that `v' is defined.
8014
8015 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8016 * progmodes/fortran.el (fortran-end-of-block)
8017 (fortran-beginning-of-block):
8018 Also push mark in the macro case.
8019
8020 * emerge.el (emerge-show-file-name):
8021 * calc/calc.el (calc-quit):
8022 * calc/calc-misc.el (calc-big-or-small):
8023 * calc/calc-graph.el (calc-graph-view):
8024 * calc/calc-ext.el (calc-reset):
8025 * calendar/calendar.el (calendar-basic-setup):
8026 Use window-full-height-p.
8027
8028 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8029 header we don't understand, don't insert another. (Bug#4624)
8030 If changing mime charset, insert the new one in the right place.
8031
8032 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
8033
8034 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8035 (cal-tex-cursor-month): Correctly increment the end date for diary and
8036 holiday listing. (Bug#4626)
8037
8038 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8039
8040 * help-fns.el (describe-function-1): Don't burp if the function is not
8041 a symbol.
8042
8043 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
8044
8045 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8046 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8047 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8048 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8049
8050 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8051 (eieio-default-superclass): Reflow docstrings.
8052 (this, class-option-assoc, defclass, eieio-class-un-autoload)
8053 (eieio-unbind-method-implementations, defmethod)
8054 (eieio-validate-slot-value, eieio-validate-class-slot-value)
8055 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8056 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8057 (eieio-slot-originating-class-p, eieio-slot-name-index)
8058 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8059 (constructor, initialize-instance, no-next-method, object-print)
8060 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8061 Fix typos in docstrings.
8062 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8063 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8064 (next-method-p): Doc fixes.
8065 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8066 Fix typos in error messages.
8067 (eieio-defmethod): Fix typo in description of generic method.
8068
8069 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8070 (eieio-persistent-save-interactive, slot-missing):
8071 Fix typos in docstrings.
8072 (eieio-instance-inheritor-slot-boundp): Doc fix.
8073
8074 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8075 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8076
8077 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8078 (eieio-custom-object-apply-reset):
8079 Fix typos in docstrings and error messages.
8080
8081 * emacs-lisp/eieio-datadebug.el (data-debug-show):
8082 Fix typo in docstring.
8083
8084 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
8085 (eieio-browse-tree): Doc fix.
8086 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
8087 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
8088 Fix typos in docstrings.
8089
8090 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
8091 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
8092 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
8093 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
8094 Reflow docstrings.
8095
8096 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
8097
8098 * vc-hg.el (log-view-vc-backend): Declare for compiler.
8099 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
8100 Set log-view-vc-backend so that diff can work.
8101
8102 * log-view.el (log-view-diff): Use vc-diff-internal instead of
8103 vc-version-diff.
8104 (vc-diff-internal): Autoload this instead of vc-version-diff.
8105
8106 2009-10-05 Eli Zaretskii <eliz@gnu.org>
8107
8108 * simple.el (eval-expression): Doc fix.
8109
8110 * progmodes/cwarn.el (cwarn-mode): Doc fix.
8111
8112 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
8113
8114 * files.el (directory-files-no-dot-files-regexp): New defconst.
8115 (delete-directory): Use it.
8116 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
8117
8118 * net/tramp.el (tramp-verbose): Fix docstring.
8119 (tramp-methods): Add recursive option to `tramp-copy-args'.
8120 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
8121 "scp1_old", "scp2_old", "rsync", "rsyncc".
8122 (tramp-default-method): Check also for `auth-source-user-or-password'.
8123 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8124 Add handler for `copy-directory'.
8125 (tramp-handle-copy-directory): New defun.
8126 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
8127 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8128 Optimize sent command.
8129
8130 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8131
8132 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8133 window if necessary.
8134
8135 * calendar/calendar.el (calendar-basic-setup): Don't call
8136 switch-to-buffer in a dedicated window.
8137
8138 2009-10-05 Karl Fogel <kfogel@red-bean.com>
8139
8140 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
8141 don't do anything related to relocating, just return nil.
8142 (bookmark-error-no-filename): New error.
8143 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
8144 bookmark has no file. Don't even attempt to handle things that
8145 are not files; the whole point of custom handlers is to keep that
8146 knowledge elsewhere anyway. Tighten some comments.
8147 (bookmark-file-or-variation-thereof): Remove now-unused function.
8148 (bookmark-location): Doc string fix.
8149 (Bug#4250)
8150
8151 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8152
8153 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8154 don't use a file dialog, because they usually don't know how to read
8155 a directory target from the user. (Bug#4230)
8156 Also, make sure the prompt can display directories as well as files.
8157
8158 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8159
8160 * bookmark.el (bookmark-set, bookmark-buffer-name):
8161 Improve doc strings. (Bug#1193)
8162
8163 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8164
8165 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8166 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8167 (bookmark-get-annotation, bookmark-set-annotation)
8168 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8169 (bookmark-set-position, bookmark-get-front-context-string)
8170 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8171 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8172 (bookmark-jump-other-window, bookmark-handle-bookmark)
8173 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8174 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8175 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
8176 Improve doc strings to say whether bookmark can be a string or
8177 a record or both, and make other consistency and clarity fixes.
8178 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
8179 (bookmark-default-annotation-text, bookmark-yank-word)
8180 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
8181 (bookmark-import-new-list, bookmark-maybe-rename)
8182 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8183 (bookmark-bmenu-bookmark): Give these doc strings.
8184 (bookmark-bmenu-check-position): Give this a doc string, but also
8185 add a FIXME comment about how the function may be pointless.
8186 (bookmark-default-handler): Rework doc string and change a
8187 parameter name, to clarify that this takes a bookmark record
8188 not a bookmark name.
8189 (bookmark-set): Change a parameter name to indicate its meaning,
8190 and improve the doc string a bit.
8191 (Bug#4188)
8192
8193 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8194
8195 * bookmark.el (bookmark-alist): Document the new `handler' element
8196 in the param alist.
8197 (bookmark-make-record-function): Adjust documentation for above.
8198 (Bug#4193)
8199
8200 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8201
8202 * info.el (Info-bookmark-make-record): Document this function.
8203 (Info-bookmark-jump): Document with a doc string, not just a comment.
8204 (Bug#4203)
8205
8206 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
8207
8208 * files.el (copy-directory): New defun.
8209
8210 * dired-aux.el (dired-copy-file-recursive): Use it.
8211
8212 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8213
8214 * files-x.el (modify-dir-local-variable)
8215 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
8216 docstrings.
8217
8218 * recentf.el (recentf-unload-function): New function.
8219
8220 2009-10-04 Glenn Morris <rgm@gnu.org>
8221
8222 * window.el (window-full-height-p): Add doc string.
8223
8224 2009-10-04 Martin Rudalics <rudalics@gmx.at>
8225
8226 * window.el (window-full-height-p): New function. (Bug#4543)
8227
8228 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
8229
8230 * vc.el: Remove commented out code.
8231 (vc-derived-from-dir-mode): Remove, unused.
8232 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
8233
8234 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
8235
8236 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8237 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
8238 there could be recursive loading when `default-directory' is a
8239 remote file name. (Bug#4614)
8240
8241 2009-10-03 Glenn Morris <rgm@gnu.org>
8242
8243 * calendar/calendar.el (calendar-basic-setup): Handle the case where
8244 the frame is wide.
8245 (calendar-generate-window): Test for shrinkability rather than width.
8246
8247 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
8248 reusing existing buffers, in case we happen to visit two files with the
8249 same basename. (Bug#4593)
8250
8251 2009-10-02 Eli Zaretskii <eliz@gnu.org>
8252
8253 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
8254 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
8255 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
8256 subdirs of cedet as well.
8257 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
8258
8259 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8260
8261 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
8262 Obey advertised-signature-table.
8263
8264 * help-fns.el (help-function-arglist): Don't check
8265 advertised-signature-table.
8266 (describe-function-1): Do it here instead so it also applies to subrs.
8267
8268 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
8269
8270 * simple.el (start-file-process): Say in the doc-string, that file
8271 handlers might not support pty association, if PROGRAM is nil.
8272
8273 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
8274 HOST and USER are strings. They are nil, when there are
8275 incomplete entries in ~/.netrc, for example.
8276 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
8277 root directory ("device busy" error otherwise).
8278
8279 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
8280 Flush file properties of created directory.
8281
8282 2009-10-02 Eli Zaretskii <eliz@gnu.org>
8283
8284 * makefile.w32-in (WINS_BASIC): Remove cedet.
8285 (WINS_CEDET): Add cedet.
8286 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
8287
8288 2009-10-02 Kevin Ryde <user42@zip.com.au>
8289
8290 * net/browse-url.el (browse-url): Pass any symbol in
8291 browse-url-browser-function to `apply', since if you've mistakenly put
8292 an unbound symbol then the error is clearer. (Bug#4531)
8293
8294 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8295
8296 * allout.el (allout-init, allout-back-to-current-heading)
8297 (allout-beginning-of-current-entry, allout-ascend-to-depth)
8298 (allout-ascend, allout-up-current-level, allout-end-of-level)
8299 (allout-previous-visible-heading, allout-forward-current-level)
8300 (allout-backward-current-level, allout-show-children):
8301 * apropos.el (apropos-describe-plist):
8302 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
8303 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
8304 * completion.el (add-completion, add-permanent-completion):
8305 * descr-text.el (describe-text-category, describe-char):
8306 * desktop.el (desktop-lazy-abort):
8307 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8308 * dired.el (dired-build-subdir-alist):
8309 * ediff.el (ediff-version):
8310 * elide-head.el (elide-head, elide-head-show):
8311 * emerge.el (emerge-version):
8312 * env.el (getenv):
8313 * face-remap.el (variable-pitch-mode):
8314 * faces.el (describe-face):
8315 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8316 (dired-at-point):
8317 * files.el (find-file-existing, auto-save-mode):
8318 * font-lock.el (font-lock-fontify-buffer):
8319 * help-fns.el (describe-function, describe-variable)
8320 (describe-syntax, describe-categories):
8321 * help.el (view-lossage, describe-bindings, describe-key)
8322 (describe-mode):
8323 * hexl.el (hexl-current-address):
8324 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8325 * info.el (Info-goto-emacs-key-command-node):
8326 * log-edit.el (log-edit-insert-cvs-template)
8327 (log-edit-insert-cvs-rcstemplate):
8328 * menu-bar.el (menu-bar-mode):
8329 * mouse.el (mouse-appearance-menu):
8330 * newcomment.el (comment-indent-new-line):
8331 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8332 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
8333 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
8334 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8335 * recentf.el (recentf-mode):
8336 * savehist.el (savehist-mode, savehist-save):
8337 * shadowfile.el (shadow-copy-files):
8338 * simple.el (kill-ring-save, next-line, previous-line)
8339 (normal-erase-is-backspace-mode):
8340 * strokes.el (strokes-update-window-configuration)
8341 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8342 (strokes-xpm-for-stroke):
8343 * time.el (emacs-uptime, emacs-init-time):
8344 * tutorial.el (tutorial--describe-nonstandard-key)
8345 (tutorial--detailed-help):
8346 * type-break.el (type-break-mode)
8347 (type-break-mode-line-message-mode, type-break-query-mode)
8348 (type-break-guesstimate-keystroke-threshold):
8349 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8350 * version.el (emacs-version):
8351 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8352 * winner.el (winner-mode):
8353 * calendar/timeclock.el (timeclock-in, timeclock-out)
8354 (timeclock-status-string, timeclock-change)
8355 (timeclock-workday-remaining-string)
8356 (timeclock-workday-elapsed-string)
8357 (timeclock-when-to-leave-string):
8358 * calendar/todo-mode.el (todo-add-category):
8359 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8360 * emacs-lisp/autoload.el (update-file-autoloads):
8361 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8362 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8363 (checkdoc-message-text, checkdoc-defun):
8364 * emacs-lisp/debug.el (debugger-list-functions):
8365 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8366 * emacs-lisp/eieio-opt.el (eieio-describe-class)
8367 (eieio-describe-generic):
8368 * emacs-lisp/lisp-mnt.el (lm-synopsis):
8369 * emacs-lisp/shadow.el (list-load-path-shadows):
8370 * emulation/cua-base.el (cua-mode):
8371 * emulation/edt.el (edt-set-scroll-margins):
8372 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8373 (tpu-toggle-regexp, tpu-toggle-search-direction)
8374 (tpu-toggle-rectangle, tpu-toggle-control-keys):
8375 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8376 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8377 (viper-set-parsing-style-toggling-macro)
8378 (viper-set-emacs-state-searchstyle-macros):
8379 * emulation/viper.el (viper-set-hooks):
8380 * eshell/esh-mode.el (eshell-truncate-buffer):
8381 * international/mule-cmds.el (prefer-coding-system)
8382 (describe-input-method, describe-language-environment):
8383 * international/mule-diag.el (list-character-sets)
8384 (describe-character-set, describe-coding-system)
8385 (describe-fontset, list-fontsets, list-input-methods):
8386 * mail/sendmail.el (mail-signature):
8387 * net/ange-ftp.el (ange-ftp-copy-file):
8388 * net/browse-url.el (browse-url):
8389 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8390 * net/quickurl.el (quickurl-add-url):
8391 * net/rcirc.el (names, topic):
8392 * net/xesam.el (xesam-mode):
8393 * play/5x5.el (5x5-new-game):
8394 * play/yow.el (apropos-zippy):
8395 * progmodes/ada-mode.el (ada-mode-version):
8396 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8397 (f90-end-of-block)
8398 (f90-beginning-of-block):
8399 * progmodes/fortran.el (fortran-end-of-block)
8400 (fortran-beginning-of-block):
8401 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8402 * progmodes/python.el (python-describe-symbol, python-shell):
8403 * term/ns-win.el (ns-print-buffer):
8404 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8405 * textmodes/flyspell.el (flyspell-mode-on):
8406 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8407 (pages-directory-for-addresses):
8408 * textmodes/table.el (table-recognize-cell)
8409 (table-query-dimension, table-generate-source)
8410 (table-insert-sequence, table--warn-incompatibility):
8411 * textmodes/tex-mode.el (tex-validate-buffer):
8412 * textmodes/texinfmt.el (texinfmt-version)
8413 (texinfo-format-buffer):
8414 Use `called-interactively-p' instead of `interactive-p'.
8415
8416 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8417
8418 * image-mode.el (image-toggle-display):
8419 * emacs-lisp/elp.el (elp-instrument-function):
8420 * emacs-lisp/advice.el (ad-make-advised-definition):
8421 * emacs-lisp/easy-mmode.el (define-minor-mode):
8422 * net/browse-url.el (browse-url-maybe-new-window):
8423 * progmodes/sh-script.el (sh-learn-buffer-indent):
8424 Pass new argument 'any to `called-interactively-p'.
8425
8426 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8427
8428 * international/uni-bidi.el:
8429 * international/uni-category.el:
8430 * international/uni-combining.el:
8431 * international/uni-comment.el:
8432 * international/uni-decimal.el:
8433 * international/uni-decomposition.el:
8434 * international/uni-digit.el:
8435 * international/uni-lowercase.el:
8436 * international/uni-mirrored.el:
8437 * international/uni-name.el:
8438 * international/uni-numeric.el:
8439 * international/uni-old-name.el:
8440 * international/uni-titlecase.el:
8441 * international/uni-uppercase.el:
8442 Regenerate from Unicode 5.2.0 data.
8443
8444 2009-10-01 Glenn Morris <rgm@gnu.org>
8445
8446 * Makefile.in (ELCFILES): Regenerate.
8447
8448 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8449
8450 * subr.el (interactive-p): Mark obsolete.
8451 (called-interactively-p): Make the optional-ness of `kind' obsolete.
8452 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8453 advertised-signature-table for subroutines as well.
8454
8455 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8456 (set-advertised-calling-convention): New function.
8457 (make-obsolete, define-obsolete-function-alias)
8458 (make-obsolete-variable, define-obsolete-variable-alias):
8459 Make the optional-ness of `when' obsolete.
8460 (define-obsolete-face-alias): Make `when' non-optional.
8461 * help-fns.el (help-function-arglist):
8462 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8463 Use advertised-signature-table.
8464
8465 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
8466
8467 * files.el (delete-directory): New defun. The original function
8468 in fileio.c has been renamed to `delete-directory-internal'.
8469
8470 * dired.el (dired-delete-file): Call `delete-directory' with
8471 RECURSIVE parameter.
8472
8473 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8474 parameter RECURSIVE. Implementation is missing.
8475
8476 * net/tramp.el (tramp-handle-make-directory): Flush upper
8477 directory's file properties.
8478 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8479 (tramp-handle-dired-recursive-delete-directory): Flush directory
8480 properties after the remove command only.
8481
8482 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8483 Handle optional parameter RECURSIVE.
8484
8485 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8486 Handle optional parameter RECURSIVE.
8487
8488 * net/tramp-smb.el (tramp-smb-errors): Add error message for
8489 connection timeout.
8490 (tramp-smb-handle-delete-directory): Handle optional parameter
8491 RECURSIVE.
8492
8493 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8494
8495 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8496 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8497 (byte-compile-defmacro): Use backquotes.
8498
8499 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8500
8501 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8502 has no associated file.
8503 (vc-resynch-buffer): Use vc-dir-buffers.
8504
8505 2009-10-01 Glenn Morris <rgm@gnu.org>
8506
8507 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8508 (chart-file-count):
8509 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8510 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8511 * emacs-lisp/eieio-opt.el (eieio-describe-class):
8512 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8513 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8514 (eieio-copy-parents-into-subclass, make-instance, class-children)
8515 (eieio-generic-form):
8516
8517 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8518 match-data. (Bug#4555).
8519
8520 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8521 rather than parsing it as a regexp. This relaxes the layout
8522 requirements and makes errors easier to detect.
8523 (check-declare-verify): Check file is regular.
8524 (check-declare-directory): Doc fix.
8525 * subr.el (declare-function): Doc fix.
8526
8527 * ibuffer.el (ibuffer-format-qualifier):
8528 * isearch.el (hi-lock-regexp-okay):
8529 * calc/calc.el (math-zerop):
8530 * mail/uce.el (rmail-msgbeg, rmail-msgend):
8531 * term/w32-win.el (setup-default-fontset, set-fontset-font):
8532 Remove unused declarations.
8533
8534 2009-09-30 Glenn Morris <rgm@gnu.org>
8535
8536 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8537
8538 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8539 filename is not a string.
8540
8541 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
8542
8543 * files.el (safe-local-eval-forms): Fix typo.
8544
8545 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8546
8547 * vc-hooks.el (vc-dir-buffers): New var.
8548 (vc-state-refresh): New function.
8549 (vc-state): Use it.
8550 (vc-after-save): Always ask the backend to recompute the new state.
8551 Always call vc-dir if necessary, using vc-dir-buffers.
8552 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8553 Use vc-dir-buffers.
8554 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8555 (vc-dir-prepare-status-buffer, vc-dir-update)
8556 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8557 Don't call expand-file-name on default-directory.
8558
8559 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8560
8561 * speedbar.el (speedbar-item-delete):
8562 * calc/calc-prog.el (calc-kbd-if):
8563 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8564
8565 * epa.el (epa-key-list-mode-map):
8566 * hi-lock.el (hi-lock-menu): Fix typos in menus.
8567
8568 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8569 (hs-show-hook): Fix typo in docstring.
8570
8571 2009-09-29 Glenn Morris <rgm@gnu.org>
8572
8573 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8574 file-name-nondirectory call preventing location of cedet files.
8575 (check-declare-verify): Use literal search rather than re-search.
8576 Add basic defmethod and defclass, and define-overloadable-function.
8577
8578 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8579 Use tramp-compat-file-attributes rather than nonexistent
8580 tramp-compat-handle-file-attributes.
8581
8582 * Makefile.in (lisptagsfiles4): New.
8583 (AUTOGENEL): Add cedet loaddefs files.
8584 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8585 (update-elclist, compile-always, backup-compiled-files)
8586 (bootstrap-clean): Add yet another directory level.
8587 (update-elclist): Use LC_COLLATE rather than COLLATE.
8588 (ELCFILES): Update, via `make update-elclist'.
8589
8590 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8591
8592 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8593 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8594 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8595
8596 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
8597
8598 * Makefile.in (lisptagsfiles3): Define.
8599 (TAGS, TAGS-LISP): Use it.
8600 (update-elclist): Add third directory level to look for elc files.
8601 (compile-always): Likewise.
8602 (backup-compiled-files): Likewise.
8603 (bootstrap-clean): Likewise.
8604 (ELCFILES): Update.
8605
8606 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
8607
8608 * Makefile.in (ELCFILES): Add CEDET files.
8609
8610 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
8611
8612 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8613
8614 * net/tramp.el (top): Require tramp-imap.
8615
8616 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8617 Use `tramp-compat-handle-file-attributes'.
8618
8619 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8620
8621 * net/tramp-imap.el: New package.
8622
8623 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8624
8625 * whitespace.el (whitespace-trailing-regexp)
8626 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8627 Fix doc string.
8628
8629 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
8630
8631 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8632 menu.
8633
8634 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8635 menu-bar-ediff-menu.
8636
8637 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8638 define-overloadable-function.
8639
8640 * progmodes/autoconf.el: Provide autoconf as well, so that this
8641 file can be `require'd.
8642
8643 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8644
8645 * emacs-lisp/autoload.el (generated-autoload-feature)
8646 (generated-autoload-load-name): New vars.
8647 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8648 (make-autoload): Recognize define-overloadable-function and
8649 defclass forms (for EIEIO).
8650
8651 * Makefile.in (update-subdirs): Exclude cedet directory.
8652
8653 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8654
8655 * term/ns-win.el: Don't set the region face background. (Bug#4381)
8656
8657 * faces.el: Default light-background background for region face to
8658 ns_selection_color under NS.
8659
8660 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8661
8662 * net/imap-hash.el: New library, see NEWS.
8663
8664 * Makefile.in (ELCFILES): Add imap-hash.el.
8665
8666 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8667
8668 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8669 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8670 * help-macro.el (make-help-screen): Avoid using an ambiguous function
8671 definition where the docstring could be taken for the return value.
8672
8673 2009-09-26 Glenn Morris <rgm@gnu.org>
8674
8675 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8676 Add option to only show images below a certain size.
8677 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8678 save-excursion calls.
8679
8680 2009-09-26 Eli Zaretskii <eliz@gnu.org>
8681
8682 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8683 subdirectories) and eieio.
8684
8685 2009-09-26 Alan Mackenzie <acm@muc.de>
8686
8687 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8688 Correct buggy bracketing. (Bug#4289)
8689
8690 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8691 character constants (as case labels). (Bug#4289)
8692
8693 2009-09-25 Juri Linkov <juri@jurta.org>
8694
8695 * files.el (safe-local-eval-forms): Allow time-stamp in
8696 before-save-hook (Bug#4554).
8697
8698 2009-09-25 Drew Adams <drew.adams@oracle.com>
8699
8700 * menu-bar.el (list-buffers-directory): Doc fix.
8701
8702 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8703
8704 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8705 Try and avoid copying twice the same paragraph.
8706 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8707 Remove save-excursion.
8708 (log-edit-changelog-entry): Do it here instead.
8709
8710 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
8711
8712 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8713 when available, instead of hardcoding mode names. Doc fix.
8714
8715 * menu-bar.el (list-buffers-directory): Add docstring.
8716 Make automatically buffer-local.
8717
8718 * dired.el (dired-mode):
8719 * files.el (cd-absolute):
8720 * pcvs.el (cvs-temp-buffer):
8721 * pcvs-util.el (cvs-get-buffer-create):
8722 * shell.el (shell-mode):
8723 * vc-dir.el (vc-dir-mode):
8724 Don't make `list-buffers-directory' buffer local.
8725
8726 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8727
8728 * comint.el (comint-exec, comint-run, make-comint):
8729 Doc fixes (Bug#4542).
8730
8731 2009-09-25 Glenn Morris <rgm@gnu.org>
8732
8733 * mail/rmailmm.el (rmail-mime): New custom group.
8734 Move all defcustoms in this file into this group.
8735 (rmail-mime-media-type-handlers-alist): Revert previous change.
8736 (rmail-mime-show-images): New option.
8737 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8738 references to it, since it wasn't actually used for anything.
8739 (rmail-mime-insert-image): New function.
8740 (rmail-mime-image): Use rmail-mime-insert-image.
8741 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8742 obey the value of `rmail-mime-show-images' option. Print the size of
8743 attachments.
8744
8745 2009-09-25 David Engster <deng@randomsample.de>
8746
8747 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8748
8749 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8750
8751 * whitespace.el: Does not highlight trailing spaces While point is
8752 at end of line. Does not highligt spaces at beginning of buffer
8753 while point is at beginning of buffer. Does not highlight spaces
8754 at end of buffer while point is at end of buffer. (Bug#4177)
8755 New version 12.0.
8756 (whitespace-display-mappings): Adjust initialization.
8757 (whitespace-point, whitespace-font-lock-refontify): New vars.
8758 (whitespace-color-on, whitespace-color-off): Adjust code.
8759 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8760 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8761 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8762
8763 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
8764
8765 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8766
8767 * textmodes/sgml-mode.el: Remove xml-mode alias.
8768
8769 * files.el (auto-mode-alist, conf-mode-maybe)
8770 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8771
8772 2009-09-24 Alan Mackenzie <acm@muc.de>
8773
8774 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8775 c-forward-conditionals, but it doesn't move point and doesn't set
8776 the mark.
8777 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8778 (c-down-conditional-with-else, c-backward-conditional)
8779 (c-forward-conditional): Refactor to use c-scan-conditionals.
8780
8781 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8782
8783 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8784 (help-default-arg-highlight): Remove.
8785 (help-highlight-arg): New function.
8786 (help-do-arg-highlight): Use it.
8787 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8788
8789 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8790
8791 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8792 Undo last change, which didn't fix the problem and introduced others.
8793
8794 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
8795
8796 * progmodes/gdb-mi.el: Don't require speedbar.
8797 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8798
8799 2009-09-24 Glenn Morris <rgm@gnu.org>
8800
8801 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8802
8803 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8804
8805 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8806 there is no newline after the final mime boundary. (Bug#4539)
8807 Move markers on insertion so that any buttons inserted don't end up in
8808 the next part of a multipart message.
8809 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8810 (rmail-mime-bulk-handler): Optionally handle images.
8811 (rmail-mime-image): New button action.
8812 (rmail-mime-image-handler): New function.
8813 (rmail-mime-mode): New mode.
8814 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
8815
8816 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8817
8818 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8819 than just dropping elements from it (bug#4504).
8820
8821 * term.el (term-set-scroll-region): Don't move cursor any more.
8822 (term-handle-ansi-escape): Call term-goto here instead.
8823 Suggested by Ivan Kanis <apple@kanis.eu>.
8824
8825 * term.el: Require CL.
8826 (term-ansi-reset): New function.
8827 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8828 (term-handle-colors-array): Simplify.
8829
8830 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8831
8832 * allout.el (allout-overlay-interior-modification-handler)
8833 (allout-obtain-passphrase):
8834 * epa-file.el (epa-file-write-region):
8835 * ps-print.el (ps-begin-job):
8836 * vc-hooks.el (vc-toggle-read-only):
8837 * vc-rcs.el (vc-rcs-rollback):
8838 * vc-sccs.el (vc-sccs-rollback):
8839 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8840 (vc-version-diff, vc-revert, vc-rollback):
8841 * wdired.el (wdired-check-kill-buffer):
8842 * emacs-lisp/authors.el (authors):
8843 * net/socks.el (socks-open-connection):
8844 * net/zeroconf.el (zeroconf-service-add-hook):
8845 * obsolete/vc-mcvs.el (vc-mcvs-register):
8846 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8847 (gdb-select-frame):
8848 * progmodes/grep.el (lgrep, rgrep):
8849 * progmodes/idlw-help.el (idlwave-help-check-locations)
8850 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8851 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8852 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8853 (reftex-toc-rename-label): Fix typos in error messages.
8854
8855 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8856 (dired-copy-how-to-fn): Doc fix.
8857 (dired-files-attributes, dired-read-shell-command):
8858 Fix typos in docstrings.
8859
8860 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8861 (dired-x-find-file-other-window): Reflow docstrings.
8862 (dired-omit-marker-char, dired-read-shell-command)
8863 (dired-x-submit-report): Fix typos in docstrings.
8864
8865 * shell.el (shell-mode-hook):
8866 * view.el (View-scroll-line-forward):
8867 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8868 Fix typos in docstrings.
8869
8870 * net/dig.el (dig-invoke): Fix typo in docstring.
8871 (query-dig): Reflow docstring.
8872
8873 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8874 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8875 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8876 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8877 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8878 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8879 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8880 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8881 (idlwave-completion-map, idlwave-current-indent)
8882 (idlwave-custom-ampersand-surround, idlwave-customize)
8883 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8884 (idlwave-define-abbrev, idlwave-determine-class-special)
8885 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8886 (idlwave-end-block-reg, idlwave-end-of-statement)
8887 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8888 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8889 (idlwave-explicit-class-listed, idlwave-file-header)
8890 (idlwave-fill-paragraph, idlwave-find-class-definition)
8891 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8892 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8893 (idlwave-in-quote, idlwave-indent-action-table)
8894 (idlwave-indent-expand-table, idlwave-indent-line)
8895 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8896 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8897 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8898 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8899 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8900 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8901 (idlwave-outlawed-buffers, idlwave-popup-select)
8902 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8903 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8904 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8905 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8906 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8907 (idlwave-statement-type, idlwave-struct-skip)
8908 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8909 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8910 (idlwave-what-module-find-class): Fix typos in docstrings.
8911 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8912 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8913 (idlwave-find-module, idlwave-find-structure-definition)
8914 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8915 (idlwave-list-load-path-shadows, idlwave-next-statement)
8916 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8917 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8918 (idlwave-template): Reflow docstrings.
8919
8920 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8921 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8922 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8923 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8924 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8925 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8926 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8927 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8928 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8929 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8930 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8931 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8932 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8933 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8934 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8935 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8936 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8937 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8938 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8939 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8940 Fix typos in docstrings.
8941 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8942 (idlwave-shell-hide-output, idlwave-shell-mode)
8943 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8944 Reflow docstrings.
8945
8946 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8947
8948 2009-09-24 Ivan Kanis <apple@kanis.eu>
8949
8950 * term.el (term-bold-attribute): New var.
8951 (term-handle-colors-array): Use it.
8952
8953 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8954
8955 * progmodes/gdb-mi.el (gdb-version): New variable.
8956 (gdb-non-stop-handler): Set gdb-version.
8957 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8958 Condition "--thread" option on gdb-version.
8959 (gdb-invalidate-threads): Remove unused argument.
8960
8961 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8962
8963 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8964 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8965
8966 2009-09-23 Glenn Morris <rgm@gnu.org>
8967
8968 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8969 replying to mail without References or Message-Id. (Bug#4525)
8970
8971 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8972
8973 * term/ns-win.el (ns-reg-to-script): New variable.
8974
8975 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8976
8977 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8978
8979 2009-09-22 Sam Steingold <sds@gnu.org>
8980
8981 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8982 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8983 to 1 because hg returns status 1 when nothing is found.
8984 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8985
8986 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8987
8988 * textmodes/fill.el: Convert to utf-8 encoding.
8989 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8990 pre-unicode days.
8991
8992 * add-log.el (change-log-fill-forward-paragraph): New function.
8993 (change-log-mode): Use it so fill-region DTRT.
8994 Set fill-indent-according-to-mode here rather than in
8995 change-log-fill-paragraph.
8996 (change-log-fill-paragraph): Remove.
8997
8998 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8999
9000 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
9001 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
9002
9003 2009-09-22 Glenn Morris <rgm@gnu.org>
9004
9005 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
9006 the scroll-bar scroll the calendar window rather than the buffer.
9007
9008 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
9009 commands that move point (as opposed to scrolling).
9010
9011 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
9012
9013 * emacs-lisp/elint.el (elint): New custom group.
9014 (elint-log-buffer): Make it a defcustom.
9015 (elint-scan-preloaded, elint-ignored-warnings)
9016 (elint-directory-skip-re): New options.
9017 (elint-builtin-variables): Doc fix.
9018 (elint-preloaded-env): New variable.
9019 (elint-unknown-builtin-args): Add an entry for encode-time.
9020 (elint-extra-errors): Make it a variable rather than a constant.
9021 (elint-preloaded-skip-re): New constant.
9022 (elint-directory): Skip files matching elint-directory-skip-re.
9023 (elint-features): New variable, local to linted buffers.
9024 (elint-update-env): Initialize elint-features. Possibly add
9025 elint-preloaded-env to the buffer's environment.
9026 (elint-get-top-forms): Bind elint-current-pos, for log messages.
9027 Skip quoted forms.
9028 (elint-init-form): New function, extracted from elint-init-env.
9029 Make non-list forms a warning rather than an error.
9030 Add the mode-map for define-derived-mode. Handle define-minor-mode,
9031 easy-menu-define, put that adds an error-condition, and provide.
9032 When requiring cl, also require cl-macs. Really require cl, to handle
9033 some cl macros. Store required libraries in the list elint-features,
9034 so as not to re-load them. Treat cc-require like require.
9035 (elint-init-env): Call elint-init-form to do the work.
9036 Handle eval-and-compile and such like.
9037 (elint-add-required-env): Do not clear messages.
9038 (elint-special-forms): Add handlers for function, defalias, if, when,
9039 unless, and, or.
9040 (elint-form): Add optional argument to ignore elint-special-forms,
9041 useful to prevent recursive calls from handlers. Doc fix.
9042 Respect elint-ignored-warnings.
9043 (elint-form): Respect elint-ignored-warnings.
9044 (elint-bound-variable, elint-bound-function): New variables.
9045 (elint-unbound-variable): Respect elint-bound-variable.
9046 (elint-get-args): Respect elint-bound-function.
9047 (elint-check-cond-form): Add some simple handling for (f)boundp and
9048 featurep tests.
9049 (elint-check-defalias-form): New handler.
9050 (elint-check-let-form): Make an empty let a warning rather than an
9051 error.
9052 (elint-check-setq-form): Make an empty setq a warning rather than an
9053 error. Respect elint-ignored-warnings.
9054 (elint-check-defvar-form): Accept null doc-strings.
9055 (elint-check-conditional-form): New handler. Does some simple-minded
9056 checking of featurep and (f)boundp tests.
9057 (elint-put-function-args): New function.
9058 (elint-initialize): Use elint-scan-doc-file rather than
9059 elint-find-builtin-variables. Use elint-put-function-args.
9060 Possibly scan preloaded-file-list.
9061 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
9062 extend to handle functions as well.
9063
9064 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
9065
9066 * linum.el (linum-delete-overlays, linum-update-window):
9067 Do not modify the right margin. (Bug#3971)
9068
9069 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
9070
9071 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
9072 Use nxml-mode instead of xml-mode.
9073
9074 2009-09-21 Kevin Ryde <user42@zip.com.au>
9075
9076 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
9077
9078 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9079
9080 * net/dig.el (dig-mode): Use define-derived-mode.
9081
9082 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
9083
9084 * vc-dispatcher.el (vc-do-command): Return the process object in
9085 the asynchronous case. Use when instead of if. Do not run
9086 vc-exec-after to display a message if not enabled. (Bug#4463)
9087
9088 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
9089 properties to the stash strings.
9090 (vc-git-stash-list): Return a list of strings.
9091 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
9092 (vc-git-stash-show-at-point): New functions.
9093 (vc-git-stash-map): New keymap.
9094
9095 * register.el (ctl-x-r-map): Define the keys here instead of
9096 using autoload.
9097
9098 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
9099
9100 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
9101 list, to workaround performance problem (bug#4485).
9102
9103 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
9104
9105 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
9106
9107 2009-09-20 Daiki Ueno <ueno@unixuser.org>
9108
9109 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
9110 Document that this option is not recommended to use.
9111
9112 2009-09-19 Glenn Morris <rgm@gnu.org>
9113
9114 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
9115 variable `var'.
9116
9117 * calc/calc-alg.el (var):
9118 * calc/calcalg2.el (var): Define for compiler.
9119
9120 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
9121
9122 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
9123 Doc fix (Bug#3932).
9124
9125 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
9126
9127 * time-stamp.el (time-stamp-month-dd-yyyy)
9128 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
9129 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
9130 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
9131 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
9132 Remove functions that have been obsolete since 1995 (Bug#4436).
9133
9134 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
9135 indent buffer only if called interactively (Bug#4452).
9136
9137 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
9138 Eli Zaretskii <eliz@gnu.org>
9139
9140 This fixes bug#4197 (merged to bug#865, though not identical).
9141 * server.el (server-auth-dir): Add docstring note about FAT32.
9142 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
9143 but warn against using them.
9144
9145 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
9146
9147 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
9148 older GDB where there is no has_more field.
9149
9150 2009-09-19 Glenn Morris <rgm@gnu.org>
9151
9152 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9153
9154 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
9155
9156 * files.el (auto-mode-alist): Change default for XML files to nXML
9157 mode (Bug#4169).
9158
9159 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
9160
9161 * server.el (server-ensure-safe-dir): Pass 'integer
9162 to `file-attributes', as suggested.
9163
9164 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
9165
9166 * dired-aux.el (dired-query-alist): Remove spurious backslash.
9167 (dired-query): Use read-key.
9168
9169 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
9170
9171 * cus-start.el (ns-use-qd-smoothing): Remove.
9172
9173 2009-09-18 Glenn Morris <rgm@gnu.org>
9174
9175 * allout.el (top-level): Remove unnecessary progn.
9176
9177 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
9178
9179 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
9180 definition of abbrev table.
9181
9182 * speedbar.el (speedbar-track-mouse):
9183 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
9184 * net/eudc.el (eudc-expand-inline):
9185 * net/newst-backend.el (newsticker--cache-read-feed):
9186 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
9187 condition-case handlers.
9188
9189 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
9190
9191 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
9192 (gdb-var-list): Add an element for has_more field.
9193 (gdb-non-stop-handler): Enable pretty printing for STL containers.
9194 (gdb-var-create-handler, gdb-var-list-children-handler-1)
9195 (gdb-var-update-handler-1): Parse output of dynamic variable
9196 objects (STL containers).
9197 (gdb-var-delete-1): Pass var1 as an explicit second argument.
9198 (gdb-get-field): Delete alias. Use bindat-get-field directly.
9199
9200 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
9201 gdb-var-list.
9202 (gud-speedbar-buttons): Make node expandable if expression "has more"
9203 children.
9204
9205 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
9206
9207 * startup.el (emacs-quick-startup): Remove variable and all uses.
9208 (command-line): Set `inhibit-x-resources' instead.
9209 (command-line-1): Use `inhibit-x-resources' instead.
9210
9211 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
9212
9213 * subr.el: Fix last change to avoid using the `unless' macro,
9214 which breaks bootstrapping.
9215
9216 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9217
9218 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
9219 extended definitions, in case we reload subr.el after having
9220 loaded CL.
9221 (eval-next-after-load): Mark as obsolete.
9222
9223 2009-09-17 Juri Linkov <juri@jurta.org>
9224
9225 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
9226 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
9227 (menu-bar-showhide-menu, menu-bar-tools-menu)
9228 (menu-bar-describe-menu, menu-bar-help-menu)
9229 (minibuffer-local-completion-map, minibuffer-local-map):
9230 Fix list quoting.
9231
9232 2009-09-17 Glenn Morris <rgm@gnu.org>
9233
9234 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
9235 arguments, whether or not it has a handler.
9236
9237 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
9238
9239 * simple.el (hard-newline): Give it a doc-string.
9240
9241 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9242 (lisp-mode-syntax-table): Give them doc-strings.
9243
9244 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
9245
9246 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
9247 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
9248 (menu-bar-options-menu, menu-bar-showhide-menu)
9249 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
9250 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
9251 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
9252 (menu-bar-options-menu, menu-bar-tools-menu)
9253 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
9254 (menu-bar-help-menu):
9255 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
9256 string arguments.
9257
9258 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
9259 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
9260 calls for the menu names and :help.
9261
9262 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9263
9264 * mouse.el (minor-mode-menu-from-indicator): Pay attention
9265 to :minor-mode-function (bug#4455).
9266
9267 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9268
9269 * startup.el (command-line): Initialize the window-system after
9270 processing the command-line.
9271
9272 * textmodes/page.el (what-page): Make sure we don't inf-loop if
9273 page-delimiter matches the empty string.
9274
9275 2009-09-16 Glenn Morris <rgm@gnu.org>
9276
9277 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
9278 byte-compile-not-obsolete-var. It's a list now.
9279 (byte-compile-not-obsolete-funcs): New variable.
9280 (byte-compile-warn-obsolete): Don't warn about functions if they are in
9281 byte-compile-not-obsolete-funcs.
9282 (byte-compile-variable-ref, byte-compile-defvar): Update for
9283 byte-compile-not-obsolete-vars name-change and list nature.
9284 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
9285 and variables behind (f)boundp tests.
9286 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
9287
9288 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9289
9290 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
9291
9292 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9293
9294 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
9295 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
9296 Don't autoload.
9297
9298 2009-09-15 Stephen Eglen <stephen@gnu.org>
9299
9300 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
9301 the virtual-buffers, use the name of the buffer specified by
9302 find-file-noselect, as the match may be a symlink. (This was a
9303 problem if the target and the symlink had different names.)
9304
9305 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9306
9307 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9308
9309 * desktop.el (desktop-path): Check user-emacs-directory.
9310
9311 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9312
9313 * loadup.el: Use after-load-functions to GC after loading each file.
9314 Remove the explicit GC calls that used to be sprinkled around.
9315
9316 * subr.el (after-load-functions): New hook.
9317 (do-after-load-evaluation): Run it. Use string-match-p to detect
9318 `obsolete' packages, rather than painfully extracting the relevant
9319 directory name.
9320
9321 2009-09-15 Glenn Morris <rgm@gnu.org>
9322
9323 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9324 free variable `doc'.
9325
9326 * dired.el (dired-mode-map): Add menu entry for async shell command.
9327
9328 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9329 variables, also consider the .elc files, since the .el files are
9330 normally gzipped (subsequent code locates the .el.gz from the .elc).
9331
9332 * calc/calc-prog.el (arglist): Define for compiler.
9333
9334 * calendar/diary-lib.el (diary-display-function): Change the default to
9335 fancy display.
9336 (body): Define for compiler.
9337
9338 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9339 (byte-compile-file-form, byte-compile-lambda)
9340 (byte-compile-top-level-body, byte-compile-form)
9341 (byte-compile-variable-ref, byte-compile-setq)
9342 (byte-compile-setq-default, byte-compile-body)
9343 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9344 (batch-byte-compile): Give some more local variables with common names
9345 a "bytecomp-" prefix to avoid masking warnings about free variables.
9346
9347 * startup.el (command-line-1): Give local variables with common names a
9348 distinguishing prefix, so as not to hide free variable warnings during
9349 bootstrap.
9350
9351 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9352 clever and add a suffix to make a unique name, just let the user decide
9353 whether or not to overwrite it. If the input is a directory, write the
9354 default filename to that directory. (Bug#4388)
9355 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9356 is a filename-as-a-directory.
9357
9358 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9359
9360 * textmodes/page.el (what-page): Don't move to beginning of line.
9361 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9362
9363 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9364
9365 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9366
9367 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
9368
9369 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9370 * help.el (help-for-help-internal): Add purecopy calls for text.
9371
9372 * vc.el (top): print-log method now takes an optional SHORTLOG
9373 argument. Add a new method: root.
9374 (vc-root-diff, vc-print-root-log): New functions.
9375 (vc-log-short-style): New variable.
9376 (vc-print-log-internal): Add support for showing short logs.
9377
9378 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9379 vc-print-root-log and vc-print-root-diff.
9380
9381 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9382 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9383 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9384 short logs.
9385
9386 * vc-cvs.el (vc-cvs-print-log):
9387 * vc-mtn.el (vc-mtn-print-log):
9388 * vc-rcs.el (vc-rcs-print-log):
9389 * vc-sccs.el (vc-sccs-print-log):
9390 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9391 that is ignored for now.
9392
9393 * vc-mtn.el (vc-mtn-annotate-command):
9394 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9395
9396 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9397
9398 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9399 to function-key-map, and give them ascii-character property.
9400 * term/x-win.el (x-alternatives-map):
9401 * term/ns-win.el (ns-alternatives-map):
9402 * term/internal.el (msdos-key-remapping-map):
9403 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9404
9405 2009-09-14 Glenn Morris <rgm@gnu.org>
9406
9407 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9408 temp-buffers (2009-09-12).
9409
9410 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9411
9412 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9413 the new read-key function.
9414
9415 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9416
9417 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9418 is defined (Bug#4405).
9419
9420 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
9421
9422 * recentf.el (recentf-cleanup): Use a hash table to find
9423 duplicates (Bug#4407).
9424
9425 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
9426
9427 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9428 kp-0 to ascii equivalents (Bug#4325).
9429
9430 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9431
9432 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9433
9434 * eshell/em-hist.el:
9435 * eshell/em-dirs.el (eshell-complete-user-reference):
9436 Declare pcomplete functions and variables to avoid compiler warnings.
9437
9438 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
9439
9440 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9441 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9442 * eshell/em-alias.el (eshell-aliases-file):
9443 * eshell/em-hist.el (eshell-history-file-name):
9444 Use expand-file-name instead of concat to make file names (Bug#4308).
9445
9446 2009-09-13 Glenn Morris <rgm@gnu.org>
9447
9448 * ediff-merg.el (ediff-do-merge):
9449 * filesets.el (filesets-run-cmd):
9450 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9451 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9452 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9453 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9454 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9455 Replace empty `let's with `progn'.
9456
9457 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9458
9459 * mail/sendmail.el (send-mail-function):
9460 * tooltip.el (tooltip-mode):
9461 * simple.el (transient-mark-mode):
9462 * rfn-eshadow.el (file-name-shadow-mode):
9463 * frame.el (blink-cursor-mode):
9464 * font-core.el (global-font-lock-mode):
9465 * files.el (temporary-file-directory)
9466 (small-temporary-file-directory, auto-save-file-name-transforms):
9467 * epa-hook.el (auto-encryption-mode):
9468 * composite.el (global-auto-composition-mode):
9469 Use custom-initialize-delay.
9470 * startup.el (command-line): Don't explicitly call
9471 custom-reevaluate-setting for all the above vars.
9472 * custom.el (custom-initialize-safe-set)
9473 (custom-initialize-safe-default): Delete.
9474
9475 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9476
9477 * term/x-win.el (x-initialize-window-system):
9478 * term/w32-win.el (w32-initialize-window-system):
9479 * term/ns-win.el (ns-initialize-window-system): Don't call
9480 mouse-wheel-mode since it's enabled globally by default already.
9481
9482 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9483 actually define the variable, but only silences the byte-compiler.
9484 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9485 before looking it up.
9486 (mouse-wheel-scroll-amount): Also reset the bindings if this value
9487 is changed.
9488
9489 2009-09-12 Glenn Morris <rgm@gnu.org>
9490
9491 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9492 1000.
9493 (elint-add-required-env): Don't beep on error.
9494 (elint-forms): In case of error, return ENV unchanged.
9495 (elint-init-env): Skip non-list forms.
9496 (elint-log): Handle unknown file positions.
9497
9498 2009-09-12 Daiki Ueno <ueno@unixuser.org>
9499
9500 * epg.el (epg-make-context): Add autoload cookie.
9501 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9502 (epg-decrypt-string, epg-start-verify, epg-verify-file)
9503 (epg-verify-string, epg-start-sign, epg-sign-file)
9504 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9505 (epg-encrypt-string, epg-start-export-keys)
9506 (epg-export-keys-to-file, epg-export-keys-to-string)
9507 (epg-start-import-keys, epg-import-keys-from-file)
9508 (epg-import-keys-from-string, epg-start-receive-keys)
9509 (epg-receive-keys, epg-import-keys-from-server)
9510 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9511 (epg-sign-keys, epg-start-generate-key)
9512 (epg-generate-key-from-file, epg-generate-key-from-string):
9513 Remove autoload cookie.
9514
9515 2009-09-12 Eli Zaretskii <eliz@gnu.org>
9516
9517 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9518 reevaluation of trash-directory.
9519
9520 * mwheel.el: Fix last change.
9521 (mouse-wheel-mode): New defvar.
9522 (mouse-wheel-mode): Remove autoload cookie.
9523
9524 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9525
9526 * mwheel.el (mwheel-installed-bindings): New var.
9527 (mouse-wheel-mode): Use it, so as to make sure we really remove all
9528 the bindings we set last time. Use custom-initialize-delay.
9529 * loadup.el: Load mwheel after term/*-win.el.
9530 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9531 and mouse-wheel-up-event now that their first evaluation is done
9532 sufficiently late to be correct.
9533
9534 * startup.el (tutorial-directory): Make it a defcustom.
9535 Use custom-initialize-delay rather than eval-at-startup to set it.
9536 * image.el (image-load-path): Make it a defcustom.
9537 Use custom-initialize-delay rather than eval-at-startup to set it.
9538 * subr.el (eval-at-startup): Remove.
9539 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9540
9541 * subr.el (do-after-load-evaluation): Warn the user after loading an
9542 obsolete package.
9543
9544 2009-09-12 Glenn Morris <rgm@gnu.org>
9545
9546 * proced.el (proced-mark-alt): Remove alias.
9547 (proced-mode-map): Remove proced-mark-alt.
9548
9549 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9550 Elint file and directory. Remove initialization entry.
9551
9552 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9553 commands.
9554 (elint-current-buffer): Set mode-line-process.
9555 (elint-init-env): Handle define-derived-mode.
9556 Fix declare-function with unspecified arglist. Guard against odd
9557 defalias statements (eg iso-insert's 8859-1-map).
9558 (elint-add-required-env): Use a temp buffer.
9559 (elint-form): Just print the function/macro name, not the whole form.
9560 Return env unchanged if we fail to parse a macro.
9561 (elint-forms): Guard against parse errors.
9562 (elint-output): New function, to handle batch mode.
9563 (elint-log-message): Add optional argument. Use elint-output.
9564 (elint-set-mode-line): New function.
9565
9566 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
9567
9568 * emacs-lisp/elp.el (elp-not-profilable): Add more
9569 functions (Bug#4233).
9570
9571 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
9572
9573 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9574 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9575
9576 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9577
9578 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9579 (gdb-var-list-children): Use json parsing.
9580
9581 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
9582
9583 * progmodes/js.el (js--proper-indentation): Handle the case where
9584 char-before is null. Reported by Deniz Dogan.
9585
9586 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9587
9588 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9589
9590 2009-09-11 Daiki Ueno <ueno@unixuser.org>
9591
9592 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9593 (epg-digest-algorithm-alist): Add SHA224.
9594 (epg-context-set-passphrase-callback)
9595 (epg-context-set-progress-callback): Add description about
9596 callback function.
9597
9598 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9599
9600 * custom.el (custom-delayed-init-variables): New var.
9601 (custom-initialize-delay): New function.
9602 * startup.el (command-line): "Re"evaluate all vars in
9603 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
9604 explicitly any more.
9605 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9606 to avoid creating a ~/.emacs.d at build-time (bug#4347).
9607
9608 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9609
9610 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9611
9612 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9613 (gdb-var-update-handler): Use json parsing.
9614
9615 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9616
9617 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9618 decode annotated text, regardless of language environment. (Bug#2741)
9619
9620 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9621
9622 * Makefile.in (autoloads): Make rmail.el writable as well.
9623
9624 2009-09-11 Glenn Morris <rgm@gnu.org>
9625
9626 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9627 loaddefs.el.
9628 * dired.el: Regenerate with extracted autoloads.
9629 * Makefile.in (autoloads): Make dired.el writable.
9630
9631 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9632 * ibuffer.el: Regenerate with extracted autoloads.
9633 * Makefile.in (autoloads): Make ibuffer.el writable.
9634
9635 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9636 * version.el (emacs-copyright, emacs-major-version)
9637 (emacs-minor-version): Reformat doc-strings for make-docfile.
9638
9639 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9640 functions and variables, since they must be stuff specific to some other
9641 platform.
9642 (apropos-print): Make mouse-click message less specific about button.
9643
9644 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9645 that records where a macro was defined.
9646 * help-fns.el (describe-function-1): Mention if a function has a
9647 compiler-macro.
9648 * help-mode.el (help-function-cmacro): New button.
9649
9650 * locate.el (top-level): Always require dired.
9651 (locate-mode-map): Initialize inside the defvar.
9652
9653 * net/ange-ftp.el (dired-compress-file): Declare.
9654 (ange-ftp-dired-compress-file): Add doc string.
9655
9656 * term/ns-win.el (x-display-name, x-setup-function-keys):
9657 Unify doc-strings with X versions.
9658
9659 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9660
9661 * emulation/crisp.el (crisp-mode-map): Move initialization
9662 into declaration.
9663 (crisp-mode): Use define-minor-mode.
9664
9665 * progmodes/xscheme.el (xscheme-evaluation-commands):
9666 Put a :advertised-binding property rather than using
9667 advertised-xscheme-send-previous-expression.
9668 (advertised-xscheme-send-previous-expression): Declare obsolete.
9669 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9670 `advertised-undo'.
9671 (crisp-mode): Add corresponding bindings to
9672 undo's :advertised-binding instead.
9673 * dired.el (dired-mode-map): Put a :advertised-binding property rather
9674 than using dired-advertised-find-file.
9675 (dired-advertised-find-file):
9676 * simple.el (advertised-undo):
9677 * wid-edit.el (advertised-widget-backward): Declare obsolete.
9678 (widget-keymap): Put a :advertised-binding property rather
9679 than using advertised-widget-backward.
9680 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9681 than using advertised-undo.
9682 * tutorial.el (tutorial--default-keys): Adjust accordingly.
9683
9684 2009-09-10 Simon South <ssouth@slowcomputing.org>
9685
9686 * progmodes/delphi.el (delphi-tab): Indent region when Transient
9687 Mark mode is enabled and region is active; otherwise indent or
9688 insert TAB as usual.
9689 (delphi-mode): Update description of TAB-key binding.
9690
9691 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9692
9693 * subr.el (define-key-rebound-commands): Mark obsolete.
9694 * startup.el (precompute-menubar-bindings): Remove.
9695 (normal-top-level): Remove obsolete code that tried to precompute
9696 menubar bindings.
9697 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9698 define-key-rebound-commands and precompute-menubar-bindings.
9699
9700 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9701
9702 * net/imap.el (imap-interactive-login): Better messages.
9703 (imap-open): Fix bug with renamed buffer on reconnect.
9704 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9705 for easier debugging and cleaner code. On successful (guessed based on
9706 server capabilities) secondary authentication, set imap-state
9707 correctly.
9708 (imap-last-authenticator): Define imap-last-authenticator as a variable
9709 to avoid warnings.
9710
9711 2009-09-10 Glenn Morris <rgm@gnu.org>
9712
9713 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9714
9715 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9716 (byte-compile-file-form-autoload): Don't warn about unknown functions
9717 where the autoload statement comes after the use.
9718 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9719 that any handlers inside the body (eg require) are in turn respected.
9720
9721 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9722 effects.
9723
9724 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9725 and syntax and abbrev tables basic docs, if they don't have any.
9726
9727 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9728
9729 * international/mule-cmds.el (top-level): Require cl when compiling.
9730 (view-hello-file): Use default-value rather than
9731 default-enable-multibyte-characters.
9732
9733 * progmodes/fortran.el: Move all safe and risky properties into the
9734 defcustoms.
9735
9736 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9737 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9738 * mail/undigest.el:
9739 Put autoloads in rmail.el rather than loaddefs.el.
9740 * mail/rmail.el: Regenerate with extracted autoloads.
9741
9742 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9743 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9744
9745 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
9746
9747 Reported in thread for Bug#4375.
9748 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9749 "-data-evaluate-expression" instead of print.
9750 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9751 (gdb-tooltip-print): Parse output from above MI command.
9752 (gdb): Revert 2009-08-11 change. User should detach inferior
9753 manually.
9754
9755 Remove the word "separate" from IO functions as inferior
9756 output is now never displayed in the GUD buffer.
9757
9758 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
9759
9760 * startup.el (command-line-normalize-file-name): On Windows and
9761 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9762
9763 2009-09-10 Juri Linkov <juri@jurta.org>
9764
9765 * isearch.el (isearch-text-char-description): Propertize escape
9766 character sequences with the `escape-glyph' face. (Bug#4344)
9767
9768 * simple.el (shell-command): Set asynchronous process filter to
9769 `comint-output-filter'. (Bug#4343)
9770
9771 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9772 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9773 the list. Move "asm" to the bottom.
9774 (grep-find-ignored-directories): Add `choice' with nil value
9775 to empty the list easily.
9776 (grep-find-ignored-files): New option.
9777 (grep-files-history): Set to nil by default instead of '("ch" "el").
9778 (grep-compute-defaults): Add "<X>" to `grep-template'.
9779 (grep-read-files): Bind new local variables `default-alias' and
9780 `default-extension'. Use a list of default values for the file prompt.
9781 (lgrep): Add `--exclude=' command line options composed from
9782 `grep-find-ignored-files'.
9783 (rgrep): Add `-name' command line options composed from
9784 `grep-find-ignored-files'. (Bug#4301)
9785
9786 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9787
9788 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9789 (bug#4368).
9790
9791 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9792
9793 * calendar/time-date.el (autoload):
9794 Expand define-obsolete-function-alias into defalias and make-obsolete
9795 for old Emacsen that Gnus supports.
9796 (with-no-warnings): Define it for old Emacsen.
9797 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9798 is available.
9799 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9800 float-time is available; suppress compile warning for time-to-seconds.
9801
9802 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9803
9804 * net/imap.el (imap-message-map): Docstring fix.
9805
9806 2009-09-09 Glenn Morris <rgm@gnu.org>
9807
9808 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9809 line numbers too. (Bug#4374)
9810
9811 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9812
9813 * smerge-mode.el (smerge-remove-props, smerge-refine):
9814 Use with-silent-modifications (bug#4342).
9815
9816 * subr.el (with-silent-modifications): New macro.
9817
9818 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
9819
9820 * files.el (top-level): Require `cl' when compiling.
9821
9822 2009-09-07 Glenn Morris <rgm@gnu.org>
9823
9824 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9825
9826 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9827 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9828
9829 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9830
9831 * vc-git.el (vc-git-annotate-command): Use separator to parse
9832 arguments correctly.
9833
9834 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9835
9836 * proced.el (proced-mode): Doc fix.
9837
9838 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9839
9840 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9841 lstat fails.
9842 (tramp-do-file-attributes-with-ls): Check for file existence at
9843 remote end.
9844 (tramp-do-file-attributes-with-stat): Likewise.
9845 (tramp-convert-file-attributes): Return nil when attr is nil.
9846
9847 2009-09-05 Glenn Morris <rgm@gnu.org>
9848
9849 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9850 properties to this button.
9851 (diary-fancy-display): Don't extend the button to the final newline.
9852 (diary-fancy-display-mode): Continue to define "q" as a local key.
9853
9854 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9855 efficient.
9856
9857 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9858
9859 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9860 (byte-compile-dest-file-function): New option.
9861 (byte-compile-dest-file): Doc fix.
9862 Obey byte-compile-dest-file-function.
9863 (byte-compile-cl-file-p): New function.
9864 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9865 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9866 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9867 than for file being previously loaded.
9868 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9869 (byte-compile-file-form-require): Handle the case where requiring a file
9870 indirectly causes CL to be loaded.
9871
9872 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9873
9874 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9875 before killing the old buffer, since by the time `kill-buffer' is
9876 run so many buffer variables have been set to nil that it may not
9877 behave as expected. (Bug#4061)
9878
9879 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9880
9881 * files.el (find-alternate-file): If the old buffer is modified
9882 and visiting a file, behave similarly to `kill-buffer' when
9883 killing it, thus reverting to the pre-1.878 behavior; see
9884 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9885 for discussion. Also, consult `buffer-file-name' as a variable
9886 not as a function, for consistency with the rest of the code.
9887
9888 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9889
9890 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9891 also when adding a new directory.
9892
9893 * net/tramp-compat.el (tramp-compat-line-beginning-position):
9894 New defun.
9895
9896 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9897
9898 * files.el (locate-file-completion-table): Make it provide boundary
9899 information, so partial-completion works better.
9900
9901 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9902
9903 * mail/footnote.el (Footnote-text-under-cursor):
9904 Check footnote-text-marker-alist before using it (bug#4324).
9905
9906 2009-09-04 Glenn Morris <rgm@gnu.org>
9907
9908 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9909 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9910 * play/solitaire.el, play/tetris.el:
9911 Remove leading * from defcustom and defface docs.
9912
9913 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9914 necessary.
9915 (diary-fancy-overriding-map): New variable.
9916 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9917 Use view-mode.
9918
9919 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9920 goto-line.
9921
9922 2009-09-03 Glenn Morris <rgm@gnu.org>
9923
9924 * arc-mode.el (archive-mode):
9925 * dos-fns.el (set-default-process-coding-system):
9926 * man.el (Man-getpage-in-background):
9927 * menu-bar.el (menu-bar-describe-menu):
9928 * server.el (server-process-filter):
9929 * startup.el (command-line):
9930 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9931 * w32-fns.el (set-default-process-coding-system):
9932 * x-dnd.el (x-dnd-handle-file-name):
9933 * international/mule-cmds.el (mule-menu-keymap)
9934 (set-default-coding-systems, language-info-alist, set-language-info)
9935 (set-language-environment, standard-display-european-internal)
9936 (set-locale-environment):
9937 * international/mule-diag.el (mule-diag):
9938 * mail/emacsbug.el (report-emacs-bug):
9939 * mail/rmail.el (rmail-mode):
9940 * mail/sendmail.el (mail-setup):
9941 Use default-value rather than default-enable-multibyte-characters.
9942
9943 * progmodes/f90.el: Move all safe properties into the defcustoms.
9944 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9945
9946 * calendar/appt.el (appt-check):
9947 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9948 (diary-check-diary-file, diary-list-entries)
9949 (diary-include-other-diary-files, diary-simple-display)
9950 (diary-fancy-display, diary-print-entries)
9951 (diary-mark-included-diary-files, diary-make-entry):
9952 Don't call substitute-in-file-name on diary-file.
9953
9954 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9955 Stefan Monnier <monnier@iro.umontreal.ca>
9956
9957 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9958 (footnote-mode-map): Move initialization into the declaration.
9959 (footnote-minor-mode-map): Define it rather than changing global-map.
9960 (footnote-mode): Use define-minor-mode.
9961
9962 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9963
9964 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9965 (tramp-do-file-attributes-with-perl)
9966 (tramp-do-file-attributes-with-stat): Rename from
9967 `tramp-handle-file-attributes-with-*'.
9968 (tramp-handle-file-attributes): Use them.
9969 (tramp-do-directory-files-and-attributes-with-perl)
9970 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9971 `tramp-handle-directory-files-and-attributes-with-*'.
9972 (tramp-handle-directory-files-and-attributes): Use them.
9973 (tramp-method-out-of-band-p): Additional parameter SIZE.
9974 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9975 (tramp-handle-write-region): Use it.
9976 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9977 (tramp-handle-vc-registered): Check, whether the first run did
9978 return files to be tested.
9979 (tramp-advice-make-auto-save-file-name): Do not call directly
9980 `tramp-handle-make-auto-save-file-name', because this would bypass
9981 the locking mechanism.
9982
9983 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9984 (file-remote-p, process-file, start-file-process, set-file-times)
9985 (tramp-compat-file-attributes): Compatibility functions shall not
9986 call directly `tramp-handle-*', because this would bypass the
9987 locking mechanism.
9988 (tramp-compat-number-sequence): New defun.
9989
9990 2009-09-02 Glenn Morris <rgm@gnu.org>
9991
9992 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9993 alias for float-time.
9994 (time-to-number-of-days): In Emacs, use float-time.
9995 * net/newst-backend.el (time-add): Suppress warnings from compat
9996 function.
9997 * time.el (emacs-uptime, emacs-init-time):
9998 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9999 Use float-time rather than time-to-seconds.
10000
10001 * minibuffer.el (completion-initials-expand): Fix typo.
10002
10003 * faces.el (modeline, modeline-inactive, modeline-highlight)
10004 (modeline-buffer-id):
10005 * info.el (info-menu-5): Mark these face aliases as obsolete.
10006
10007 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
10008
10009 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
10010 space ...
10011 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
10012 no "--thread" option.
10013 (gdb-stopped): Don't print "Switched to thread" message when it is
10014 unchanged.
10015
10016 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10017
10018 * minibuffer.el (completion-try-completion)
10019 (completion-all-completions): Remove ill-defined (and
10020 mistakenly installed and luckily never used nor documented)
10021 `completion-styles' property.
10022 (completion-initials-expand, completion-initials-all-completions)
10023 (completion-initials-try-completion): New functions.
10024 (completion-styles-alist): Add doc to each entry.
10025 Add new `initials' entry.
10026
10027 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
10028
10029 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
10030 MI command -var-evaluate-expression.
10031 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
10032 and tweak for case of string child.
10033 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
10034
10035 2009-09-01 Glenn Morris <rgm@gnu.org>
10036
10037 * add-log.el (change-log-date-face, change-log-name-face)
10038 (change-log-email-face, change-log-file-face, change-log-list-face)
10039 (change-log-conditionals-face, change-log-function-face)
10040 (change-log-acknowledgement-face):
10041 * cus-edit.el (custom-invalid-face, custom-rogue-face)
10042 (custom-modified-face, custom-set-face, custom-changed-face)
10043 (custom-saved-face, custom-button-face, custom-button-pressed-face)
10044 (custom-documentation-face, custom-state-face, custom-comment-face)
10045 (custom-comment-tag-face, custom-variable-tag-face)
10046 (custom-variable-button-face, custom-face-tag-face)
10047 (custom-group-tag-face-1, custom-group-tag-face):
10048 * diff-mode.el (diff-header-face, diff-file-header-face)
10049 (diff-index-face, diff-hunk-header-face, diff-removed-face)
10050 (diff-added-face, diff-changed-face, diff-function-face)
10051 (diff-context-face, diff-nonexistent-face):
10052 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10053 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
10054 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10055 (Info-title-4-face):
10056 * isearch.el (isearch-lazy-highlight-face):
10057 * log-view.el (log-view-file-face, log-view-message-face):
10058 * paren.el (show-paren-match-face, show-paren-mismatch-face):
10059 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
10060 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
10061 (cvs-msg-face):
10062 * smerge-mode.el (smerge-mine-face, smerge-other-face)
10063 (smerge-base-face, smerge-markers-face):
10064 * wid-edit.el (widget-documentation-face, widget-button-face)
10065 (widget-field-face, widget-single-line-field-face)
10066 (widget-inactive-face, widget-button-pressed-face):
10067 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
10068 (woman-addition-face):
10069 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
10070 (eshell-ls-executable-face, eshell-ls-readonly-face)
10071 (eshell-ls-unreadable-face, eshell-ls-special-face)
10072 (eshell-ls-missing-face, eshell-ls-archive-face)
10073 (eshell-ls-backup-face, eshell-ls-product-face)
10074 (eshell-ls-clutter-face):
10075 * eshell/em-prompt.el (eshell-prompt-face):
10076 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
10077 * obsolete/old-whitespace.el (whitespace-highlight-face):
10078 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
10079 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
10080 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
10081 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
10082 (antlr-font-lock-literal-face):
10083 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10084 (ebrowse-root-class-face, ebrowse-file-name-face)
10085 (ebrowse-default-face, ebrowse-member-attribute-face)
10086 (ebrowse-member-class-face, ebrowse-progress-face):
10087 * progmodes/make-mode.el (makefile-space-face):
10088 * progmodes/sh-script.el (sh-heredoc-face):
10089 * textmodes/flyspell.el (flyspell-incorrect-face)
10090 (flyspell-duplicate-face):
10091 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
10092 * textmodes/texinfo.el (texinfo-heading-face):
10093 Mark face aliases with "-face" suffix as obsolete.
10094
10095 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
10096 compiler.
10097
10098 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
10099 (eudc-bob-sound-menu): Use defvar rather than defconst, since
10100 easy-menu-define wants to modify these.
10101
10102 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
10103
10104 * net/browse-url.el (browse-url-file-url):
10105 * term/internal.el (dos-codepage-setup):
10106 Use default-value rather than default-enable-multibyte-characters.
10107
10108 * progmodes/etags.el (etags-goto-tag-location):
10109 * progmodes/flymake.el (flymake-highlight-line)
10110 (flymake-goto-file-and-line, flymake-goto-line):
10111 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
10112 (gdb-goto-breakpoint):
10113 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10114 * progmodes/python.el (python-find-function)
10115 (python-pdbtrack-track-stack-file):
10116 * progmodes/verilog-mode.el (verilog-surelint-off):
10117 * term/ns-win.el (ns-open-file-select-line):
10118 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
10119 Use forward-line rather than goto-line.
10120
10121 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
10122 * textmodes/reftex-index.el (reftex-display-index):
10123 * textmodes/reftex-ref.el (reftex-offer-label-menu):
10124 * textmodes/reftex-toc.el (reftex-toc):
10125 Remove unnecessary bindings of default-major-mode (all are followed by
10126 major-mode check and possible mode switch).
10127
10128 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
10129
10130 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10131 Handle watchpoints (bug#4282).
10132 (def-gdb-thread-buffer-command): Enable thread to be selected by
10133 clicking without selecting threads buffer first.
10134 (gdb-current-context-command): Use selected frame so that "up",
10135 "down" etc work in the GUD buffer.
10136 (gdb-update): Find selected frame before rendering stack buffer.
10137 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
10138
10139 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10140
10141 * progmodes/sym-comp.el (displayed-completions): Remove.
10142 (symbol-complete): Use minibuffer-complete.
10143
10144 2009-08-31 Glenn Morris <rgm@gnu.org>
10145
10146 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
10147
10148 * apropos.el (apropos-symbols-internal):
10149 Handle (obsolete) face aliases.
10150
10151 * faces.el (describe-face): Adjust the output format to be more like
10152 describe-variable, and to mention (obsolete) face aliases.
10153 Adjust the whitespace so that help-setup-xref works.
10154
10155 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
10156 * calendar/diary-lib.el (diary-button-face):
10157 Mark these face aliases as obsolete.
10158
10159 * calendar/calendar.el (calendar-today): Doc fix.
10160
10161 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
10162
10163 * progmodes/gdb-mi.el (gdb-control-all-threads)
10164 (gdb-control-current-thread): Force tool bar update.
10165 (gdb-non-stop-handler): New function.
10166 (gdb-init-1): Use it to test if non-stop mode is supported.
10167 Remove unused gdbmi buffer type.
10168
10169 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
10170
10171 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
10172 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
10173
10174 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
10175
10176 * comint.el (comint-exec-1): Check command is non-null first.
10177 Part of gdb-mi.el change (2009-08-28).
10178
10179 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10180
10181 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
10182
10183 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
10184
10185 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
10186 instead of `dolist' to avoid a recursive require when bootstrapping.
10187
10188 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10189
10190 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
10191
10192 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
10193
10194 * net/imap.el (imap-send-command): Simplify.
10195 (imap-wait-for-tag): point-max -> buffer-size.
10196
10197 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
10198
10199 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
10200 with constant argument.
10201
10202 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
10203
10204 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
10205
10206 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
10207 Change default, since most of our files don't have a history.
10208 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
10209 the user.
10210
10211 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10212 Add comint-run.
10213
10214 * calc/calc.el: Improve commenting convention.
10215 (calc-digit-map, toplevel): Simplify.
10216
10217 * comint.el (comint-insert-input): Be careful to only set point if we
10218 don't delegate to some other command.
10219
10220 * proced.el (proced-signal-list): Make it an alist.
10221 (proced-grammar-alist): Capitalize names.
10222 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
10223 Disable undo manually and make it read-only.
10224 Use completion-annotate-function.
10225
10226 * minibuffer.el (minibuffer-message): If the current buffer is not
10227 a minibuffer, insert the message in the echo area rather than at the
10228 end of the buffer.
10229 (completion-annotate-function): New variable.
10230 (minibuffer-completion-help): Use it.
10231 (completion--embedded-envvar-table): Environment vars are
10232 always case-sensitive.
10233
10234 2009-08-30 Glenn Morris <rgm@gnu.org>
10235
10236 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
10237 from fortran-current-defun.
10238 (fortran-beginning-of-subprogram): Be more precise about finding the
10239 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
10240 (fortran-end-of-subprogram): Simplify.
10241 (fortran-current-defun): Use fortran-start-prog-re.
10242
10243 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
10244
10245 * subr.el (do-after-load-evaluation): Simplify.
10246
10247 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
10248
10249 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
10250
10251 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
10252 (vc-rcs-print-log): Use it.
10253
10254 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
10255
10256 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10257
10258 * paths.el (abbrev-file-name): Move to abbrev.el.
10259 * abbrev.el (abbrev-file-name): Move from paths.el.
10260 Obey user-emacs-directory.
10261 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
10262 user-emacs-directory.
10263 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
10264 abbrev-file-name and calc-settings-file any more.
10265 * startup.el (command-line): Recompute abbrev-file-name and
10266 abbreviated-home-dir.
10267 (normal-no-mouse-startup-screen): Improve the generic code and get rid
10268 of the special code for when C-h bindings haven't been changed.
10269 (display-startup-echo-area-message): Use with-current-buffer.
10270 (command-line-1): Use a list of strings, rather than a list of lists
10271 of strings for longopts.
10272
10273 * files.el (get-free-disk-space): Use / for default-directory.
10274
10275 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
10276 Use with-current-buffer.
10277
10278 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
10279 Recognize immutable variables like most-positive-fixnum.
10280 (byte-compile-setq-default): Check and warn if trying to assign
10281 to an immutable variable, or a non-variable.
10282
10283 * progmodes/cc-vars.el (c-comment-continuation-stars):
10284 * progmodes/cc-engine.el (c-looking-at-bos):
10285 * progmodes/cc-cmds.el (c-toggle-auto-state)
10286 (c-forward-into-nomenclature, c-backward-into-nomenclature)
10287 (c-comment-line-break-function): Add version of obsolescence.
10288
10289 2009-08-28 Juri Linkov <juri@jurta.org>
10290
10291 * files.el (magic-fallback-mode-alist): Add ZIP magic number
10292 associated with `archive-mode'.
10293
10294 * image.el (image-type-header-regexps): Use only JPEG magic number
10295 to determine JPEG images, and don't use `image-jpeg-p' because
10296 Emacs can display non-JFIF non-Exif JPEG images.
10297
10298 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10299
10300 * arc-mode.el (archive-mode):
10301 * emacs-lisp/re-builder.el (re-builder-unload-function):
10302 Protect against the default value of `major-mode' being nil.
10303
10304 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10305
10306 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10307 Fix typos in docstrings.
10308
10309 * progmodes/js.el (js--macro-decl-re): Doc fix.
10310 (js--plain-method-re, js--split-name): Refloc docstring.
10311 (js--class-styles, js--make-merged-item, js--splice-into-items):
10312 Fix typos in docstrings; reflow docstrings.
10313 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10314 (js--variable-decl-matcher, js--inside-pitem-p)
10315 (js--parse-state-at-point, js--get-all-known-symbols)
10316 (js--symbol-history, js-find-symbol, js--js-references)
10317 (js--moz-interactor, js--js-encode-value, js--read-tab):
10318 Fix typos in docstrings.
10319
10320 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10321
10322 * textmodes/reftex.el (reftex-get-file-buffer-force):
10323 * progmodes/verilog-mode.el (verilog-batch-execute-func):
10324 * emulation/viper.el (viper-go-away, viper-set-hooks):
10325 * emacs-lisp/re-builder.el (re-builder-unload-function):
10326 * emacs-lisp/bytecomp.el (byte-compile-file):
10327 * ses.el (ses-unload-function):
10328 * hexl.el (hexl-find-file):
10329 * files.el (normal-mode):
10330 * ehelp.el (with-electric-help):
10331 * autoinsert.el (auto-insert-alist):
10332 * arc-mode.el (archive-mode):
10333 Use (default-value 'major-mode) instead of default-major-mode.
10334
10335 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10336 * international/mule.el (load-with-code-conversion):
10337 * emacs-lisp/debug.el (debug):
10338 * ediff-vers.el (ediff-rcs-get-output-buffer):
10339 * dired.el (dired-internal-noselect): Don't let-bind
10340 default-major-mode around code that doesn't use it.
10341 E.g. buffer creation via get-buffer-create doesn't use it.
10342
10343 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
10344
10345 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10346 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10347 when writing the temp file. Otherwise, epa-file gets confused.
10348 (tramp-register-file-name-handlers): Make it a defun. Move also
10349 `epa-file-handler' to the front of `file-name-handler-alist'.
10350
10351 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10352
10353 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10354 start right after a ^M.
10355 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10356 (tramp-completion-file-name-regexp-separate)
10357 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
10358 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10359 Don't modify last-coding-system-used by accident.
10360 (tramp-completion-file-name-handler): Apply the checks here,
10361 instead during registration.
10362 (tramp-register-file-name-handlers): Rename from
10363 `tramp-register-file-name-handler'. Register both
10364 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10365 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
10366
10367 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
10368
10369 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10370 Remove variable ...
10371 (gdb-init-1, gdb-display-separate-io-buffer)
10372 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10373 references to it.
10374 (gdb-inferior-io-mode): Use make-comint-in-buffer.
10375 (gdb-inferior-filter): Use comint-output-filter to stop
10376 echoing and remove ^M characters.
10377
10378 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10379
10380 * emulation/viper-init.el (viper-restore-cursor-type):
10381 * emulation/cua-base.el (cua--update-indications):
10382 Replace default-cursor-type with (default-value 'cursor-type).
10383
10384 * mail/sendmail.el (mail-recover-1):
10385 * international/mule-diag.el (describe-current-coding-system-briefly)
10386 (describe-current-coding-system):
10387 * international/mule-cmds.el (select-safe-coding-system)
10388 (select-message-coding-system)
10389 (set-language-environment-coding-systems, set-locale-environment):
10390 * hexl.el (hexl-insert-multibyte-char):
10391 * dos-w32.el (find-buffer-file-type-coding-system):
10392 * simple.el (what-cursor-position):
10393 Replace uses of default-buffer-file-coding-system
10394 with (default-value 'buffer-file-coding-system).
10395
10396 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10397 Replace uses of default-cursor-in-non-selected-windows
10398 with (default-value 'cursor-in-non-selected-windows).
10399 Use with-current-buffer.
10400
10401 * mail/feedmail.el: Use CL macros.
10402 (feedmail-run-the-queue, feedmail-send-it-immediately):
10403 * dos-w32.el (find-buffer-file-type): Replace uses of
10404 default-buffer-file-type with (default-value 'buffer-file-type).
10405
10406 2009-08-28 Glenn Morris <rgm@gnu.org>
10407
10408 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10409 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10410 Use default-value of major-mode rather than default-major-mode.
10411
10412 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10413
10414 * Makefile.in (update-elcfiles): Report left over elc files.
10415
10416 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10417 expand-file-name and with-current-buffer.
10418 (mail-get-names, mail-directory): Use with-current-buffer.
10419
10420 * vc.el (vc-read-revision): New function.
10421 (vc-version-diff, vc-merge): Use it.
10422
10423 2009-08-27 Sam Steingold <sds@gnu.org>
10424
10425 * simple.el (kill-do-not-save-duplicates): New user option.
10426 (kill-new): When it is non-nil, and the new string is the same as
10427 the latest kill, set replace to t to avoid duplicates in kill-ring.
10428
10429 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
10430
10431 * net/tramp.el (tramp-handle-process-file): Do not flush all
10432 caches when `process-file-side-effects' is set.
10433 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10434 instead of `tramp-find-file-exists-command'.
10435 Unset `process-file-side-effects'.
10436
10437 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
10438
10439 * net/tramp.el (tramp-methods): New method "rsyncc".
10440 (top): Add completion function for "rsyncc".
10441 (tramp-message-show-message): New defvar.
10442 (tramp-message, tramp-error): Use it.
10443 (tramp-do-copy-or-rename-file-directly): Extend check for direct
10444 remote copying.
10445 (tramp-do-copy-or-rename-file-out-of-band): Handle new
10446 `tramp-methods' entry `copy-env' of "rsyncc".
10447 (tramp-vc-registered-read-file-names): New defconst.
10448 (tramp-vc-registered-file-names): New defvar.
10449 (tramp-handle-vc-registered): Implement optimization strategy.
10450 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10451 (tramp-vc-file-name-handler): New defun.
10452 (tramp-get-ls-command, tramp-get-test-command)
10453 (tramp-get-file-exists-command, tramp-get-remote-ln)
10454 (tramp-get-remote-perl, tramp-get-remote-stat)
10455 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10456
10457 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10458 (tramp-cache-inhibit-cache): Extend doc string. It allows also
10459 timestamps.
10460 (tramp-get-file-property): Check for timestamps in
10461 `tramp-cache-inhibit-cache'.
10462 (tramp-set-file-property): Write timestamp.
10463
10464 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10465
10466 * language/japan-util.el (japanese-symbol-table): Add entries for
10467 cp932-2-byte.
10468
10469 * international/characters.el: Add category `j' to cp932-2-byte.
10470
10471 2009-08-27 Kenichi Handa <handa@m17n.org>
10472
10473 * international/fontset.el (build-default-fontset-data): New macro.
10474 (setup-default-fontset): Use build-default-fontset-data for CJK,
10475 tibetan, ethiopic, and ipa.
10476
10477 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10478
10479 * cus-start.el (default-major-mode): Customize `major-mode' instead.
10480 (enable-multibyte-characters): Not customizable any more.
10481
10482 * subr.el (default-mode-line-format, default-header-line-format)
10483 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10484 (default-direction-reversed, default-truncate-lines)
10485 (default-left-margin, default-tab-width, default-case-fold-search)
10486 (default-left-margin-width, default-right-margin-width)
10487 (default-left-fringe-width, default-right-fringe-width)
10488 (default-fringes-outside-margins, default-scroll-bar-width)
10489 (default-vertical-scroll-bar, default-indicate-empty-lines)
10490 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10491 (default-fringe-cursor-alist, default-scroll-up-aggressively)
10492 (default-scroll-down-aggressively, default-fill-column)
10493 (default-cursor-type, default-buffer-file-type)
10494 (default-cursor-in-non-selected-windows)
10495 (default-buffer-file-coding-system, default-major-mode)
10496 (default-enable-multibyte-characters): Mark as obsolete.
10497
10498 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
10499
10500 * vc-dir.el (vc-dir-update): Remove debug helper.
10501
10502 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10503
10504 2009-08-26 Sam Steingold <sds@gnu.org>
10505
10506 * simple.el (save-interprogram-paste-before-kill): New user option.
10507 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10508 save the interprogram-paste into kill-ring before overriding it
10509 with the Emacs kill.
10510
10511 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10512
10513 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10514 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10515 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10516 and move to vc-rcs.el.
10517 (vc-default-next-revision): Rename to vc-rcs-next-revision and
10518 move to vc-rcs.el.
10519 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10520 (vc-rcs-update-changelog): Remove.
10521 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10522 and move to vc-rcs.el.
10523
10524 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10525 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10526 renaming.
10527 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10528 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10529 vc.el, renamed to be RCS specific.
10530
10531 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10532 New functions.
10533 (vc-cvs-update-changelog): Move here from vc.el.
10534
10535 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10536 New functions.
10537
10538 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10539
10540 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10541
10542 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10543
10544 * vc-git.el (vc-git-register): Use "git add" for directories.
10545 (vc-git-stash, vc-git-stash-show): New functions.
10546 (vc-git-extra-menu-map): Bind them.
10547
10548 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10549 directory correctly in case the item is a directory itself.
10550
10551 * vc.el: Document the desired behavior for reverted files in the
10552 `added' state.
10553 (vc-default-prettify-state-info): Remove function, unused.
10554
10555 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10556
10557 2009-08-26 Glenn Morris <rgm@gnu.org>
10558
10559 * bindings.el (standard-mode-line-format): Reposition dashes in
10560 which-func entry. (Bug#4217)
10561
10562 * files.el (enable-local-variables, enable-local-eval)
10563 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10564 the defcustoms.
10565 (auto-mode-alist, ignored-local-variables)
10566 (save-some-buffers-action-alist): Move risky declarations to the
10567 definitions.
10568 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10569 (font-lock-defaults, format-alist, imenu--index-alist)
10570 (imenu-generic-expression, input-method-alist, minor-mode-alist)
10571 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10572 (mode-line-modified, mode-line-mule-info, mode-line-position)
10573 (mode-line-process, mode-line-remote, outline-level)
10574 (parse-time-rules, rmail-output-file-alist)
10575 (special-display-buffer-names, vc-mode):
10576 Move risky declarations to the relevant files.
10577 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10578 (mode-line-modified, mode-line-process, mode-line-position)
10579 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10580 * font-core.el (font-lock-defaults):
10581 * format.el (format-alist):
10582 * vc-hooks.el (vc-mode):
10583 * window.el (special-display-buffer-names):
10584 * international/mule-cmds.el (input-method-alist):
10585 Define riskiness here (dumped file) rather than in files.el.
10586 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10587 * imenu.el (imenu-generic-expression, imenu--index-alist):
10588 * outline.el (outline-level):
10589 * time.el (display-time-string):
10590 * calendar/parse-time.el (parse-time-rules):
10591 * mail/rmailout.el (rmail-output-file-alist):
10592 Autoload riskiness here, rather than placing in files.el.
10593
10594 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
10595
10596 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10597
10598 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
10599
10600 * simple.el (process-file-side-effects): New defvar.
10601
10602 * dired-aux.el (dired-show-file-type):
10603 * vc.el (vc-diff-internal):
10604 * vc-arch.el (vc-arch-diff):
10605 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10606 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10607 * vc-git.el (vc-git-registered, vc-git-working-revision)
10608 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10609 (vc-git--empty-db-p):
10610 * vc-hooks.el (vc-user-login-name):
10611 * vc-svn.el (vc-svn-registered, vc-svn-state)
10612 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10613 * progmodes/grep.el (grep-probe): Let-bind
10614 `process-file-side-effects' with nil.
10615
10616 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10617
10618 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10619 daemon. Replace ping by checking for running service for bluez
10620 and zeroconf. (Bug#4239)
10621
10622 2009-08-25 Kevin Ryde <user42@zip.com.au>
10623
10624 * net/dig.el (dig): Add autoload cookie.
10625
10626 2009-08-25 Glenn Morris <rgm@gnu.org>
10627
10628 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10629 load-history for absolute file-names.
10630 (byte-compile-file-form-require): Warn about use of the cl package.
10631
10632 * format.el (format-alist): Doc fix.
10633
10634 * play/bubbles.el (top-level): Don't require cl at run-time.
10635
10636 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10637 run-time cl).
10638
10639 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10640
10641 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10642 from cl package.
10643 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10644
10645 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10646
10647 * calc/calc-alg.el (math-trig-rewrite)
10648 (math-hyperbolic-trig-rewrite): New functions.
10649 (calc-simplify): Simplify trig functions when asked.
10650
10651 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10652
10653 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10654
10655 2009-08-24 Kenichi Handa <handa@m17n.org>
10656
10657 * language/ind-util.el (mapthread): Delete it.
10658 (combinatorial): New function.
10659 (indian--puthash-cv): Use combinatorial instead of mapthread.
10660
10661 2009-08-22 Kevin Ryde <user42@zip.com.au>
10662
10663 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10664 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10665 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10666 Clarify docstring that the value is strings not symbols.
10667 (checkdoc-list-of-strings-p): New function.
10668
10669 2009-08-22 Glenn Morris <rgm@gnu.org>
10670
10671 * files.el (auto-mode-alist):
10672 * hippie-exp.el (he-concat-directory-file-name):
10673 * lpr.el (lpr-windows-system, printer-name):
10674 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10675 * ps-print.el (ps-windows-system):
10676 * startup.el (command-line):
10677 * emulation/viper-ex.el (viper-glob-function):
10678 * international/mule-cmds.el (set-language-environment-coding-systems):
10679 * net/ange-ftp.el (ange-ftp-write-region):
10680 * obsolete/fast-lock.el (fast-lock-cache-name):
10681 Remove code for defunct system-types emx, macos, mswindows, next-mach,
10682 unisoft-unix, vax-vms, win32, w32.
10683
10684 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10685 given name if the pattern is not more specific.
10686
10687 * calendar/lunar.el (lunar-phase-names): New option.
10688 (lunar-phase): Doc fix.
10689 (lunar-cycles-per-year): New constant.
10690 (lunar-index): New function.
10691 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10692 (lunar-phase-name): Use lunar-phase-names.
10693 (calendar-lunar-phases): Use format.
10694 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10695
10696 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10697 Copy imenu-example--name-and-position function here for own use.
10698 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10699
10700 * bs.el (bs--redisplay):
10701 * cus-edit.el (custom-redraw):
10702 * ibuffer.el (ibuffer-bury-buffer):
10703 * server.el (server-goto-line-column):
10704 * startup.el (command-line-1):
10705 * strokes.el (strokes-xpm-for-stroke):
10706 * term.el (term-display-buffer-line):
10707 * view.el (View-goto-line):
10708 * calc/calc.el (calc-do, calc-trail-buffer):
10709 * play/gamegrid.el (gamegrid-add-score-insecure):
10710 * progmodes/ada-mode.el (ada-compile-goto-error):
10711 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10712 (ebrowse-select-1st-to-9nth):
10713 * progmodes/cperl-mode.el (cperl-time-fontification):
10714 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10715 * progmodes/gud.el (gud-display-line):
10716 (idlwave-shell-display-line):
10717 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10718 * progmodes/make-mode.el (makefile-browser-toggle):
10719 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10720 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10721 * textmodes/picture.el (picture-draw-rectangle):
10722 * textmodes/reftex-index.el (reftex-index-goto-letter):
10723 (reftex-select-jump-to-previous):
10724 * textmodes/reftex-sel.el (reftex-find-start-point)
10725 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10726 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10727 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10728 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10729 * textmodes/two-column.el (2C-associated-buffer):
10730 Use forward-line rather than goto-line.
10731
10732 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10733 goto-line.
10734
10735 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10736 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10737 (quick-check-list-to-regexp): Declare.
10738
10739 * progmodes/make-mode.el (makefile-browser-insert-selection):
10740 Use goto-char rather than goto-line.
10741
10742 * progmodes/prolog.el (compilation-error-regexp-alist)
10743 (compilation-forget-errors): Declare.
10744
10745 2009-08-22 Juri Linkov <juri@jurta.org>
10746
10747 * progmodes/grep.el (lgrep, rgrep): At the beginning
10748 set `dir' to `default-directory' unless `dir' is a non-nil
10749 readable directory. (Bug#4052)
10750 (lgrep, rgrep): Change a weird way to report an error
10751 from using `read-string' to using `error'.
10752 Instead of using interactive arguments in the function body,
10753 add new argument `confirm'.
10754
10755 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10756
10757 * textmodes/remember.el (remember-buffer):
10758 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10759 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10760 (icalendar-extract-ical-from-buffer):
10761 * net/newst-treeview.el (newsticker-groups-filename):
10762 * net/newst-backend.el (newsticker-cache-filename):
10763 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10764 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10765 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10766 (speedbar-buffers-line-path, speedbar-path-line)
10767 (speedbar-buffers-line-path):
10768 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10769 (epg-sign-keys):
10770 * epa.el (epa-display-verify-result):
10771 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10772
10773 2009-08-21 Glenn Morris <rgm@gnu.org>
10774
10775 * progmodes/js.el (inferior-moz-process): Fix declaration.
10776
10777 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10778
10779 * obsolete/rnewspost.el (news-mail-reply):
10780 Use goto-char rather than goto-line.
10781
10782 * term/ns-win.el (ns-open-file-select-line):
10783 Use line-beginning-position rather than goto-line.
10784
10785 * apropos.el (apropos-command):
10786 * ehelp.el (electric-helpify):
10787 * printing.el (pr-show-setup):
10788 * strokes.el (strokes-help):
10789 * tutorial.el (tutorial--describe-nonstandard-key)
10790 (tutorial--detailed-help):
10791 * woman.el (woman-mini-help, woman-display-extended-fonts):
10792 * calc/calc-help.el (calc-describe-key):
10793 * emulation/edt.el (edt-electric-helpify):
10794 * international/mule-diag.el (mule-diag):
10795 * play/yow.el (apropos-zippy):
10796 * progmodes/python.el (python-describe-symbol):
10797 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10798 * textmodes/table.el (*table--cell-describe-mode)
10799 (*table--cell-describe-bindings):
10800 Use help-print-return-message rather than the now obsolete alias.
10801
10802 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10803 (calendar-cursor-to-visible-date):
10804 * play/5x5.el (5x5-position-cursor):
10805 * play/decipher.el (decipher):
10806 * play/gomoku.el (gomoku-goto-xy):
10807 * play/landmark.el (lm-goto-xy):
10808 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10809 (mpuz-paint-digit):
10810 Use forward-line, not goto-line.
10811
10812 * mail/rmail.el (rmail-obsolete): Delete custom group.
10813 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10814 (rmail-remote-password, rmail-remote-password-required):
10815 Remove unneeded :set-after and :set properties.
10816
10817 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
10818
10819 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10820
10821 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10822
10823 * loadup.el: Remove leftover macos code.
10824
10825 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10826 Explicitly pass the date format to git blame so that user local
10827 so that the output format can be parsed.
10828
10829 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10830
10831 * net/dbus.el (top): Don't check for (getenv
10832 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10833
10834 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10835
10836 * log-edit.el (log-edit-strip-single-file-name): New var.
10837 (log-edit-insert-changelog): Use it. Bug#3571
10838
10839 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10840
10841 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10842 Bug#3287
10843
10844 * help.el (help-print-return-message): Rename from
10845 print-help-return-message.
10846
10847 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10848 cvs-mode-map parent hack.
10849 (log-view-mode): Derive from special-mode.
10850
10851 * linum.el (linum-mode): window-size-change-functions is redundant.
10852 Adapt to new window-configuration-change-hook behavior.
10853 (linum-after-size, linum-after-config): Remove.
10854
10855 * imenu.el (imenu-example--name-and-position)
10856 (imenu-example--lisp-extract-index-name)
10857 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10858 Mark as obsolete.
10859
10860 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10861 (inferior-prolog-mode): Use it.
10862 (inferior-prolog-load-file): Reset list of errors.
10863
10864 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10865
10866 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10867
10868 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10869
10870 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10871
10872 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10873 is running already.
10874
10875 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10876
10877 * subr.el (listify-key-sequence-1): Use normal syntax since those
10878 integers are nowadays always represented by the same (positive) number
10879 on all platforms.
10880 (read-key-empty-map): New const.
10881 (read-key-delay): New var.
10882 (read-key): New function.
10883 (force-mode-line-update): Use with-current-buffer.
10884 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10885 (start-process-shell-command, start-file-process-shell-command):
10886 Discourage the use of command-args.
10887
10888 2009-08-19 Glenn Morris <rgm@gnu.org>
10889
10890 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10891
10892 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10893
10894 * simple.el (choose-completion-string): Don't rely on
10895 minibuffer-completing-file-name and ad-hoc checks to decide whether
10896 to continue completion or not.
10897
10898 * minibuffer.el (minibuffer-hide-completions): New function.
10899 (completion--do-completion): Use it.
10900 (completions-annotations): New face.
10901 (completion--insert-strings): Use it.
10902 (completion-pcm--delim-wild-regex): Add docstring.
10903 (completion-pcm--string->pattern): Add support for 0-width delimiters
10904 in completion-pcm--delim-wild-regex.
10905
10906 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10907
10908 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10909 Remove unused var `buffer-modified-p'.
10910
10911 * minibuffer.el (completion--do-completion): Move point for the #b001
10912 case as well (bug#4176).
10913 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10914
10915 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10916
10917 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10918 and :session buses.
10919
10920 2009-08-18 Kenichi Handa <handa@m17n.org>
10921
10922 * international/ucs-normalize.el (ucs-normalize-version):
10923 Change to 1.1.
10924 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10925 (utf-8-hfs): Make it perform normalization on encoding too.
10926
10927 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10928 (sentence-end-without-space): Delete duplicated chars.
10929 (sentence-end-base): Likewise.
10930
10931 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10932 (html-mode): Delete duplicated chars from sentence-end-base.
10933
10934 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10935 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10936
10937 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10938
10939 * files.el (hack-one-local-variable): If the mode function is for
10940 a minor mode, pass it an argument (Bug#4148).
10941
10942 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10943
10944 * net/tramp.el (tramp-register-completion-file-name-handler):
10945 Check also for (member 'partial-completion completion-styles).
10946
10947 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10948
10949 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10950 abbrev (Bug#3943).
10951
10952 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10953
10954 * progmodes/cperl-mode.el: Merge upstream 6.2.
10955 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10956 (cperl-forward-re): Check cperl-brace-recursing.
10957 (cperl-highlight-charclass): New function.
10958 (cperl-find-pods-heres): Use it.
10959 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10960 (cperl-beautify-regexp-piece): Fix column calculation.
10961 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10962 (cperl-beautify-level): Don't process entire regexp.
10963 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10964 calling man.
10965 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10966 (cperl-init-faces): Build a list in the normal way.
10967
10968 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10969
10970 * calendar/parse-time.el (parse-time-string-chars): Save match
10971 data.
10972
10973 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10974
10975 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10976 (sql-product): Use it.
10977 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10978 (sql-set-product): Add completion.
10979 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10980 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10981 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10982 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10983 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10984 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10985 (sql-highlight-db2-keywords): Remove.
10986 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10987 (sql-highlight-product): Use derived-mode-p.
10988 (sql-set-sqli-buffer): Use with-current-buffer.
10989 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10990 Simplify.
10991
10992 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10993
10994 * term.el: Fix commenting convention, turn comments into docstrings.
10995
10996 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10997
10998 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10999
11000 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
11001
11002 * calendar/parse-time.el (parse-time-string-chars): Compute using
11003 character classes, to handle non-ascii characters (Bug#3190).
11004
11005 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
11006
11007 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
11008 another heredoc if the user adds another < (Bug#3226).
11009
11010 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11011 Don't initialize based on window-system (Bug#4124).
11012
11013 * facemenu.el (facemenu-read-color): Use a completion function
11014 that accepts any defined color, such as RGB triplets (Bug#3677).
11015
11016 * files.el (get-free-disk-space): Change fallback default
11017 directory to /. Expand DIR argument before switching to fallback.
11018 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
11019
11020 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
11021
11022 * files.el (load-library): Doc fix.
11023
11024 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
11025
11026 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
11027 (viper-if-string): Redefine C-s in the minibuffer to insert the last
11028 incremental search string.
11029
11030 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
11031 XEmacs.
11032
11033 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
11034 (ediff-merge-region-is-non-clash)
11035 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
11036 Also check if the job is really a merge job.
11037
11038 * ediff.el (ediff-current-file): New function.
11039
11040 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
11041
11042 * progmodes/js.el: Edit docstrings throughout to follow Emacs
11043 conventions.
11044 (js-insert-and-indent): Delete function.
11045 (js-mode-map): Don't bind keys to js-insert-and-indent.
11046 (js-beginning-of-defun): Rename from js--beginning-of-defun.
11047 (js-end-of-defun): Rename from js--end-of-defun.
11048 (js-auto-indent-flag): Delete variable.
11049
11050 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
11051
11052 * progmodes/js.el: Remove proclaim statement.
11053 Defvar which-func-imenu-joiner-function to silence compiler.
11054
11055 * files.el (auto-mode-alist): Use js-mode for .js files.
11056
11057 * progmodes/js2-mode.el: Remove file.
11058
11059 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
11060
11061 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
11062
11063 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
11064
11065 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
11066 Karl Landstrom <karl.landstrom@brgeight.se>
11067
11068 * progmodes/js.el: New file.
11069
11070 2009-08-14 Mark A. Hershberger <mah@everybody.org>
11071
11072 * timezone.el (timezone-parse-date): Add ability to understand ISO
11073 basic format (minimal separators) dates in addition to the
11074 already-supported extended format dates.
11075
11076 2009-08-14 Eli Zaretskii <eliz@gnu.org>
11077
11078 * international/ucs-normalize.el: Add a `coding' file variable.
11079
11080 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
11081
11082 2009-08-14 Sam Steingold <sds@gnu.org>
11083
11084 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
11085
11086 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
11087
11088 * faces.el (help-argument-name): Define it here instead of
11089 help-fns.el, because in daemon mode help-fns.el may be loaded when
11090 faces are still uninitialized (Bug#1078).
11091
11092 * help-fns.el (help-argument-name): Move defface to faces.el.
11093
11094 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
11095
11096 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
11097 create buffer with a pty but no process so that GDB can make the
11098 inferior the controlling process.
11099
11100 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
11101
11102 * international/ucs-normalize.el: New file.
11103
11104 2009-08-13 Richard Stallman <rms@gnu.org>
11105
11106 * mail/rmail.el (rmail-get-attr-names):
11107 Accept an attribute header that is too short.
11108
11109 * mail/rmail.el (rmail-forget-messages):
11110 Ignore nil elt in rmail-message-vector. Use dotimes.
11111
11112 * progmodes/compile.el (compilation-goto-locus):
11113 Use next-error-move-function.
11114
11115 * simple.el (next-error-move-function): New variable.
11116
11117 2009-08-12 Juri Linkov <juri@jurta.org>
11118
11119 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
11120 always non-nil. (Bug#4052)
11121
11122 * replace.el (read-regexp): Return empty string when
11123 `default-value' is nil.
11124 (keep-lines-read-args): Don't use empty string as the
11125 default value for `read-regexp'. (Bug#2495)
11126
11127 2009-08-12 Juri Linkov <juri@jurta.org>
11128
11129 * international/mule-cmds.el (ucs-insert): Change arguments
11130 from `arg' to `character', `count', `inherit' to be the same
11131 as in `insert-char'. Doc fix. (Bug#4039)
11132
11133 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
11134
11135 2009-08-12 Juri Linkov <juri@jurta.org>
11136
11137 * files-x.el: New file.
11138
11139 * files.el: Move code that deals with adding/deleting
11140 file/directory-local variables to files-x.el.
11141
11142 * Makefile.in (ELCFILES): Add files-x.elc.
11143
11144 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
11145
11146 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
11147 to use `goto-line'.
11148 (gdb-place-breakpoints, gdb-get-location): Rewritten without
11149 `goto-line'.
11150 (gdb-invalidate-disassembly): Do not refresh upon receiving
11151 'update signal. Instead, update all disassembly buffers only after
11152 threads list.
11153 (gdb): Send -target-detach when buffer is killed (Bug#3794).
11154 (gdb-starting): Move -data-list-register-names...
11155 (gdb-stopped): ...here so it's sent when first thread stops.
11156 (gdb-registers-handler-custom): Do nothing if register names are
11157 unknown yet.
11158
11159 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
11160 from `gdb-mi.el' to avoid extra tangling.
11161
11162 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
11163 change which breaks `gud-def' definitions used in `gdb'.
11164 (gdb-update-gud-running): No extra fuss for updating frame number.
11165
11166 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
11167
11168 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
11169 (describe-language-environment-map, setup-language-environment-map)
11170 (set-coding-system-map): Move initialization into declaration.
11171 (set-language-info-alist): Last arg to define-key-after can be skipped.
11172
11173 * international/quail.el (quail-completion-1): Simplify.
11174 (quail-define-rules): Use slightly more compact code.
11175 (quail-insert-decode-map): Propertize keys, compact columns.
11176
11177 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11178 Add goto-line.
11179
11180 2009-08-10 Miles Bader <miles@gnu.org>
11181
11182 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
11183 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
11184 (js2-instance-member, js2-private-member, js2-private-function-call)
11185 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
11186 (js2-magic-paren, js2-external-variable):
11187 Remove "-face" suffix from face names.
11188 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
11189 (js2-highlight-undeclared-vars, js2-peek-token)
11190 (js2-parse-function-params, js2-mode-show-errors)
11191 (js2-mode-show-warnings, js2-make-magic-delimiter)
11192 (js2-mode-highlight-magic-parens): Update to use new face names.
11193
11194 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
11195
11196 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
11197 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
11198
11199 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
11200
11201 * subr.el: Provide hashtable-print-readable.
11202
11203 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
11204 hs-c-like-adjust-block-beginning.
11205 (hs-hide-block-at-point): Stop hiding at the beginning of
11206 hs-block-end-regexp (Bug#700).
11207
11208 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
11209
11210 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
11211 a macro.
11212 (gdb-registers-handler-custom): Do not fail when register names
11213 are unavailable.
11214
11215 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11216
11217 * progmodes/gdb-mi.el (gdb-control-all-threads)
11218 (gdb-control-current-thread): Interactive setters for
11219 `gdb-gud-control-all-threads' to use in menu.
11220 (gdb-show-run-p): Show «Go» when process is not active.
11221 (gud-tool-bar-map): Add non-stop/A,T indicator.
11222 Uses gud/thread.xpm and gud/all.xpm.
11223
11224 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
11225
11226 * net/net-utils.el (net-utils-font-lock-keywords): New var.
11227 (nslookup-font-lock-keywords): Make it a variable.
11228 (net-utils-mode): New mode for viewing diagnostic network output.
11229 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
11230 (net-utils-run-simple): New function.
11231 (ifconfig, iwconfig, netstat, arp, route): Use it.
11232
11233 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11234
11235 * progmodes/gdb-mi.el (gdb-read-memory-custom)
11236 (gdb-memory-set-address, def-gdb-set-positive-number)
11237 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
11238 after changing settings.
11239 (gdb-invalidate-disassembly): Update when first shown.
11240 (gdb-edit-locals-value): Fix.
11241 (gdb-registers-handler-custom): Print registers in right order and
11242 allow changing register values (only for current thread yet).
11243 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
11244 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
11245 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
11246 (gdb-locals-handler-custom, gdb-registers-handler-custom):
11247 Thread info in mode name.
11248 (gdb-registers-mode-map): TAB to switch to locals.
11249
11250 2009-08-08 Eli Zaretskii <eliz@gnu.org>
11251
11252 * mail/rmail.el (rmail-add-mbox-headers)
11253 (rmail-set-message-counters-counter): Search for
11254 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
11255
11256 2009-08-08 Glenn Morris <rgm@gnu.org>
11257
11258 * Makefile.in (ELCFILES): Update.
11259
11260 2009-08-07 Eli Zaretskii <eliz@gnu.org>
11261
11262 * mail/sendmail.el (mail-yank-original):
11263 Set buffer-file-coding-system from the one used by the message whose
11264 text is yanked.
11265
11266 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
11267 to "windows" when "pgnuplot" is used.
11268 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
11269 Don't call accept-process-output if "pgnuplot" is used.
11270 (calc-graph-init): Don't send -display and -geometry to
11271 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
11272 running "pgnuplot -V" with shell-command-to-string.
11273
11274 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
11275 the default.
11276
11277 2009-08-07 Eli Zaretskii <eliz@gnu.org>
11278
11279 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
11280 org/org-latex.elc.
11281
11282 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11283
11284 * vc-dispatcher.el (vc-resynch-window): Update comment.
11285
11286 * term.el (term-handle-ansi-escape): Add comments with the
11287 terminfo capabilities implemented.
11288
11289 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
11290
11291 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
11292 (gdb-var-create-handler): Rewritten using JSON parser.
11293 (gdb-propertize-header): Move earlier.
11294 (gdb-set-header): Remove to avoid duplication.
11295 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
11296 Refresh disassembly buffers only after threads list have been
11297 update.
11298 (gdb-threads-header, gdb-registers-header): Per-buffer header line
11299 variables.
11300
11301 2009-08-04 Juri Linkov <juri@jurta.org>
11302
11303 * files.el: Commands to add/delete file/directory-local variables.
11304 (read-file-local-variable, read-file-local-variable-value)
11305 (read-file-local-variable-mode, modify-file-local-variable)
11306 (modify-file-local-variable-prop-line)
11307 (modify-dir-local-variable): New functions.
11308 (add-file-local-variable, delete-file-local-variable)
11309 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11310 (add-dir-local-variable, delete-dir-local-variable)
11311 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11312 (copy-dir-locals-to-file-locals-prop-line): New commands.
11313
11314 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
11315
11316 * abbrev.el (insert-abbrev-table-description): Prettify output.
11317 Suggested by Karl Chen.
11318
11319 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
11320
11321 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
11322 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
11323 (gdb-overlay-arrow-position, gdb-thread-position)
11324 (gdb-disassembly-position): Declare variables.
11325 (gdb-wait-for-pending): Function now.
11326 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11327 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11328 compilation goes smoothly.
11329 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11330 (gdb-non-stop-setting): New customization setting which replaces
11331 `gdb-non-stop' so changing it doesn't break active GDB session.
11332 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11333 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11334 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11335 (gdb-show-threads-by-default): New customization options.
11336 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11337 routines.
11338 (gdb-get-buffer-create): Send buffers update signal when they are
11339 created.
11340 (gdb-invalidate-locals, gdb-invalidate-registers)
11341 (gdb-invalidate-breakpoints)
11342 (gdb-invalidate-threads, gdb-invalidate-disassembly)
11343 (gdb-invalidate-memory): Accept update signal.
11344 (gdb-current-context-command): Use --frame option.
11345 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11346 Implement `gdb-frame-number' selection logic.
11347 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11348 whether to show GUD toolbar buttons.
11349 (gdb-thread-exited): Unselect current thread when it exits.
11350 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11351 (gdb-mark-line): Routine which sets overlay arrow or inverses
11352 video on fringeless displays.
11353 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11354 to build aligned columns of data in GDB buffers and set text
11355 properties line-by-line.
11356 (gdb-invalidate-breakpoints)
11357 (gdb-breakpoints-list-handler-custom)
11358 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11359 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11360 (gdb-registers-handler-custom): Align data columns.
11361 (gdb-locals-handler-custom): Now prints data like in variable
11362 declarations.
11363 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11364 Remove confusing buttons.
11365 (gdb-invalidate-threads): Append --frame.
11366 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11367 between breakpoints/threads buffers.
11368 (gdb-set-window-buffer): Now can ignore dedicated windows.
11369 (gdb-propertize-header): Use `gdb-set-window-buffer'.
11370 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11371 (def-gdb-thread-buffer-gud-command): Replaces
11372 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11373 for fine thread control.
11374 (gdb-preempt-existing-or-display-buffer): New function used to
11375 display bound buffers without breaking window layout.
11376 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11377 (gdb-select-frame): New version of `gdb-frames-select' which now
11378 sets `gdb-frame-number' so commands may use --frame option instead
11379 of inner debugger state.
11380 (gdb-frame-handler): Do not set `gdb-frame-number'.
11381 (gdb-threads-mode-map): Select threads with mouse.
11382
11383 * progmodes/gud.el (gdb-gud-context-call): Declare function to
11384 avoid compilation warning.
11385 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11386 `gdb-show-stop-p`.
11387
11388 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11389 Argument `key' renamed to `buffer-type'.
11390 (gdb-current-context-buffer-name): Do not add thread info to
11391 buffer name when no thread is selected.
11392 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11393 command (bug 3794).
11394 (gdb-thread-selected): Handle `=thread-selected' notification.
11395 (gdb-wait-for-pending): New macro to deal with congestion problems.
11396 (gdb-breakpoints-list-handler-custom): Don't fail on pending
11397 breakpoints.
11398 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11399 This fixes problem similar to one described in bug 3947.
11400 (gud-menu-map): More menu items.
11401 (gdb-init-1): Reset `gdb-thread-number' to nil.
11402
11403 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11404 non-stop settings.
11405
11406 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11407 (gdb-current-context-command): Do not append --thread if
11408 `gdb-thread-number' is nil.
11409 (gdb-running-threads-count, gdb-stopped-threads-count):
11410 New variables.
11411 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11412 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
11413 New customization options.
11414 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11415 GUD commands.
11416 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11417 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11418 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11419 set `gdb-thread-number' and update `gud-running' properly.
11420 (gdb-running): Update threads list when new threads appear.
11421 (gdb-stopped): Support non-stop operation and new thread switching
11422 logic.
11423 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11424 (gdb-json-partial-output): New set of JSON routines.
11425 (def-gdb-auto-update-trigger): New `signal-list' optional
11426 argument.
11427 (gdb-thread-list-handler-custom): Update `gud-running',
11428 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11429 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11430 (gdb-continue-thread, gdb-step-thread): New commands for fine
11431 thread execution control.
11432 (gud-menu-map): New menu items to switch non-stop options.
11433 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11434 (gdb-send): Mimic RET properly (bug 3794).
11435
11436 * progmodes/gdb-mi.el (gdb-rules-name-maker)
11437 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11438 gdb-buffer-rules.
11439 (def-gdb-auto-update-handler): New nopreserve optional argument.
11440 (gdb-stack-list-frames-custom): Print stack from top to bottom.
11441
11442 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
11443 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11444 (gdb-parent-mode): New mode to derive other GDB modes from.
11445 (gdb-display-disassembly-for-thread)
11446 (gdb-frame-disassembly-for-thread): New commands for threads
11447 buffer.
11448
11449 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11450 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11451 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11452 (gdb-update): We now store all GDB buffers in a list so that they
11453 can be updated by traversing a list instead of calling invalidate
11454 triggers explicitly.
11455 (def-gdb-trigger-and-handler): New macro to define trigger-handler
11456 pair for GDB buffer.
11457 (gdb-stack-buffer-name): Add thread information.
11458 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11459 handle pending triggers.
11460 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11461 (def-gdb-thread-buffer-simple-command)
11462 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11463 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11464 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11465 New commands which show buffers bound to thread.
11466 (gdb-stack-list-locals-regexp): Remove unused regexp.
11467
11468 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11469 (gdb-locals-buffer-name, gdb-registers-buffer-name)
11470 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11471 to (gud-comint-buffer) in *-buffer-name functions
11472 because (gdb-get-target-string) already does that.
11473 (gdb-locals-handler-custom, gdb-registers-handler-custom)
11474 (gdb-changed-registers-handler): Rewritten without regexps.
11475
11476 * progmodes/gdb-mi.el: Basic thread selection support.
11477 (gdb-thread-number): New variable.
11478 (gdb-current-context-command): New macro which adds --thread
11479 option to command.
11480 (gdb-threads-mode-map): Select thread with SPC.
11481 (gdb-thread-list-handler-custom): Mark current thread with overlay
11482 arrow. Synchronize GDB thread and Emacs thread.
11483 (gdb-select-thread): New command which selects current thread.
11484 (gdb-invalidate-frames, gdb-invalidate-locals)
11485 (gdb-invalidate-registers): Use --thread option.
11486
11487 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
11488
11489 * net/tramp.el (top): Make check for tramp-gvfs loading more
11490 robust. (Bug#3977)
11491 (tramp-handle-insert-file-contents): `unwind-protect' must be
11492 inside `with-parsed-tramp-file-name'.
11493
11494 * net/tramp-gvfs.el (top): Remove superfluous message when loading
11495 fails.
11496
11497 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
11498
11499 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11500 directory if CLASSPATH is not set.
11501
11502 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
11503
11504 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11505 New defconst.
11506 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
11507
11508 2009-08-02 Kevin Ryde <user42@zip.com.au>
11509
11510 * net/newst-backend.el (newsticker--raw-url-list-defaults):
11511 Update freshmeat link. Delete newsforge.com as it seems gone.
11512
11513 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11514
11515 * select.el (x-set-selection): Doc fix (Bug#4021).
11516
11517 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11518
11519 * help-fns.el (describe-variable): Treat list return values from
11520 dir-locals-find-file properly (Bug#4005).
11521
11522 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
11523
11524 * net/tramp.el (tramp-debug-message): Print also microseconds.
11525
11526 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
11527
11528 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11529 or END is non-nil.
11530 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11531 (tramp-get-debug-buffer): Change `outline-regexp' according to new
11532 format.
11533
11534 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11535 (tramp-get-file-property): Use it.
11536
11537 * autorevert.el (auto-revert-handler):
11538 Allow `auto-revert-tail-mode' for remote files.
11539
11540 2009-08-02 Jason Rumney <jasonr@gnu.org>
11541
11542 * minibuffer.el (read-file-name): Treat confirm options to
11543 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
11544
11545 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11546
11547 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11548 (font-lock-variable-name-face, font-lock-constant-face):
11549 Darken the colors for light backgrounds.
11550
11551 2009-08-01 Eli Zaretskii <eliz@gnu.org>
11552
11553 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11554 month names. (Bug#3987)
11555
11556 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
11557
11558 * simple.el (line-move-finish): Pass whole number to
11559 line-move-to-column.
11560 (line-move-visual): Perform hscroll to the recorded position.
11561
11562 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
11563
11564 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11565
11566 2009-07-29 Alan Mackenzie <acm@muc.de>
11567
11568 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11569
11570 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
11571
11572 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11573 (gdb-place-breakpoints): Use full path when setting breakpoints.
11574
11575 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11576
11577 * calc/calc.el (calc-mode-map): Add keybinding for
11578 `calc-transpose-lines'.
11579
11580 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
11581
11582 * calc/calc-misc.el (calc-transpose-lines): New function.
11583
11584 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
11585
11586 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11587 Simplify check for out-of-band methods.
11588 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11589 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
11590
11591 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
11592
11593 * vc-git.el (vc-git-checkin): Fix typo.
11594
11595 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
11596
11597 * progmodes/js2-mode.el: New file.
11598
11599 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
11600
11601 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11602 (gud-menu-map): Adjust tooltip accordingly.
11603
11604 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11605
11606 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11607 (vc-bzr-log-view-mode): Adjust log-view-file-re.
11608
11609 * add-log.el (change-log-mode-map): Add a menu.
11610
11611 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
11612
11613 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11614 function returns nil.
11615 (dbus-handle-event): Handle special return value :ignore.
11616 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11617
11618 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
11619
11620 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11621 it's not needed.
11622
11623 2009-07-25 Eli Zaretskii <eliz@gnu.org>
11624
11625 Fix Bug#3888:
11626
11627 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11628
11629 * term/pc-win.el (x-display-name, x-colors)
11630 (x-select-enable-clipboard, x-select-text): Doc fix.
11631
11632 * term/common-win.el (x-display-name, x-colors): Doc fix.
11633
11634 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11635 (xw-defined-colors): Doc fix.
11636
11637 * w32-fns.el (x-select-text, x-setup-function-keys)
11638 (x-get-selection, x-set-selection): Doc fix.
11639
11640 * term/x-win.el (x-select-text, x-setup-function-keys)
11641 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11642
11643 * select.el (x-set-selection): Doc fix.
11644
11645 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
11646
11647 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11648 instead of "IsNSSSupportAvailable". Avahi ought to work also when
11649 "IsNSSSupportAvailable" method is not available.
11650 Reported by Steve Youngs <steve@sxemacs.org>.
11651
11652 2009-07-24 Kenichi Handa <handa@m17n.org>
11653
11654 * international/characters.el: Fix setting of category ?C, ?|, ?K,
11655 and ?H. Fix setting of case for Latin Extended and Greek Extended.
11656 (build-unicode-category-table): Fix range checks.
11657
11658 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11659
11660 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11661 the buffer we try to sync is current when calling
11662 vc-resynch-buffer.
11663
11664 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11665 not show up to date files.
11666
11667 2009-07-24 Glenn Morris <rgm@gnu.org>
11668
11669 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11670 Add autoload cookies. If necessary, initialize.
11671 (elint-log): Handle non-file buffers.
11672 (elint-initialize): Add optional argument to reinitialize.
11673 (elint-find-builtin-variables): Save excursion.
11674
11675 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11676
11677 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11678 for Lint.
11679
11680 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11681
11682 * vc.el (vc-print-log-internal): New function, split out from ...
11683 (vc-print-log): ... here.
11684 (vc-dir-move-to-goal-column): Declare.
11685
11686 * vc-git.el (vc-git-add-signoff): New variable.
11687 (vc-git-checkin): Use it.
11688 (vc-git-toggle-signoff): New function.
11689 (vc-git-extra-menu-map): Bind it to menu.
11690 (vc-git--run-command-string): Accept a nil FILE argument.
11691 (vc-git-stash-list): New function.
11692 (vc-git-dir-extra-headers): Use it.
11693
11694 2009-07-23 Glenn Morris <rgm@gnu.org>
11695
11696 * help-fns.el (describe-variable): Describe ignored and risky local
11697 variables in a similar way to that in which we describe safe ones.
11698
11699 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11700 (byte-compile-output-file-form, byte-compile-output-docform)
11701 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11702 Give some more local variables with common names a "bytecomp-" prefix,
11703 so as not to shadow things during compilation.
11704 * emacs-lisp/cl-macs.el (load-time-value)
11705 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11706 `outbuffer' to `bytecomp-outbuffer'.
11707
11708 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11709 since the next two variables cover them automatically now.
11710 (elint-builtin-variables, elint-autoloaded-variables): New.
11711 (elint-unknown-builtin-args): Remove all members, since they can be
11712 parsed automatically now.
11713 (elint-extra-errors): New.
11714 (elint-env-add-env, elint-env-add-macro): Use cadr.
11715 (elint-current-buffer): Use or. Change final message.
11716 (elint-get-top-forms): Use line-end-position.
11717 (elint-init-env): Use cadr. Handle autoload, declare-function,
11718 and defalias.
11719 (elint-add-required-env): Doc fix. Use or. Standardize error.
11720 (regexp-assoc): Remove unused function.
11721 (elint-top-form): Set elint-current-pos, to record the start of the
11722 top-level form, for compilation-mode.
11723 (elint-form): Trap errors in macro expansion. Use dolist.
11724 (elint-unbound-variable): Use elint-builtin-variables and
11725 elint-autoloaded-variables.
11726 (elint-get-args): Use cadr, or.
11727 (elint-check-cond-form): Use dolist, cadr.
11728 (elint-check-condition-case-form): Doc fix. Use cadr.
11729 Use elint-extra-errors.
11730 (elint-log): New function.
11731 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11732 Distinguish errors and warnings.
11733 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11734 Use a bytecomp-style format.
11735 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11736 (elint-get-log-buffer): Use compilation mode. Disable undo.
11737 Don't truncate lines.
11738 (elint-initialize): Set builtin and autoloaded variable lists.
11739 Only process elint-unknown-builtin-args if non-nil.
11740 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11741 New functions.
11742 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11743
11744 2009-07-22 Kevin Ryde <user42@zip.com.au>
11745
11746 * net/newst-backend.el (newsticker--parse-atom-1.0)
11747 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11748 (newsticker--parse-rss-1.0):
11749 * progmodes/idlwave.el (idlwave-mode):
11750 * progmodes/idlw-shell.el (idlwave-shell-mode):
11751 * progmodes/vera-mode.el (vera-mode):
11752 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11753 * progmodes/vhdl-mode.el (vhdl-mode):
11754 * textmodes/table.el (table-generate-source)
11755 (table--warn-incompatibility):
11756 Hyperlink urls in docstrings with URL `...'.
11757
11758 2009-07-22 Glenn Morris <rgm@gnu.org>
11759
11760 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11761 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11762 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11763 Remove leading * from defcustom docs.
11764
11765 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11766
11767 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11768 defcustom doc.
11769 (list-load-path-shadows): Optionally, just return shadows as a string.
11770
11771 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11772
11773 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11774
11775 * mail/rmailedit.el (rmail-edit-mode):
11776 Use auto-save-include-big-deletions.
11777
11778 * mail/rmail.el (rmail-variables):
11779 Use auto-save-include-big-deletions.
11780
11781 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11782 changes.
11783
11784 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11785
11786 * calc/calc.el (calc-undo-length): New variable.
11787 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11788
11789 2009-07-21 Richard Stallman <rms@gnu.org>
11790
11791 * files.el (auto-save-mode): Handle buffer-save-size = -2
11792 for toggling mode.
11793
11794 2009-07-21 Glenn Morris <rgm@gnu.org>
11795
11796 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11797
11798 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11799
11800 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11801 silence compiler. Instead...
11802 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11803 (ps-print-ensure-fontified): Update for above function name changes.
11804
11805 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11806 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11807 silence compiler. Instead...
11808 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11809 (mh-show-buffer): Only define for compiler.
11810 (pr-mh-current-message): Update for above function name changes.
11811
11812 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11813 as an argument.
11814 (find-file-noselect, insert-file-1): Update for above change.
11815
11816 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11817
11818 * mail/mailclient.el (mailclient-send-it): Fix message.
11819
11820 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11821 (edebug-eval): Check cl-debug-env is bound.
11822 (print-level, print-circle): Don't redefine built-in variables.
11823
11824 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11825 (custom-print-vectors): Remove old comments from doc.
11826
11827 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11828 (emerge-version): Make the variable an obsolete alias for the
11829 emacs-version variable. Make the function obsolete.
11830 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11831 Emerge options, rather than merging in into the main Options menu.
11832 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11833 and auto advance modes. Disable edit/fast items when not relevant.
11834
11835 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11836
11837 * term/vt420.el (terminal-init-vt420): Fix typo.
11838
11839 2009-07-20 Sam Steingold <sds@gnu.org>
11840
11841 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11842 variable (removed from compile.el on 2004-03-11).
11843
11844 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11845
11846 * files.el (hack-local-variables-filter): Fix last change.
11847
11848 2009-07-19 Juri Linkov <juri@jurta.org>
11849
11850 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11851 (dir-local-variables-alist): New buffer-local variable.
11852 (hack-local-variables-filter): If variable is not dir-local,
11853 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11854 because file-local overrides dir-local.
11855 (c-postprocess-file-styles) <declare-function>:
11856 Remove obsolete declaration.
11857 (hack-dir-local-variables): Add dir-local variable/value pair to
11858 `dir-local-variables-alist' and remove duplicates. Doc fix.
11859
11860 * help-fns.el (describe-variable): Add information about
11861 file-local and dir-local variables.
11862
11863 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11864
11865 * files.el (hack-local-variables-filter): Rewrite.
11866
11867 2009-07-19 Glenn Morris <rgm@gnu.org>
11868
11869 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11870 Silence compiler by only defining on XEmacs.
11871
11872 * international/mule.el (auto-coding-regexp-alist): Only match
11873 BABYL... at the start of buffer, not of lines. (Bug#3790)
11874
11875 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11876 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11877 (cal-menu-context-mouse-menu): Doc fix.
11878
11879 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11880
11881 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11882
11883 2009-07-18 Juri Linkov <juri@jurta.org>
11884
11885 * info.el: Virtual Info keyword finder.
11886 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11887 (Info-finder-file): New variable.
11888 (Info-finder-find-file): New function.
11889 (finder-known-keywords, finder-package-info)
11890 (find-library-name, lm-commentary): Use defvar and
11891 declare-function to silence compiler warnings.
11892 (Info-finder-find-node): New function.
11893 (info-finder): New command.
11894
11895 * subr.el (process-kill-buffer-query-function): New function.
11896 (add-hook)<kill-buffer-query-functions>: Add hook
11897 `process-kill-buffer-query-function'.
11898
11899 2009-07-18 Alan Mackenzie <acm@muc.de>
11900
11901 * progmodes/cc-mode.el (c-before-hack-hook)
11902 (c-postprocess-file-styles): Give invocation of `c-set-style'
11903 DONT-OVERRIDE parameter of t. Already set style variables will
11904 thus not be overridden by style settings given by `c-file-syle'.
11905
11906 * files.el (hack-local-variables-filter): Remove entries with
11907 duplicate keys from `file-local-variables-alist'.
11908
11909 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11910
11911 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11912 x-set-selection if display-selections-p returns nil for the
11913 current frame.
11914
11915 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11916
11917 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11918
11919 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11920
11921 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11922 Accept nil in addition to a regexp.
11923 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11924 Accept nil in addition to a regexp.
11925 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11926 buffers that have an associated file. Handle nil values of
11927 desktop-buffers-not-to-save and desktop-files-not-to-save.
11928 (Bug#3833)
11929
11930 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11931 (x-disown-selection-internal): New functions.
11932
11933 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11934
11935 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11936 warning.
11937 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11938 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11939
11940 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11941
11942 * simple.el (set-mark): Revert last change.
11943
11944 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11945
11946 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11947 rendering of pngs is not possible instead of messaging a long
11948 description.
11949
11950 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11951
11952 * w32-fns.el (x-selection-owner-p): New function.
11953
11954 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11955 (mouse-yank-at-click, mouse-yank-primary):
11956 If select-active-regions is non-nil, deactivate the mark before
11957 insertion.
11958
11959 * simple.el (deactivate-mark, set-mark): Only save selection if we
11960 own it.
11961
11962 2009-07-17 Kenichi Handa <handa@m17n.org>
11963
11964 * case-table.el (describe-buffer-case-table): Fix for the case
11965 that KEY is a cons.
11966
11967 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11968
11969 * vc-rcs.el (vc-rcs-find-file-hook):
11970 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11971
11972 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11973
11974 * net/tramp.el (tramp-wait-for-output): Handle the case when
11975 commands do not return a newline but a null byte before the shell
11976 prompt. (Bug#3858)
11977
11978 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11979
11980 * term/ns-win.el (ns-set-alpha): Don't declare.
11981 (ns-set-background-alpha): Remove function.
11982
11983 2009-07-16 Kevin Ryde <user42@zip.com.au>
11984
11985 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11986 y-or-n-p, for safety.
11987
11988 2009-07-16 Richard Stallman <rms@gnu.org>
11989
11990 * files.el (auto-save-mode): If buffer-saved-size is -2,
11991 don't clobber it.
11992
11993 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11994 (rmail-retry-ignored-headers): Add more uninteresting fields.
11995
11996 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11997
11998 * net/rcirc.el (rcirc): Use history variables.
11999 (rcirc-server-name-history, rcirc-nick-name-history)
12000 (rcirc-server-port-history): New variables.
12001
12002 2009-07-15 Kenichi Handa <handa@m17n.org>
12003
12004 * international/mule-cmds.el (set-language-environment-charset):
12005 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
12006 ignore them.
12007
12008 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
12009 Delete unibyte-display.
12010
12011 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
12012
12013 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
12014
12015 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
12016
12017 * simple.el (deactivate-mark): Optional argument FORCE.
12018 (set-mark): Use deactivate-mark.
12019
12020 * info.el (Info-search): No need to check transient-mark-mode
12021 before calling deactivate-mark.
12022
12023 * select.el (x-set-selection): Doc fix.
12024 (x-valid-simple-selection-p): Allow buffer values.
12025 (xselect--selection-bounds): Handle buffer values.
12026 Suggested by David De La Harpe Golden.
12027
12028 * mouse.el (mouse-set-region, mouse-drag-track):
12029 Call copy-region-as-kill before setting the mark, to let
12030 select-active-regions work.
12031
12032 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
12033
12034 * simple.el (deactivate-mark): If select-active-regions is
12035 non-nil, copy the selection data into a string.
12036 (activate-mark): If select-active-regions is non-nil, set the
12037 selection to the current buffer.
12038 (set-mark): Update selection if select-active-regions is non-nil.
12039
12040 * select.el (x-valid-simple-selection-p): Allow buffer values.
12041
12042 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
12043
12044 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
12045 and more featureful message-mode.
12046
12047 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
12048
12049 * select.el (x-set-selection): Doc fix.
12050 (x-valid-simple-selection-p): Disallow selection data consisting
12051 of a list or cons of integers, since that is not used.
12052 (xselect--selection-bounds, xselect--int-to-cons): New functions.
12053 (xselect-convert-to-string, xselect-convert-to-length)
12054 (xselect-convert-to-filename, xselect-convert-to-charpos)
12055 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
12056
12057 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
12058
12059 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
12060 output in -break-info command (Emacs bug #3794).
12061
12062 2009-07-14 Glenn Morris <rgm@gnu.org>
12063
12064 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
12065 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
12066 (edebug-print-length, edebug-print-level, edebug-print-circle)
12067 (edebug-sit-for-seconds, edebug-view-outside)
12068 (edebug-bounce-point, edebug-set-global-break-condition)
12069 (edebug-Go-nonstop-mode, edebug-trace-mode)
12070 (edebug-Trace-fast-mode, edebug-continue-mode)
12071 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
12072 (edebug-visit-eval-list): Doc fixes.
12073
12074 * subr.el (def-edebug-spec): Doc fix.
12075
12076 2009-07-14 Kenichi Handa <handa@m17n.org>
12077
12078 * international/characters.el: Fix setting of category ?C.
12079
12080 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
12081
12082 * term/ns-win.el (x-select-font): defalias x-select-font to
12083 ns-popup-font-panel instead of generate-fontset-menu.
12084
12085 2009-07-12 Eli Zaretskii <eliz@gnu.org>
12086
12087 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
12088
12089 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
12090
12091 * arc-mode.el (archive-find-type): Allow for a PK00 string before
12092 the PK\003\004 header (Bug#3770).
12093
12094 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
12095
12096 * pcomplete.el (pcomplete-comint-setup): Check for
12097 shell-dynamic-complete-filename too.
12098
12099 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
12100
12101 * simple.el (temporary-goal-column): Change the value for
12102 line-move-visual to a cons cell.
12103 (line-move-visual): Record or set the window hscroll, if
12104 necessary (Bug#3494).
12105 (line-move-1): Handle cons value of temporary-goal-column.
12106
12107 2009-07-11 Kenichi Handa <handa@m17n.org>
12108
12109 * international/mule-diag.el (describe-character-set): Don't show
12110 width.
12111
12112 2009-07-10 Sam Steingold <sds@gnu.org>
12113
12114 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12115 Omake sometimes indents the errors it prints, so allow all
12116 regexps to start with spaces.
12117
12118 2009-07-10 Eli Zaretskii <eliz@gnu.org>
12119
12120 * cus-edit.el (customize-changed-options-previous-release):
12121 Bump value to 22.1. (Bug#3804)
12122
12123 2009-07-08 Sam Steingold <sds@gnu.org>
12124
12125 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
12126 to be a cons cell (test . ignored-directory) to selectively ignore
12127 some directories depending on the location of the search.
12128
12129 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
12130
12131 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
12132 remote user is root, on the local host.
12133 (tramp-local-host-p): Either the local user or the remote user
12134 must be root. (Bug#3771)
12135
12136 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
12137
12138 * progmodes/gdb-mi.el (gdb): Remove description of
12139 gdb-use-separate-io-buffer.
12140 (menu): Don't allow toggling of or enable
12141 gdb-use-separate-io-buffer from menubar.
12142
12143 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
12144
12145 * mail/unrmail.el (unrmail): Make sure the message ends with two
12146 newlines (Bug#3769).
12147
12148 2009-07-08 Glenn Morris <rgm@gnu.org>
12149
12150 * calendar/calendar.el (calendar-current-date): Rework previous change.
12151
12152 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
12153
12154 * calendar/calendar.el (calendar-current-date):
12155 Add an optional argument giving an offset from today.
12156
12157 2009-07-08 Glenn Morris <rgm@gnu.org>
12158
12159 * tutorial.el (tutorial--describe-nonstandard-key):
12160 Adjust the message for when a key has been unbound.
12161 (help-with-tutorial): Hide the arch-tag.
12162
12163 2009-07-08 Kenichi Handa <handa@m17n.org>
12164
12165 * international/fontset.el (setup-default-fontset): For each
12166 script, append (not set) font-specs.
12167
12168 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
12169 docstring.
12170
12171 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
12172
12173 * progmodes/gdb-mi.el (gdb-init-1): Move sending
12174 -data-list-register-names to ...
12175 (gdb-starting): ... here because GDB 7.0 requires execution to
12176 have started when using this MI command.
12177 (gdb-set-header): New function to distinguish select and
12178 unselected tabs in gdb buffers.
12179 (gdb-propertize-header): New macro that uses gdb-set-header.
12180 (gdb-breakpoints-header, gdb-locals-header): Use it.
12181 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
12182
12183 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
12184
12185 * Makefile.in (ELCFILES): Remove fadr.elc.
12186
12187 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
12188
12189 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
12190 may contain frame information, so `string-match' should be used.
12191 (gdb-update): Disassembly is invalidated through
12192 `gdb-get-selected-frame'.
12193 (gdb-pad-string): New function to pad string with spaces.
12194 (gdb-invalidate-disassembly): Invalidate only if the buffer
12195 exists.
12196 (gdb-disassembly-handler-custom): Column alignment.
12197 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
12198 placing new ones.
12199 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
12200 end of line, too.
12201 (gdb-frame-handler): Match convention to for disassembly buffer
12202 mode name.
12203 (gdb-stack-list-frames-handler): Rewritten without regexps.
12204 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
12205 not highlight breakpoints without line information.
12206 (gdb-input): Add trailing newline to command.
12207
12208 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
12209 buffer properly.
12210 (gdb-breakpoints-list-handler-custom): Replacement for
12211 `gdb-break-list-handler'. Using real parser instead of regexps
12212 now.
12213 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
12214 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
12215 to place breakpoints.
12216 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
12217 functions.
12218 (gdb-disassembly-handler-custom): Show overlay arrow.
12219 (gdb-disassembly-place-breakpoints): Show breakpoints in
12220 disassembly buffer.
12221 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12222 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
12223 instead of parsing breakpoints buffer. Fixed old menu references
12224 in `gud-menu-map'.
12225
12226 * fadr.el: Remove.
12227
12228 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
12229 (gdb-memory-address): New variable which holds top address of
12230 memory page shown in memory buffer.
12231 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
12232 New customization variables.
12233 New functions:
12234 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
12235 display the memory buffer.
12236 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
12237 buffer display parameters.
12238 (def-gdb-memory-format, gdb-memory-format-binary)
12239 (gdb-memory-format-octal, gdb-memory-format-unsigned)
12240 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
12241 Functions for setting memory buffer format.
12242 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12243 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
12244 unit size used in memory buffer.
12245 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
12246 Switch to next/previous page of memory buffer.
12247 Now using (bindat-get-field) instead of fadr functions.
12248
12249 2009-07-07 Sam Steingold <sds@gnu.org>
12250
12251 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
12252 non-top-level files.
12253
12254 2009-07-07 Kenichi Handa <handa@m17n.org>
12255
12256 * international/mule-cmds.el (reset-language-environment):
12257 Put the highset priority to the charset iso-8859-1.
12258
12259 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
12260
12261 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
12262 to the end of the line when locating the block (Bug#700).
12263
12264 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
12265
12266 * net/tramp.el (tramp-handle-write-region): Flush file properties
12267 in case of short track.
12268
12269 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
12270
12271 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
12272 Coded custom representation of verilog error regular expressions
12273 to work with Emacs-22's new format.
12274 (verilog-error-regexp-xemacs-alist): Coded custom representation
12275 of verilog error regular expressions to work with XEmacs format.
12276 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
12277 error recognition into XEmacs.
12278 (verilog-error-regexp-add-emacs): Hook routine to install verilog
12279 error recognition into Emacs-22.
12280
12281 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
12282
12283 * woman.el: Remove stand-alone closing parentheses.
12284 (woman-file-name, woman2-format-paragraphs)
12285 (woman-leave-blank-lines): Code cleanup.
12286 (woman-use-own-frame): Change default to nil.
12287 (woman-italic, woman-bold, woman-unknown, woman-addition):
12288 Change defaults to inherit from default faces.
12289 (woman2-process-escapes): Consume the newline after a stand-alone
12290 filler character (Bug#3651).
12291
12292 2009-07-06 Glenn Morris <rgm@gnu.org>
12293
12294 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
12295 (top-level): Move provide to the end.
12296 (ffap): Remove defunct URL from custom group.
12297
12298 * subr.el (eval-after-load): Doc fix.
12299
12300 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
12301
12302 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
12303 `calc-embedded-word' is called twice.
12304
12305 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12306
12307 * files.el (find-alternate-file-other-window, find-alternate-file):
12308 Obey confirm-nonexistent-file-or-buffer.
12309
12310 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
12311
12312 * dired-aux.el (dired-show-file-type): Handle remote files.
12313
12314 2009-07-05 Jari Aalto <jari.aalto@cante.net>
12315
12316 * desktop.el (desktop-globals-to-save):
12317 Add file-name-history (Bug#2750).
12318
12319 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
12320
12321 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
12322
12323 2009-07-04 Johan Bockgård <bojohan@gnu.org>
12324
12325 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12326 property on entire argument since this is what eshell-lisp-command
12327 expects.
12328
12329 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
12330
12331 * net/tramp-gvfs.el (tramp-gvfs-methods)
12332 (tramp-gvfs-zeroconf-domain)
12333 (tramp-bluez-discover-devices-timeout): Add version flag.
12334 (tramp-gvfs-handler-mounted-unmounted)
12335 (tramp-gvfs-connection-mounted-p): Polish handling of
12336 incompatibilities between GVFS 0.2 and 1.0.
12337
12338 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
12339
12340 * cus-start.el (all): Add make-pointer-invisible.
12341
12342 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
12343
12344 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
12345 formatted correctly.
12346
12347 2009-07-02 Juri Linkov <juri@jurta.org>
12348
12349 * info.el: Virtual Info files and nodes.
12350 (Info-virtual-files, Info-virtual-nodes): New variables.
12351 (Info-current-node-virtual): New variable.
12352 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12353 New functions.
12354 (Info-file-supports-index-cookies): Use Info-virtual-file-p
12355 to check for a virtual file instead of checking a fixed list
12356 of node names.
12357 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12358 instead of ad-hoc processing of "dir" and (apropos history toc).
12359 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12360 instead of ad-hoc processing of "dir" and (apropos history toc).
12361 Reread a file when moving from a virtual node.
12362 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12363 (Info-directory-toc-nodes, Info-directory-find-file)
12364 (Info-directory-find-node): New functions.
12365 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12366 (Info-history): Move part of code to
12367 `Info-history-find-node'.
12368 (Info-history-toc-nodes, Info-history-find-file)
12369 (Info-history-find-node): New functions.
12370 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12371 (Info-toc): Move part of code to `Info-toc-find-node'.
12372 (Info-toc-find-node): New function.
12373 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
12374 the current Info file name to references because now the node
12375 "*TOC*" belongs to the same Info manual.
12376 (Info-toc-build): Rename from `Info-build-toc'.
12377 (Info-toc-nodes): Rename input argument `file' to `filename'.
12378 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12379 instead of ad-hoc processing of ("dir" apropos history toc).
12380 (Info-index-nodes): Use Info-virtual-file-p
12381 to check for a virtual file instead of checking a fixed list
12382 of node names.
12383 (Info-index-node): Add check for `Info-current-node-virtual'.
12384 Raise `save-match-data' higher up the tree to contain
12385 `search-forward' too (bug fix).
12386 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12387 (Info-virtual-index-nodes): New variable.
12388 (Info-virtual-index-find-node, Info-virtual-index): New functions.
12389 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12390 (Info-apropos-file, Info-apropos-nodes): New variables.
12391 (Info-apropos-toc-nodes, Info-apropos-find-file)
12392 (Info-apropos-find-node, Info-apropos-matches): New functions.
12393 (info-apropos): Move part of code to `Info-apropos-find-node' and
12394 `Info-apropos-matches'.
12395 (Info-mode-map): Bind "I" to `Info-virtual-index'.
12396 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12397 for a virtual file instead of checking a fixed list of node names.
12398
12399 * simple.el (async-shell-command): New command.
12400
12401 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12402
12403 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12404 instead of `mount-info'.
12405
12406 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
12407
12408 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12409 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12410
12411 2009-07-02 Kenichi Handa <handa@m17n.org>
12412
12413 * international/mule.el (set-keyboard-coding-system): Force *-unix
12414 coding-system to avoid eol conversion.
12415
12416 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
12417
12418 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12419 Add handler for `process-file', `shell-command' and
12420 `start-file-process'.
12421 (tramp-gvfs-handle-shell-command)
12422 (tramp-gvfs-handle-start-file-process)
12423 (tramp-gvfs-handle-process-file): New defuns.
12424 (tramp-synce-list-devices): Simplify check for existence of property.
12425
12426 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
12427
12428 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12429
12430 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
12431
12432 * language/korean.el (set-language-info-alist): Add korean-cp949,
12433 cp949 to spec.
12434
12435 2009-07-01 Kenichi Handa <handa@m17n.org>
12436
12437 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12438
12439 * international/encoded-kb.el: Deleted.
12440
12441 * international/mule.el (set-keyboard-coding-system): Perform the
12442 necessary setup here instead of calling encoded-kbd-setup-display.
12443
12444 2009-07-01 Glenn Morris <rgm@gnu.org>
12445
12446 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12447
12448 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
12449
12450 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
12451
12452 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
12453
12454 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12455 Handle also the 'rename case, when setting file modes. (Bug#3712)
12456 (tramp-default-file-modes): Remove execute permissions.
12457
12458 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12459 (top): Add a default for "synce" in `tramp-default-user-alist'.
12460 Add completion function for "synce" method.
12461 (tramp-hal-service, tramp-hal-path-manager)
12462 (tramp-hal-interface-manager, tramp-hal-interface-device):
12463 New defconst.
12464 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12465 (tramp-synce-list-devices, tramp-synce-parse-device-names):
12466 New defuns.
12467
12468 * net/trampver.el: Update release number.
12469
12470 2009-06-30 Kenichi Handa <handa@m17n.org>
12471
12472 * international/fontset.el (setup-default-fontset): Add CJK fonts
12473 for symbols and the other miscellaneous characters.
12474
12475 * language/korea-util.el (setup-korean-environment-internal):
12476 Make char-width-table suitable for Korean environments.
12477 (exit-korean-environment): Cancel above.
12478
12479 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12480 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12481 setup-function to make char-width-table suitable for respective
12482 environments, and an exit-function to cancel that.
12483
12484 * language/japan-util.el (setup-japanese-environment-internal):
12485 Call use-cjk-char-width-table with arg `ja_JP'.
12486
12487 * international/characters.el (cjk-char-width-table): Delete it.
12488 (cjk-char-width-table-list): New variable.
12489 (use-cjk-char-width-table): New arg local-name.
12490 (use-default-char-width-table): Fix for the case that Emacs is
12491 already using the default char-width-table.
12492
12493 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
12494
12495 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12496 modes mandatory. (Bug#3712)
12497
12498 2009-06-29 Alan Mackenzie <acm@muc.de>
12499
12500 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12501 correction between the visible width of TABs and their number of bytes.
12502
12503 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
12504
12505 * server.el (server-buffer-done): Prevent kill-buffer from
12506 prompting by clearing the buffer modification flag (Bug#3696).
12507
12508 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
12509
12510 * progmodes/verilog-mode.el (verilog-beg-of-statement)
12511 (verilog-endcomment-reason-re): Support unique case and priority case.
12512 (verilog-basic-complete-re): Support localparam lineup.
12513 (verilog-beg-of-statement-1): Fix for robustness, unique case.
12514 (verilog-set-auto-endcomments): Fix for unique case, always_comb
12515 commenting.
12516 (verilog-leap-to-case-head): Now support *nested* unique &
12517 priority case statements.
12518 (verilog-auto-lineup): Make just declarations the default (as it
12519 had been).
12520 (verilog-leap-to-case-head): Support priority/unique case statements.
12521 (verilog-auto-lineup): Rework to give users radio buttons to
12522 select the various styles of automatic lineup.
12523 (verilog-error-regexp-alist): Rework to support the XEmacs style
12524 of error regular expressions from compilers, lint tools &
12525 simulators. Note that GNU Emacs has made it impossible for a mode
12526 to load such things.
12527 (electric-verilog-terminate-line, verilog-indent-declaration)
12528 (verilog-auto-wiure): Rework for radio button selection of
12529 auto-lineup selection of specification of auto lineup.
12530 (verilog-beg-of-statement-1): Redesign to support proper operation
12531 in additional code, based on testing with auto-lineup.
12532 (verilog-calculate-indent, assignments & declarations)
12533 (verilog-backward-token): Enhance to support auto-lineup of
12534 assignments & declarations.
12535 (verilog-in-directive-p, verilog-at-struct-p): New function for
12536 easy test of whether we are.
12537 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12538 to support safe execution at almost anyline.
12539 (verilog-calc-1): Properly support indenting deep inside generate
12540 blocks.
12541 (verilog-init-font): Remove definition & use of verilog-init-font,
12542 as it is redundant with font-lock-defaults.
12543 (verilog-mode): Alter the definition of verilog-font-lock-defaults
12544 to avoid circular calls if syntax-ppss is a function (as is the
12545 case now in 22.x GNU Emacs) as that function would sometimes call
12546 itself, leading to (nearly) infinite recursion.
12547 (verilog-ovm-begin-re, verilog-ovm-end-re)
12548 (verilog-ovm-statement-re, verilog-leap-to-head)
12549 (verilog-backward-token): Add support for OVM macros. Some are
12550 complete statements, and others open and close scopes like begin
12551 and end.
12552 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12553 (verilog-defun-level-generate-only-re): Really fix the defun-list
12554 compilation issue.
12555 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12556 coverpoint, constraint and cross statements.
12557 (verilog-defun-level-list, verilog-generate-defun-level-list)
12558 (verilog-all-defun-level-list): Redo these specifications - it is
12559 too hard to support eval-when compile aggregation of lists also
12560 built at when-compile time.
12561 (verilog-defun-level-list): Place defconsts of variables used in
12562 building regular expressions which are built in eval-when-compile
12563 bodies in the same eval-when-compile body to facilitate compile
12564 without load.
12565 (verilog-beg-block-re-ordered): Support indenting
12566 virtual/protected tasks and functions.
12567 (verilog-defun-level-list, verilog-in-generate-region-p)
12568 (verilog-backward-ws&directives, verilog-calc-1): Speed up
12569 indentation of some module items (generate items).
12570 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12571 across virtual/protected tasks and functions.
12572
12573 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
12574
12575 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12576 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
12577 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12578 in concatenations. Reported by Yishay Belkind.
12579 (verilog-auto-ascii-enum): Support one-hot state machines in
12580 AUTOASCIIENUM. Suggested by Lloyd Gomez.
12581 (verilog-auto-inst, verilog-auto-inst-port): Include interface
12582 modport in AUTOINST and add vl-modport for users.
12583 Reported by David Rogoff.
12584 (verilog-auto-inout-module, verilog-auto-inst)
12585 (verilog-decls-get-interfaces, verilog-insert-definition)
12586 (verilog-insert-one-definition, verilog-read-decls)
12587 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12588 (verilog-sig-modport, verilog-signals-combine-bus)
12589 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12590 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12591 Suggested by David Rogoff.
12592 (verilog-repair-open-comma): Fix non-insertion of comma when
12593 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
12594 (verilog-make-width-expression): Simplify [A-1:0] expression
12595 widths to just {A{1'b0}}.
12596 (verilog-mode): Cleanup checkdoc warnings.
12597 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12598 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12599 inputs/outputs or data type. Suggested by Vasu Kandadi.
12600 (next-error-last-buffer): Fix byte-compiler warning.
12601 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12602 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12603 or shell command text during AUTO expansion. Suggested by Tad Truex.
12604 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12605 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12606 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12607 in AUTOINOUT. Reported by Matthew Lovell.
12608 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12609 causing use of <= assignments. Reported by Alex Reed.
12610 (verilog-read-decls): Fix triand, trior, wand, wor to be
12611 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12612 (verilog-extended-complete-re): Support import "DPI-C" functions.
12613 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12614 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
12615 (verilog-insert-date, verilog-insert-year)
12616 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12617 Windows systems. Reported by Michael Potts.
12618 (verilog-read-module-name): Fix AUTOINST when the child module
12619 declaration's name is a tick define. Reported by Elliot Mednick.
12620 (verilog-read-decls): Fix V2K parameter bit subscripts getting
12621 passed to next parameter's definition. Reported by Bruce T.
12622 (verilog-read-decls): Fix detecting "parameter int" when using
12623 AUTOINSTPARAM. Reported by Bruce T.
12624 (verilog-goto-defun): Fix goto not finding modules unless first
12625 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
12626 (verilog-mode): Expand -f flag arguments on entry to mode so
12627 verilog-goto-defun will work. Reported by Lawrence Butcher.
12628 (verilog-getopt): Expand environment variables in -f file
12629 arguments. Suggested by Lawrence Butcher.
12630 (verilog-set-define): Fix "Symbol's value as variable is void"
12631 when reading enumerations.
12632 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12633 Suggested by Stephen Peltan.
12634 (verilog-read-defines): Fix reading of enumerations in include
12635 files. Reported by Steve Peltan.
12636
12637 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12638
12639 * files.el (trash-directory): Fix defcustom type.
12640
12641 2009-06-28 Juri Linkov <juri@jurta.org>
12642
12643 * help-fns.el (describe-function-1): Correctly locate adviced
12644 functions in hyperlink (Bug#2438).
12645
12646 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
12647
12648 * files.el (trash-directory): Change default to nil.
12649 (move-file-to-trash): If trash-directory is nil and
12650 system-move-file-to-trash is unbound, perform freedesktop-style
12651 trashing.
12652
12653 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12654
12655 * files.el (move-file-to-trash): Add freedesktop trash
12656 support (Bug#973).
12657
12658 2009-06-28 Glenn Morris <rgm@gnu.org>
12659
12660 * autorevert.el (global-auto-revert-non-file-buffers)
12661 (global-auto-revert-mode): Doc fixes.
12662
12663 2009-06-27 Johan Bockgård <bojohan@gnu.org>
12664
12665 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12666
12667 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
12668
12669 * faces.el (x-handle-named-frame-geometry): Ensure that we have
12670 opened an X connection before calling x-get-resource (Bug#3194).
12671
12672 * play/doctor.el: Remove reference to obsolete website.
12673 (make-doctor-variables): Correct grammar mistake (Bug#2633).
12674
12675 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12676
12677 Remove find-file-not-found-hook VC method. (Bug#2757)
12678 * vc-hooks.el (vc-file-not-found-hook)
12679 (vc-default-find-file-not-found-hook): Remove functions.
12680 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12681 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12682 * vc.el:
12683 * vc-hg.el:
12684 * vc-git.el: Do not mention find-file-not-found-hook VC method.
12685
12686 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
12687
12688 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12689 compatibility function for `looking-back'.
12690
12691 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12692 Use `ispell-looking-back'.
12693
12694 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
12695
12696 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12697 rather than `filename'.
12698
12699 2009-06-23 Miles Bader <miles@gnu.org>
12700
12701 * face-remap.el (text-scale-set): New function.
12702
12703 2009-06-23 Glenn Morris <rgm@gnu.org>
12704
12705 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12706
12707 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12708
12709 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12710
12711 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12712
12713 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12714 Simplify Persian conditionals.
12715
12716 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12717 variable `filename'.
12718
12719 * comint.el (comint-insert-input): Doc fix.
12720
12721 * Makefile.in (ELCFILES): Fix typo in previous change.
12722
12723 2009-06-23 Miles Bader <miles@gnu.org>
12724
12725 * cus-start.el: Add entry for `recenter-redisplay'.
12726
12727 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12728
12729 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12730 Add an optional argument for the backend, use it instead of
12731 calling vc-backend.
12732 (vc-mode-line): Add an optional argument for the backend.
12733 Pass the backend to vc-state and vc-working-revision. Move code for
12734 special handling for vc-state being a buffer to ...
12735
12736 * vc-rcs.el (vc-rcs-find-file-hook):
12737 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12738
12739 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12740 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12741 vc-stay-local-p and vc-mode-line calls.
12742
12743 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12744 (vc-cvs-diff, vc-cvs-annotate-command)
12745 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12746 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12747 vc-mode-line calls.
12748
12749 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12750 direct comparison.
12751 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12752 backend when calling vc-mode-line.
12753 (vc-register): Do not create a closure for calling the vc register
12754 function, call it directly.
12755
12756 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12757
12758 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12759 to make it obvious item can be clicked.
12760
12761 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12762
12763 2009-06-23 Kenichi Handa <handa@m17n.org>
12764
12765 * language/korea-util.el (korean-key-bindings): Change the binding
12766 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12767 same command.
12768
12769 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
12770
12771 Sync with Tramp 2.1.16.
12772
12773 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12774
12775 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12776 when a loading of a package fails. Completion function for rsync
12777 is `tramp-completion-function-alist-ssh'.
12778 (all): Replace all calls of `split-string' and
12779 `tramp-split-string' by `tramp-compat-split-string'.
12780 (tramp-default-method): Use `tramp-compat-process-running-p'.
12781 (tramp-default-proxies-alist): Allow also Lisp forms.
12782 (tramp-remote-path): Add choice "Private Directories".
12783 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12784 (tramp-domain-regexp): Allow also "-", "_" and ".".
12785 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12786 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12787 (tramp-debug-message): Insert header line in debug buffer.
12788 (tramp-handle-directory-files-and-attributes-with-stat):
12789 Care about filenames with spaces, or starting with "-".
12790 (tramp-handle-dired-uncache): New defun.
12791 (tramp-handle-insert-directory): Don't flush the directory from
12792 cache, this is handled by `dired-uncache' now.
12793 (tramp-handle-insert-file-contents): Improve error handling.
12794 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12795 Quote `tramp-end-of-output'.
12796 (tramp-action-password): Improve trace message.
12797 (tramp-check-for-regexp): Both echoes must be present, before removing.
12798 (tramp-open-connection-setup-interactive-shell): Trace coding system.
12799 (tramp-compute-multi-hops): Eval cons cells of
12800 `tramp-default-proxies-alist'.
12801 (tramp-maybe-open-connection): Use the same command pattern for
12802 first hop and further hops.
12803 (tramp-wait-for-output): Remove handling of newlines.
12804 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12805 (tramp-split-string): Remove function. It is handled in
12806 tramp-compat now.
12807
12808 * net/tramp-cmds.el (tramp-bug):
12809 Recommend `tramp-cleanup-all-connections' in the bug mail.
12810
12811 * net/tramp-compat.el (tramp-compat-split-string)
12812 (tramp-compat-process-running-p): New defuns.
12813
12814 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12815 for `dired-uncache'.
12816
12817 * net/tramp-gvfs.el: New package.
12818
12819 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12820 Add handler for `dired-uncache'.
12821 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12822
12823 * net/trampver.el: Update release number. Make version check fit
12824 for SXEmacs 22.
12825
12826 2009-06-22 Jim Meyering <meyering@redhat.com>
12827
12828 Automatically handle .xz suffix (XZ-compressed files), too.
12829 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12830 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12831
12832 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12833 Nick Roberts <nickrob@snap.net.nz>
12834
12835 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12836 repository (http://sphinx.net.ru/hg/gdb-mi/).
12837
12838 2009-06-22 Glenn Morris <rgm@gnu.org>
12839
12840 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12841 `mode' and `eval' entries. (Bug#3430)
12842
12843 * Makefile.in (ELCFILES): Add fadr.elc.
12844
12845 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12846 differing behavior of \n and ^ in strings. (Bug#3385)
12847
12848 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12849
12850 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12851 property.
12852 (lisp-indent-function): Make it a defcustom.
12853
12854 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12855
12856 * progmodes/gdb-ui.el: Replace with ...
12857 * progmodes/gdb-mi.el: ... this file.
12858 * progmodes/gud.el: Modify for gdb-mi.el.
12859
12860 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12861
12862 * fadr.el: New file.
12863
12864 See ChangeLog.14 for earlier changes.
12865
12866 ;; Local Variables:
12867 ;; coding: utf-8
12868 ;; End:
12869
12870 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
12871
12872 This file is part of GNU Emacs.
12873
12874 GNU Emacs is free software: you can redistribute it and/or modify
12875 it under the terms of the GNU General Public License as published by
12876 the Free Software Foundation, either version 3 of the License, or
12877 (at your option) any later version.
12878
12879 GNU Emacs is distributed in the hope that it will be useful,
12880 but WITHOUT ANY WARRANTY; without even the implied warranty of
12881 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12882 GNU General Public License for more details.
12883
12884 You should have received a copy of the GNU General Public License
12885 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.