]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Fix query-replace-regexp incomplete highlighting (Bug#6808).
[gnu-emacs] / lisp / ChangeLog
1 2010-08-08 Johan Bockgård <bojohan@gnu.org>
2
3 * replace.el (replace-highlight): Bind isearch-forward and
4 isearch-error, ensuring that highlighting is updated if the user
5 switches the search direction (Bug#6808).
6
7 * isearch.el (isearch-lazy-highlight-forward): New var.
8 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
9 (isearch-lazy-highlight-update): Use it.
10
11 2010-08-06 Kenichi Handa <handa@m17n.org>
12
13 * international/mule.el (define-charset): Store NAME as :base
14 property.
15 (ctext-non-standard-encodings-table): Pay attention to charset
16 aliases.
17 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
18 current priority. Force using the designation of the specific
19 charset by adding `charset' text property. Improve the whole
20 algorithm.
21
22 2010-08-05 Juanma Barranquero <lekktu@gmail.com>
23
24 * emulation/pc-select.el (pc-selection-mode-hook)
25 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
26 (pc-selection-mode): Fix typos in docstrings.
27
28 2010-08-04 Kenichi Handa <handa@m17n.org>
29
30 * language/cyrillic.el: Don't add "microsoft-cp1251" to
31 ctext-non-standard-encodings-alist here.
32
33 * international/mule.el (ctext-non-standard-encodings-alist): Add
34 "koi8-r" and "microsoft-cp1251".
35 (ctext-standard-encodings): New variable.
36 (ctext-non-standard-encodings-table): List only elements for
37 non-standard encodings.
38 (ctext-pre-write-conversion): Adjusted for the above change.
39 Check ctext-standard-encodings.
40
41 * international/mule-conf.el (compound-text): Doc fix.
42 (ctext-no-compositions): Doc fix.
43 (compound-text-with-extensions): Doc fix.
44
45 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
46
47 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
48
49 2010-08-03 Juanma Barranquero <lekktu@gmail.com>
50
51 * progmodes/which-func.el (which-func-format): Split help-echo text
52 into lines, like other mode-line tooltips.
53
54 * server.el (server-start): When using TCP sockets, force IPv4
55 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
56
57 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
58
59 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
60
61 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
62
63 * term.el (term-delimiter-argument-list): Reflow docstring.
64 (term-read-input-ring, term-write-input-ring, term-send-input)
65 (term-bol, term-erase-in-display, serial-supported-or-barf):
66 Fix typos in docstrings.
67
68 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
69
70 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
71
72 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
73
74 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
75
76 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
77
78 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
79 Fix typo in docstring (bug#6747).
80
81 2010-07-30 Leo <sdl.web@gmail.com>
82
83 * eshell/esh-io.el (eshell-get-target): Better detection of
84 read-only file (Bug#6762).
85
86 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
87
88 * align.el (align-default-spacing): Doc fix.
89 (align-region-heuristic, align-regexp): Fix typos in docstrings.
90
91 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
92
93 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
94
95 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
96
97 * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
98
99 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
100
101 * time.el (display-time-day-and-date): Remove spurious * in docstring.
102 (display-time-world-buffer-name, display-time-world-mode-map):
103 Fix typos in docstrings.
104
105 2010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
106
107 * image-mode.el (image-display-size): New function.
108 (image-forward-hscroll, image-next-line, image-eol, image-eob)
109 (image-mode-fit-frame): Use it (Bug#6639).
110
111 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
112
113 * dired.el (dired-buffers-for-dir): Handle list values of
114 dired-directory (Bug#6636).
115
116 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
117
118 * vc.el (vc-coding-system-inherit-eol): New defvar.
119 (vc-coding-system-for-diff): Use it to decide whether to inherit
120 from the file the EOL format for reading the diffs of that file.
121 (Bug#4451)
122
123 2010-07-16 Eli Zaretskii <eliz@gnu.org>
124
125 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
126 unibyte, so compressed attachments are not compressed again.
127
128 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
129
130 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
131 now that unicode is used (Bug#6594).
132
133 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
134
135 * simple.el (push-mark-command): Set the selection if
136 select-active-regions is non-nil.
137
138 2010-07-10 Glenn Morris <rgm@gnu.org>
139
140 * calendar/calendar.el (calendar-week-end-day): New function.
141 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
142 Respect calendar-week-start-day. (Bug#6606)
143 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
144 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
145 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
146 respect calendar-week-start-day.
147
148 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
149
150 * simple.el (use-region-p): Doc fix (Bug#6607).
151
152 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
153
154 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
155 builtins (BufferError, BytesWarning, WindowsError; callables
156 bin, bytearray, bytes, format, memoryview, next, print; __package__).
157
158 2010-07-07 Glenn Morris <rgm@gnu.org>
159
160 * play/zone.el (zone-fall-through-ws): Fix next-line ->
161 forward-line fallout.
162
163 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
164
165 * mouse.el (mouse-appearance-menu): Add docstring.
166
167 * help.el (describe-key): Print up-event using key-description.
168
169 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
170
171 * net/zeroconf.el (zeroconf-resolve-service)
172 (zeroconf-service-resolver-handler): Use
173 `dbus-byte-array-to-string'.
174 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
175
176 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
177
178 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
179
180 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
181
182 Avoid displaying files with a nil state in vc-dir.
183 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
184 cases that cause insertion.
185 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
186 with a nil state.
187
188 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
189
190 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
191
192 2010-06-29 Leo <sdl.web@gmail.com>
193
194 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
195
196 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
197
198 * generic-x.el (bat-generic-mode): Fix regexp for command line
199 switches (Bug#5719).
200
201 2010-06-27 Masatake YAMATO <yamato@redhat.com>
202
203 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
204 of nconc to avoid pure storage error (Bug#6239).
205
206 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
207
208 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
209 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
210 bindings of bookmark-automatically-show-annotations (Bug#6515).
211
212 2010-06-25 Eli Zaretskii <eliz@gnu.org>
213
214 * arc-mode.el (archive-zip-extract): Don't quote the file name on
215 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
216
217 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
218
219 * comint.el (make-comint, make-comint-in-buffer): Mention return
220 value in the docstrings. (Bug#6498)
221
222 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
223
224 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
225 since it is not present when using some non-default switches.
226
227 2010-06-23 Karl Fogel <kfogel@red-bean.com>
228
229 * simple.el (compose-mail): Fix doc string to refer to
230 `compose-mail-user-agent-warnings', instead of to the
231 nonexistent `compose-mail-check-user-agent'.
232
233 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
234
235 Fix vc-annotate for renamed files when using Git.
236 * vc-git.el (vc-git-find-revision): Deal with empty results from
237 ls-files. Doe not pass the object as a file name to cat-file, it
238 is not a file name.
239 (vc-git-annotate-command): Pass the file name using -- to avoid
240 ambiguity with the revision.
241 (vc-git-previous-revision): Pass a relative file name.
242
243 2010-06-22 Glenn Morris <rgm@gnu.org>
244
245 * progmodes/js.el (js-mode-map): Use standard capitalization and
246 ellipses for menu entries.
247
248 * wid-edit.el (widget-complete): Doc fix.
249
250 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
251
252 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
253
254 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
255
256 Fix annotating other revisions for renamed files in vc-annotate.
257 * vc-annotate.el (vc-annotate): Add an optional argument for the
258 VC backend. Use it when non-nil.
259 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487)
260
261 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
262 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
263 Do not pass the file name to the 'previous-revision call when we
264 don't want a file diff. (Bug#6489)
265
266 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
267
268 Fix finding revisions for renamed files in vc-annotate.
269 * vc.el (vc-find-revision): Add an optional argument for
270 the VC backend. Use it when non-nil.
271 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
272 backend to vc-find-revision. (Bug#6487)
273
274 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
275
276 Fix reading file names in Git annotate buffers.
277 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
278 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
279
280 2010-06-20 Alan Mackenzie <acm@muc.de>
281
282 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
283 in file local variables, set it first.
284
285 2010-06-19 Glenn Morris <rgm@gnu.org>
286
287 * descr-text.el (describe-char-unicode-data): Insert separating
288 space when needed. (Bug#6422)
289
290 * progmodes/idlwave.el (idlwave-action-and-binding):
291 Fix typo in 2009-12-03 change. (Bug#6450)
292
293 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
294
295 * subr.el (read-quoted-char): Fix up last change (bug#6290).
296
297 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
298
299 * font-lock.el (font-lock-major-mode): Rename from
300 font-lock-mode-major-mode to distinguish it from
301 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
302 (font-lock-set-defaults):
303 * font-core.el (font-lock-default-function): Adjust users.
304 (font-lock-mode): Don't set it at all.
305
306 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
307
308 * vc-annotate.el (vc-annotate): Use vc-read-revision.
309
310 2010-06-15 Glenn Morris <rgm@gnu.org>
311
312 * calendar/appt.el (appt-time-msg-list): Doc fix.
313 (appt-check): Let-bind appt-warn-time.
314 (appt-add): Make the 3rd argument optional.
315 Simplify argument names. Doc fix. Check for integer WARNTIME.
316 Only add WARNTIME to the output list if non-nil.
317
318 2010-06-15 Ivan Kanis <apple@kanis.eu>
319
320 * calendar/appt.el (appt-check): Let the 3rd element of
321 appt-time-msg-list specify the warning time.
322 (appt-add): Add new argument with the warning time. (Bug#5176)
323
324 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
325
326 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
327 older than version 1.6. (Bug#6361)
328
329 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
330
331 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
332 used by cl-do-arglist. (Bug#6408)
333
334 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
335
336 * emacs-lisp/advice.el (ad-compile-function):
337 Define warning-suppress-types before we let-bind it (bug#6275).
338
339 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
340 declare it, make it buffer-local and permanent-local (bug#6324).
341 (vc-resynch-window): Adjust name.
342 * vc-hooks.el (vc-find-file-hook): Adjust name.
343
344 2010-06-07 Jonathan Rockway <jon@jrock.us>
345
346 * net/rcirc.el: Add support for password authentication.
347 (rcirc-server-alist): Add :password keyword.
348 (rcirc): Ask for a password, or get it from the server's alist.
349 (rcirc-connect): Add password argument. Pass it to server.
350
351 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
352
353 * net/dbus.el (dbus-register-method): Declare function.
354 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
355 (dbus-introspect): Doc fix.
356 (dbus-event-bus-name, dbus-introspect-get-interface)
357 (dbus-introspect-get-argument): Reflow docstrings.
358
359 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
360
361 * term/common-win.el (x-colors): Add "dark green" and "dark
362 turquoise" (Bug#6332).
363
364 2010-06-03 Eric Ludlam <zappo@gnu.org>
365
366 * cedet/semantic/lex-spp.el
367 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
368 invalid values during save, just save a nil (Bug#6324).
369
370 2010-06-03 Glenn Morris <rgm@gnu.org>
371
372 * desktop.el (desktop-clear-preserve-buffers):
373 Add "*Warnings*" buffer. (Bug#6336)
374
375 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
376
377 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
378
379 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
380
381 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
382 `file-directory-p' to the filename part rather than to the whole text.
383
384 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
385
386 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
387 (bug#6231).
388
389 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
390
391 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
392
393 2010-05-31 Drew Adams <drew.adams@oracle.com>
394
395 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
396
397 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
398
399 * subr.el (momentary-string-display): Just use read-event to read
400 the exit event (Bug#6238).
401
402 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
403
404 * ansi-color.el: Delete unused escape sequences (Bug#6085).
405 (ansi-color-drop-regexp): New constant.
406 (ansi-color-apply, ansi-color-filter-region)
407 (ansi-color-apply-on-region): Delete unrecognized control sequences.
408 (ansi-color-apply): Build string list before calling concat.
409
410 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
411
412 * progmodes/verilog-mode.el (verilog-type-font-keywords):
413 Use font-lock-constant-face, not obsolete font-lock-reference-face.
414
415 2010-05-27 Masatake YAMATO <yamato@redhat.com>
416
417 * htmlfontify.el (hfy-face-resolve-face): New function.
418 (hfy-face-to-style): Use it (Bug#6279).
419
420 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
421
422 * epa.el (epa--select-keys): Don't explicitly delete the window since
423 that can fail (e.g. sole window in frame). Use dedication instead.
424
425 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
426
427 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
428
429 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
430
431 * subr.el (read-quoted-char): Resolve modifiers after key
432 remapping (bug#6212).
433
434 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
435
436 * tmm.el (tmm-prompt): Don't try to precompute bindings.
437 (tmm-get-keymap): Compute shortcuts (bug#6171).
438
439 2010-05-10 Glenn Morris <rgm@gnu.org>
440
441 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
442 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
443
444 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
445
446 * Version 23.2 released.
447
448 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
449
450 * international/mule.el (auto-coding-alist): Only purecopy
451 car of each item, not the whole list (Bug#6083).
452
453 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
454
455 * progmodes/js.el (js-mode): Make paragraph variables local before
456 calling c-setup-paragraph-variables (Bug#6071).
457
458 2010-05-01 Eli Zaretskii <eliz@gnu.org>
459
460 * composite.el (compose-region, reference-point-alist): Fix typos
461 in the doc strings.
462
463 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
464
465 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
466 gnuplot's "set" command.
467
468 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
469
470 * abbrev.el (last-abbrev-text): Doc fix.
471 (abbrev-prefix-mark): Don't escape parenthesis.
472
473 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
474
475 * composite.el (find-composition): Doc fix.
476
477 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
478
479 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
480 (sql-oracle-program, sql-sqlite-options)
481 (sql-query-placeholders-and-send): Doc fixes.
482 (sql-set-product, sql-interactive-mode): Reflow docstrings.
483 (sql-imenu-generic-expression, sql-buffer)
484 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
485 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
486 (sql-mode-sybase-font-lock-keywords)
487 (sql-mode-informix-font-lock-keywords)
488 (sql-mode-interbase-font-lock-keywords)
489 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
490 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
491 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
492 (sql-product-feature, sql-highlight-product)
493 (comint-line-beginning-position, sql-rename-buffer)
494 (sql-toggle-pop-to-buffer-after-send-region)
495 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
496 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
497 Fix typos in docstrings.
498
499 2010-04-23 Juri Linkov <juri@jurta.org>
500
501 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
502 property instead of `invisible' and `after-string' (bug#5998).
503
504 2010-04-23 Juri Linkov <juri@jurta.org>
505
506 * image-mode.el (image-mode-as-text): Fix typo in docstring.
507
508 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
509
510 * filecache.el (file-cache-add-directory-list)
511 (file-cache-add-directory-recursively): Fix typos in docstrings.
512
513 2010-04-22 Kenichi Handa <handa@m17n.org>
514
515 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
516 (gujarati-composable-pattern): Fix typo.
517
518 2010-04-20 Kenichi Handa <handa@m17n.org>
519
520 * language/indian.el (oriya-composable-pattern)
521 (tamil-composable-pattern, malayalam-composable-pattern): Add
522 two-part vowels to "v" (vowel sign).
523
524 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
525
526 * files.el (copy-directory): Handle symlinks (Bug#5982).
527
528 * progmodes/compile.el (compilation-next-error-function): Revert
529 2009-10-12 change (Bug#5983).
530
531 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
532
533 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
534 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
535 (Bug#5846).
536
537 2010-04-20 Glenn Morris <rgm@gnu.org>
538
539 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
540
541 * minibuffer.el (completion-at-point): Doc fix.
542
543 2010-04-18 Chong Yidong <cyd@stupidchicken.com>
544
545 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Don't
546 destroy list before using it.
547
548 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
549
550 Fix the version number for added files.
551 * vc-hg.el (vc-hg-working-revision): Check if the file is
552 registered after hg parent fails (Bug#5961).
553
554 2010-04-17 Glenn Morris <rgm@gnu.org>
555
556 * htmlfontify.el (htmlfontify-buffer)
557 (htmlfontify-copy-and-link-dir): Autoload entry points.
558
559 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
560
561 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
562 name relative to the project root (Bug#5960).
563
564 2010-04-16 Glenn Morris <rgm@gnu.org>
565
566 * vc-git.el (vc-git-print-log): Doc fix.
567
568 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
569
570 * ido.el (ido-file-internal): Fix 2009-12-02 change.
571
572 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
573
574 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
575 default settings (Bug#5928).
576
577 2010-04-10 Glenn Morris <rgm@gnu.org>
578
579 * progmodes/fortran.el (fortran-match-and-skip-declaration):
580 New function.
581 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
582
583 2010-04-07 Kenichi Handa <handa@m17n.org>
584
585 * language/indian.el (malayalam-composable-pattern): Fix previous
586 change (add U+0D4D "SIGN VIRAMA").
587 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
588 (tamil-composable-pattern): Fix typo in the regexp.
589 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
590 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
591 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
592
593 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
594
595 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
596 paragraph-separate (Bug#5821).
597
598 2010-04-05 Juri Linkov <juri@jurta.org>
599
600 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
601
602 * info.el (Info-find-node-2): Comment out code that skips
603 breadcrumbs line.
604 (Info-mouse-follow-link): New command.
605 (Info-link-keymap): New keymap.
606 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
607 Return a string with links instead of inserting breadcrumbs
608 to the Info buffer.
609 (Info-fontify-node): Comment out code that inserts breadcrumbs.
610 Instead of putting the `invisible' text property over the Info
611 header, make an overlay over the Info header with the `invisible'
612 property and `after-string' set to the string returned by
613 `Info-breadcrumbs'.
614
615 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
616
617 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
618 Reported by monkey@sandpframing.com.
619
620 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
621
622 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
623 (semantic-create-imenu-directory-index): Fix typos in docstrings.
624 (semantic-imenu-goto-function): Reflow docstring.
625
626 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
627
628 * textmodes/artist.el (artist-mode): Fix typo in docstring.
629 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
630
631 2010-03-30 Kenichi Handa <handa@m17n.org>
632
633 * language/sinhala.el (composition-function-table): Fix regexp for
634 the new Unicode specification.
635
636 * language/indian.el (devanagari-composable-pattern)
637 (tamil-composable-pattern, kannada-composable-pattern)
638 (malayalam-composable-pattern): Adjust for the new Unicode
639 specification.
640 (bengali-composable-pattern, gurmukhi-composable-pattern)
641 (gujarati-composable-pattern, oriya-composable-pattern)
642 (telugu-composable-pattern): New variables to cope with the new
643 Unicode specification. Use them in composition-function-table.
644
645 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
646
647 Make tmm-menubar work for the Buffers menu again (bug#5726).
648 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
649 vectors rather than cons cells, as used in menu-bar-update-buffers.
650
651 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
652
653 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
654 (js-insert-and-indent): Revert 2009-08-15 change, restoring
655 electric punctuation for "{}();,:" (Bug#5586).
656
657 * mail/sendmail.el (mail-default-directory): Doc fix.
658
659 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
660
661 * mail/sendmail.el (mail-default-directory): Doc fix.
662
663 2010-03-27 Eli Zaretskii <eliz@gnu.org>
664
665 * subr.el (version-regexp-alist, version-to-list)
666 (version-list-<, version-list-=, version-list-<=)
667 (version-list-not-zero, version<, version<=, version=): Doc fix.
668 (Bug#5744).
669
670 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
671 Nick Roberts <nickrob@snap.net.nz>
672
673 * progmodes/gdb-ui.el (gdb-apple-test): New function.
674 (gdb-init-1): Use it.
675
676 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
677
678 * vc.el (vc-root-diff): Doc fix.
679
680 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
681
682 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
683
684 * simple.el (append-to-buffer): Fix last change.
685
686 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
687
688 * simple.el (append-to-buffer): Ensure that point is preserved if
689 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
690 (Bug#5749)
691
692 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
693
694 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
695 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
696 not be present any more.
697
698 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
699
700 * faces.el (set-face-attribute): Fix typo in docstring.
701 (face-valid-attribute-values): Reflow docstring.
702
703 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
704
705 2010-03-23 Glenn Morris <rgm@gnu.org>
706
707 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
708
709 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
710
711 * indent.el (indent-for-tab-command): Doc fix.
712
713 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
714
715 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
716 (image-dired-read-comment): Doc fix.
717
718 * json.el (json-object-type, json-array-type, json-key-type)
719 (json-false, json-null, json-read-number):
720 * minibuffer.el (completion-in-region-functions):
721 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
722 (cal-tex-cursor-week):
723 * emacs-lisp/trace.el (trace-function):
724 * eshell/em-basic.el (eshell/printnl):
725 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
726 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
727 * obsolete/levents.el (allocate-event, event-key, event-object)
728 (event-point, event-process, event-timestamp, event-to-character)
729 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
730 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
731 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
732 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
733 (reftex-highlight-selection): Fix typos in docstrings.
734
735 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
736
737 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
738
739 2010-03-18 Glenn Morris <rgm@gnu.org>
740
741 * mail/rmail.el (rmail-highlight-face): Restore option deleted
742 2008-02-13 without comment; mark it obsolete.
743 (rmail-highlight-headers): Use rmail-highlight-face once more.
744
745 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
746
747 * woman.el (woman2-process-escapes): Only consume the newline if
748 the filler character is on a line by itself (Bug#5729).
749
750 2010-03-16 Kenichi Handa <handa@m17n.org>
751
752 * language/indian.el (devanagari-composable-pattern): Add more
753 consonants.
754
755 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
756
757 * net/trampver.el: Update release number.
758
759 2010-03-13 Glenn Morris <rgm@gnu.org>
760
761 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
762
763 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
764
765 * net/tramp.el (tramp-find-executable):
766 Use `tramp-get-connection-buffer'. Make the regexp for checking
767 output of "wc -l" more robust.
768 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
769 (tramp-open-connection-setup-interactive-shell): Remove workaround
770 for OpenSolaris bug, it is not needed anymore.
771
772 2010-03-13 Eric M. Ludlam <zappo@gnu.org>
773
774 * cedet/semantic/imenu.el: New file, from the CEDET repository
775 (Bug#5412).
776
777 2010-03-12 Glenn Morris <rgm@gnu.org>
778
779 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
780
781 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
782
783 * files.el (auto-mode-alist): Accept more verilog file patterns.
784
785 2010-03-09 Miles Bader <miles@gnu.org>
786
787 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
788 instead of "format:"; this ensures that the output is
789 newline-terminated.
790
791 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
792
793 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
794 that all errors are caught, and that the return value is always a
795 list (Bug#5692).
796
797 2010-03-08 Kenichi Handa <handa@m17n.org>
798
799 * language/misc-lang.el (windows-1256): New coding system.
800 (cp1256): New alias of windows-1256 (bug#5690).
801
802 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
803
804 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
805 call to rfc822-bad-address. (Bug#5692)
806
807 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
808
809 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
810 vc-git-root as default directory for revision path (Bug#5657).
811
812 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
813
814 * calculator.el (calculator): Don't bind split-window-keep-point
815 (Bug#5674).
816
817 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * vc-git.el: Re-flow to fit into 80 columns.
820 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
821 Remove spurious `quote' element in each case alternative.
822 (vc-git-show-log-entry): Use prog1.
823 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
824
825 2010-03-06 Glenn Morris <rgm@gnu.org>
826
827 * cedet/semantic/grammar.el (semantic-grammar-header-template):
828 Update template copyright to GPLv3+.
829
830 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
831
832 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
833
834 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
835
836 * macros.el (insert-kbd-macro): Look up keyboard macro using the
837 definition, not the name (Bug#5481).
838
839 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
840
841 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
842 argument with a local variable. (Bug#5670)
843
844 2010-03-02 Juri Linkov <juri@jurta.org>
845
846 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
847
848 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
849
850 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
851 error when FILENAME and NEWNAME are existing remote directories.
852
853 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
854 parameter DIR-FLAG.
855
856 2010-03-02 Glenn Morris <rgm@gnu.org>
857
858 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
859 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
860
861 2010-03-01 Kenichi Handa <handa@m17n.org>
862
863 * language/burmese.el (burmese-composable-pattern): Rename from
864 myanmar-composable-pattern.
865
866 * international/characters.el (script-list):
867 * international/fontset.el (script-representative-chars):
868 Change myanmar to burmese.
869 (otf-script-alist): Likewise.
870 (setup-default-fontset): Likewise. Re-fix :otf spec.
871
872 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
873
874 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
875
876 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
877
878 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
879
880 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
881
882 * net/tramp.el (tramp-handle-write-region): START can be a string.
883 Take care in the checks. Reported by Dan Davison
884 <davison@stats.ox.ac.uk>.
885
886 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
887
888 * net/dbus.el (dbus-introspect, dbus-get-property)
889 (dbus-set-property, dbus-get-all-properties): Use
890 `dbus-call-method' when noninteractive. (Bug#5645)
891
892 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
893
894 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
895 * emacs-lisp/elint.el (elint-add-required-env):
896 * cedet/semantic/db-find.el
897 (semanticdb-find-translate-path-brutish-default):
898 * cedet/ede/make.el (ede-make-check-version):
899 * calendar/icalendar.el (icalendar--add-diary-entry):
900 * calc/calcalg2.el (math-tracing-integral):
901 * files.el (recover-session-finish): Use with-current-buffer
902 instead of save-excursion.
903
904 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
905
906 Fix in-buffer completion when after-change-functions modify the buffer.
907 * minibuffer.el (completion--replace): New function.
908 (completion--do-completion): Use it and use relative movement.
909
910 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
911
912 * international/fontset.el (setup-default-fontset): Fix :otf spec.
913
914 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
915
916 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
917 Allow the characters _<> in the stack entry (Bug#5653).
918
919 2010-02-26 Kenichi Handa <handa@m17n.org>
920
921 * language/burmese.el: Fix entries in composition-function-table.
922 (myanmar-composable-pattern): New variable.
923
924 * international/fontset.el (setup-default-fontset): Add an entry
925 for myanmar.
926
927 * international/characters.el (script-list): Add Myanmar
928 Extended-A.
929
930 2010-02-26 Glenn Morris <rgm@gnu.org>
931
932 * custom.el (custom-initialize-delay): Doc fix.
933
934 * mail/sendmail.el (send-mail-function): Autoload the call
935 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
936
937 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
938
939 * files.el (hack-local-variables-filter): For eval forms, also
940 check safe-local-variable-p (Bug#5636).
941
942 2010-02-24 Eduard Wiebe <usenet@pusto.de>
943
944 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
945 and use c(ad)r of cddr (Bug#5640).
946
947 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
948
949 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
950 setting the modes by `ignore-errors'. It might fail, for example
951 if the file is not owned by the user but the group.
952 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
953
954 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
955
956 * files.el (directory-listing-before-filename-regexp): Use
957 stricter matching for iso-style dates, to avoid false matches with
958 date-like filenames (Bug#5597).
959
960 * htmlfontify.el (htmlfontify): Doc fix.
961
962 * eshell/eshell.el (eshell): Doc fix.
963
964 * startup.el (fancy-about-screen): In mode-line, apply
965 mode-line-buffer-id face only to the buffer name (Bug#5613).
966
967 2010-02-20 Kevin Ryde <user42@zip.com.au>
968
969 * progmodes/compile.el (compilation-error-regexp-alist-alist):
970 In `watcom' anchor regexp to start of line, to avoid slowness
971 (Bug#5599).
972
973 2010-02-20 Eli Zaretskii <eliz@gnu.org>
974
975 * subr.el (remove-yank-excluded-properties): Explain in a comment
976 why `category' property is removed.
977
978 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
979
980 * isearch.el (isearch-update-post-hook, isearch-update): Revert
981 2010-02-17 change.
982
983 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
984
985 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
986 (icalendar--convert-weekly-to-ical)
987 (icalendar--convert-yearly-to-ical)
988 (icalendar--convert-block-to-ical)
989 (icalendar--convert-cyclic-to-ical)
990 (icalendar--convert-anniversary-to-ical): Take care of time
991 specifications where hour has 1-digit only (Bug#5549).
992
993 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
994
995 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
996 of disassemble output in GDB 7.1.
997
998 2010-02-19 Glenn Morris <rgm@gnu.org>
999
1000 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1001 property. (Bug#5593)
1002
1003 2010-02-18 Sam Steingold <sds@gnu.org>
1004
1005 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1006
1007 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1008
1009 Use abbreviated file names in bookmarks (bug#5591).
1010 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1011 calls to expand-file-name.
1012 (bookmark-relocate): Use abbreviated file names in bookmarks.
1013 (bookmark-load): Use abbreviated file names in messages.
1014
1015 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1016
1017 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1018 expand "." and "..". Reported by Thierry Volpiatto
1019 <thierry.volpiatto@gmail.com>.
1020
1021 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1022
1023 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1024 permissions of the temporary file to "0600". In case the remote
1025 file has no read permissions for the owner, there might be
1026 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
1027
1028 22010-02-18 Glenn Morris <rgm@gnu.org>
1029
1030 * emacs-lisp/authors.el (authors-renamed-files-alist):
1031 Add entries for INSTALL.CVS.
1032
1033 2010-02-17 Mark A. Hershberger <mah@everybody.org>
1034
1035 * vc-bzr.el: Fix typo in Known Bugs section.
1036
1037 * isearch.el (isearch-update-post-hook): New hook.
1038 (isearch-update): Use the new hook.
1039
1040 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
1041
1042 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1043 Fix errors in copying directories.
1044 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1045 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1046 (tramp-handle-delete-file)
1047 (tramp-handle-dired-recursive-delete-directory)
1048 (tramp-handle-write-region): Flush also the cache for the upper
1049 directory.
1050
1051 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
1052
1053 * simple.el (save-interprogram-paste-before-kill): Doc fix.
1054
1055 * cus-edit.el (hardware): Doc fix.
1056
1057 * man.el (man): Add to external custom group.
1058
1059 * delim-col.el (columns): Move to wp custom group.
1060
1061 * doc-view.el (doc-view): Add to data custom group.
1062
1063 * cedet/data-debug.el (data-debug): Move to extensions group.
1064
1065 * cedet/ede.el (ede):
1066 * cedet/srecode.el (srecode):
1067 * cedet/semantic.el (semantic): Put in tools and extensions group.
1068
1069 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1070
1071 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1072 by ispell-parse-output (Bug#5575).
1073
1074 2010-02-16 Kenichi Handa <handa@m17n.org>
1075
1076 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1077 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1078 (skkdic-convert): Use `euc-japan' coding system for writing.
1079
1080 2010-02-16 Glenn Morris <rgm@gnu.org>
1081
1082 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1083 tex-main-file before using it. (Bug#5562)
1084
1085 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1088 warnings, since it is annoying for the user to see them each time he
1089 runs the code.
1090
1091 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
1092
1093 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1094 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1095 instead of PROC for caching "first-password-request". Otherwise,
1096 new processes would not profit from passwords already entered.
1097
1098 * net/tramp-cache.el (tramp-dump-connection-properties):
1099 Don't save "first-password-request" property.
1100
1101 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
1102
1103 * outline.el (outline-head-from-level):
1104 * simple.el (with-wrapper-hook):
1105 * cedet/ede.el (ede-run-target, project-delete-target)
1106 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1107 (ede-adebug-project, ede-adebug-project-parent)
1108 (ede-adebug-project-root):
1109 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1110 (elint-defun, elint-buffer-env, elint-top-form-logged)
1111 (elint-unbound-variable):
1112 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1113 Fix typos in docstrings.
1114
1115 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
1116
1117 * files.el (insert-directory): When WILDCARD-REGEXP and
1118 FULL-DIRECTORY-P are nil, insert the file entry instead of the
1119 whole directory. (Bug#5551)
1120
1121 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
1122 dired's alignment sanity. (Bug#5516)
1123
1124 2010-02-14 Juri Linkov <juri@jurta.org>
1125
1126 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1127 Remove remaining ^H with their preceding chars. (Bug#5566)
1128
1129 2010-02-13 Glenn Morris <rgm@gnu.org>
1130
1131 * simple.el (transpose-subr): Give it a doc-string.
1132
1133 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1134 Doc fixes.
1135
1136 2010-02-12 Juri Linkov <juri@jurta.org>
1137
1138 * arc-mode.el (archive-unique-fname): Make directories for nested
1139 archives. (Bug#5540)
1140
1141 2010-02-12 Juri Linkov <juri@jurta.org>
1142
1143 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
1144
1145 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1146
1147 * subr.el (copy-overlay): Handle deleted overlays.
1148
1149 * man.el (Man-completion-table): Don't signal an error if we can't run
1150 manual-program (bug#4056).
1151
1152 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
1153
1154 * textmodes/artist.el (artist-mt): Fix typos in docstring.
1155
1156 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1157
1158 * info.el (Info-bookmark-jump): Simplify.
1159
1160 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1161 (bookmark-default-handler): Accept new bookmark field `buffer'.
1162
1163 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
1164
1165 * iswitchb.el (iswitchb-completions): Revert last change.
1166
1167 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
1168
1169 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1170 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1171 This prevents file names like "~/" being listed literally.
1172
1173 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1174
1175 * term/xterm.el (xterm-maybe-set-dark-background-mode):
1176 Remove dead code. (Bug#5546)
1177
1178 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
1179
1180 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1181 correctly (Bug#5548).
1182
1183 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
1184
1185 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1186 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1187
1188 2010-02-08 Kenichi Handa <handa@m17n.org>
1189
1190 * international/mule-util.el (with-coding-priority): Add autoload
1191 cookie for putting `lisp-indent-function'.
1192
1193 2010-02-07 Glenn Morris <rgm@gnu.org>
1194
1195 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1196 Move F2003 named interfaces from keywords-2 to keywords-1, and
1197 use function-name-face rather than constant-face.
1198 Simplify "abstract interface" regexp.
1199
1200 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
1201
1202 * eshell/esh-util.el (eshell-file-attributes): New optional arg
1203 ID-FORMAT. Pass it to `file-attributes'.
1204
1205 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1206
1207 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
1208
1209 * faces.el (set-face-attribute): Allow calling
1210 internal-set-lisp-face-attribute with 'unspecified family and
1211 foundry argument (Bug#5536).
1212
1213 2010-02-07 Glenn Morris <rgm@gnu.org>
1214
1215 * progmodes/f90.el (f90-font-lock-keywords-2)
1216 (f90-looking-at-type-like, f90-looking-at-program-block-end):
1217 Handle F2003 named interfaces.
1218
1219 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
1220
1221 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1222 beg and end before calling c-get-state-before-change-functions.
1223
1224 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
1225
1226 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1227
1228 2010-02-05 Juri Linkov <juri@jurta.org>
1229
1230 * doc-view.el (doc-view-mode):
1231 * image-mode.el (image-mode): Put property mode-class=special.
1232 (Bug#4896)
1233
1234 2010-02-05 Mark A. Hershberger <mah@everybody.org>
1235
1236 * vc-svn.el (vc-svn-revision-table): New function.
1237
1238 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
1239
1240 * net/ange-ftp.el (ange-ftp-insert-directory):
1241 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1242 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1243 Handle also directories. (Bug#5478)
1244
1245 2010-02-05 Glenn Morris <rgm@gnu.org>
1246
1247 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1248
1249 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
1250
1251 * startup.el (command-line-1): Convert options beginning with a
1252 single dash as well (Bug#5519).
1253
1254 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1255
1256 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1257 * minibuffer.el (completion-initials-expand): Only check the presence
1258 of delims *within* the boundaries, since otherwise the / delim is
1259 always found for files.
1260
1261 Fix up various corner case problems.
1262 * doc-view.el (doc-view-last-page-number): New function.
1263 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1264 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1265 (doc-view-kill-proc): Avoid inf-loop in freak cases.
1266 (doc-view-reconvert-doc): Use the new recursive delete-directory.
1267 (doc-view-convert-current-doc): Don't create the resolution.el file
1268 here any more.
1269 (doc-view-pdf/ps->png): Do it here instead.
1270 (doc-view-already-converted-p): Check that resolution.el is present.
1271 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1272 windows that are not yet showing images.
1273
1274 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
1275
1276 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1277 `dired-uncache' for every elemnt which is an absolute file name.
1278
1279 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1280 directory, handle its directory component.
1281 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1282 function is called permanently and creates noise, otherwise.
1283
1284 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1285 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1286 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
1287
1288 2010-02-04 David Burger <dburger@google.com> (tiny change)
1289
1290 * macros.el (apply-macro-to-region-lines):
1291 Minor simplification. (Bug#5485)
1292
1293 2010-02-04 Glenn Morris <rgm@gnu.org>
1294
1295 * mail/rmail.el (rmail-show-message-1): Handle malformed
1296 quoted-printable text. (Bug#5441)
1297
1298 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1299
1300 * simple.el (visual-line-mode): Capitalize lighter.
1301
1302 2010-02-03 John Wiegley <jwiegley@gmail.com>
1303
1304 * iswitchb.el (iswitchb-completions): Add bookmark files to the
1305 list of files considered for "virtual buffer" completions.
1306
1307 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
1308
1309 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1310 also in case of (and (not full) (not wildcard)). This is needed,
1311 when dired is called with a list of files, which are not in
1312 `default-directory'. (Bug#5478)
1313
1314 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1315
1316 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1317
1318 2010-02-02 Juri Linkov <juri@jurta.org>
1319
1320 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1321 from unidiff to allow function-line after @@.
1322
1323 2010-02-02 Juri Linkov <juri@jurta.org>
1324
1325 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1326 '(RCS SCCS) with inverted condition.
1327
1328 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
1329
1330 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1331 messages.
1332
1333 2010-02-01 Juri Linkov <juri@jurta.org>
1334
1335 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1336 compare with "pkunzip" and "pkzip" instead of only "pkzip".
1337 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1338 only when (car archive-zip-extract) is "unzip". (Bug#5475)
1339
1340 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1341
1342 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1343 (doc-view-revert-buffer): New command.
1344 (doc-view-mode-map): Use it.
1345
1346 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1347
1348 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1349 pending merge is detected.
1350
1351 2010-01-31 Juri Linkov <juri@jurta.org>
1352
1353 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1354 beginning of interactive spec like all other grep commands do.
1355 Put "all" in front of "gz". (Bug#5260)
1356
1357 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1358
1359 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1360
1361 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
1362
1363 * dirtrack.el (dirtrack): Warn instead of signalling error if the
1364 regexp is incorrect (Bug#5476).
1365
1366 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
1367
1368 * net/tramp.el (tramp-handle-insert-directory): Handle also
1369 symlinks, when FILENAME is not in `default-directory'.
1370
1371 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1372
1373 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1374 FILE is not in `default-directory'. (Bug#5478)
1375
1376 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1377 of SWITCHES. Handle the case, FILENAME is not in
1378 `default-directory'. (Bug#5478)
1379 (tramp-register-file-name-handlers): Add safe-magic property.
1380
1381 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
1382
1383 * arc-mode.el (archive-zip-extract): Quote the argument passed to
1384 unzip (Bug#5475).
1385
1386 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
1387
1388 * progmodes/flymake.el (flymake-allowed-file-name-masks)
1389 (flymake-master-make-header-init): Add other C++ filename masks.
1390 (flymake-find-possible-master-files)
1391 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1392
1393 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1394
1395 Fix some busybox annoyances.
1396
1397 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1398 not responding." string.
1399 (tramp-open-connection-setup-interactive-shell): Dump stty
1400 settings. Enable "neveropen" arg for all `tramp-send-command'
1401 calls. Handle "=" in variable values properly.
1402 (tramp-find-inline-encoding): Raise an error, when no encoding is
1403 found.
1404 (tramp-wait-for-output): Check, whether PROC buffer is available.
1405 Remove spurious " ^H" sequences, sent by busybox.
1406 (tramp-get-ls-command): Suppress coloring, if possible.
1407
1408 2010-01-28 Glenn Morris <rgm@gnu.org>
1409
1410 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
1411
1412 * log-edit.el (log-edit-strip-single-file-name): Add missing
1413 :safe, :group, and :version tags.
1414
1415 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
1416
1417 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1418 buffers. (Bug#5477)
1419
1420 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
1421
1422 * files.el (delete-directory): Handle moving to trash without
1423 first doing recursion (Bug#5436).
1424
1425 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
1426
1427 * vc-hooks.el (vc-path): Mark as obsolete.
1428
1429 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
1430
1431 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1432 names too.
1433
1434 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1435 for the short log.
1436 (vc-bzr-log-view-mode): Adjust regexp for the above change.
1437
1438 2010-01-25 Mark A. Hershberger <mah@everybody.org>
1439
1440 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1441
1442 * vc-bzr.el (vc-bzr-revision-table): New function.
1443
1444 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1445
1446 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1447 diff-index command. This requires at least git-1.5.5. (Bug#1589).
1448
1449 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1450
1451 Remove support for adding --signoff on commit.
1452 Future support will use an incompatible generic mechanism.
1453 * vc-git.el (vc-git-add-signoff): Remove variable.
1454 (vc-git-toggle-signoff): Remove function.
1455 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1456
1457 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1458 from xterm-set-background-mode. Return t if the background mode
1459 was set.
1460 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1461 earlier, call it again in case the background mode has changed.
1462
1463 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
1464
1465 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1466 (Bug#3541).
1467
1468 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
1469
1470 * emacs-lisp/assoc.el (aelement): Doc fix.
1471 (aput, adelete, amake): Use lexical-let (Bug#5450).
1472
1473 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
1474
1475 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1476 is the same as subprogram call, not declaration. (Bug#5435).
1477
1478 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
1479
1480 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1481 (tramp-smb-maybe-open-connection): Use it.
1482
1483 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
1484
1485 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
1486
1487 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1488
1489 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1490 just because we see "encoding: 8bit".
1491 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1492
1493 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
1494
1495 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1496
1497 2010-01-22 Eli Zaretskii <eliz@gnu.org>
1498
1499 * jka-compr.el (jka-compr-load): If load-file is not in
1500 load-history, try its file-truename version. (bug#5447)
1501
1502 2010-01-21 Alan Mackenzie <acm@muc.de>
1503
1504 Fix a situation where deletion of a cpp construct throws an error.
1505 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1506 invoking c-with-all-but-one-cpps-commented-out, check that the
1507 special cpp construct is still in the buffer.
1508 (c-parse-state): Record the special cpp with markers, not numbers.
1509
1510 2010-01-21 Kenichi Handa <handa@m17n.org>
1511
1512 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1513 process last-command-event, as it is now decoded first (Bug#5380).
1514
1515 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
1516
1517 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1518
1519 2010-01-20 Glenn Morris <rgm@gnu.org>
1520
1521 * indent.el (tab-always-indent): Fix custom-type.
1522
1523 2010-01-19 Alan Mackenzie <acm@muc.de>
1524
1525 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1526 buffer throws "args out of range".
1527 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1528 playing the role of delimiter.
1529
1530 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
1531
1532 * progmodes/ada-mode.el: Fix bug#5400.
1533 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1534 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1535 changed. Delete RECURSIVE parameter; never used. Improve doc string.
1536 Improve comments in "is" portion. Handle null procedure declaration.
1537 (ada-move-to-end): Improve doc string.
1538
1539 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
1540
1541 * ido.el (ido-cur-list): Initialize to nil.
1542 Remove obsolete information from commentary.
1543 (ido-choice-list): Initialize to nil.
1544 (ido-get-bufname): Reject minibuffers.
1545 (ido-make-buffer-list): If "default" is a nonexistent
1546 buffer, ignore it, as per the function's comment.
1547 (ido-kill-buffer-internal): New function.
1548 (ido-kill-buffer-at-head): Use it.
1549 (ido-visit-buffer): Likewise.
1550
1551 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
1552
1553 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1554
1555 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
1556
1557 * cedet/ede/locate.el (ede-locate-file-in-project)
1558 (ede-locate-file-in-project-impl): Fix typos in docstrings.
1559 (ede-enable-locate-on-project): Fix typos in error messages.
1560
1561 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1562 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1563 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1564 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1565 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1566 Fix typos in menu help.
1567
1568 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1569 Fix typos in chart titles.
1570
1571 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1572 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1573 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1574 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1575 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1576 (semantic-parse-stream, semantic-parse-region)
1577 (semantic-parse-region-default, semantic--set-buffer-cache)
1578 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1579 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1580 (semantic-default-submodes):
1581 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1582 (semanticdb-create-ebrowse-database)
1583 (semanticdb-find-tags-for-completion-method)
1584 (semanticdb-find-tags-by-class-method)
1585 (semanticdb-deep-find-tags-by-name-method)
1586 (semanticdb-deep-find-tags-for-completion-method):
1587 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1588 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1589 (semanticdb-find-tags-for-completion-method)
1590 (semanticdb-find-tags-by-class-method)
1591 (semanticdb-deep-find-tags-for-completion-method):
1592 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1593 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1594 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1595 (semanticdb-find-tags-by-name-method)
1596 (semanticdb-find-tags-by-name-regexp-method)
1597 (semanticdb-find-tags-for-completion-method)
1598 (semanticdb-find-tags-by-class-method)
1599 (semanticdb-find-tags-external-children-of-type-method)
1600 (semanticdb-find-tags-subclasses-of-type-method)
1601 (semanticdb-deep-find-tags-by-name-method)
1602 (semanticdb-deep-find-tags-by-name-regexp-method)
1603 (semanticdb-deep-find-tags-for-completion-method):
1604 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1605 (semanticdb-enable-gnu-global-in-buffer)
1606 (semanticdb-find-tags-for-completion-method)
1607 (semanticdb-deep-find-tags-by-name-method)
1608 (semanticdb-deep-find-tags-for-completion-method):
1609 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1610 (javascript-mode, semanticdb-find-translate-path)
1611 (semanticdb-find-tags-for-completion-method)
1612 (semanticdb-find-tags-by-class-method)
1613 (semanticdb-deep-find-tags-by-name-method)
1614 (semanticdb-deep-find-tags-for-completion-method)
1615 (semanticdb-find-tags-external-children-of-type-method):
1616 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1617 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1618 (global-semantic-idle-scheduler-mode):
1619 * cedet/srecode/dictionary.el (srecode-field-value)
1620 (srecode-dictionary-add-section-dictionary):
1621 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1622 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1623 (describe-class, eieio-describe-generic, describe-generic):
1624 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1625 (eieio-speedbar-expand):
1626 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1627 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1628 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1629 (viper-del-backward-char-in-replace, viper-backward-indent)
1630 (viper-brac-function, viper-register-to-point, viper-submit-report):
1631 * net/tramp.el (tramp-remote-coding-commands):
1632 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1633 Fix typos in docstrings.
1634
1635 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
1636
1637 * mail/sendmail.el (mail-yank-original): Set the mark if the
1638 specified function for yanking does not do it.
1639
1640 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
1641
1642 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
1643
1644 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1645 resyncing a directory.
1646
1647 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
1648
1649 * progmodes/ada-mode.el: Fix bug#1920.
1650 (ada-ident-re): Delete ., allow multibyte characters.
1651 (ada-goto-label-re): New; matches goto labels.
1652 (ada-block-label-re): New; matches block labels.
1653 (ada-label-re): New; matches both.
1654 (ada-named-block-re): Deleted; callers changed to use
1655 `ada-block-label-re' instead.
1656 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1657 Use `ada-block-label-re'.
1658 (ada-indent-on-previous-lines): Improve handling of goto labels.
1659 (ada-get-indent-block-start): Special-case block label.
1660 (ada-get-indent-label): Split into `ada-indent-block-label' and
1661 `ada-indent-goto-label'.
1662 (ada-goto-stmt-start, ada-goto-next-non-ws):
1663 Optionally ignore goto labels.
1664 (ada-goto-next-word): Simplify.
1665 (ada-indent-newline-indent-conditional): Insert newline before
1666 trying to fix indentation; doc fix.
1667
1668 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
1669
1670 * calc/calc.el (calc-command-flags): Give it an initial value.
1671
1672 2010-01-17 Glenn Morris <rgm@gnu.org>
1673
1674 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1675
1676 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
1677
1678 * cedet/semantic.el (semantic-mode):
1679 * files.el (minibuffer-with-setup-hook):
1680 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1681 (artist-key-draw-continously, artist-key-do-continously-continously)
1682 (artist-key-set-point-continously, artist-mouse-draw-continously):
1683 Fix typos in docstrings.
1684
1685 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
1686
1687 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1688 return t (Bug#3898).
1689
1690 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
1691
1692 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1693 can parse the output of the external commands (Bug#5279).
1694
1695 2010-01-16 Jari Aalto <jari.aalto@cante.net>
1696
1697 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1698
1699 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
1700
1701 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1702
1703 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1704
1705 * startup.el (command-line): Remove unused --icon-type arg.
1706 Handle --display arg, passing it to command-line-1 (Bug#5392).
1707
1708 2010-01-16 Mario Lang <mlang@delysid.org>
1709
1710 * cedet/ede/cpp-root.el (ede-cpp-root-project):
1711 * cedet/ede/files.el (ede-expand-filename):
1712 * cedet/ede/simple.el (ede-simple-project):
1713 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1714 (semantic-complete-inline-tag-engine):
1715 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1716 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1717 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1718 * cedet/semantic/db.el (semanticdb-equivalent-mode):
1719 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1720 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1721 * emacs-lisp/chart.el (chart-translate-namezone):
1722 * textmodes/artist.el (artist-compute-popup-menu-table):
1723 Remove duplicated words in doc-strings.
1724
1725 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
1726
1727 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1728 to mairix-search to suppress threading (Bug#5342).
1729
1730 2010-01-15 Kenichi Handa <handa@m17n.org>
1731
1732 * international/mule-cmds.el (canonicalize-coding-system-name):
1733 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1734
1735 2010-01-15 Glenn Morris <rgm@gnu.org>
1736
1737 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
1738
1739 * wid-edit.el (widget-keymap): Doc fix.
1740
1741 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1742 former seems to be more widely accepted by various svn versions.
1743
1744 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1745
1746 * find-cmd.el (find-constituents):
1747 * vc-arch.el (vc-arch-root):
1748 * window.el (window-body-height, pop-up-frames):
1749 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1750 (semantic-no-reparse-needed-change-hook):
1751 * cedet/srecode/insert.el (srecode-resolve-argument-list)
1752 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1753 (srecode-template-inserter-ask, srecode-template-inserter-width)
1754 (srecode-template-inserter-section-start)
1755 (srecode-template-inserter-section-end, srecode-insert-method):
1756 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1757 * progmodes/ada-stmt.el (ada-if):
1758 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1759 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1760 (ispell-encoding8-command, ispell-aspell-supports-utf8)
1761 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1762
1763 * progmodes/flymake.el (flymake-post-syntax-check):
1764 Fix typo in error message.
1765
1766 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1767
1768 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1769 which is always a string. (Bug#5313)
1770
1771 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1772
1773 * progmodes/ada-xref.el (ada-default-prj-properties):
1774 Simplify previous change.
1775
1776 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1777
1778 * progmodes/ada-xref.el (ada-default-prj-properties):
1779 Default ada_project_path to $ADA_PROJECT_PATH.
1780
1781 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1782
1783 * progmodes/ada-mode.el (ada-create-keymap):
1784 Override `narrow-to-defun' with `ada-narrow-to-defun'.
1785
1786 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1787
1788 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1789 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1790 (ada-get-current-indent, ada-imenu-generic-expression)
1791 (ada-which-function): Check for it.
1792
1793 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1794
1795 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1796 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1797
1798 2010-01-14 Glenn Morris <rgm@gnu.org>
1799
1800 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
1801
1802 2010-01-14 Kenichi Handa <handa@m17n.org>
1803
1804 * composite.el (auto-composition-mode): Make it a buffer local
1805 variable (permanent-local).
1806 (auto-composition-function): Set the default value to
1807 auto-compose-chars.
1808 (auto-composition-mode): Make it a simple function, not a minor mode.
1809 (global-auto-composition-mode): Likewise.
1810 (turn-on-auto-composition-if-enabled): Delete it.
1811
1812 2010-01-13 Karl Fogel <kfogel@red-bean.com>
1813
1814 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1815
1816 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
1817
1818 * files.el (copy-directory): Compute target for recursive
1819 directories with identical names. (Bug#5343)
1820
1821 2010-01-12 Glenn Morris <rgm@gnu.org>
1822
1823 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1824 it to bug-gnu-emacs rather than emacs-pretest-bug.
1825
1826 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1827
1828 * cedet/data-debug.el (data-debug): Fix customization group reference.
1829
1830 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1831
1832 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1833 (semantic-analyze-context, semantic-analyze-context-assignment)
1834 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1835 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1836 (semantic-java-doc-keywords-map):
1837 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1838 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1839 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1840 (semantic-c-classname, semantic-format-tag-uml-prototype)
1841 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1842 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1843 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1844 (semantic-get-local-variables, semantic-end-of-command)
1845 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1846 (lisp-mode):
1847 * cedet/semantic/bovine/make.el (makefile-mode):
1848 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1849 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1850 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1851 (semantic-lex, semantic-get-local-variables, python-mode):
1852 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1853 * cedet/srecode/extract.el (srecode-extract-state-set)
1854 (srecode-extract-method): Fix typos in docstrings.
1855
1856 2010-01-11 Sam Steingold <sds@gnu.org>
1857
1858 * imenu.el (imenu-default-create-index-function): Detect infinite
1859 loops caused by imenu-prev-index-position-function.
1860
1861 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1862
1863 * htmlfontify.el (htmlfontify-load-rgb-file)
1864 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1865 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1866 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1867 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1868 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1869 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1870 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1871 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1872 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1873 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1874 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1875 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1876 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1877 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1878 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1879 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1880 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1881 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1882 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1883 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1884 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1885 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1886 backslash-quoting from parentheses, etc.
1887
1888 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
1889
1890 * progmodes/js.el: Autoload javascript-mode alias.
1891
1892 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1893
1894 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1895 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1896 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1897 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1898 Fix typos in docstrings.
1899 (ffap-url-regexp): Doc fix.
1900 (ffap-at-mouse): Fix typo in message.
1901
1902 2010-01-11 Glenn Morris <rgm@gnu.org>
1903
1904 * version.el (emacs-copyright): Set copyright year to 2010.
1905
1906 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1907
1908 * format.el (format-annotate-function): Only set
1909 write-region-post-annotation-function after running to-fn so as not to
1910 affect nested write-region calls (bug#5273).
1911
1912 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
1913
1914 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1915 Add python parser.
1916
1917 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1918 wisent/python.el.
1919
1920 2010-01-10 Richard Kim <emacs18@gmail.com>
1921
1922 * cedet/semantic/wisent/python-wy.el:
1923 * cedet/semantic/wisent/python.el: New files.
1924
1925 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1926
1927 * man.el (Man-goto-section): Signal error if the section is not
1928 found (Bug#5317).
1929
1930 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
1931
1932 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1933 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1934
1935 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1936
1937 * progmodes/compile.el: Don't treat compile-command as safe if
1938 compilation-read-command might be nil (Bug#4218).
1939
1940 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1941
1942 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1943 NS options.
1944
1945 2010-01-08 Kenichi Handa <handa@m17n.org>
1946
1947 * international/fontset.el (build-default-fontset-data):
1948 Exclude characters in scripts kana, hangul, han, or cjk-misc.
1949
1950 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
1951
1952 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1953 to `create-file-buffer' as it expects, not just a buffer name.
1954 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1955 to help uniquify. (Bug#3224)
1956
1957 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1958
1959 * font-setting.el (font-setting-change-default-font): Use user-spec
1960 instead of name.
1961
1962 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1963
1964 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1965
1966 2010-01-05 Tom Tromey <tromey@redhat.com>
1967
1968 * progmodes/python.el (python-font-lock-keywords):
1969 Handle qualified decorators (Bug#881).
1970
1971 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1972
1973 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1974 in a lightweight checkout.
1975
1976 2010-01-05 Kenichi Handa <handa@m17n.org>
1977
1978 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1979
1980 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1981
1982 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1983
1984 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1985
1986 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1987 checkouts. (Bug#618)
1988 (vc-bzr-log-view-mode): Also highlight the author.
1989 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1990 (vc-bzr-shelve-menu-map):
1991 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1992 (vc-bzr-shelve-apply): Make prompt more explicit.
1993
1994 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
1995
1996 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1997 They are valid characters in URL paths (rfc3986), and at least
1998 Firefox does not understand the encoded version (Bug#3166).
1999
2000 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2001
2002 * progmodes/octave-mod.el (octave-end-keywords)
2003 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2004 Add "end" keyword (Bug#3061).
2005 (octave-end-as-array-index-p): New function.
2006 (calculate-octave-indent): Use it.
2007
2008 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2009
2010 * bookmark.el: Consistently put the text property on the bookmark name.
2011 (bookmark-bmenu-marks-width): Bump back to 2, to include
2012 annotation marks.
2013 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2014 property on the bookmark name, instead of not putting it at all.
2015 (bookmark-bmenu-list): Fix where we put the text property.
2016
2017 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2018
2019 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2020 for showing buffer modified state (as added in the previous change).
2021
2022 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2023
2024 * bookmark.el: Show modified state of bookmark buffer more accurately.
2025 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2026 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2027 (with-buffer-modified-unmodified): New macro.
2028 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2029 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2030 Use new macro to preserve the buffer modified state.
2031
2032 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2033
2034 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2035 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2036 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2037 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2038 (bookmark-bmenu-rename, bookmark-bmenu-locate)
2039 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2040 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2041
2042 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2043
2044 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2045 Make the lines in the generated doc string shorter. (Bug#4668)
2046
2047 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
2048
2049 * net/rcirc.el: Add follow-link binding (Bug#4738).
2050
2051 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2052
2053 * Makefile.in (bzr-update): Rename from cvs-update.
2054 (cvs-update): New target for backward compatibility.
2055
2056 * makefile.w32-in (bzr-update): Rename from cvs-update.
2057 (cvs-update): New target for backward compatibility.
2058
2059 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2060
2061 * bookmark.el: Remove gratuitous gratitude.
2062
2063 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2064
2065 * bookmark.el (bookmark-bmenu-any-marks): New function
2066 (bookmark-bmenu-save): Clear buffer modification if no marks.
2067
2068 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2069
2070 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2071 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2072 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2073 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2074
2075 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2076 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2077 To: emacs-devel {_AT_} gnu.org
2078 Subject: bookmark.el bug report
2079 Date: Mon, 28 Dec 2009 14:19:16 +0800
2080 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2081
2082 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2083
2084 * bookmark.el: Improvements suggested by Drew Adams:
2085 (bookmark-bmenu-ensure-position): New name for
2086 `bookmark-bmenu-check-position'. Just ensure the position,
2087 don't return any meaningful value.
2088 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2089 New constants.
2090
2091 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
2092
2093 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2094 (bookmark-yank-point, bookmark-bmenu-check-position):
2095 Fix typos in docstrings.
2096 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2097 (bookmark-name-from-full-record, bookmark-get-position)
2098 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2099 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2100 Remove useless quoting of parenthesis, etc. in docstrings.
2101
2102 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2103 (ediff-append-custom-diff): Fix typo in error message.
2104 (ediff-meta-mark-equal-files): Fix typos in messages.
2105
2106 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2107
2108 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2109 Fix typo in docstring.
2110
2111 * net/imap-hash.el (imap-hash-make): Doc fix.
2112 (imap-hash-test): Fix typo in error message; reflow docstring.
2113 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2114 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2115 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2116 Fix typos in docstrings.
2117 (imap-hash-open-connection): Fix typo in error message.
2118
2119 * play/gomoku.el (gomoku): Fix typos in docstring.
2120
2121 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2122 (gdb-jsonify-buffer): Fix typos in docstring.
2123 (gdb-goto-breakpoint): Fix typo in error message.
2124 ("Display Other Windows"): Fix typo in help message.
2125 (gdb-speedbar-expand-node): Fix typo in question.
2126
2127 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2128 (idlwave-html-system-help-location, idlwave-html-help-location)
2129 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2130 (idlwave-help-browser-generic-args, idlwave-help-directory)
2131 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2132 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2133 (idlwave-online-help, idlwave-help-html-link)
2134 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2135 Fix typos in docstrings.
2136 (idlwave-help-with-source, idlwave-help-find-routine-definition):
2137 Reflow docstrings.
2138 (idlwave-help-assistant-start): Fix typo in error message.
2139
2140 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2141 (octave-electric-space): Fix typos in docstrings.
2142
2143 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
2144
2145 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2146
2147 2010-01-01 Juri Linkov <juri@jurta.org>
2148
2149 * comint.el (comint-input-ring-size): Make it a defcustom and
2150 increase the default to 500 (Bug#5148).
2151
2152 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
2153
2154 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2155 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2156 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2157
2158 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
2159
2160 Show working revision correctly for mercurial.
2161 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2162 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2163
2164 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
2165
2166 Declare some functions for the byte-compiler.
2167 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2168 (speedbar-timer-fn, speedbar-change-expand-button-char)
2169 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2170
2171 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
2172
2173 This changeset reverts GDB Graphical Interface to use annotations.
2174 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2175
2176 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2177
2178 Make vc-dir work on subdirectories of the bzr root.
2179 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
2180 file names relative to it.
2181 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2182 relative directory to vc-bzr-after-dir-status.
2183
2184 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
2185
2186 * font-lock.el (font-lock-refresh-defaults): New function, which
2187 can be used to let font-lock react to external changes in
2188 variables like font-lock-defaults and keywords.
2189 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2190
2191 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2192
2193 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2194
2195 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2196
2197 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
2198
2199 Supersede color.diff settings in git log (bug#5211).
2200
2201 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2202 escape chars in its output when the user has color.diff set to `always'.
2203 This fix works on git 1.4.2 and newer (released on 2006-08-13).
2204
2205 2009-12-26 Kevin Ryde <user42@zip.com.au>
2206
2207 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2208 node. Keep previous "Index" name to work with past coreutils too.
2209
2210 * man.el (man): Revise docstring a bit to show -a and -l as
2211 examples. Add -k description since support for it has otherwise
2212 been a secret. (Further to bug#3717.)
2213 (Man-bgproc-sentinel): When "-k foo" produces no output show error
2214 "no matches" rather than "Can't find manpage", as the latter reads
2215 like -k was interpreted as a page name, which is not so. (Bug#5431)
2216
2217 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
2218
2219 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2220 switches. Check also for //SUBDIRED// line.
2221
2222 2009-12-25 Kenichi Handa <handa@m17n.org>
2223
2224 * language/indian.el (devanagari-composable-pattern): Fixed to
2225 handle ZWNJ and ZWJ. Use it in composition-function-table for
2226 Devanagari.
2227 (malayalam-composable-pattern): Fix previous change.
2228
2229 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2230
2231 * ps-print.el (ps-face-attributes): It was not returning the
2232 attribute face for faces specified as string. Reported by harven
2233 <harven@free.fr>.
2234 (ps-print-version): New version 7.3.5.
2235
2236 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
2237
2238 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
2239 timezone names.
2240 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
2241 (icalendar--add-diary-entry): Remove the trailing blank that
2242 diary-make-entry inserts.
2243
2244 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
2245
2246 Make `file-expand-wildcards' work for remote files.
2247
2248 * files.el (file-expand-wildcards): In case of remote files, check
2249 only local file name part for wildcards. Provide feature 'files
2250 and subfeature 'remote-wildcards. (Bug#5198)
2251
2252 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2253 if there is already an established connection.
2254 (tramp-advice-file-expand-wildcards): Remove it.
2255
2256 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2257 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
2258 Activate advice for older GNU Emacs versions. (Bug#5237)
2259
2260 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
2261
2262 Some doc fixes (more needed).
2263
2264 * find-cmd.el (find-constituents): Reflow docstring.
2265 (find-cmd, find-prune, find-command): Fix typos in docstrings.
2266 (find-generic): Doc fix.
2267
2268 2009-12-17 Juri Linkov <juri@jurta.org>
2269
2270 Fix regression from 23.1 to allow multiple modes in Local Variables.
2271
2272 * files.el (hack-local-variables-filter): While ignoring duplicates,
2273 don't take `mode' into account.
2274 (hack-local-variables-filter, hack-dir-local-variables): Don't
2275 remove duplicate `mode' from local-variables-alist (like `eval').
2276
2277 2009-12-17 Juri Linkov <juri@jurta.org>
2278
2279 Make `dired-diff' more safe. (Bug#5225)
2280
2281 * dired-aux.el (dired-diff): Signal an error when `file' equals to
2282 `current' or when `file' is a directory of the `current' file.
2283
2284 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
2285
2286 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2287 unconditionally preloaded files.
2288
2289 2009-12-16 Juri Linkov <juri@jurta.org>
2290
2291 Revert to old 23.1 logic of using the file at the mark as default.
2292 * dired-aux.el (dired-diff): Use the file at the mark as default
2293 if it's not the same as the current file, and the target dir is
2294 the current dir or the mark is active. Add the current file
2295 as the arg of `dired-dwim-target-defaults'. Use the default file
2296 in the prompt. (Bug#5225)
2297
2298 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
2299
2300 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2301 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2302 (tramp-check-for-regexp): Check also, when an echoing shell stops
2303 to echo sent commands.
2304
2305 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2306
2307 * Makefile.in: Revert last change (Bug#5191).
2308
2309 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
2310
2311 * vc-hg.el (vc-hg-print-log): Fix argument order.
2312 (vc-hg-working-revision): Make sure the command is executed in a
2313 known environment so that we can parse the output. (Bug#4417)
2314
2315 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2316
2317 * progmodes/python.el (python-symbol-completions): Remove text
2318 properties from symbol string before calling python-send-receive.
2319
2320 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
2321
2322 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2323 when there are values for both file and line. (Bug#5060)
2324
2325 2009-12-14 Juri Linkov <juri@jurta.org>
2326
2327 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2328 whitespace after the file name of the first line of unified format,
2329 because git-diff doesn't output whitespace and file modification time
2330 after the file name.
2331
2332 2009-12-14 David Kastrup <dak@gnu.org>
2333
2334 * info.el (Info-hide-cookies-node): Before hiding a cookie,
2335 check if it already has the `display' property added by
2336 `Info-display-images-node', and not put the `invisible' property
2337 in this case.
2338
2339 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2340
2341 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2342 (semantic-mru-bookmark-mode): Doc fixes.
2343
2344 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2345 of assert.
2346
2347 2009-12-13 Glenn Morris <rgm@gnu.org>
2348
2349 * mail/emacsbug.el (message-sort-headers): Define for compiler.
2350 (report-emacs-bug): In message-mode, sort manually before storing
2351 original report text. (Bug#5178)
2352 Remove superfluous save-excursion.
2353
2354 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
2355
2356 * net/dbus.el (dbus-property-handler): Filter lambda forms out
2357 when responding to "GetAll" properties.
2358
2359 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
2360
2361 * simple.el (compose-mail): Remove mail-setup-with-from from
2362 customization checks.
2363
2364 2009-12-12 Eli Zaretskii <eliz@gnu.org>
2365
2366 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2367 RAR archives created on Unix systems.
2368
2369 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2370
2371 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2372 the varalias that was accidentally removed by the 2009-11-19 change
2373 (bug#5186).
2374
2375 2009-12-12 Kenichi Handa <handa@m17n.org>
2376
2377 * language/indian.el (indian-compose-regexp): New function.
2378 (malayalam-composable-pattern): Fix the pattern.
2379 (composition-function-table): Set malayalam-composable-pattern for
2380 Malayalam characters.
2381
2382 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
2383
2384 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2385 rather than down-mouse-1, based on follow-link conventions.
2386
2387 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2388 are compiled.
2389
2390 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
2391
2392 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2393 (verilog-vmm-statement-re, verilog-ovm-statement-re)
2394 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2395 (verilog-leap-to-head, verilog-backward-token):
2396 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
2397
2398 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
2399
2400 * progmodes/verilog-mode.el (verilog-auto-lineup)
2401 (verilog-nameable-item-re): Cleanup user-visible spelling and
2402 documentation errors. One reported by Gary Delp.
2403 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2404 (verilog-read-decls): Fix AUTOWIRE with types declared in a
2405 package, bug195. Reported by Pierre-David Pfister.
2406
2407 2009-12-11 Glenn Morris <rgm@gnu.org>
2408
2409 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2410
2411 * mail/emacsbug.el: No longer require sendmail.
2412 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
2413 (report-emacs-bug-orig-text): Doc fix.
2414 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2415 New local variables, to adapt to different mail-user-agents.
2416 (report-emacs-bug): Fix test for a gnu.org address.
2417 Use overlays for emphasis, since font-lock defeats 'face property.
2418 Pretest bugs also end up at the newsgroup these days.
2419 Stop message-mode stripping text properties.
2420 Set and use the new buffer-local variables.
2421 (report-emacs-bug-hook): Add doc-string.
2422 Remove some unnecessary save-excursions and simplify.
2423 Use the appropriate hook and send-command.
2424
2425 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2426 capitalization of some menu entries.
2427
2428 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2429
2430 * whitespace.el (whitespace-display-char-on): Ensure
2431 `buffer-display-table' is unique when two or more windows are
2432 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2433 New version 12.1.
2434
2435 2009-12-10 Eli Zaretskii <eliz@gnu.org>
2436
2437 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2438 characters in the Attribute field.
2439
2440 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2441
2442 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
2443
2444 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2445
2446 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2447 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2448 Disregard autoload-excludes.
2449 (update-directory-autoloads): Obey autoload-excludes here instead.
2450 But don't store its contents in no-autoloads and remove entries that
2451 refer to excludes files.
2452
2453 2009-12-10 Glenn Morris <rgm@gnu.org>
2454
2455 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2456 (expand-mail-aliases): Define for compiler.
2457
2458 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2459 Define for compiler.
2460
2461 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2462 appropriate for the mail-user-agent in use.
2463
2464 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
2465
2466 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2467
2468 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2469
2470 Fix short log parsing and fontification.
2471 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2472 Fix fontification for the [merge] label.
2473
2474 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
2475
2476 Drop some properties to avoid surprises.
2477 * htmlfontify.el (hfy-ignored-properties): New defcustom.
2478 (hfy-fontify-buffer): Use it.
2479
2480 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2481
2482 Minor cleanup.
2483 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2484 Adjust all callers.
2485 (ffap-locate-file): Remove unused arg `dir-ok' and make other
2486 args compulsory. Adjust callers.
2487 (ffap-gopher-at-point): Remove unused var `name'.
2488
2489 Get rid of the ELCFILES abomination.
2490 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2491 (compile-elcfiles): New phony target.
2492 (compile-main): Compute ELCFILES dynamically.
2493 (compile-clean): New target to remove left-over elc files.
2494 (compile, all): Use it.
2495
2496 2009-12-09 Kenichi Handa <handa@etlken>
2497
2498 * international/mule-diag.el: Require help-mode instead of help-fns.
2499
2500 2009-12-09 Kenichi Handa <handa@m17n.org>
2501
2502 * international/mule-cmds.el (ucs-names): Supply sufficiently
2503 fine ranges instead of pre-calculating accurate ranges.
2504 Iterate with bigger gc-cons-threshold.
2505
2506 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2507
2508 Add support for stashing a snapshot of the current tree.
2509 * vc-git.el (vc-git-stash-snapshot): New function.
2510 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2511
2512 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
2513
2514 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2515 instead of `(beginning|end)-of-line'.
2516
2517 2009-12-08 Glenn Morris <rgm@gnu.org>
2518
2519 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2520
2521 * Makefile.in (ELCFILES): Regenerate.
2522
2523 2009-12-07 Juri Linkov <juri@jurta.org>
2524
2525 Don't lazy-highlight the comint output in history Isearch mode.
2526
2527 * comint.el (comint-history-isearch-search): Instead of
2528 `comint-line-beginning-position', use `comint-after-pmark-p'
2529 to check if point if before the process mark, and go to
2530 `process-mark' in this case.
2531
2532 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2533
2534 * textmodes/tex-mode.el (latex-complete)
2535 (latex-indent-or-complete): Remove.
2536 (latex-mode): Set completion-at-point-functions instead.
2537
2538 Provide a standard completion command and hook it into TAB.
2539 * minibuffer.el (completion-at-point-functions): New var.
2540 (completion-at-point): New command.
2541 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2542 * progmodes/python.el (python-mode-map): Use completion-at-point.
2543 (python-completion-at-point): Rename from python-partial-symbol and
2544 adjust for use in completion-at-point-functions.
2545 (python-mode): Setup completion-at-point for Python completion.
2546 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2547 extracted from lisp-complete-symbol.
2548 (lisp-complete-symbol): Use it.
2549 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2550 setup completion-at-point for Elisp completion.
2551 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2552 Use completion-at-point.
2553 * ielm.el (ielm-map): Use completion-at-point.
2554 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2555 * progmodes/sym-comp.el: Move to...
2556 * obsolete/sym-comp.el: Move from progmodes.
2557
2558 2009-12-07 Eli Zaretskii <eliz@gnu.org>
2559
2560 Prevent save-buffer in Rmail buffers from using the coding-system
2561 of the current message, and from clobbering the encoding mnemonics
2562 in the mode line (Bug#4623).
2563
2564 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2565 flag, too.
2566 (rmail-message-encoding): New variable.
2567 (rmail-write-region-annotate): Record the encoding of the current
2568 message in rmail-message-encoding.
2569 (rmail-after-save-hook): New function, restores the encoding of
2570 the current message after the message collection is saved.
2571
2572 2009-12-07 Juri Linkov <juri@jurta.org>
2573
2574 * progmodes/grep.el (grep-read-files): Use `completing-read'
2575 instead of `read-string'. Set its `collection' arg to
2576 `read-file-name-internal'. (Bug#4301)
2577
2578 2009-12-07 Juri Linkov <juri@jurta.org>
2579
2580 Correctly restore original Isearch point. (Bug#4994)
2581
2582 * isearch.el (isearch-mode): Move `isearch-push-state' after
2583 `(run-hooks 'isearch-mode-hook)'.
2584 (isearch-cancel): When `isearch-push-state-function' is defined,
2585 let-bind `isearch-cmds' to the first state (the last element of
2586 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2587 function and restores the original point). Otherwise, move point
2588 to `isearch-opoint'.
2589
2590 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2591
2592 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2593 chars that don't have names, so the table can be built much faster at
2594 run-time.
2595
2596 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
2597
2598 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2599 change. Suggested by David Kastrup.
2600
2601 * simple.el (compose-mail): Check for incompatibilities and warn.
2602 (compose-mail-user-agent-warnings): New option.
2603
2604 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2605
2606 Support showing a single log entry from vc-annotate.
2607 * vc.el (print-log): Add a new argument: START-REVISION.
2608 (vc-print-log-internal): Add a new optional argument and
2609 pass it to the backend.
2610 (vc-print-log, vc-print-root-log): Adjust callers.
2611 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2612 buffer already displays the requested log entry, use it.
2613 Otherwise display only the log entry in question.
2614 * vc-svn.el (vc-svn-print-log):
2615 * vc-mtn.el (vc-mtn-print-log):
2616 * vc-hg.el (vc-hg-state):
2617 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2618 (vc-git-show-log-entry): Return t on success.
2619 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2620 (vc-bzr-show-log-entry): Return t on success.
2621 * vc-rcs.el (vc-rcs-print-log):
2622 * vc-sccs.el (vc-sccs-print-log):
2623 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2624
2625 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2626
2627 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2628 Add menus to the meta mode. (Bug#5043)
2629
2630 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
2631
2632 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2633 event-key.
2634
2635 * ediff.el (ediff-buffers-internal): Add unwind-protect.
2636
2637 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
2638
2639 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
2640 Berbain <raphael.berbain@gmail.com>.
2641
2642 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
2643 characters.
2644 (tramp-initial-end-of-output): New defconst.
2645 (tramp-methods, tramp-find-shell)
2646 (tramp-open-connection-setup-interactive-shell)
2647 (tramp-maybe-open-connection): Use it.
2648 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2649 existence of `#' and `$'.
2650
2651 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2652 `tramp-initial-end-of-output'.
2653
2654 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2655
2656 Get the background mode from the terminal for xterm, and set
2657 faces accordingly.
2658 * term/xterm.el (xterm-set-background-mode): New function.
2659 (terminal-init-xterm): Use it in case xterm supports background
2660 color queries. Recompute faces after getting the background
2661 color.
2662
2663 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
2664
2665 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2666 number comment back on its own line, for easier parsing.
2667
2668 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2669
2670 Make it work for non-file buffers (bug#5102).
2671 * doc-view.el (doc-view-current-cache-dir):
2672 Use doc-view-buffer-file-name rather than buffer-file-name.
2673 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2674
2675 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
2676
2677 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2678 author field is too short.
2679
2680 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
2681
2682 * vc-git.el (vc-git-print-log): Handle a limit argument.
2683 Display the short log in graph form and with labels.
2684 (vc-git-log-view-mode): Handle labels.
2685
2686 Make vc-revert change VC state from 'added to 'unregistered.
2687 * vc-git.el (vc-git-revert): Call git reset first.
2688
2689 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2690
2691 * net/newst-backend.el, net/newst-plainview.el:
2692 * net/newst-reader.el, net/newst-ticker.el:
2693 * net/newst-treeview.el, net/newsticker.el:
2694 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
2695
2696 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2697
2698 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2699
2700 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2701 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
2702 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2703 Update annotation regexp.
2704
2705 * simple.el (beginning-of-visual-line): Constrain to field
2706 boundaries (Bug#5106).
2707
2708 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2709
2710 * xml.el (xml-substitute-numeric-entities): Move
2711 newsticker--decode-numeric-entities in newst-backend.el to
2712 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2713 * net/newst-backend.el (newsticker--parse-generic-feed)
2714 (newsticker--parse-generic-items)
2715 (newsticker--decode-numeric-entities): Move
2716 newsticker--decode-numeric-entities in newst-backend.el to
2717 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2718
2719 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
2720
2721 * progmodes/js.el (js--js-not): Add null to the list of values.
2722
2723 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2724
2725 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2726
2727 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2728
2729 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2730 delimiter if it is at the end of the current line.
2731 (bibtex-generate-url-list): Fix docstring.
2732
2733 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2734
2735 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2736 minibuffer's content with itself.
2737 Fold the confirm-after-completion case into the `confirm' case.
2738 (completion-pcm-word-delimiters): Add : and / to the delimiters.
2739
2740 2009-12-06 Kevin Ryde <user42@zip.com.au>
2741
2742 * ffap.el (ffap-rfc-path): Make this a defcustom since
2743 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
2744
2745 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2746 manuals, similar to existing setup for help-mode. (Bug#3913.)
2747
2748 2009-12-05 Juri Linkov <juri@jurta.org>
2749
2750 Save and restore dired buffer's point positions too. (Bug#4880)
2751
2752 * dired.el (dired-save-positions): Return in the first element
2753 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2754 Doc fix.
2755 (dired-restore-positions): First restore buffer's position.
2756 While restoring window's positions, check if window still displays
2757 the original buffer.
2758
2759 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
2760
2761 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2762 if possible.
2763
2764 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2765 Make argument optional.
2766
2767 * shell.el (shell): Require ansi-color (Bug#5113).
2768
2769 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2770
2771 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2772
2773 2009-12-05 Alan Mackenzie <acm@muc.de>
2774
2775 * progmodes/cc-mode.el (c-before-hack-hook)
2776 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2777 `c-file-style' to work again. This reversion restores the current
2778 software to its state in Emacs 23.1. (Bug#4146)
2779
2780 2009-12-05 Kevin Ryde <user42@zip.com.au>
2781
2782 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2783 comment-start-skip to comment-end-skip as comment (Bug#4781).
2784
2785 2009-12-05 Juri Linkov <juri@jurta.org>
2786
2787 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2788 for virtual nodes. (Bug#4147)
2789 (Info-find-node-2): Set `Info-current-node-virtual' to nil
2790 when moving from a virtual node.
2791 (Info-mode-menu): Add `Info-virtual-index' to the menu.
2792 (Info-mode): Add `Info-virtual-index' to the docstring.
2793
2794 2009-12-05 Eric Ludlam <zappo@gnu.org>
2795
2796 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2797 Describe project macro symbols.
2798
2799 * cedet/semantic/complete.el (semantic-complete-do-completion):
2800 Don't call semantic-collector-current-exact-match.
2801
2802 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2803 ede-objects as targets.
2804
2805 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2806 a target's object list even if compiler vars are already in the
2807 Makefile.
2808
2809 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2810 list of headers producing necessary macros.
2811
2812 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2813
2814 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2815 track of the buffer position of the end of a BibTeX entry as this
2816 position may change during reformatting.
2817 (bibtex-format-entry): Remove whitespace before processing
2818 numerical fields so that we recognize the latter properly.
2819 (bibtex-reformat): Do not use push which changes the global value
2820 of bibtex-entry-format.
2821 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2822 (bibtex-field-re-init): Replace only space characters by regexp
2823 for whitespace.
2824 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2825 (bibtex-initialize): Also update bibtex-strings.
2826 (bibtex-kill-field): Preserve white space at end of entry.
2827 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2828 Update bibtex-reference-keys.
2829
2830 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2831
2832 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2833 point after a star, if that's the only place where modifications can
2834 make progress.
2835
2836 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2837
2838 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2839 in docstrings.
2840
2841 2009-12-04 Juri Linkov <juri@jurta.org>
2842
2843 * proced.el (proced): Call `(proced-update t)' to update process
2844 information instead of only running proced-post-display-hook.
2845 (proced-send-signal): Add a leading space to the buffer name
2846 " *Marked Processes*" to make this buffer ephemeral.
2847
2848 2009-12-04 Juri Linkov <juri@jurta.org>
2849
2850 * dired.el (dired-auto-revert-buffer): New defcustom.
2851 (dired-internal-noselect): Use it.
2852
2853 2009-12-04 Juri Linkov <juri@jurta.org>
2854
2855 Change roles of modes and functions in image-mode.el (Bug#5062).
2856
2857 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2858 in `auto-mode-alist'.
2859 (image-mode-previous-major-mode): New variable.
2860 (image-minor-mode-map): Rename from `image-mode-text-map'.
2861 (image-mode): Move graceful error-handling code from
2862 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2863 (image-minor-mode): Remove all image-handling code.
2864 Replace `image-mode-text-map' with `image-minor-mode-map'.
2865 Check for `image-type' in mode-line format string.
2866 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2867 (image-mode-as-text): New function with most code from
2868 `image-mode-maybe'.
2869 (image-toggle-display-text): Move code that removes image
2870 properties from `image-toggle-display' to here.
2871 (image-toggle-display-image): New function with code that adds
2872 image properties copied from `image-toggle-display'.
2873 (image-toggle-display): Remove most code with leaving only code
2874 that toggles between `image-mode-as-text' and `image-mode'.
2875
2876 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
2877
2878 * net/newst-treeview.el
2879 (newsticker--treeview-list-highlight-start): Restored call to
2880 save-excursion: Selected item was stuck.
2881 (newsticker--treeview-list-select): New.
2882 (newsticker--treeview-item-show-text)
2883 (newsticker--treeview-item-show)
2884 (newsticker--treeview-item-update): Use new
2885 newsticker-treeview-item-mode.
2886 (newsticker-treeview-update): Keep current item.
2887 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2888 (newsticker--treeview-first-feed): Doc change.
2889 (newsticker-treeview-list-menu)
2890 (newsticker-treeview-item-menu): Added menu entries.
2891 (newsticker-treeview-item-mode): New.
2892
2893 * net/newst-backend.el (newsticker-customize): Delete other
2894 windows.
2895
2896 2009-12-04 Sam Steingold <sds@gnu.org>
2897
2898 * log-view.el (log-view-mode-map): "q" calls quit-window,
2899 like in all the other non-self-insert buffers.
2900
2901 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2902
2903 Minor cleanup.
2904 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2905 key decoding rather than do it manually via last-input-event +
2906 ascii-character.
2907 (term-exec): Use delete-and-extract-region.
2908 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2909 (term-process-pager): Remove unused var `i'.
2910 (term-dynamic-simple-complete): Make obsolete.
2911 (serial-update-config-menu): Remove unused vars `y' and `str'.
2912 (term-update-mode-line): Remove unused var `temp'.
2913
2914 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2915
2916 Limit the number of log entries displayed by default.
2917 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2918 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2919 using a prefix argument.
2920
2921 2009-12-03 Glenn Morris <rgm@gnu.org>
2922
2923 * progmodes/idlwave.el (class): Restore still useful declaration.
2924
2925 2009-12-03 Alan Mackenzie <acm@muc.de>
2926
2927 Enhance `c-parse-state' to run efficiently in "brace deserts".
2928
2929 * progmodes/cc-mode.el (c-basic-common-init):
2930 Call c-state-cache-init.
2931 (c-neutralize-syntax-in-and-mark-CPP): Rename from
2932 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
2933 placing `category' properties value 'c-cpp-delimiter at its boundaries.
2934
2935 * progmodes/cc-langs.el (c-before-font-lock-function):
2936 c-extend-and-neutralize-syntax-in-CPP has been renamed
2937 c-neutralize-syntax-in-and-mark-CPP.
2938
2939 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2940 with `category' properties now, not `syntax-table' ones.
2941
2942 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2943 enhanced (but slower) version of c-end-of-macro that won't land
2944 inside a literal or on another awkward character.
2945 (c-state-cache-too-far, c-state-cache-start)
2946 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2947 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2948 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2949 (c-state-min-scan-pos, c-state-brace-pair-desert)
2950 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2951 buffer local variables.
2952 (c-state-literal-at, c-state-lit-beg)
2953 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2954 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2955 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2956 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2957 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2958 (c-renarrow-state-cache)
2959 (c-append-lower-brace-pair-to-state-cache)
2960 (c-state-push-any-brace-pair, c-append-to-state-cache)
2961 (c-remove-stale-state-cache)
2962 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2963 (c-invalidate-state-cache-1, c-parse-state-1)
2964 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2965 (c-parse-state): Enhance and refactor.
2966 (c-debug-parse-state): Amend to deal with all the new variables.
2967
2968 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2969 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2970 modify to use category text properties rather than syntax-table ones.
2971 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2972 to switch off/on the syntactic paren property of C++ template
2973 delimiters using the category property.
2974 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2975 template delims suppressed.
2976 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2977 New constant/macros which apply category properties to the start
2978 and end of preprocessor constructs.
2979 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2980 "comment out" the syntactic value of characters in preprocessor
2981 constructs.
2982 (c-with-cpps-commented-out)
2983 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2984 with characters in all or all but one preprocessor constructs
2985 "commented out".
2986
2987 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2988
2989 * proced.el (proced-filter-alist): Use regexp-quote.
2990
2991 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
2992
2993 Cleanup.
2994 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2995 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2996 arguments. Expand `default-directory'.
2997
2998 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2999 the benefit of returning an expanded localname.
3000 (tramp-tramp-file-p): Handle the case NAME is not a string.
3001
3002 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3003
3004 Add support for bzr shelve/unshelve.
3005 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3006 (vc-bzr-extra-menu-map): New variables.
3007 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3008 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3009 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3010 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3011 (vc-bzr-dir-extra-headers): Display shelves.
3012
3013 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3014
3015 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3016
3017 * textmodes/bibtex.el (bibtex-complete-internal):
3018 Use completion-in-region.
3019 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3020
3021 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3022
3023 Support applying stashes. Improve UI.
3024 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3025 (vc-git-stash-apply, vc-git-stash-pop)
3026 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3027 (vc-git-stash-menu): New functions.
3028 (vc-git-stash-menu-map): New variable.
3029 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3030
3031 2009-12-03 Glenn Morris <rgm@gnu.org>
3032
3033 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3034 (vc-print-log-internal): Fix previous change.
3035 (vc-revert): Correct pluralization.
3036
3037 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3038
3039 * progmodes/make-mode.el (makefile-special-targets-list): No need for
3040 it to be an alist any more.
3041 (makefile-complete): Use completion-in-region.
3042
3043 * progmodes/octave-mod.el (octave-complete-symbol):
3044 Use completion-in-region.
3045
3046 Misc cleanup.
3047 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3048 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3049 (idlwave-complete-class): Don't quote lambda.
3050 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3051 (idlwave-mode-map): Move initialization into declaration.
3052 (idlwave-action-and-binding): Use backquotes.
3053 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3054 Simplify.
3055 (idlwave-is-pointer-dereference): Remove unused var `pos'.
3056 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3057 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3058 `parts', and `all-parts'.
3059 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3060 (idlwave-convert-xml-system-routine-info): Remove unused string
3061 `version-string'.
3062 (idlwave-display-user-catalog-widget): Use dolist.
3063 (idlwave-scanning-lib): Declare dynamically-scoped var.
3064 (idlwave-scan-library-catalogs): Remove unused var `flags'.
3065 (completion-highlight-first-word-only): Declare to silence bytecomp.
3066 (idlwave-popup-select): Tighten scope of `resp'.
3067 (idlwave-find-struct-tag): Remove unused var `beg'.
3068 (idlwave-after-load-rinfo-hook): Declare.
3069 (idlwave-sintern-class-info): Remove unused var `taglist'.
3070 (idlwave-find-class-definition): Remove unused var `list'.
3071 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3072 (idlwave-what-module-find-class): Remove unused var `classes'.
3073
3074 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
3075
3076 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3077
3078 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3079
3080 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3081 buffers visited. Remove redundant current-buffer-saving.
3082
3083 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3084
3085 Use completion-in-buffer and remove uses of dynamic scoping.
3086 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3087 (pascal-buffer-to-use, pascal-flag): Don't declare.
3088 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3089 (pascal-get-completion-decl, pascal-keyword-completion):
3090 Add `pascal-str' argument, save-excursion,
3091 return the found completions, and don't filter with pascal-pred.
3092 (pascal-completion-cache): New var.
3093 (pascal-completion): Don't switch buffer any more (it was never
3094 necessary). Don't save-excursion any more (it's done by the called
3095 subroutines). Use a cache to avoid redundant computations.
3096 Use complete-with-action rather than pascal-completion-response and
3097 let it apply the predicate as well.
3098 (pascal-complete-word): Use completion-in-buffer when
3099 pascal-toggle-completions is nil.
3100 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3101 not used any more.
3102 (pascal-comp-defun): Don't change buffer any more.
3103 Use complete-with-action rather than pascal-completion-response and
3104 let it apply the predicate as well.
3105 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3106 when neded.
3107
3108 2009-12-02 Kenichi Handa <handa@m17n.org>
3109
3110 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3111 shape for all Indic scripts.
3112
3113 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3114
3115 Use completion-in-buffer.
3116 * wid-edit.el (widget-field-text-end): New function.
3117 (widget-field-value-get): Use it.
3118 (widget-string-complete, widget-file-complete)
3119 (widget-color-complete): Use it and completion-in-region.
3120 (widget-complete): Don't narrow the buffer.
3121
3122 2009-12-02 Glenn Morris <rgm@gnu.org>
3123
3124 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
3125 (rmail-select-summary): Use rmail-pop-to-buffer.
3126 * mail/rmailsum.el: Replace all pop-to-buffer calls with
3127 rmail-pop-to-buffer, to prevent horizontal splits.
3128
3129 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3130 save-excursion with save-current-buffer.
3131 Widen before searching. (Bug#5093)
3132 (diary-list-sexp-entries): Remove superfluous save-excursion.
3133
3134 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
3135
3136 * woman.el (woman-make-bufname): Handle man-pages with "." in the
3137 name. (Bug#5038)
3138
3139 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
3140
3141 * ido.el (ido-file-internal): Handle filenames at point that do
3142 not have a directory part. (Bug#5049)
3143
3144 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
3145
3146 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3147 (mpc-songs-jump-to, mpc-resume): Doc fixes.
3148
3149 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
3150
3151 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3152 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3153 any more.
3154
3155 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3156
3157 * comint.el (comint-insert-input): Ignore clicks to the right of
3158 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3159
3160 * vc.el (vc-print-log-internal): Don't wait for the process to
3161 terminate before setting up the major mode.
3162
3163 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3164 in case.
3165
3166 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3167 the last element.
3168
3169 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3170
3171 2009-12-01 Glenn Morris <rgm@gnu.org>
3172
3173 * window.el (window--display-buffer-2): Fix previous changes.
3174
3175 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
3176
3177 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3178
3179 2009-12-01 Glenn Morris <rgm@gnu.org>
3180
3181 * Makefile.in (ELCFILES): Add mpc.elc.
3182
3183 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3184
3185 * mpc.el: New file.
3186
3187 2009-12-01 Glenn Morris <rgm@gnu.org>
3188
3189 * window.el (window-to-use): Define for compiler.
3190
3191 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3192 consistent with others (no final period).
3193
3194 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3195 (rmail-mime-show): Downcase the encoding. (Bug#5070)
3196
3197 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
3198
3199 Make vc-print-log buttons work.
3200 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3201
3202 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
3203
3204 * savehist.el (savehist-autosave-interval): Allow setting to nil
3205 through customize. (Bug#5056)
3206
3207 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
3208
3209 Fix references to jit-lock properties.
3210 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3211 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3212 (perl-font-lock-special-syntactic-constructs):
3213 Quote jit-lock-defer-multiline property.
3214
3215 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3216
3217 * vc-git.el (vc-git-registered): Call vc-git-root only once.
3218
3219 2009-11-30 Juri Linkov <juri@jurta.org>
3220
3221 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3222 value `buffer' of `multi-isearch-next-buffer-current-function'.
3223 Use `(current-buffer)' when `buffer' is nil.
3224 (multi-isearch-next-buffer-from-list): Don't fallback to
3225 `(current-buffer)' when `buffer' is nil. (Bug#4947)
3226
3227 2009-11-30 Juri Linkov <juri@jurta.org>
3228
3229 * misearch.el (multi-isearch-read-buffers): Move canonicalization
3230 of buffers with `get-buffer' to `multi-isearch-buffers'.
3231 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3232 Canonicalize BUFFERS with `get-buffer'. Doc fix.
3233 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3234 FILES with `expand-file-name' converting relative file names
3235 to absolute. Doc fix. (Bug#4727)
3236
3237 2009-11-30 Juri Linkov <juri@jurta.org>
3238
3239 * misearch.el (multi-isearch-read-buffers)
3240 (multi-isearch-read-matching-buffers): New functions.
3241 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3242 Use them in the `interactive' spec. Doc fix.
3243 (multi-isearch-read-files, multi-isearch-read-matching-files):
3244 New functions.
3245 (multi-isearch-files, multi-isearch-files-regexp):
3246 Use them in the `interactive' spec. Doc fix. (Bug#4725)
3247
3248 2009-11-30 Juri Linkov <juri@jurta.org>
3249
3250 * doc-view.el (doc-view-continuous):
3251 Rename from `doc-view-continuous-mode'.
3252 (doc-view-menu): Move "Toggle display" to the top.
3253 Add submenu "Continuous" with radio buttons "Off"/"On"
3254 and "Save as Default".
3255 (doc-view-scroll-up-or-next-page)
3256 (doc-view-scroll-down-or-previous-page)
3257 (doc-view-next-line-or-next-page)
3258 (doc-view-previous-line-or-previous-page): Rename
3259 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
3260
3261 2009-11-30 Juri Linkov <juri@jurta.org>
3262
3263 * comint.el (comint-mode-map): Rebind `M-r' from
3264 `comint-previous-matching-input' to
3265 `comint-history-isearch-backward-regexp'.
3266 Unbind `M-s' to allow global key binding `M-s'.
3267 Add menu items for `comint-history-isearch-backward' and
3268 `comint-history-isearch-backward-regexp'. (Bug#3746)
3269
3270 2009-11-30 Juri Linkov <juri@jurta.org>
3271
3272 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3273 For def=recenter, replace `recenter' with `recenter-top-bottom'
3274 that is called with `this-command' and `last-command' let-bound
3275 to `recenter-top-bottom'. When the last `def' was not `recenter',
3276 set `recenter-last-op' to nil. (Bug#4981)
3277
3278 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3279
3280 Minor cleanup and simplification.
3281 * filecache.el (file-cache-add-directory)
3282 (file-cache-add-directory-recursively)
3283 (file-cache-add-from-file-cache-buffer)
3284 (file-cache-delete-file-regexp, file-cache-delete-directory)
3285 (file-cache-files-matching-internal, file-cache-display): Use dolist.
3286 (file-cache-temp-minibuffer-message): Delete function.
3287 (file-cache-minibuffer-complete): Use minibuffer-message instead.
3288
3289 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3290 Don't signal an error when bumping into EOB in tr, s, or y.
3291
3292 2009-11-29 Juri Linkov <juri@jurta.org>
3293
3294 * startup.el (fancy-about-text): Fix wording of Guided Tour.
3295 (Bug#4960)
3296
3297 * descr-text.el (describe-char-unidata-list): Use lowercase name
3298 for "Unicode name" like in other tags.
3299
3300 2009-11-29 Juri Linkov <juri@jurta.org>
3301
3302 * ediff-util.el (ediff-minibuffer-with-setup-hook):
3303 New compatibility macro.
3304 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3305
3306 2009-11-29 Juri Linkov <juri@jurta.org>
3307
3308 Add defcustom to define the cycling order of `recenter-top-bottom'.
3309 (Bug#4981)
3310
3311 * window.el (recenter-last-op): Doc fix.
3312 (recenter-positions): New defcustom.
3313 (recenter-top-bottom): Rewrite to use `recenter-positions'.
3314 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3315
3316 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
3317
3318 Improve integration of Tramp and ange-ftp in eshell.
3319
3320 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3321 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
3322 (eshell/sudo): Flatten args. Let-bind `default-directory'.
3323
3324 * eshell/esh-util.el (top): Require also Tramp when compiling.
3325 (eshell-directory-files-and-attributes): Check for FTP remote
3326 connection.
3327 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3328 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3329 (eshell-file-attributes): Handle ".". Return `entry'.
3330
3331 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3332 (ange-ftp-directory-files-and-attributes)
3333 (ange-ftp-real-directory-files-and-attributes): New defuns.
3334
3335 * net/tramp.el (tramp-maybe-open-connection): Open the remote
3336 shell with "exec" when possible. This prevents trailing prompts
3337 in `start-file-process'.
3338
3339 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3340
3341 Try and remove assumptions about point-min==1.
3342 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3343 (rng-compute-mode-line-string): Show the validation percentage in
3344 terms of the narrowed text, not the widened text.
3345 (rng-do-some-validation): Don't catch internal errors when debugging.
3346 (rng-first-error): Simplify.
3347 (rng-after-change-function): Remove work around. AFAIK the bug has
3348 been fixed a while ago.
3349
3350 * image-mode.el (image-minor-mode): Exit more gracefully when the image
3351 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3352
3353 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3354
3355 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3356 `cd' doesn't always do it for us (bug#5067).
3357
3358 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3359 on 2009-10-25 as part of some other change (bug#5067).
3360
3361 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3362
3363 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3364 `suspicious'.
3365 (byte-compile-warnings): Use byte-compile-warning-types.
3366 (byte-compile-save-excursion): Warn about use of set-buffer right
3367 after save-excursion.
3368
3369 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3370 the excursion as well.
3371
3372 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
3373
3374 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3375 providing a Tramp related implementation of "su" and "sudo".
3376 (eshell-unix-initialize): Add "su" and "sudo".
3377
3378 2009-11-27 Daiki Ueno <ueno@unixuser.org>
3379
3380 * net/socks.el (socks-send-command): Convert binary request to
3381 unibyte before sending. This fixes mishandling of some port
3382 numbers such as 129.
3383
3384 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3385
3386 * help.el (describe-bindings-internal): Remove `interactive'.
3387
3388 * man.el (Man-completion-table): Trim a terminating "(".
3389 Remove the space between name page a section.
3390 Add the command's description on the `help-echo' property.
3391 Remove `process-connection-type' binding since it's unused by
3392 call-process.
3393 Provide completion for the "<section> <name>" format as well.
3394 (Man-default-man-entry): Remove spurious var shadowing the argument.
3395
3396 2009-11-26 Kevin Ryde <user42@zip.com.au>
3397
3398 * log-view.el: Add "Keywords: tools", since its other keywords
3399 aren't in finder-known-keywords, and following vc.el.
3400
3401 * sha1.el (sha1-string-external): default-directory "/" in case
3402 otherwise non-existent. process-connection-type pipe for touch of
3403 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3404
3405 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3406
3407 Misc coding convention cleanups.
3408 * htmlfontify.el (hfy-init-kludge-hook): Rename from
3409 hfy-init-kludge-hooks.
3410 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3411 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3412 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3413 and push.
3414 (hfy-slant, hfy-weight): Use tables rather than code.
3415 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3416 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3417 (hfy-face-attr-for-class): Initialize `face-spec' directly.
3418 (hfy-face-to-css): Remove `nconc' with single arg.
3419 (hfy-p-to-face-lennart): Use `or'.
3420 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
3421 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3422 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3423 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3424 (hfy-force-fontification): Use run-hooks.
3425
3426 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
3427
3428 Various minor fixes.
3429 * htmlfontify.el (hfy-default-header): Add toggle_invis since
3430 Javascript belongs in the header, not the body.
3431 (hfy-javascript): Remove.
3432 (hfy-fontify-buffer): Don't insert it any more.
3433 (hfy-face-at): Handle (face0 face1 face2) style face properties.
3434 Fix bug in invis handling when there were no invis props in a chunk.
3435
3436 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3437
3438 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3439
3440 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3441
3442 * finder.el (finder-mode-map): Add a menu.
3443
3444 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
3445
3446 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3447 "unsigned" structs.
3448
3449 (verilog-leap-to-head, verilog-backward-token): Handle "disable
3450 fork" statement better.
3451
3452 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
3453
3454 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3455 (verilog-delete-auto, verilog-delete-empty-auto-pair)
3456 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3457 Reported by Clay Douglass.
3458
3459 (verilog-auto-inst, verilog-auto-star-safe)
3460 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3461 Fix removing "// Interfaces" when saving .* expansions. Reported by
3462 Pierre-David Pfister.
3463
3464 2009-11-26 Glenn Morris <rgm@gnu.org>
3465
3466 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3467 the scope.
3468
3469 2009-11-25 Johan Bockgård <bojohan@gnu.org>
3470
3471 * vc-annotate.el (vc-annotate-revision-previous-to-line):
3472 Really use previous revision.
3473
3474 2009-11-25 Kevin Ryde <user42@zip.com.au>
3475
3476 * man.el (Man-completion-table): default-directory "/" in case
3477 doesn't otherwise exist. process-environment COLUMNS=999 so as
3478 not to truncate long names. process-connection-type pipe to avoid
3479 any chance of hitting the pseudo-tty TIOCGWINSZ.
3480 (man): completion-ignore-case t for friendliness and since man
3481 itself is case-insensitive on the command line.
3482 Further to Bug#3717.
3483
3484 * arc-mode.el: Add "Keywords: files", so the details in its
3485 commentary can be reached from finder-by-keyword.
3486 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
3487 editing mode, but it's comms related and sgml-mode.el has "comm"
3488 on that basis too.
3489 * textmodes/bibtex-style.el: Add "Keywords: tex".
3490 * international/isearch-x.el, international/ja-dic-cnv.el:
3491 * international/ja-dic-utl.el, international/kkc.el:
3492 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3493
3494 2009-11-25 Juri Linkov <juri@jurta.org>
3495
3496 * man.el (Man-completion-table): Modify regexp to include
3497 section names to completion strings. (Bug#3717)
3498
3499 2009-11-25 Juri Linkov <juri@jurta.org>
3500
3501 Search recursively in gzipped files. (Bug#4982)
3502
3503 * progmodes/grep.el (grep-highlight-matches): Add new options
3504 `always' and `auto'. Doc fix.
3505 (grep-process-setup): Check `grep-highlight-matches' for
3506 `auto-detect' to determine the need to compute grep defaults.
3507 Move Windows/DOS specific --colors settings handling
3508 to `grep-compute-defaults'. Check `grep-highlight-matches'
3509 to get the value of "--color=".
3510 (grep-compute-defaults): Compute `grep-highlight-matches' when it
3511 has the value `auto-detect'. Move Windows/DOS specific settings
3512 from `grep-process-setup'.
3513 (zrgrep): New command with alias `rzgrep'.
3514
3515 2009-11-25 Juri Linkov <juri@jurta.org>
3516
3517 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3518 to nil instead of switching off view-mode. (Bug#4896)
3519
3520 2009-11-25 Juri Linkov <juri@jurta.org>
3521
3522 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
3523
3524 * mwheel.el (mwheel-scroll-up-function)
3525 (mwheel-scroll-down-function): New defvars.
3526 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3527 `scroll-up', and `mwheel-scroll-down-function' instead of
3528 `scroll-down'.
3529
3530 * doc-view.el (doc-view-scroll-up-or-next-page)
3531 (doc-view-scroll-down-or-previous-page): Add optional ARG.
3532 Use this ARG in the call to image-scroll-up/image-scroll-down.
3533 Change `interactive' spec to "P". Goto next/previous page only
3534 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3535 SPC/DEL case). Doc fix.
3536 (doc-view-next-line-or-next-page)
3537 (doc-view-previous-line-or-previous-page): Rename arg to ARG
3538 for consistency.
3539 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3540 `doc-view-scroll-up-or-next-page', and buffer-local
3541 `mwheel-scroll-down-function' to
3542 `doc-view-scroll-down-or-previous-page'.
3543
3544 2009-11-25 Juri Linkov <juri@jurta.org>
3545
3546 Provide additional default values (directories at other Dired
3547 windows) via M-n in the minibuffer of some Dired commands.
3548
3549 * dired-aux.el (dired-diff, dired-compare-directories)
3550 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3551 `minibuffer-default' in `minibuffer-with-setup-hook'.
3552 (dired-dwim-target-directory): Find a window that displays Dired
3553 buffer instead of failing when the next window is not Dired.
3554 Use `get-window-with-predicate' to find for the next Dired window.
3555 (dired-dwim-target-defaults): New function.
3556
3557 * ediff-util.el (ediff-read-file-name):
3558 Use `dired-dwim-target-defaults' to set `minibuffer-default'
3559 in `minibuffer-with-setup-hook'.
3560
3561 2009-11-25 Juri Linkov <juri@jurta.org>
3562
3563 Provide additional default values (file name at point or at the
3564 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
3565
3566 * minibuffer.el (read-file-name-defaults): New function.
3567 (read-file-name): Reset `minibuffer-default' to nil when
3568 it duplicates initial input `insdef'.
3569 Bind `minibuffer-default-add-function' to lambda that
3570 calls `read-file-name-defaults' in `minibuffer-selected-window'.
3571 (minibuffer-insert-file-name-at-point): New command.
3572
3573 * files.el (file-name-at-point-functions): New defcustom.
3574 (find-file-default): Remove defvar.
3575 (find-file-read-args): Don't use `find-file-default'.
3576 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3577 to `read-file-name'.
3578 (find-file-literally): Use `read-file-name' with
3579 `confirm-nonexistent-file-or-buffer'.
3580
3581 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3582
3583 * dired.el (dired-read-dir-and-switches):
3584 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3585 to `read-file-name'.
3586 (dired-file-name-at-point): New function.
3587 (dired-mode): Add hook `dired-file-name-at-point' to
3588 `file-name-at-point-functions'.
3589
3590 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3591
3592 Really make the *Completions* window soft-dedicated (bug#5030).
3593 * window.el (window--display-buffer-2): Add `dedicated' argument.
3594 (display-buffer): Pass it when needed so the dedicated flag is set
3595 after calling set-window-buffer, which would otherwise reset it.
3596
3597 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3598
3599 * progmodes/meta-mode.el (meta-complete-symbol):
3600 * progmodes/etags.el (complete-tag):
3601 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3602 Use completion-in-region.
3603
3604 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3605 (dabbrev-completion): Use completion-in-region.
3606 (dabbrev--abbrev-at-point): Simplify regexp.
3607
3608 * abbrev.el (abbrev--before-point): Use word-motion functions
3609 if :regexp is not specified (bug#5031).
3610
3611 * subr.el (string-prefix-p): New function.
3612
3613 * man.el (Man-completion-cache): New var.
3614 (Man-completion-table): Use it.
3615
3616 * vc.el (vc-print-log-internal): Make `limit' optional for better
3617 compatibility (e.g. with vc-annotate.el).
3618
3619 2009-11-24 Kevin Ryde <user42@zip.com.au>
3620
3621 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3622 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
3623
3624 * emacs-lisp/elint.el (elint-add-required-env): Better error message
3625 when .el source file not found or other error.
3626
3627 2009-11-24 Markus Triska <markus.triska@gmx.at>
3628
3629 * linum.el (linum-update-window): Ignore intangible (bug#4996).
3630
3631 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3632
3633 Handle the [back] button properly (bug#4979).
3634 * descr-text.el (describe-text-properties): Add a `buffer' argument.
3635 Use help-setup-xref, help-buffer, and with-help-window.
3636 (describe-char): Add `buffer' argument.
3637 Pass proper command to help-setup-xref. Don't meddle with
3638 help-xref-stack-item directly.
3639 (describe-text-category): Use with-help-window and help-buffer.
3640
3641 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3642 for the displayed buffer (bug#4887).
3643
3644 * man.el (Man-completion-table): New function.
3645 (man): Use it.
3646
3647 2009-11-24 David Reitter <david.reitter@gmail.com>
3648
3649 * vc-git.el (vc-git-registered): Use checkout directory (where
3650 .git is) rather than the file's directory and a relative path spec
3651 to work around a bug in git.
3652
3653 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
3654
3655 Improve handling of processes on remote hosts.
3656
3657 * eshell/esh-util.el (eshell-path-env): New defvar.
3658 (eshell-parse-colon-path): New defun.
3659 (eshell-file-attributes): Use `eshell-parse-colon-path'.
3660
3661 * eshell/esh-ext.el (eshell-search-path):
3662 Use `eshell-parse-colon-path'.
3663 (eshell-remote-command): Remove argument HANDLER.
3664 (eshell-external-command): Check for FTP remote connection.
3665
3666 * eshell/esh-proc.el (eshell-gather-process-output):
3667 Use `file-truename', in order to start also symlinked files.
3668 Apply `start-file-process' instead of `start-process'.
3669 Shorten `command' to the local file name part.
3670
3671 * eshell/em-cmpl.el (eshell-complete-commands-list):
3672 Use `eshell-parse-colon-path'.
3673
3674 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3675
3676 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
3677 to `eshell-directory-change-hook'.
3678
3679 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
3680
3681 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3682 because it could be enabled automatically if view-read-only is non-nil.
3683
3684 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
3685
3686 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3687 made on 2009-11-22.
3688
3689 2009-11-24 Glenn Morris <rgm@gnu.org>
3690
3691 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3692 deleted variable bookmark-bmenu-bookmark-column.
3693
3694 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3695 Move after definition of global-semantic-idle-tag-highlight-mode.
3696
3697 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3698
3699 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3700
3701 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
3702
3703 * net/browse-url.el (browse-url-filename-alist): On Windows, add
3704 two slashes to the "file:" prefix.
3705 (browse-url-file-url): De-munge Cygwin filenames before passing
3706 them to Windows browser.
3707 (browse-url-default-windows-browser): Use call-process.
3708
3709 2009-11-23 Juri Linkov <juri@jurta.org>
3710
3711 Implement DocView Continuous mode. (Bug#4896)
3712 * doc-view.el (doc-view-continuous-mode): New defcustom.
3713 (doc-view-mode-map): Bind C-n/<down> to
3714 `doc-view-next-line-or-next-page', C-p/<up> to
3715 `doc-view-previous-line-or-previous-page'.
3716 (doc-view-next-line-or-next-page)
3717 (doc-view-previous-line-or-previous-page): New commands.
3718
3719 2009-11-23 Juri Linkov <juri@jurta.org>
3720
3721 Implement Isearch in comint input history. (Bug#3746)
3722 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3723 `isearch-mode-hook'.
3724 (comint-history-isearch): New defcustom.
3725 (comint-history-isearch-backward)
3726 (comint-history-isearch-backward-regexp): New commands.
3727 (comint-history-isearch-message-overlay): New buffer-local variable.
3728 (comint-history-isearch-setup, comint-history-isearch-end)
3729 (comint-goto-input, comint-history-isearch-search)
3730 (comint-history-isearch-message, comint-history-isearch-wrap)
3731 (comint-history-isearch-push-state)
3732 (comint-history-isearch-pop-state): New functions.
3733
3734 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
3735
3736 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3737 return.
3738 (tramp-handle-make-symbolic-link)
3739 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3740 Quote file names.
3741 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3742 (tramp-handle-process-file): Use it.
3743
3744 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3745
3746 * window.el (move-to-window-line-last-op): Remove.
3747 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3748
3749 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3750
3751 Make M-r mirror the new cycling behavior of C-l.
3752 * window.el (move-to-window-line-last-op): New var.
3753 (move-to-window-line-top-bottom): New command.
3754 (global-map): Bind M-r move-to-window-line-top-bottom.
3755
3756 2009-11-23 Sven Joachim <svenjoac@gmx.de>
3757
3758 * dired-x.el (dired-guess-shell-alist-default):
3759 Support xz format. (Bug#4953)
3760
3761 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
3762
3763 * cedet/srecode/map.el (srecode-get-maps):
3764 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3765 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3766 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3767 (semantic-toggle-decoration-style):
3768 * cedet/semantic/decorate/include.el
3769 (semantic-decoration-include-describe)
3770 (semantic-decoration-unknown-include-describe)
3771 (semantic-decoration-unparsed-include-describe)
3772 (semantic-decoration-all-include-summary):
3773 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3774 * cedet/semantic/analyze/complete.el
3775 (semantic-analyze-possible-completions):
3776 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3777 (semantic-show-unmatched-syntax-mode)
3778 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3779 (semantic-highlight-func-mode):
3780 * cedet/semantic/util.el (semantic-describe-buffer):
3781 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3782 (semantic-symref-find-tags-by-name)
3783 (semantic-symref-find-tags-by-regexp)
3784 (semantic-symref-find-tags-by-completion)
3785 (semantic-symref-find-file-references-by-name)
3786 (semantic-symref-find-text):
3787 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3788 (senator-yank-tag):
3789 * cedet/semantic/scope.el (semantic-calculate-scope):
3790 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3791 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3792 (define-semantic-idle-service):
3793 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3794 (semantic-complete-analyze-inline-idle):
3795 * cedet/semantic/analyze.el (semantic-analyze-current-context):
3796 * cedet/mode-local.el (describe-mode-local-bindings)
3797 (describe-mode-local-bindings-in-mode):
3798 * cedet/ede/make.el (ede-make-check-version):
3799 * cedet/ede/locate.el (ede-enable-locate-on-project):
3800 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3801 (cedet-idutils-version-check):
3802 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3803 (cedet-gnu-global-version-check):
3804 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3805 (cedet-cscope-version-check): Use called-interactively-p instead
3806 of interactive-p.
3807
3808 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3809 Use semantic-format-tag-prototype.
3810
3811 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3812
3813 * emulation/viper-cmd.el: Use viper-last-command-char instead of
3814 last-command-char/last-command-event.
3815 (viper-prefix-arg-value): Do correct conversion of event-char for
3816 XEmacs.
3817
3818 * emulation/viper-util.el, emulation/viper.el:
3819 Use viper-last-command-char instead of
3820 last-command-char/last-command-event.
3821
3822 * ediff-init.el, ediff-mult.el, ediff-util.el:
3823 Replace last-command-char and last-command-event
3824 with (ediff-last-command-char) everywhere.
3825
3826 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3827 created in fundamental mode.
3828
3829 * ediff.el (ediff-version): Revert the change of interactive-p to
3830 called-interactively-p.
3831
3832 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
3833
3834 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3835 generation from word-movement command names.
3836
3837 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
3838
3839 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3840 (semantic-complete-jump-local, semantic-complete-jump):
3841 Improve prompt string.
3842
3843 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3844
3845 * cus-start.el (all): Add native condition for font-use-system-font.
3846
3847 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
3848
3849 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3850 Correct the patch from 2009-11-18. (Bug#3910)
3851
3852 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3853
3854 * progmodes/subword.el: Rename from lisp/subword.el.
3855
3856 * subword.el: Rename to progmodes/subword.el.
3857
3858 * Makefile.in (ELCFILES): Adapt to subword.el move.
3859
3860 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3861 Stefan Monnier <monnier@iro.umontreal.ca>
3862
3863 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3864 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3865 (bookmark-bmenu-show-filenames): Use push.
3866 (bookmark-bmenu-hide-filenames): Use local var instead of
3867 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3868 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3869 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3870 filenames now that the bookmark names are always available.
3871
3872 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3873
3874 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3875 (bookmark-search-pattern): Move and leave unbound.
3876 (bookmark-bmenu-mode-map): Change binding.
3877 (bookmark-read-search-input): Simplify.
3878 Don't use text-char-description. Don't error on non-char events.
3879 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3880 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3881 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3882 Use a local var for the timer.
3883 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3884 (i.e. bookmark-bmenu-search).
3885
3886 2009-11-21 Glenn Morris <rgm@gnu.org>
3887
3888 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3889
3890 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3891
3892 * net/browse-url.el (browse-url-default-windows-browser):
3893 Use cygstart for cygwin.
3894
3895 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3896
3897 * bookmark.el: Formatting and doc fixes only:
3898 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3899 (bookmark-bmenu-search): Wrap to fit within 80 columns.
3900 Minor grammar and punctuation fixes in doc string.
3901 (bookmark-read-search-input): Adjust to fit within 80 columns.
3902
3903 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3904
3905 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3906 (c-backward-into-nomenclature): Adapt to subword renaming.
3907
3908 * subword.el (subword-forward, subword-backward, subword-mark)
3909 (subword-kill, subword-backward-kill, subword-transpose)
3910 (subword-downcase, subword-upcase, subword-capitalize)
3911 (subword-forward-internal, subword-backward-internal):
3912 Rename from forward-subword, backward-subword, mark-subword,
3913 kill-subword, backward-kill-subword, transpose-subwords,
3914 downcase-subword, upcase-subword, capitalize-subword,
3915 forward-subword-internal, backward-subword-internal.
3916
3917 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3918
3919 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3920 New options.
3921 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3922 New vars.
3923 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3924 (bookmark-bmenu-filter-alist-by-regexp)
3925 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3926 (bookmark-bmenu-search): New command.
3927 (bookmark-bmenu-mode-map): Bind it.
3928
3929 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3930
3931 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3932
3933 * cedet/semantic/idle.el (define-semantic-idle-service)
3934 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3935
3936 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3937
3938 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3939 backward-subword to quit the byte-compiler.
3940
3941 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3942
3943 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3944
3945 * progmodes/cc-cmds.el (c-update-modeline)
3946 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3947 Refer to subword.el functions instead of cc-subword.el.
3948
3949 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3950 subword.el functions instead of cc-subword.el.
3951
3952 * progmodes/cc-subword.el: Rename to subword.el.
3953 * subword.el: Rename from progmodes/cc-subword.el.
3954 (subword-mode-map): Rename from c-subword-mode-map.
3955 (subword-mode): Rename from c-subword-mode.
3956 (global-subword-mode): New global minor mode.
3957 (forward-subword): Rename from c-forward-subword.
3958 (backward-subword): Rename from c-backward-subword.
3959 (mark-subword): Rename from c-mark-subword.
3960 (kill-subword): Rename from c-kill-subword.
3961 (backward-kill-subword): Rename from c-backward-kill-subword.
3962 (transpose-subwords): Rename from c-tranpose-subword.
3963 (downcase-subword): Rename from c-downcase-subword.
3964 (capitalize-subword): Rename from c-capitalize-subword.
3965 (forward-subword-internal): Rename from c-forward-subword-internal.
3966 (backward-subword-internal): Rename from c-backward-subword-internal.
3967
3968 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3969
3970 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3971 from a dired buffer.
3972 (vc-dired-deduce-fileset): New function.
3973 (vc-root-diff, vc-print-root-log): Use it.
3974
3975 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3976 nil LIMIT argument to vc-print-log-internal.
3977
3978 2009-11-20 Glenn Morris <rgm@gnu.org>
3979
3980 * Makefile.in (ELCFILES): Regenerate.
3981
3982 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3983
3984 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3985
3986 * cedet/semantic.el: Enable idle-mode menu items only if
3987 global-semantic-idle-scheduler-mode is enabled.
3988 (semantic-default-submodes): Doc fix.
3989
3990 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3991 When turning off, disable other idle modes.
3992
3993 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3994
3995 * calc/calc.el (calc-set-mode-line):
3996 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3997 (math-format-number): Rename `math-format-complement-signed' to
3998 `math-format-twos-complement'.
3999
4000 * calc/calc-bin.el (math-format-twos-complement): Rename from
4001 math-format-complement-signed.
4002 (calc-radix): Rename `calc-complement-signed-mode' to
4003 `calc-twos-complement-mode'.
4004 (calc-octal-radix, calc-hex-radix): Add an argument for
4005 two's complement.
4006
4007 * calc/calc-embed.el (calc-embedded-mode-vars):
4008 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4009
4010 * calc/calc-ext.el (calc-init-extensions):
4011 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4012 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4013
4014 * calc/calc-units.el (math-build-units-table-buffer):
4015 Let `calc-twos-complement-mode' be nil.
4016
4017 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4018 entries.
4019
4020 * calc/calc-vec.el (calcFunc-vunpack):
4021 * calc/calc-aent.el (calc-do-calc-eval):
4022 * calc/calc-forms.el (math-format-date):
4023 * calc/calc-graph.el (calc-graph-plot):
4024 * calc/calc-math.el (math-use-emacs-fn):
4025 * calc/calccomp.el (math-compose-expr):
4026 Let `calc-twos-complement-mode' be nil.
4027
4028 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4029
4030 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4031 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4032 * minibuffer.el (completion-in-region-functions): New hook.
4033 (completion-in-region): New function.
4034 * emacs-lisp/lisp.el (lisp-complete-symbol):
4035 * pcomplete.el (pcomplete-std-complete): Use it.
4036
4037 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4038
4039 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4040 (latex-complete-alist): New vars.
4041 (latex-string-prefix-p, latex-complete-bibtex-keys)
4042 (latex-complete-envnames, latex-complete-refkeys)
4043 (latex-complete-data): New functions.
4044 (latex-complete, latex-indent-or-complete): New commands.
4045
4046 * window.el (display-buffer-mark-dedicated): New var.
4047 (display-buffer): Obey it.
4048 * minibuffer.el (minibuffer-completion-help): Use it.
4049
4050 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4051
4052 * filecache.el (file-cache-add-file): Use push and cons.
4053 (file-cache-delete-file-regexp): Use push.
4054 (file-cache-complete): Use completion-in-region.
4055
4056 * simple.el (with-wrapper-hook): Fix thinko.
4057
4058 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4059 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4060 Use with-current-buffer and string-to-number.
4061 (hfy-fallback-colour-values): Use assoc-string.
4062 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4063 (hfy-face-at): Remove unused var `found-face'.
4064 (hfy-compile-stylesheet): Remove unused var `css'.
4065 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4066 and `orig-buffer'.
4067 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4068 Use with-current-buffer.
4069 (hfy-text-p): Use expand-file-name and fewer setq.
4070
4071 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4072
4073 * htmlfontify.el, hfy-cmap.el: New files.
4074
4075 2009-11-19 Juri Linkov <juri@jurta.org>
4076
4077 * minibuffer.el (completions-format): New defcustom.
4078 (completion--insert-strings): Implement vertical format.
4079
4080 * simple.el (switch-to-completions): Move point to the first
4081 completion when point was at the beginning of the buffer.
4082
4083 2009-11-19 Juri Linkov <juri@jurta.org>
4084
4085 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4086
4087 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4088
4089 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
4090
4091 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4092 (mail-signature): Change default to t.
4093 (mail-from-style): Deprecate `system-default' value.
4094 (mail-insert-from-field): For default value of mail-from-style,
4095 default to `angles' unless `angles' needs quoting and `parens'
4096 does not.
4097 (mail-citation-prefix-regexp): Use citation regexp from
4098 message-mode.
4099
4100 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
4101
4102 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4103 Set variables for computing the prompt for reading password.
4104
4105 2009-11-19 Glenn Morris <rgm@gnu.org>
4106
4107 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4108
4109 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4110
4111 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4112 (newsticker-treeview-listwindow-height): Fix custom type.
4113
4114 2009-11-19 Kenichi Handa <handa@m17n.org>
4115
4116 * descr-text.el (describe-char-padded-string): Compose with TAB
4117 only if there's a font for CH.
4118 (describe-char): Fix the condition for detecting a trivial composition.
4119
4120 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
4121
4122 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4123 more accurate version of the regexp. (Bug#3910)
4124
4125 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4126
4127 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4128
4129 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
4130
4131 * font-setting.el (font-use-system-font): Declare for byte-compiler.
4132 (font-setting-change-default-font): Fix typo in docstring.
4133
4134 2009-11-18 Alan Mackenzie <acm@muc.de>
4135
4136 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4137
4138 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4139
4140 * font-setting.el (font-use-system-font): Move ...
4141
4142 * cus-start.el (all): ... to here.
4143
4144 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
4145
4146 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4147 Don't set `ad-return-value' if `ad-do-it' doesn't.
4148
4149 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4150 modification time.
4151
4152 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4153
4154 * menu-bar.el: Put "Use system font" in Option-menu.
4155 (menu-bar-options-save): Add font-use-system-font.
4156
4157 * loadup.el: If feature system-font-setting or font-render-setting is
4158 there, load font-setting.
4159
4160 * Makefile.in (ELCFILES): Add font-settings.el.
4161 * font-setting.el: New file.
4162
4163 2009-11-17 Glenn Morris <rgm@gnu.org>
4164
4165 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4166
4167 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4168 Preserve point in the list buffer. (Bug#4939)
4169 Use point-at-eol.
4170 (newsticker--treeview-list-update-highlight)
4171 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4172
4173 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4174
4175 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4176 Remove.
4177
4178 * calc/calc-ext.el (calc-init-extensions): Remove references to
4179 symclip.
4180
4181 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4182
4183 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4184 * calc/calc-help.el (calc-b-prefix-help): Remove references to
4185 `calc-symclip'.
4186
4187 2009-11-16 Kevin Ryde <user42@zip.com.au>
4188
4189 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4190 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4191
4192 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4193 (lm-keywords-list): Allow comma-only separator like "foo,bar".
4194 Ignore trailing spaces by omit-nulls to split-string (fixing
4195 regression from Emacs 21 due to the incompatible split-string
4196 change). (Bug #4928.)
4197
4198 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4199
4200 * vc.el (vc-log-show-limit): Default to 2000.
4201 (vc-print-log-internal): Insert buttons to request more entries
4202 when limiting the output.
4203
4204 * vc-sccs.el (vc-sccs-print-log):
4205 * vc-rcs.el (vc-rcs-print-log):
4206 * vc-cvs.el (vc-cvs-print-log):
4207 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4208 LIMIT is non-nil.
4209
4210 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4211
4212 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4213 error when `tramp-gvfs-dbus-event-vector' is set.
4214 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4215
4216 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4217
4218 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4219
4220 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4221
4222 * net/dbus.el (dbus-unregister-service): New defun.
4223 (dbus-register-property): Register the handlers of
4224 "org.freedesktop.DBus.Properties" for SERVICE.
4225 (dbus-property-handler): Fix docstring.
4226
4227 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4228
4229 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4230 Quote doc string reference in defvaralias as it is not in special form.
4231 (byte-compile-output-docform): Doc fix.
4232
4233 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4234
4235 * calc/calc.el (math-2-word-size, math-half-2-word-size)
4236 (calc-complement-signed-mode): New variables.
4237 (calc-set-mode-line): Add indicator for twos-complements.
4238 (math-format-number): Format twos-complement notation.
4239
4240 * calc/calc-bin.el (calc-word-size): Reset the variables
4241 `math-2-word-size' and `math-half-2-word-size'.
4242 (math-format-complement-signed, math-symclip, calcFunc-symclip)
4243 (calc-symclip): New functions.
4244
4245 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4246
4247 * calc/calc-embed.el (calc-embedded-mode-vars):
4248 Add `calc-complement-signed-mode' to the list of modes.
4249
4250 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4251 (calc-b-oper-keys): Add `calc-symclip' to list.
4252
4253 * calc/calc-ext.el (math-read-number-fancy): Read complement
4254 signed numbers.
4255 (calc-init-extensions): Add binding for `calc-symclip'.
4256 Add autoload for `calcFunc-symclip' and `calc-symclip'.
4257
4258 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4259 `calc-symclip'.
4260 (calc-modes-menu): Add item for twos complement mode.
4261
4262 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4263
4264 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4265
4266 * register.el (jump-to-register, insert-register): Handle Semantic
4267 tags. From commented-out advice in semantic/senator.el.
4268
4269 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4270
4271 * vc.el (vc-log-show-limit): New variable.
4272 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
4273 when using a prefix argument.
4274 (vc-print-log-internal): Add new argument LIMIT.
4275
4276 * vc-svn.el (vc-svn-print-log):
4277 * vc-mtn.el (vc-mtn-print-log):
4278 * vc-hg.el (vc-hg-print-log):
4279 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4280 pass it to the log command when set. Make the BUFFER argument
4281 non-optional.
4282
4283 * vc-sccs.el (vc-sccs-print-log):
4284 * vc-rcs.el (vc-rcs-print-log):
4285 * vc-git.el (vc-git-print-log):
4286 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4287 ignore it. Make the BUFFER argument non-optional
4288
4289 * bindings.el (mode-line-buffer-identification): Do not purecopy.
4290
4291 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4292
4293 * dired.el (dired-mode-map): Move encryption items to "Operate"
4294 menu (Bug#4703).
4295
4296 * strokes.el (strokes-update-window-configuration): Make strokes
4297 buffer current before erasing (Bug#4906).
4298
4299 * cedet/semantic/idle.el (semantic-idle-summary-mode)
4300 (semantic-idle-summary-mode): Define using define-minor-mode
4301 instead of define-semantic-idle-service.
4302 (semantic-idle-summary-mode): New function.
4303 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4304 that mouse motion does not reset the echo area.
4305
4306 2009-11-15 Juri Linkov <juri@jurta.org>
4307
4308 * simple.el (set-mark-default-inactive): Add :type, :group
4309 and :version. (Bug#4876)
4310
4311 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
4312
4313 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4314 (archive-unique-fname): ... here. (Bug#4929)
4315
4316 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4317
4318 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4319 with a real fix.
4320
4321 * novice.el (disabled-command-function): Add useful args.
4322 Setup the help buffer so that [back] works.
4323 Remove redundant call to help-mode.
4324 (disabled-command-function): Use `case'.
4325 (en/disable-command): New function extracted from enable-command.
4326 (enable-command, disable-command): Use it.
4327
4328 2009-11-14 Glenn Morris <rgm@gnu.org>
4329
4330 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4331 constants. (Bug#4913)
4332
4333 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4334
4335 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4336
4337 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4338 defined in C that have no doc-strings. (Bug#1063)
4339
4340 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
4341
4342 * cus-edit.el (data, files):
4343 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
4344
4345 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
4346
4347 * simple.el (shell-command): Doc fix (Bug#4891).
4348
4349 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4350
4351 2009-11-14 Glenn Morris <rgm@gnu.org>
4352
4353 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4354 statements for vc-diff, emerge-quit, and rmail-cease-edit.
4355 If they are already loaded, eval-after-load will do the right thing.
4356
4357 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4358 compiling.
4359
4360 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4361
4362 * simple.el (x-selection-owner-p): Declare.
4363 (read-mail-command): Use custom radio type rather than choice.
4364 (completion-no-auto-exit): Doc fix.
4365
4366 * custom.el (defgroup):
4367 * epg-config.el (epg): Doc fixes.
4368
4369 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4370
4371 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4372 * international/ccl.el (define-ccl-program): Do not purecopy the
4373 docstring, defconst does it anyway.
4374
4375 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4376
4377 * add-log.el (add-change-log-entry): Avoid displaying the changelog
4378 a second time.
4379
4380 * x-dnd.el (x-dnd-maybe-call-test-function):
4381 * window.el (split-window-vertically):
4382 * whitespace.el (whitespace-help-on):
4383 * vc-rcs.el (vc-rcs-consult-headers):
4384 * userlock.el (ask-user-about-lock-help)
4385 (ask-user-about-supersession-help):
4386 * type-break.el (type-break-force-mode-line-update):
4387 * time-stamp.el (time-stamp-conv-warn):
4388 * terminal.el (te-set-output-log, te-more-break, te-filter)
4389 (te-sentinel, terminal-emulator):
4390 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4391 (term-write-input-ring, term-check-source, term-start-output-log):
4392 (term-display-buffer-line, term-dynamic-list-completions):
4393 (term-ansi-make-term, serial-term):
4394 * subr.el (selective-display):
4395 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4396 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4397 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4398 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4399 (speedbar-remove-localized-speedbar-support)
4400 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4401 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4402 (speedbar-buffers-line-directory):
4403 * simple.el (shell-command-on-region, append-to-buffer)
4404 (prepend-to-buffer):
4405 * shadowfile.el (shadow-save-todo-file):
4406 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4407 (scroll-bar-maybe-set-window-start):
4408 * sb-image.el (speedbar-image-dump):
4409 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4410 (load-save-place-alist-from-file):
4411 * ps-samp.el (ps-print-message-from-summary):
4412 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4413 (ps-background-image, ps-begin-job, ps-do-despool):
4414 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4415 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4416 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4417 (pr-call-process, pr-file-list, pr-interface-save):
4418 * novice.el (disabled-command-function)
4419 (enable-command, disable-command):
4420 * mouse.el (mouse-buffer-menu-alist):
4421 * mouse-copy.el (mouse-kill-preserving-secondary):
4422 * macros.el (kbd-macro-query):
4423 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4424 * informat.el (batch-info-validate):
4425 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4426 * hippie-exp.el (try-expand-dabbrev-visible):
4427 * help-mode.el (help-make-xrefs):
4428 * help-fns.el (describe-variable):
4429 * generic-x.el (bat-generic-mode-run-as-comint):
4430 * finder.el (finder-mouse-select):
4431 * find-dired.el (find-dired-sentinel):
4432 * filesets.el (filesets-file-close):
4433 * files.el (list-directory):
4434 * faces.el (list-faces-display, describe-face):
4435 * facemenu.el (list-colors-display):
4436 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4437 * epg.el (epg--process-filter, epg-cancel):
4438 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4439 (epa--read-signature-type):
4440 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4441 (emerge-file-names):
4442 * ehelp.el (electric-helpify):
4443 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4444 * ediff-vers.el (rcs-ediff-view-revision):
4445 * ediff-util.el (ediff-setup):
4446 * ediff-mult.el (ediff-append-custom-diff):
4447 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4448 (ediff-wordify):
4449 * echistory.el (Electric-command-history-redo-expression):
4450 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4451 * disp-table.el (describe-display-table):
4452 * dired.el (dired-find-buffer-nocreate):
4453 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4454 * dabbrev.el (dabbrev--same-major-mode-p):
4455 * chistory.el (list-command-history):
4456 * apropos.el (apropos-documentation):
4457 * allout.el (allout-obtain-passphrase):
4458 (allout-copy-exposed-to-buffer):
4459 (allout-verify-passphrase): Use with-current-buffer.
4460
4461 2009-11-13 Glenn Morris <rgm@gnu.org>
4462
4463 * Makefile.in (ELCFILES): Regenerate.
4464
4465 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4466
4467 * net/dbus.el (dbus-registered-objects-table): Rename from
4468 `dbus-registered-functions-table', because it contains also properties.
4469 (dbus-unregister-object): Unregister also properties.
4470 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4471 Use a timeout of 500 msec, in order to not block.
4472 (dbus-register-property, dbus-property-handler): New defuns.
4473
4474 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4475
4476 * simple.el (minibuffer-default-add-completions): Drop deprecated
4477 4th arg.
4478
4479 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
4480
4481 * textmodes/artist.el (artist-mouse-choose-operation):
4482 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4483 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4484 (artist-compute-up-event-key): New function.
4485 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4486
4487 2009-11-13 Kenichi Handa <handa@m17n.org>
4488
4489 * language/japan-util.el: Make sure that the value of jisx0208
4490 property is jisx0208 character.
4491
4492 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4493
4494 * international/mule.el (auto-coding-regexp-alist): Only purecopy
4495 car or each item, not the whole list.
4496
4497 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4498
4499 * minibuffer.el (minibuffer-completion-help):
4500 Use minibuffer-hide-completions.
4501
4502 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
4503
4504 * dired.el (dired-save-positions, dired-restore-positions): New funs.
4505 (dired-revert): Use them (bug#4880).
4506
4507 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4508
4509 * tooltip.el (tooltip-frame-parameters): Undo previous change.
4510
4511 2009-11-12 Juri Linkov <juri@jurta.org>
4512
4513 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4514 New functions.
4515 (find-file-literally-at-point): Alias of `ffap-literally'.
4516
4517 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4518
4519 * textmodes/ispell.el (ispell-skip-region-alist):
4520 * textmodes/css-mode.el (auto-mode-alist):
4521 * progmodes/compile.el (auto-mode-alist):
4522 * international/mule.el (ctext-non-standard-encodings-alist)
4523 (ctext-non-standard-encodings-regexp):
4524 * simple.el (shell-command-switch, text-read-only):
4525 * replace.el (occur-mode-map):
4526 * paths.el (rmail-file-name):
4527 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4528 * find-file.el (ff-special-constructs):
4529 * files.el (file-name-handler-alist):
4530 * composite.el: Purecopy strings.
4531
4532 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4533
4534 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4535
4536 * widget.el (define-widget): Purecopy the docstring.
4537 * international/mule-cmds.el (charset): Do not purecopy the
4538 docstring here, define-widget does it.
4539
4540 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4541 * textmodes/bibtex-style.el (auto-mode-alist):
4542 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4543 * progmodes/compile.el (compile-command):
4544 * language/korea-util.el (default-korean-keyboard):
4545 * international/mule-conf.el (file-coding-system-alist):
4546 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4547 * tooltip.el (tooltip-frame-parameters):
4548 * newcomment.el (comment-end, comment-padding):
4549 * dired.el (dired-trivial-filenames):
4550 * comint.el (comint-file-name-prefix): Purecopy initial values.
4551
4552 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
4553
4554 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4555 (tramp-advice-minibuffer-electric-tilde): Unload advices via
4556 `tramp-unload'.
4557 (tramp-advice-make-auto-save-file-name)
4558 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4559 after removing the advice.
4560
4561 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4562
4563 * progmodes/grep.el (grep-regexp-alist):
4564 * international/mule-cmds.el (iso-2022-control-alist):
4565 * emacs-lisp/timer.el (timer-duration-words):
4566 * subr.el (version-separator, version-regexp-alist):
4567 * minibuffer.el (completion-styles-alist):
4568 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4569 Change defvars to defconsts.
4570
4571 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4572 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4573 * international/mule-conf.el: Allow to be byte compiled.
4574
4575 * international/mule.el (define-charset): Purecopy props.
4576 (load-with-code-conversion): Purecopy doc string and file name.
4577 (put-charset-property): Purecopy strings.
4578 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4579
4580 * international/mule-cmds.el (register-input-method): Purecopy arguments.
4581 (define-char-code-property): Correctly purecopy the table.
4582
4583 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4584
4585 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4586
4587 * subr.el (add-hook): Purecopy strings.
4588 (eval-after-load): Purecopy load-history-regexp and the form.
4589
4590 * custom.el (custom-declare-group): Purecopy load-file-name.
4591
4592 * subr.el (menu-bar-separator): New defconst.
4593 * net/eudc.el (eudc-tools-menu):
4594 * international/mule-cmds.el (set-coding-system-map)
4595 (mule-menu-keymap):
4596 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4597 * vc-hooks.el (vc-menu-map):
4598 * replace.el (occur-mode-map):
4599 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4600 (menu-bar-edit-menu, menu-bar-goto-menu)
4601 (menu-bar-custom-menu, menu-bar-showhide-menu)
4602 (menu-bar-options-menu, menu-bar-tools-menu)
4603 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4604 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4605 (menu-bar-help-menu):
4606 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4607 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4608
4609 * term/x-win.el (x-gtk-stock-map):
4610 * progmodes/vera-mode.el (auto-mode-alist):
4611 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4612 (inferior-lisp-program, inferior-lisp-load-command):
4613 * progmodes/hideshow.el (hs-special-modes-alist):
4614 * progmodes/gud.el (same-window-regexps):
4615 * progmodes/grep.el (grep-program, find-program, xargs-program):
4616 * net/telnet.el (same-window-regexps):
4617 * net/rlogin.el (same-window-regexps):
4618 * language/ethiopic.el (font-ccl-encoder-alist):
4619 * vc-sccs.el (vc-sccs-master-templates):
4620 * vc-rcs.el (vc-rcs-master-templates):
4621 * subr.el (cl-assertion-failed):
4622 * simple.el (next-error-overlay-arrow-position):
4623 * lpr.el (lpr-command):
4624 * locate.el (locate-ls-subdir-switches):
4625 * info.el (same-window-regexps, info)
4626 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4627 * image-mode.el (image-mode, auto-mode-alist):
4628 * hippie-exp.el (hippie-expand-ignore-buffers):
4629 * format.el (format-alist):
4630 * find-dired.el (find-ls-subdir-switches, find-grep-options)
4631 (find-name-arg):
4632 * facemenu.el (facemenu-keybindings):
4633 * dired.el (dired-listing-switches, dired-chown-program):
4634 * diff.el (diff-switches, diff-command):
4635 * cus-edit.el (same-window-regexps):
4636 * bindings.el (mode-line-mule-info)
4637 (mode-line-buffer-identification): Purecopy strings.
4638
4639 2009-11-11 Juri Linkov <juri@jurta.org>
4640
4641 * simple.el (dired-get-filename) <declare-function>:
4642 Tell the byte-compiler about dired-get-filename.
4643 (shell-command): In Dired mode, get filename from the current line
4644 as the default value.
4645
4646 2009-11-10 Glenn Morris <rgm@gnu.org>
4647
4648 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4649 * calendar/holidays.el, progmodes/cperl-mode.el:
4650 Update x-popup-menu declarations.
4651
4652 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4653 (list-load-path-shadows): Use dolist.
4654 (list-load-path-shadows): Use with-current-buffer.
4655
4656 2009-11-10 Juri Linkov <juri@jurta.org>
4657
4658 * minibuffer.el (read-file-name): Support a list of default values
4659 in `default-filename'. Use the first file name where only one
4660 element is required. Doc fix.
4661
4662 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
4663
4664 * net/dbus.el (dbus-unregister-object): Release service, if no
4665 other method is registered for it.
4666
4667 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
4668
4669 * bookmark.el (bookmark-completing-read): Sort bookmark names if
4670 bookmark-sort-flag is non-nil (Bug#4653).
4671
4672 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4673
4674 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4675 the progress reporter entirely.
4676
4677 * emulation/cua-base.el: Add CUA property to some CC mode commands
4678 (Bug#4100).
4679
4680 2009-11-08 Kevin Ryde <user42@zip.com.au>
4681
4682 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4683 at end of sentence (Bug#4818).
4684
4685 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
4686
4687 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4688 Handle "see declaration of" MSFT statements (Bug#4100).
4689
4690 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
4691
4692 * net/tramp.el (tramp-advice-make-auto-save-file-name)
4693 (tramp-advice-file-expand-wildcards): Unload via
4694 `ad-remove-advice'.
4695
4696 * net/trampver.el: Update release number.
4697
4698 2009-11-08 Kevin Ryde <user42@zip.com.au>
4699
4700 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4701 `ad-do-it'.
4702
4703 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
4704
4705 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4706 in order to keep context in SELinux.
4707
4708 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4709
4710 * dired-aux.el (dired-query): Place cursor in echo area and allow
4711 C-g.
4712
4713 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4714 menu item if not on a directory (Bug#4701).
4715
4716 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
4717
4718 Sync with Tramp 2.1.17.
4719
4720 * net/tramp.el (tramp-handle-copy-directory): Don't use
4721 `file-remote-p' (due to compatibility).
4722
4723 * net/tramp-compat.el (tramp-compat-copy-directory)
4724 (tramp-compat-delete-directory): New defuns.
4725
4726 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4727 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4728 `tramp-compat-delete-directory'.
4729
4730 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4731 (tramp-smb-handle-delete-directory): Use
4732 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4733
4734 * net/trampver.el: Update release number.
4735
4736 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
4737
4738 * tar-mode.el (tar-copy): Call write-region on the right buffer
4739 (Bug#4857).
4740
4741 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4742 by hand, if necessary (Bug#4878).
4743
4744 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
4745
4746 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4747 align size column (Bug#4839).
4748
4749 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4750 statement.
4751
4752 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4753
4754 * progmodes/ld-script.el (auto-mode-alist):
4755 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4756
4757 * cus-face.el (custom-declare-face): Purecopy face spec.
4758
4759 2009-11-06 Kenichi Handa <handa@m17n.org>
4760
4761 * international/uni-bidi.el: Re-generated.
4762 * international/uni-category.el: Re-generated.
4763 * international/uni-combining.el: Re-generated.
4764 * international/uni-mirrored.el: Re-generated.
4765
4766 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4767
4768 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4769 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4770 (tex-start-options, slitex-run-command, latex-run-command)
4771 (tex-run-command, tex-directory):
4772 * textmodes/ispell.el (ispell-html-skip-alists)
4773 (ispell-tex-skip-alists, ispell-tex-skip-alists):
4774 * textmodes/fill.el (adaptive-fill-first-line-regexp):
4775 (adaptive-fill-regexp):
4776 * textmodes/dns-mode.el (auto-mode-alist):
4777 * progmodes/python.el (interpreter-mode-alist):
4778 * progmodes/etags.el (tags-compression-info-list):
4779 * progmodes/etags.el (tags-file-name):
4780 * net/browse-url.el (browse-url-galeon-program)
4781 (browse-url-firefox-program):
4782 * mail/sendmail.el (mail-signature-file)
4783 (mail-citation-prefix-regexp):
4784 * international/mule-conf.el (eight-bit):
4785 * international/latexenc.el (latex-inputenc-coding-alist):
4786 * international/fontset.el (x-pixel-size-width-font-regexp):
4787 * emacs-lisp/warnings.el (warning-type-format):
4788 * emacs-lisp/trace.el (trace-buffer):
4789 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4790 (emacs-lisp-mode-map):
4791 * calendar/holidays.el (holiday-solar-holidays)
4792 (holiday-bahai-holidays, holiday-islamic-holidays)
4793 (holiday-christian-holidays, holiday-hebrew-holidays)
4794 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4795 (hebrew-holidays-1, holiday-oriental-holidays)
4796 (holiday-general-holidays):
4797 * x-dnd.el (x-dnd-known-types):
4798 * tool-bar.el (tool-bar):
4799 * startup.el (site-run-file):
4800 * shell.el (shell-dumb-shell-regexp):
4801 * rfn-eshadow.el (file-name-shadow-tty-properties)
4802 (file-name-shadow-properties):
4803 * paths.el (remote-shell-program, news-directory):
4804 * mouse.el ([C-down-mouse-3]):
4805 * menu-bar.el (menu-bar-tools-menu):
4806 * jka-cmpr-hook.el (jka-compr-load-suffixes)
4807 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4808 (jka-compr-compression-info-list):
4809 * isearch.el (search-whitespace-regexp):
4810 * image-file.el (image-file-name-extensions):
4811 * find-dired.el (find-ls-option):
4812 * files.el (directory-listing-before-filename-regexp)
4813 (directory-free-space-args, insert-directory-program)
4814 (list-directory-brief-switches, magic-fallback-mode-alist)
4815 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4816 (automount-dir-prefix):
4817 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4818 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4819 (face-font-registry-alternatives, face-font-registry-alternatives)
4820 (face-font-family-alternatives):
4821 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4822 (facemenu-foreground-menu, facemenu-face-menu):
4823 * epa-hook.el (epa-file-name-regexp):
4824 * dnd.el (dnd-protocol-alist):
4825 * textmodes/rst.el (auto-mode-alist):
4826 * button.el (default-button): Purecopy strings.
4827
4828 2009-11-06 Glenn Morris <rgm@gnu.org>
4829
4830 * Makefile.in (ELCFILES): Update.
4831
4832 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4833
4834 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4835 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4836
4837 * nxml/xsd-regexp.el (xsdre-gen-categories):
4838 * nxml/xmltok.el (xmltok-parse-entity):
4839 * nxml/rng-parse.el (rng-parse-validate-file):
4840 * nxml/rng-maint.el (rng-format-manual)
4841 (rng-manual-output-force-new-line):
4842 * nxml/rng-loc.el (rng-save-schema-location-1):
4843 * nxml/rng-cmpct.el (rng-c-parse-file):
4844 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4845 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4846
4847 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4848
4849 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4850 Remove extra save-excursions and make-variable-buffer-local's.
4851 Suggested by Stefan Monnier.
4852
4853 (verilog-getopt-file, verilog-module-inside-filename-p)
4854 (verilog-set-define): Merge GNU 1.35 and repair changes from
4855 switching to using with-current-buffer.
4856
4857 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4858 being treated as a number and confusing AUTORESET.
4859 Reported by Dan Dever.
4860
4861 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4862 Add verilog-auto-ignore-concat to fix backward compatibility with
4863 older verilog-modes. Reported by Dan Katz.
4864
4865 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4866 containing closing anchors "...$".
4867
4868 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4869 Reported by Wade Smith.
4870
4871 (verilog-batch-execute-func): Comment on function usage.
4872
4873 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
4874
4875 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4876 for labels.
4877
4878 (verilog-label-re, verilog-calc-1): Support proper indent of named
4879 asserts.
4880
4881 (verilog-backward-token, verilog-basic-complete-re)
4882 (verilog-beg-of-statement, verilog-indent-re): Support proper
4883 indent of the assert statement at the beginning of a block of text.
4884
4885 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4886 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4887 tokens as begins.
4888
4889 2009-11-05 Glenn Morris <rgm@gnu.org>
4890
4891 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4892 Emacs 19. (Bug#1531)
4893 (byte-compile-fix-header): Update for the above change.
4894 Drop test for epoch::version.
4895
4896 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4897 * cus-dep.el (custom-make-dependencies):
4898 * finder.el (finder-compile-keywords):
4899 Use autoload-rubric's feature argument.
4900
4901 * calendar/diary-lib.el (top-level): Make load behave more like require.
4902
4903 * vc-git.el (vc-git-stash-map): Move definition before use.
4904
4905 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4906
4907 * custom.el (custom-declare-group): Purecopy standard-value.
4908 (custom-declare-group): Purecopy custom-prefix.
4909
4910 * international/mule.el (load-with-code-conversion):
4911 Call do-after-load-evaluation unconditionally.
4912
4913 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4914
4915 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4916
4917 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4918
4919 2009-11-04 Glenn Morris <rgm@gnu.org>
4920
4921 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4922 (byte-compile-compatibility): Remove option.
4923 (byte-compile-close-variables, byte-compile-fix-header)
4924 (byte-compile-insert-header, byte-compile-output-docform)
4925 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4926 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4927 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4928 (byte-compile-insert, byte-compile-defun):
4929 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
4930 (byte-defop-compiler19): Remove.
4931 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4932 used by anything. Replace all calls with byte-defop-compiler.
4933
4934 2009-11-04 Juri Linkov <juri@jurta.org>
4935
4936 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4937 (menu-bar-options-menu): Don't quote the `prop' arg of
4938 `menu-bar-make-mm-toggle'.
4939
4940 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
4941
4942 * calendar/calendar.el (cal-loaddefs):
4943 * calendar/diary-lib.el (diary-loaddefs):
4944 * calendar/holidays.el (hol-loaddefs):
4945 * eshell/esh-module.el (esh-groups): Load rather than require.
4946
4947 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4948
4949 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4950 point-min==1.
4951 (todo-top-priorities): Only display-buffer when called interactively.
4952 (todo-item-start): Don't save excursion point.
4953 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4954 (todo-insert-item-here, todo-file-item, todo-remove-item):
4955 Adjust uses of todo-item-start and todo-item-end.
4956
4957 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4958 (autoload-rubric): Don't use any more.
4959 * cedet/semantic/fw.el (semantic/loaddefs):
4960 * cedet/srecode.el (srecode/loaddefs):
4961 * cedet/ede.el (ede/loaddefs): Load rather than require.
4962 * cedet/ede/cpp-root.el:
4963 * cedet/ede/emacs.el:
4964 * cedet/ede/files.el:
4965 * cedet/ede/linux.el:
4966 * cedet/ede/locate.el:
4967 * cedet/ede/make.el:
4968 * cedet/ede/shell.el:
4969 * cedet/ede/speedbar.el:
4970 * cedet/ede/system.el:
4971 * cedet/ede/util.el:
4972 * cedet/semantic/analyze.el:
4973 * cedet/semantic/bovine.el:
4974 * cedet/semantic/complete.el:
4975 * cedet/semantic/ctxt.el:
4976 * cedet/semantic/db-file.el:
4977 * cedet/semantic/db-find.el:
4978 * cedet/semantic/db-global.el:
4979 * cedet/semantic/db-mode.el:
4980 * cedet/semantic/db-typecache.el:
4981 * cedet/semantic/db.el:
4982 * cedet/semantic/debug.el:
4983 * cedet/semantic/dep.el:
4984 * cedet/semantic/doc.el:
4985 * cedet/semantic/edit.el:
4986 * cedet/semantic/find.el:
4987 * cedet/semantic/format.el:
4988 * cedet/semantic/html.el:
4989 * cedet/semantic/ia-sb.el:
4990 * cedet/semantic/ia.el:
4991 * cedet/semantic/idle.el:
4992 * cedet/semantic/lex-spp.el:
4993 * cedet/semantic/lex.el:
4994 * cedet/semantic/mru-bookmark.el:
4995 * cedet/semantic/scope.el:
4996 * cedet/semantic/senator.el:
4997 * cedet/semantic/sort.el:
4998 * cedet/semantic/symref.el:
4999 * cedet/semantic/tag-file.el:
5000 * cedet/semantic/tag-ls.el:
5001 * cedet/semantic/tag-write.el:
5002 * cedet/semantic/tag.el:
5003 * cedet/semantic/util-modes.el:
5004 * cedet/semantic/analyze/complete.el:
5005 * cedet/semantic/analyze/refs.el:
5006 * cedet/semantic/bovine/c.el:
5007 * cedet/semantic/bovine/gcc.el:
5008 * cedet/semantic/bovine/make.el:
5009 * cedet/semantic/bovine/scm.el:
5010 * cedet/semantic/decorate/include.el:
5011 * cedet/semantic/decorate/mode.el:
5012 * cedet/semantic/symref/cscope.el:
5013 * cedet/semantic/symref/global.el:
5014 * cedet/semantic/symref/grep.el:
5015 * cedet/semantic/symref/idutils.el:
5016 * cedet/semantic/symref/list.el:
5017 * cedet/semantic/wisent/java-tags.el:
5018 * cedet/semantic/wisent/javascript.el:
5019 * cedet/srecode/compile.el:
5020 * cedet/srecode/cpp.el:
5021 * cedet/srecode/document.el:
5022 * cedet/srecode/el.el:
5023 * cedet/srecode/expandproto.el:
5024 * cedet/srecode/getset.el:
5025 * cedet/srecode/insert.el:
5026 * cedet/srecode/java.el:
5027 * cedet/srecode/map.el:
5028 * cedet/srecode/mode.el:
5029 * cedet/srecode/template.el:
5030 * cedet/srecode/texi.el: Remove the file-local setting of
5031 generated-autoload-feature.
5032
5033 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5034 and only put a prop if it is non-nil.
5035
5036 2009-11-03 Juri Linkov <juri@jurta.org>
5037
5038 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5039 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5040
5041 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5042 and "Menu" to make top-level menu item visually one unit (like
5043 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5044 multi-word menu items). Fix :help string for quit-window.
5045
5046 2009-11-03 Glenn Morris <rgm@gnu.org>
5047
5048 * cedet/mode-local.el (with-mode-local): Doc fix.
5049
5050 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5051 (byte-compile-file-form-define-abbrev-table)
5052 (byte-compile-file-form-custom-declare-variable)
5053 (byte-compile-variable-ref, byte-compile-defvar):
5054 Whether or not a warning is enabled should only affect whether we issue
5055 the warning, not whether or not we collect the relevant data.
5056 Eg warnings can be turned on and off throughout the course of a file.
5057
5058 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5059 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5060
5061 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5062
5063 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5064 * play/mpuz.el (mpuz-create-buffer):
5065 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5066 (lm-print-y,s,noise, lm-print-w0, lm-init):
5067 * play/gomoku.el (gomoku-prompt-for-move):
5068 * play/fortune.el (fortune-in-buffer):
5069 * play/dissociate.el (dissociated-press):
5070 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5071 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5072 * mail/supercite.el (sc-eref-show):
5073 * mail/smtpmail.el (smtpmail-send-it):
5074 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5075 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5076 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5077 (rmail-summary-goto-msg, rmail-summary-expunge)
5078 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5079 (rmail-summary-add-label, rmail-summary-output-menu)
5080 (rmail-summary-output-body):
5081 * mail/rfc822.el (rfc822-addresses):
5082 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5083 * mail/mailpost.el (post-mail-send-it):
5084 * mail/hashcash.el (hashcash-generate-payment):
5085 * mail/feedmail.el (feedmail-run-the-queue)
5086 (feedmail-queue-send-edit-prompt-help-first)
5087 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5088 (feedmail-deduce-address-list):
5089 * eshell/esh-ext.el (eshell-remote-command):
5090 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5091 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5092 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5093 (viper-save-string-in-file, viper-valid-marker):
5094 * emulation/viper-keym.el (viper-toggle-key):
5095 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5096 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5097 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5098 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5099 (viper-exec-form-in-emacs, viper-brac-function):
5100 * emulation/viper.el (viper-delocalize-var):
5101 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5102 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5103 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5104 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5105 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5106 * emulation/edt.el (edt-electric-helpify):
5107 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5108 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5109 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5110 (cua-indent-to-global-mark-column):
5111 * calendar/diary-lib.el (calendar-mark-1):
5112 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5113 Use with-current-buffer.
5114 * emulation/viper.el (viper-delocalize-var): Use dolist.
5115
5116 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
5117
5118 * comint.el (comint-replace-by-expanded-history-before-point):
5119 Replace !! with the previous input string literally (Bug#1795).
5120
5121 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5122
5123 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5124 to be made up of whitespace.
5125
5126 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5127
5128 * minibuffer.el (read-file-name): Don't use file dialogs for
5129 remote directories (Bug#99).
5130
5131 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
5132
5133 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5134
5135 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5136
5137 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5138 instead of deleting the window or frame.
5139
5140 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5141
5142 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5143 Support face colors.
5144
5145 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5146 New function. Support face colors (Bug#1168).
5147 (tex-common-initialization): Use it.
5148
5149 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5150 mode allows it (Bug#1168).
5151
5152 2009-10-31 Juri Linkov <juri@jurta.org>
5153
5154 * facemenu.el (list-colors-display): Don't mark buffer as
5155 modified (Bug#3948).
5156
5157 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5158
5159 * international/mule-diag.el (list-character-sets-1): Minor
5160 message fix (Bug#3526).
5161
5162 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5163 face property (Bug#4834).
5164 (etags-list-tags, etags-tags-apropos-additional)
5165 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5166 property.
5167
5168 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5169 items.
5170
5171 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5172 items.
5173
5174 * cedet/ede.el (ede-minor-mode):
5175 * cedet/semantic.el (semantic-mode): Toggle menu separators.
5176
5177 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5178
5179 * textmodes/two-column.el (2C-split):
5180 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5181 * textmodes/tex-mode.el (tex-set-buffer-directory):
5182 * textmodes/spell.el (spell-region, spell-string):
5183 * textmodes/reftex.el (reftex-erase-buffer):
5184 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5185 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5186 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5187 (reftex-select-item):
5188 * textmodes/reftex-ref.el (reftex-label-info-update)
5189 (reftex-offer-label-menu):
5190 * textmodes/reftex-index.el (reftex-index-change-entry)
5191 (reftex-index-phrases-info):
5192 * textmodes/reftex-global.el (reftex-create-tags-file)
5193 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5194 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5195 (reftex-view-crossref-from-bibtex):
5196 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5197 (reftex-extract-bib-entries-from-thebibliography)
5198 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5199 * textmodes/refbib.el (r2b-capitalize-title):
5200 (r2b-convert-buffer, r2b-help):
5201 * textmodes/page-ext.el (pages-directory)
5202 (pages-directory-goto-with-mouse):
5203 * textmodes/bibtex.el (bibtex-validate-globally):
5204 * textmodes/bib-mode.el (bib-capitalize-title):
5205 * textmodes/artist.el (artist-clear-buffer, artist-system):
5206 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5207 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5208 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5209 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5210 (xscheme-send-control-g-interrupt, xscheme-start-process)
5211 (xscheme-process-sentinel, xscheme-cd):
5212 * progmodes/verilog-mode.el (verilog-read-always-signals)
5213 (verilog-set-define, verilog-getopt-file)
5214 (verilog-module-inside-filename-p):
5215 * progmodes/sh-script.el:
5216 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5217 (python-pdbtrack-grub-for-buffer, python-execute-file):
5218 * progmodes/octave-inf.el (inferior-octave):
5219 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5220 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5221 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5222 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5223 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5224 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5225 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5226 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5227 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5228 (idlwave-shell-examine-display, idlwave-shell-run-region)
5229 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5230 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5231 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5232 (idlwave-help-get-help-buffer):
5233 * progmodes/gud.el (gud-basic-call, gud-find-class)
5234 (gud-tooltip-activate-mouse-motions-if-enabled):
5235 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5236 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5237 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5238 (ebrowse-tags-next-file):
5239 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5240 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5241 (ebnf-eps-finish-and-write):
5242 * progmodes/cpp.el (cpp-edit-save):
5243 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5244 * progmodes/cc-defs.el (c-emacs-features):
5245 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5246 (antlr-directory-dependencies):
5247 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5248 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5249 (ada-find-any-references, ada-make-filename-from-adaname)
5250 (ada-make-body-gnatstub):
5251 * obsolete/rnews.el (news-list-news-groups):
5252 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5253 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5254 * net/rcirc.el (rcirc-debug):
5255 * net/newst-treeview.el (newsticker--treeview-list-add-item)
5256 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5257 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5258 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5259 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5260 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5261 (newsticker--treeview-list-clear-highlight)
5262 (newsticker--treeview-list-update-highlight)
5263 (newsticker--treeview-list-highlight-start)
5264 (newsticker--treeview-tree-update-highlight)
5265 (newsticker--treeview-get-selected-item)
5266 (newsticker-treeview-mark-list-items-old)
5267 (newsticker--treeview-set-current-node):
5268 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5269 * net/newst-backend.el (newsticker--get-news-by-funcall)
5270 (newsticker--get-news-by-wget, newsticker--image-get)
5271 (newsticker--image-sentinel):
5272 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5273 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5274 (eudc-ph-close-session):
5275 * net/eudc.el (eudc-save-options):
5276 * language/thai-word.el (thai-update-word-table):
5277 * language/japan-util.el (japanese-string-conversion):
5278 * international/titdic-cnv.el (tsang-quick-converter)
5279 (ziranma-converter, ctlau-converter):
5280 * international/mule-cmds.el (describe-language-environment):
5281 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5282 (skkdic-convert-postfix, skkdic-convert-prefix):
5283 (skkdic-convert-okuri-nasi, skkdic-convert):
5284 * emacs-lisp/re-builder.el (reb-update-overlays):
5285 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5286 * emacs-lisp/gulp.el (gulp-send-requests):
5287 * emacs-lisp/find-gc.el (trace-call-tree):
5288 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5289 (eieio-describe-generic):
5290 * emacs-lisp/eieio-base.el (eieio-persistent-read):
5291 * emacs-lisp/edebug.el (edebug-outside-excursion):
5292 * emacs-lisp/debug.el (debugger-make-xrefs):
5293 * emacs-lisp/cust-print.el (custom-prin1-to-string):
5294 * emacs-lisp/chart.el (chart-new-buffer):
5295 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5296 Use with-current-buffer.
5297 * textmodes/artist.el (artist-system): Don't call
5298 copy-sequence on a fresh string.
5299 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5300
5301 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
5302
5303 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5304 is no item to edit. (Bug#4820)
5305 (todo-top-priorities): Restore point and restore narrowing in Todo
5306 buffer. (Bug#4820)
5307
5308 2009-10-31 Glenn Morris <rgm@gnu.org>
5309
5310 * net/ange-ftp.el (top-level): Don't require dired when compiling.
5311 (comint-last-output-start, comint-last-input-start)
5312 (comint-last-input-end): Don't defvar when compiling.
5313 (ange-ftp-process-file): Use bound-and-true-p.
5314
5315 * pcmpl-rpm.el (top-level): Move provide statement to end.
5316 (pcmpl-rpm): Remove unused custom group.
5317
5318 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5319
5320 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5321
5322 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5323 (byte-compile-warnings): Add `constants' as an option.
5324 (byte-compile-callargs-warn, byte-compile-arglist-warn)
5325 (display-call-tree): Update for byte-compile-fdefinition possibly
5326 returning `(macro lambda ...)'. (Bug#4778)
5327 (byte-compile-variable-ref, byte-compile-setq-default):
5328 Respect `constants' member of byte-compile-warnings.
5329
5330 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5331 Use mapc rather than mapcar because the return value is never used.
5332
5333 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5334 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5335 * cedet/semantic/html.el:
5336 Suppress harmless warnings about setting up semantic-imenu (not
5337 part of Emacs) variables.
5338
5339 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5340
5341 * vc-bzr.el (vc-bzr-revision-keywords): New var.
5342 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5343 to "submit:".
5344
5345 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5346 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5347 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5348 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5349 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5350 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5351 (semantic-analyzer-debug-global-symbol)
5352 (semantic-analyzer-debug-missing-innertype)
5353 (semantic-analyzer-debug-insert-include-summary):
5354 * cedet/semantic/util.el (semantic-file-tag-table):
5355 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5356 (semantic-recursive-find-nonterminal-by-name):
5357 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5358 * cedet/semantic/tag-file.el (semantic-prototype-file):
5359 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5360 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5361 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5362 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5363 (semantic-idle-summary-maybe-highlight):
5364 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5365 (semantic-ia-sb-tag-info):
5366 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5367 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5368 * cedet/semantic/ede-grammar.el (project-compile-target):
5369 (ede-proj-makefile-insert-variables):
5370 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5371 (semantic-debug-set-source-location, semantic-debug-interface-layout)
5372 (semantic-debug-mode, semantic-debug):
5373 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5374 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5375 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5376 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5377 (semanticdb-find-translate-path-includes--internal)
5378 (semanticdb-reset-log, semanticdb-find-log-activity):
5379 * cedet/semantic/db-file.el (object-write):
5380 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5381 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5382 (semanticdb-create-ebrowse-database):
5383 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5384 * cedet/semantic/complete.el (semantic-displayor-focus-request)
5385 (semantic-collector-calculate-completions-raw)
5386 (semantic-complete-read-tag-analyzer):
5387 * cedet/semantic/analyze.el (semantic-analyze-pulse):
5388 * cedet/ede/util.el (ede-update-version-in-source):
5389 * cedet/ede/proj.el (project-delete-target):
5390 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5391 (ede-proj-flush-autoconf):
5392 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5393 (ede-proj-configure-synchronize):
5394 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5395 * cedet/ede/linux.el (ede-linux-version):
5396 * cedet/ede/emacs.el (ede-emacs-version):
5397 * cedet/ede/dired.el (ede-dired-add-to-target):
5398 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5399 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5400 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5401 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5402 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5403 (cedet-idutils-version-check):
5404 * cedet/cedet-global.el (cedet-gnu-global-call):
5405 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5406 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5407 * cedet/cedet-cscope.el (cedet-cscope-call)
5408 (cedet-cscope-expand-filename, cedet-cscope-version-check):
5409 Use with-current-buffer.
5410 * cedet/ede.el (ede-make-project-local-variable)
5411 (ede-set-project-variables, ede-set): Use dolist.
5412
5413 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5414
5415 * textmodes/ispell.el (ispell-skip-region-alist):
5416 * international/mule-conf.el (eight-bit):
5417 * international/fontset.el (font-encoding-alist):
5418 * startup.el (pure-space-overflow-message):
5419 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5420 * paths.el (gnus-nntp-service, rmail-spool-directory)
5421 (term-file-prefix):
5422 * files.el (save-some-buffers-action-alist):
5423 * cmuscheme.el (same-window-buffer-names):
5424 * ielm.el (same-window-buffer-names):
5425 * shell.el (same-window-buffer-names):
5426 * mail/sendmail.el (same-window-buffer-names):
5427 * progmodes/inf-lisp.el (same-window-buffer-names):
5428 * bindings.el (mode-line-client)
5429 (mode-line-column-line-number-mode-map):
5430 * language/tibetan.el (tibetan-precomposition-rule-regexp)
5431 (tibetan-precomposed-regexp): Purecopy string arguments.
5432
5433 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5434
5435 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5436 (calcDigit-nondigit):
5437 * calc/calc-yank.el (calc-copy-to-buffer):
5438 * calc/calc-units.el (calc-invalidate-units-table):
5439 * calc/calc-trail.el (calc-trail-yank):
5440 * calc/calc-store.el (calc-insert-variables):
5441 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5442 * calc/calc-prog.el (calc-read-parse-table):
5443 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5444 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5445 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5446 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5447 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5448 (calc-graph-name, calc-graph-find-command, calc-graph-view)
5449 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5450 * calc/calc-ext.el (calc-realign):
5451 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5452 (calc-embedded-finish-edit, calc-embedded-make-info)
5453 (calc-embedded-finish-command, calc-embedded-stack-change):
5454 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5455
5456 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5457 (overload-docstring-extension): Use that info.
5458 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5459 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5460 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5461 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5462 (semantic-nonterminal-full-name): Add the new `when' info.
5463 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5464 `assert'.
5465
5466 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5467 shell-dynamic-complete-filename in preference to
5468 comint-dynamic-complete-filename.
5469
5470 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5471 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5472 Don't consider whether the display supports colors.
5473 (bookmark-import-new-list): Use dolist.
5474 (bookmark-bmenu-mode-map): Move initialization into declaration.
5475 (bookmark-bmenu-list): Use dolist, simplify.
5476 (bookmark-show-all-annotations): Use save-selected-window and dolist.
5477 (menu-bar-final-items): Use push.
5478
5479 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5480
5481 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5482 it works on remote files.
5483 (vc-hg-diff): Don't pass any `--cwd' argument.
5484
5485 2009-10-27 Kevin Ryde <user42@zip.com.au>
5486
5487 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5488 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5489 (Further to Bug#3921).
5490
5491 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
5492
5493 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5494 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5495 calling `tramp-imap-put-file'. Add file size to the call.
5496 (tramp-imap-get-file-entries): Compute also user name, file size,
5497 and date.
5498 (tramp-imap-handle-insert-directory): Insert uid and gid.
5499 (tramp-imap-handle-file-attributes): Transform uid and gid
5500 according to `id-format'.
5501 (tramp-imap-put-file): New optional parameter SIZE. Encode file
5502 size in header X-Size.
5503
5504 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
5505
5506 * simple.el (transpose-subr): Give clearer error when the mark
5507 is not set. (Bug#4807)
5508
5509 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
5510
5511 * net/tramp.el (tramp-perl-file-truename): New defconst.
5512 Perl code contributed by yary <not.com@gmail.com> (tiny change).
5513 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5514 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5515 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5516
5517 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5518 Ignore `dired-call-process'.
5519 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5520
5521 2009-10-26 Julian Scheid <julians37@gmail.com>
5522
5523 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5524 (tramp-get-remote-readlink): New defun.
5525 (tramp-handle-file-truename): Use it.
5526 (tramp-handle-file-exists-p): Check file-attributes cache, assume
5527 file exists if cache value present.
5528 (tramp-check-cached-permissions): New defun.
5529 (tramp-handle-file-readable-p): Use it.
5530 (tramp-handle-file-writable-p): Likewise.
5531 (tramp-handle-file-executable-p): Likewise.
5532 (tramp-handle-file-name-all-completions): Try using Perl to get
5533 partial completions. When perl not available, combine `cd' and
5534 `ls' into single remote operation and use shell expansion to get
5535 partial remote directory contents. Set `file-exists-p' cache for
5536 directory and any files returned by ls. Change cache handling to
5537 support partial directory contents. Use error message emitted by
5538 remote `cd' or Perl code for local tramp-error.
5539 (tramp-do-copy-or-rename-file-directly): Avoid separate
5540 tramp-send-command-and-check call.
5541 (tramp-handle-process-file): Merge three remote ops into one.
5542 Do not flush all caches when `process-file-side-effects' is set.
5543 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5544 file-attributes shows uid/gid to be set already.
5545
5546 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5547
5548 * textmodes/tex-mode.el (tex-dvi-view-command)
5549 (tex-show-queue-command, tex-open-quote):
5550 * progmodes/ruby-mode.el (auto-mode-alist)
5551 (interpreter-mode-alist): Purecopy strings.
5552
5553 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5554
5555 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5556 string for the hook, keymap and abbrev table.
5557
5558 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5559
5560 * x-dnd.el (x-dnd-xdnd-to-action):
5561 * startup.el (fancy-startup-text, fancy-about-text): Change to
5562 defconst from defvar.
5563
5564 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5565
5566 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5567 Purecopy initialization strings.
5568
5569 * mail/sendmail.el (mail-header-separator)
5570 (mail-personal-alias-file):
5571 * mail/rmail.el (rmail-default-dont-reply-to-names)
5572 (rmail-ignored-headers, rmail-retry-ignored-headers)
5573 (rmail-highlighted-headers, rmail-secondary-file-directory)
5574 (rmail-secondary-file-regexp):
5575 * files.el (null-device, file-name-invalid-regexp)
5576 (locate-dominating-stop-dir-regexp)
5577 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5578 (interpreter-mode-alist): Use mapcar instead of mapc.
5579
5580 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5581
5582 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5583 (completion-ignored-extensions):
5584 (debug-ignored-errors): Purecopy strings.
5585
5586 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5587
5588 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5589 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5590 (pcomplete--here): Use push.
5591
5592 * subr.el (all-completions): Declare the 4th arg obsolete.
5593
5594 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5595
5596 * pcomplete.el (pcomplete-unquote-argument-function): New var.
5597 (pcomplete-unquote-argument): New function.
5598 (pcomplete--common-suffix): Always pay attention to case.
5599 (pcomplete--table-subvert): Quote and unquote the text.
5600 (pcomplete--common-quoted-suffix): New function.
5601 (pcomplete-std-complete): Use it and pcomplete-begin.
5602
5603 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5604 we're inside a dedicated or minibuffer window.
5605
5606 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5607
5608 * cedet/semantic/fw.el (semantic-alias-obsolete)
5609 (semantic-varalias-obsolete): Make the `when' arg mandatory.
5610 (define-mode-overload-implementation):
5611 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5612 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5613 * cedet/semantic/util.el (semantic-file-token-stream)
5614 (semantic-something-to-stream):
5615 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5616 (semantic-expand-nonterminal):
5617 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5618 (semantic-find-dependency, semantic-find-nonterminal)
5619 (semantic-find-dependency):
5620 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5621 (semantic-flex-text, semantic-flex-make-keyword-table)
5622 (semantic-flex-keyword-p, semantic-flex-keyword-put)
5623 (semantic-flex-keyword-get, semantic-flex-map-keywords)
5624 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5625 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5626 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5627 (semantic-after-idle-scheduler-reparse-hooks):
5628 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5629 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5630 * cedet/semantic.el (semantic-toplevel-bovine-table)
5631 (semantic-toplevel-bovine-cache)
5632 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5633 (semantic-init-mode-hooks, semantic-init-db-hooks)
5634 (semantic-bovination-working-type): Provide the `when' arg.
5635
5636 2009-10-24 Karl Fogel <kfogel@red-bean.com>
5637
5638 * bookmark.el: Update documentation, especially documentation
5639 of `bookmark-alist' and of the bookmark file format.
5640 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
5641
5642 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5643
5644 * mail/emacsbug.el (report-emacs-bug): Clarify that the
5645 keybindings apply to the mail buffer (Bug#4003). Shrink help
5646 window to buffer.
5647
5648 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5649 (global-whitespace-mode, global-whitespace-newline-mode)
5650 (whitespace-toggle-options, global-whitespace-toggle-options):
5651 Doc fix (Bug#3660).
5652
5653 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5654 of xmltok-start before the end tag was inserted (Bug#2840).
5655
5656 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5657 patterns that are preceded by an open-paren (Bug#1320).
5658
5659 2009-10-24 Sven Joachim <svenjoac@gmx.de>
5660
5661 * files.el (delete-directory): Delete symlinks to directories with
5662 delete-file (Bug#4739).
5663
5664 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5665
5666 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5667 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5668 argument to make-obsolete.
5669
5670 * cedet/semantic/fw.el (semantic-alias-obsolete)
5671 (semantic-varalias-obsolete): Add optional WHEN argument.
5672
5673 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5674
5675 * vc.el (vc-backend-for-registration): Rename from
5676 vc-get-backend-for-registration. Update callers.
5677
5678 * international/mule-cmds.el (set-language-info-alist):
5679 Purecopy lang-env.
5680 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5681 (charset): Purecopy the name.
5682 (define-char-code-property): Purecopy string arguments.
5683
5684 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5685 Purecopy string arguments.
5686
5687 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5688 * ediff-hook.el (menu-bar-ediff-menu):
5689 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5690 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5691
5692 2009-10-24 Glenn Morris <rgm@gnu.org>
5693
5694 * comint.el (comint-dynamic-list-completions):
5695 * term.el (term-dynamic-list-completions): Use choose-completion rather
5696 than obsolete alias mouse-choose-completion.
5697
5698 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5699 file-cache-choose-completion.
5700 (file-cache-choose-completion): Handle an optional event argument.
5701 (file-cache-mouse-choose-completion): Make it an obsolete alias.
5702
5703 * progmodes/octave-mod.el (octave-complete-symbol):
5704 Use choose-completion if mouse-choose-completion is ever removed.
5705
5706 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5707 use.
5708
5709 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5710 compiler.
5711
5712 * vc-hooks.el (vc-responsible-backend): Fix declaration.
5713
5714 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5715
5716 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5717 Ignore `pred' now that we receive one.
5718 Handle test-completion specially.
5719
5720 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5721
5722 * vc.el (vc-responsible-backend): Throw an error if not backend is
5723 found. Remove the REGISTER argument. Move the code dealing with
5724 REGISTER ...
5725 (vc-get-backend-for-registration): ... here. New function.
5726 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5727 of vc-responsible-backend, pass the file name instead of the
5728 directory name.
5729
5730 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5731
5732 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5733 New funs.
5734 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
5735 (pcomplete-comint-setup): Don't modify a global var via
5736 accidental side-effects.
5737 (pcomplete-shell-setup): Adjust call accordingly.
5738 (pcomplete-parse-comint-arguments): Use push.
5739
5740 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
5741
5742 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5743 Allow uncapitalized info node names (Bug#3921).
5744
5745 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5746 to the DEBUG file (Bug#3781).
5747
5748 2009-10-23 Jari Aalto <jari.aalto@cante.net>
5749
5750 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5751 dictionary entry (Bug#4579).
5752
5753 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5754
5755 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5756 from `rfn-eshadow-update-overlay-hook' when unloading.
5757 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5758 "rsyncc". Adjust doc string.
5759 (tramp-temp-buffer-file-name): New buffer-local defvar.
5760 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5761 Keep temporary file when indicated by method ("rsync" and
5762 "rsyncc").
5763 (tramp-handle-write-region): Handle APPEND.
5764 (tramp-delete-temp-file-function): New defun. Added to
5765 `kill-buffer-hook'.
5766
5767 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
5768
5769 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5770
5771 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5772
5773 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5774 (color-name-rgb-alist, tty-standard-colors)
5775 (tty-color-mode-alist): Change to defconst.
5776
5777 * simple.el (mark-inactive): Purecopy message.
5778
5779 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5780 (global-map, yank-menu):
5781 * textmodes/ispell.el (ispell-menu-map):
5782 * net/eudc.el (eudc-tools-menu):
5783 * international/mule-cmds.el (describe-language-environment-map)
5784 (setup-language-environment-map, set-coding-system-map)
5785 (mule-menu-keymap):
5786 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5787 * replace.el (occur-mode-map):
5788 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5789
5790 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5791
5792 * calc/calc.el (math-read-number, math-read-number-simple): Use
5793 `save-match-data'.
5794
5795 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5796
5797 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5798 rather than fiddling with global-map bindings, since it should only
5799 affect per-terminal settings.
5800 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5801
5802 * minibuffer.el (completion-table-with-terminator): Allow to specify
5803 the terminator-regexp.
5804
5805 * simple.el (switch-to-completions): Look for *Completions* in other
5806 frames as well.
5807
5808 * pcomplete.el: Allow the use of completion-tables.
5809 (pcomplete-std-complete): New command.
5810 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5811 (pcomplete--here): Use a function for `form' rather than an expression,
5812 so it can be byte-compiled.
5813 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5814 Add edebug declaration.
5815 (pcomplete-show-completions): Remove unused var `curbuf'.
5816 (pcomplete-do-complete, pcomplete-stub):
5817 Don't assume `completions' is a list of strings any more.
5818
5819 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
5820
5821 * find-dired.el (find-name-arg): Fix typo in docstring.
5822
5823 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5824
5825 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5826 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5827
5828 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5829 pcomplete-entries.
5830
5831 * comint.el (comint-read-input-ring, comint-write-input-ring)
5832 (comint-substitute-in-file-name)
5833 (comint-dynamic-complete-as-filename)
5834 (comint-dynamic-simple-complete)
5835 (comint-dynamic-list-filename-completions)
5836 (comint-dynamic-list-completions)
5837 (comint-redirect-results-list-from-process): Minor simplifications.
5838
5839 2009-10-21 Kevin Ryde <user42@zip.com.au>
5840
5841 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5842 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5843 the first form. And insert a blank line after ";;; Code" since
5844 that's usual style. (Bug#4612)
5845
5846 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5847
5848 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5849
5850 * minibuffer.el (completion-table-with-terminator): Properly implement
5851 boundaries, in case `terminator' appears in the suffix.
5852 (completion--embedded-envvar-table): Don't return boundaries if
5853 there's no valid completion. Simplify.
5854 (completion-file-name-table): New completion table extracted from
5855 completion--file-name-table.
5856 (completion--file-name-table): Use it.
5857 (read-file-name-predicate): Declare obsolete.
5858 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5859 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5860 completion-file-name-table, and use the `pred' argument.
5861 * files.el (locate-file-completion-table): Use the `pred' arg rather
5862 than read-file-name-predicate.
5863 (abbreviate-file-name): Use \` rather than ^ for BOS.
5864
5865 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5866
5867 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5868 vc-responsible-backend to register, it causes problems.
5869
5870 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5871
5872 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5873
5874 2009-10-21 Eric Ludlam <zappo@gnu.org>
5875
5876 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5877 (semantic-c-debug-mode-init-pch): New functions.
5878 (semantic-c-debug-mode-init-last-mode): New var.
5879 (semantic-c-parse-lexical-token): Use them.
5880
5881 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5882 When extracting the argument list, limit only by point-max.
5883
5884 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
5885
5886 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5887 (tramp-smb-handle-file-attributes): Use it.
5888 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5889 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5890 `mapcar'. Use `tramp-smb-get-stat-capability'.
5891 Add `dired-filename' text properties.
5892 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5893 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5894 version.
5895
5896 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5897
5898 * subr.el (read-key-delay): Reduce to 0.01.
5899 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5900 (bug#4751).
5901
5902 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5903
5904 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5905
5906 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5907 (Info-menu): Remove unused vars `last' and `completions'.
5908 (Info-index-nodes): Remove unused var `node'.
5909
5910 * info.el (Info-complete-menu-item): Use complete-with-action.
5911
5912 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5913
5914 Make vc-annotate work through copies and renames.
5915 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5916 Return the file name too.
5917 (vc-annotate-revision-at-line)
5918 (vc-annotate-find-revision-at-line)
5919 (vc-annotate-revision-previous-to-line)
5920 (vc-annotate-show-log-revision-at-line): Update to get the file
5921 name from vc-annotate-extract-revision-at-line.
5922 (vc-annotate-show-diff-revision-at-line-internal): Change the
5923 argument to mean whether to show a file diff or not. Get the file
5924 name from vc-annotate-extract-revision-at-line.
5925 (vc-annotate-show-diff-revision-at-line):
5926 Update vc-annotate-show-diff-revision-at-line call.
5927 (vc-annotate-warp-revision): Add an optional file argument.
5928
5929 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5930 (vc-git-annotate-extract-revision-at-line): Also return the file
5931 name if found.
5932
5933 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5934 command. Remove unused code.
5935 (vc-hg-annotate-re): Update to match --follow output.
5936 (vc-hg-annotate-extract-revision-at-line): Also return the file
5937 name if found.
5938
5939 * vc.el: Update annotate-extract-revision-at-line documentation.
5940
5941 2009-10-18 Kevin Ryde <user42@zip.com.au>
5942
5943 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5944 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5945
5946 * net/browse-url.el (browse-url): Identify alist with "consp and
5947 not functionp" and let all other things go down the `apply' leg,
5948 as suggested by Stefan. (Further to bug#4531.)
5949
5950 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
5951
5952 * minibuffer.el (read-file-name): Check for repeat before putting
5953 a default argument in file-name-history (Bug#4657).
5954
5955 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5956 read syntax (Bug#4737).
5957
5958 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5959
5960 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5961
5962 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5963 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5964 entries and make note of obsolete tags.
5965
5966 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5967
5968 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5969
5970 2009-10-18 Glenn Morris <rgm@gnu.org>
5971
5972 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5973 grep, so that binary files (eg international/uni-bidi.el) can match.
5974 Remove test for "UnicodeData" files, since it is hopefully unnecessary
5975 now, and in any case the file header format has changed.
5976
5977 2009-10-17 Glenn Morris <rgm@gnu.org>
5978
5979 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5980 (flyspell-get-word, flyspell-large-region)
5981 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5982
5983 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5984
5985 * Makefile.in (ELCFILES): Add ede/shell.
5986
5987 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5988
5989 * term/common-win.el (x-colors): Purecopy it.
5990
5991 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5992
5993 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5994 permissive for when the buffer is empty.
5995 (tar-header-block-tokenize): Decode the username and groupname.
5996 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5997
5998 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5999
6000 * cedet/srecode/srt.el:
6001 * cedet/srecode/compile.el:
6002 * cedet/semantic/mru-bookmark.el:
6003 * cedet/semantic/debug.el:
6004 * cedet/semantic/complete.el:
6005 * cedet/semantic/analyze.el: Require CL when compiling.
6006
6007 2009-10-17 Eric Ludlam <zappo@gnu.org>
6008
6009 * cedet/semantic/scope.el
6010 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
6011 tmpscope so that the regular scope will continue to work.
6012
6013 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
6014 Use semantic-idle-summary-highlight-face as the highlighting.
6015
6016 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
6017 contains multibyte characters, choose first applicable coding
6018 system automatically.
6019
6020 * cedet/ede/project-am.el (project-run-target): New method.
6021 (project-run-target): New method.
6022
6023 * cedet/ede.el (ede-target): Add run target menu item.
6024 (ede-project, ede-minor-keymap): Add ede-run-target binding.
6025 (ede-run-target): New function.
6026 (ede-target::project-run-target): New method.
6027
6028 * cedet/ede/proj.el (project-run-target): New method.
6029
6030 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
6031 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
6032 Add :rules.
6033 (ede-proj-target-makefile-shared-object): Only libtool compilers
6034 now available. Add linkers for libtool.
6035 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
6036 (ede-proj-makefile-target-name): Always use .la extension.
6037
6038 * cedet/ede/proj-prog.el (project-run-target): New method.
6039
6040 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
6041 (ede-g++-linker): Change Change link lines.
6042
6043 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
6044 When searching for old variables, go to the end of the buffer and
6045 search backward from there.
6046 (ede-proj-makefile-automake-insert-subdirs)
6047 (ede-proj-makefile-automake-insert-extradist): New methods.
6048 (ede-proj-makefile-create): Use them.
6049
6050 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6051 Force FILE to expand to the current target. Use file-exists-p to
6052 check that it exists.
6053
6054 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
6055 (ede-linux-load): Wrap dir in file-name-as-directory.
6056 Set :version slot.
6057
6058 * cedet/ede/files.el (ede-get-locator-object): When enabling
6059 locate, do so on "top".
6060
6061 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6062 file-name-as-directory during compare.
6063 (ede-emacs-version): Return Emacs/XEmacs differentiator.
6064 Get version number from different places. Don't call egrep.
6065 (ede-emacs-load): Set :version slot. Call file-name-as-directory
6066 to set the directory.
6067
6068 * cedet/ede/shell.el: New file.
6069
6070 * cedet/inversion.el (inversion-decoders): Allow for stray . in
6071 alpha/beta variants.
6072
6073 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6074
6075 * international/mule-cmds.el (select-safe-coding-system): If the file
6076 has a coding cookie, use it regardless of any other setting (bug#4712).
6077
6078 2009-10-17 Glenn Morris <rgm@gnu.org>
6079
6080 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6081 All errors should have messages.
6082
6083 * foldout.el (foldout-mouse-swallow-events):
6084 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6085
6086 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6087 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6088 (dired-keep-marker-symlink, dired-dwim-target)
6089 (dired-copy-preserve-time): Do not autoload these defcustoms.
6090
6091 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6092 messages from messing up the file coding. (Bug#4623)
6093
6094 2009-10-17 Jari Aalto <jari.aalto@cante.net>
6095
6096 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6097 if no match is found for the current dictionary. (Bug#4578)
6098
6099 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6100 optional, since that is how it is documented, and this is often called
6101 with a nil argument. (Bug#4577)
6102 (flyspell-external-point-words, flyspell-auto-correct-word)
6103 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6104 (flyspell-word-search-backward): Remove nil argument in calls to
6105 flyspell-get-word, since it is not needed now.
6106
6107 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
6108
6109 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
6110
6111 2009-10-16 Glenn Morris <rgm@gnu.org>
6112
6113 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6114
6115 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6116
6117 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6118 (ange-ftp-file-size): New function.
6119 (ange-ftp-file-attributes): Use it.
6120
6121 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
6122
6123 * net/tramp-smb.el (tramp-smb-version): New defvar.
6124 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6125 repeated checks.
6126
6127 2009-10-16 Glenn Morris <rgm@gnu.org>
6128
6129 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6130 Maybe copy some custom properties from old to new name. (Bug#4706)
6131
6132 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
6133
6134 * subr.el (error, sit-for, start-process-shell-command)
6135 (start-file-process-shell-command): Set the calling convention
6136 after the function definition.
6137
6138 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6139
6140 * subr.el (error, sit-for, start-process-shell-command)
6141 (start-file-process-shell-command): Use the new
6142 set-advertised-calling-convention feature.
6143
6144 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6145
6146 * international/ucs-normalize.el (ucs-normalize-version):
6147 Change to 1.2.
6148 (check-range): Adjust for Unicode 5.2.
6149
6150 2009-10-15 Juri Linkov <juri@jurta.org>
6151
6152 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6153 to the `menu-item' format.
6154
6155 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
6156
6157 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6158 if the environment variable does not exist.
6159
6160 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6161 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6162 parameter.
6163 (tramp-smb-handle-add-name-to-file)
6164 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6165 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6166 (tramp-smb-handle-file-attributes)
6167 (tramp-smb-do-file-attributes-with-stat)
6168 (tramp-smb-handle-file-local-copy)
6169 (tramp-smb-handle-insert-directory)
6170 (tramp-smb-handle-make-directory)
6171 (tramp-smb-handle-make-directory-internal)
6172 (tramp-smb-handle-make-symbolic-link)
6173 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6174 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6175 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6176 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6177 Handle long file names.
6178 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6179 process is running.
6180 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6181 Read share names with "-g" option.
6182
6183 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
6184
6185 * net/rcirc.el (rcirc-view-log-file): New command.
6186 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6187 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6188 specified.
6189
6190 2009-10-15 Glenn Morris <rgm@gnu.org>
6191
6192 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6193 from the second command-line argument.
6194 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6195 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6196 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6197 w32-batch-update-autoloads.
6198 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6199 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6200
6201 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6202 the headers cannot be located. Simplify, subtracting superflous
6203 save-excursions.
6204
6205 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6206
6207 Replace completion-base-size by completion-base-position to fix bugs
6208 such as (bug#4699).
6209 * simple.el (completion-base-position): New var.
6210 (completion-base-size): Mark as obsolete.
6211 (choose-completion): Make it work for mouse events as well.
6212 Pass the new base-position to choose-completion-string.
6213 (choose-completion-guess-base-position): New function, extracted from
6214 choose-completion-delete-max-match.
6215 (choose-completion-delete-max-match): Use it. Make obsolete.
6216 (choose-completion-string): Use the new base-position info.
6217 (completion-root-regexp): Delete.
6218 (completion-setup-function): Preserve completion-base-position.
6219 Eliminate obsolete base-size manipulation.
6220 * minibuffer.el (display-completion-list): Don't mess with base-size.
6221 (minibuffer-completion-help): Set completion-base-position instead.
6222 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6223 choose-completion.
6224 * textmodes/bibtex.el (bibtex-complete):
6225 * emacs-lisp/crm.el (crm--choose-completion-string):
6226 Adjust to new calling convention.
6227 * complete.el (partial-completion-mode): Use minibufferp to avoid
6228 bumping into incompatible change to choose-completion-string-functions.
6229 * ido.el (ido-choose-completion-string): Make its calling convention
6230 more permissive.
6231 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6232 base-size manipulation.
6233 (comint-dynamic-list-input-ring): Use dotimes and push.
6234 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6235 fundamental-mode. Use `or'.
6236
6237 2009-10-14 Juri Linkov <juri@jurta.org>
6238
6239 * misearch.el (multi-isearch-next-buffer-from-list)
6240 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6241
6242 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6243
6244 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6245 `bytecomp.el'.
6246
6247 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6248 string we return is all made up of text from the completions rather
6249 than part from the completions and part from the input (bug#4219).
6250
6251 * ido.el (ido-everywhere): Use define-minor-mode.
6252
6253 * buff-menu.el (list-buffers, ctl-x-map):
6254 Mark the entry points with ;;;###autoload cookies.
6255
6256 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6257
6258 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6259 correctly in the detached head case.
6260 (vc-git-print-log): Remove unused binding.
6261
6262 * vc.el (vc-responsible-backend): When a directory is passed for
6263 for registration create a VC repository if no backend is
6264 responsible for the directory argument.
6265 (vc-deduce-fileset): Tell vc-responsible-backend to register.
6266
6267 * vc.el: Move comments about RCS and SCCS ...
6268 * vc-rcs.el:
6269 * vc-sccs.el: ... here, respectively.
6270
6271 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6272
6273 * minibuffer.el (completion--file-name-table): Return nil if there's
6274 no file completion, even if substitute-in-file-name changed
6275 the string (bug#4708).
6276
6277 2009-10-13 Juri Linkov <juri@jurta.org>
6278
6279 * files-x.el (read-file-local-variable-value): Don't filter out
6280 minor modes from mode name completion (bug#4664).
6281
6282 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6283
6284 * international/mule-cmds.el (ucs-names): Remove exclusion of
6285 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6286
6287 2009-10-13 Kenichi Handa <handa@m17n.org>
6288
6289 * international/uni-name.el: Regenerated.
6290
6291 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6292
6293 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6294 should be automatically buffer-local, but isn't.)
6295
6296 2009-10-12 Sam Steingold <sds@gnu.org>
6297
6298 * progmodes/compile.el (compilation-next-error-function): Fix the
6299 timestamps if the buffer has been visited before.
6300 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6301 non-anchored patterns, like the perl one (bug#3928).
6302
6303 2009-10-12 Glenn Morris <rgm@gnu.org>
6304
6305 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6306 Let-bind `size'.
6307
6308 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
6309
6310 * proced.el (proced-unload-function): New function.
6311
6312 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6313 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6314 Doc fix.
6315
6316 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6317
6318 2009-10-11 Juri Linkov <juri@jurta.org>
6319
6320 * files-x.el (read-file-local-variable-value):
6321 Provide default value only for bound variables (bug#4664).
6322
6323 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
6324
6325 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6326 connection methods like smb.
6327
6328 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6329 can be empty.
6330
6331 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6332 (tramp-smb-file-name-handler-alist): Add handlers for
6333 `add-name-to-file', `make-symbolic-link'.
6334 (tramp-smb-handle-add-name-to-file)
6335 (tramp-smb-do-file-attributes-with-stat)
6336 (tramp-smb-handle-make-symbolic-link)
6337 (tramp-smb-get-cifs-capabilities): New defuns.
6338 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6339 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6340 (tramp-smb-handle-file-local-copy)
6341 (tramp-smb-handle-make-directory-internal)
6342 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6343 The file name syntax depends on cifs capabilities.
6344 (tramp-smb-handle-file-attributes):
6345 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6346 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6347 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6348
6349 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
6350
6351 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6352 (eieio-defclass): Apply deftype handler and setf-method properties
6353 directly.
6354 (eieio-add-new-slot): Avoid union function from cl library.
6355 (eieio--typep): New function.
6356 (eieio-perform-slot-validation): Use it.
6357
6358 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6359
6360 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6361 Update documentation to refer to the variables documented in r1.135.
6362 (Bug#4188)
6363
6364 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6365
6366 * bookmark.el (Info-suffix-list): Remove this unused variable.
6367 (bookmark-current-point): Remove this obsolete variable.
6368 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6369 Adjust for removal of bookmark-current-point.
6370
6371 (bookmarks-already-loaded, bookmark-current-buffer)
6372 (bookmark-yank-point): Document. (Bug#4188)
6373
6374 2009-10-10 Glenn Morris <rgm@gnu.org>
6375
6376 * frame.el (frame-height): Doc fix.
6377
6378 * calendar/calendar.el (calendar-split-width-threshold): New option.
6379 (calendar-basic-setup): Use calendar-split-width-threshold.
6380
6381 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
6382
6383 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6384 Use .la for Automake.
6385
6386 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
6387
6388 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6389 Use "autoreconf -i". Suggested by Andreas Schwab.
6390
6391 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
6392
6393 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6394 Ideographic Supplement" range (U+1F200..U+1F2FF).
6395
6396 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6397
6398 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6399 since the list will have been rebuilt anyway. (Bug#4349)
6400
6401 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6402
6403 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6404 (bookmark-bmenu-execute-deletions): Don't save here, as
6405 bookmark-delete will now do so if necessary.
6406 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6407 (Bug#4348)
6408
6409 2009-10-09 Glenn Morris <rgm@gnu.org>
6410
6411 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6412
6413 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6414
6415 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6416 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6417 argument now, so the two function's behaviors will match. (Bug#3645)
6418
6419 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6420
6421 * cedet/ede/proj.el (project-make-dist, project-compile-project):
6422 Fix filename test.
6423 (ede-proj-dist-makefile): Use expand-file-name instead of concat
6424 to expand file names.
6425
6426 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
6427
6428 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6429 (tramp-file-name-real-host, tramp-file-name-port):
6430 Apply `save-match-data'.
6431
6432 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6433 case both directories are remote.
6434 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6435 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6436
6437 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6438
6439 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6440 (ede-proj-target-makefile-objectcode): Use it.
6441
6442 * cedet/ede/source.el (ede-want-any-source-files-p)
6443 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6444 Return search result. This error was introduced while merging.
6445
6446 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6447
6448 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6449
6450 2009-10-07 Glenn Morris <rgm@gnu.org>
6451
6452 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6453 of concat.
6454
6455 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6456
6457 * files-x.el (read-file-local-variable): Include some
6458 non-user-variables in the completion table (bug#4664).
6459
6460 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
6461
6462 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6463 message.
6464
6465 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6466 (tramp-smb-file-name-handler-alist): Add handler for
6467 `copy-directory', `expand-file-name', `set-file-modes'.
6468 (tramp-smb-handle-copy-directory)
6469 (tramp-smb-handle-expand-file-name)
6470 (tramp-smb-handle-set-file-modes): New defuns.
6471 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6472 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6473 entry.
6474 (tramp-smb-handle-insert-directory): Don't flush the cache.
6475 (tramp-smb-maybe-open-connection): Check for samba client and
6476 server versions.
6477
6478 2009-10-07 Eli Zaretskii <eliz@gnu.org>
6479
6480 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6481 to not error out of search for "^lisp=" fails.
6482
6483 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6484
6485 * makefile.w32-in (WINS_UPDATES): New macro.
6486 (custom-deps, finder-data, autoloads): Use it.
6487
6488 2009-10-07 Glenn Morris <rgm@gnu.org>
6489
6490 * Makefile.in (autoloads): Revert previous change.
6491 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6492 the list of preloaded files passed on the command-line, get
6493 it from src/Makefile.
6494
6495 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6496 show the original buffer rather than a random one.
6497
6498 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
6499
6500 * help.el (describe-no-warranty): Place point in a slightly better
6501 position in the GPLv3 text.
6502
6503 2009-10-06 Sam Steingold <sds@gnu.org>
6504
6505 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6506 the comm attribute is present before calling regexp-quote.
6507
6508 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
6509
6510 * play/animate.el (animate-string): For good effect, make sure
6511 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6512
6513 * play/animate.el (animate-sequence, animate-birthday-present):
6514 * misc.el (butterfly): Don't set `indent-tabs-mode'.
6515
6516 2009-10-06 Glenn Morris <rgm@gnu.org>
6517
6518 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6519
6520 * emacs-lisp/autoload.el (autoload-excludes): New variable.
6521 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6522 (batch-update-autoloads): Process a string value of autoload-excludes,
6523 set during the build process.
6524 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
6525
6526 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6527 inside with-parsed... macro so that `v' is defined.
6528
6529 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6530 * progmodes/fortran.el (fortran-end-of-block)
6531 (fortran-beginning-of-block):
6532 Also push mark in the macro case.
6533
6534 * emerge.el (emerge-show-file-name):
6535 * calc/calc.el (calc-quit):
6536 * calc/calc-misc.el (calc-big-or-small):
6537 * calc/calc-graph.el (calc-graph-view):
6538 * calc/calc-ext.el (calc-reset):
6539 * calendar/calendar.el (calendar-basic-setup):
6540 Use window-full-height-p.
6541
6542 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6543 header we don't understand, don't insert another. (Bug#4624)
6544 If changing mime charset, insert the new one in the right place.
6545
6546 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
6547
6548 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6549 (cal-tex-cursor-month): Correctly increment the end date for diary and
6550 holiday listing. (Bug#4626)
6551
6552 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6553
6554 * help-fns.el (describe-function-1): Don't burp if the function is not
6555 a symbol.
6556
6557 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
6558
6559 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6560 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6561 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6562 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6563
6564 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6565 (eieio-default-superclass): Reflow docstrings.
6566 (this, class-option-assoc, defclass, eieio-class-un-autoload)
6567 (eieio-unbind-method-implementations, defmethod)
6568 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6569 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6570 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6571 (eieio-slot-originating-class-p, eieio-slot-name-index)
6572 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6573 (constructor, initialize-instance, no-next-method, object-print)
6574 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6575 Fix typos in docstrings.
6576 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6577 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6578 (next-method-p): Doc fixes.
6579 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6580 Fix typos in error messages.
6581 (eieio-defmethod): Fix typo in description of generic method.
6582
6583 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6584 (eieio-persistent-save-interactive, slot-missing):
6585 Fix typos in docstrings.
6586 (eieio-instance-inheritor-slot-boundp): Doc fix.
6587
6588 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6589 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6590
6591 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6592 (eieio-custom-object-apply-reset):
6593 Fix typos in docstrings and error messages.
6594
6595 * emacs-lisp/eieio-datadebug.el (data-debug-show):
6596 Fix typo in docstring.
6597
6598 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6599 (eieio-browse-tree): Doc fix.
6600 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6601 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6602 Fix typos in docstrings.
6603
6604 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6605 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6606 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6607 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6608 Reflow docstrings.
6609
6610 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6611
6612 * vc-hg.el (log-view-vc-backend): Declare for compiler.
6613 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6614 Set log-view-vc-backend so that diff can work.
6615
6616 * log-view.el (log-view-diff): Use vc-diff-internal instead of
6617 vc-version-diff.
6618 (vc-diff-internal): Autoload this instead of vc-version-diff.
6619
6620 2009-10-05 Eli Zaretskii <eliz@gnu.org>
6621
6622 * simple.el (eval-expression): Doc fix.
6623
6624 * progmodes/cwarn.el (cwarn-mode): Doc fix.
6625
6626 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
6627
6628 * files.el (directory-files-no-dot-files-regexp): New defconst.
6629 (delete-directory): Use it.
6630 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
6631
6632 * net/tramp.el (tramp-verbose): Fix docstring.
6633 (tramp-methods): Add recursive option to `tramp-copy-args'.
6634 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
6635 "scp1_old", "scp2_old", "rsync", "rsyncc".
6636 (tramp-default-method): Check also for `auth-source-user-or-password'.
6637 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6638 Add handler for `copy-directory'.
6639 (tramp-handle-copy-directory): New defun.
6640 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6641 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6642 Optimize sent command.
6643
6644 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6645
6646 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6647 window if necessary.
6648
6649 * calendar/calendar.el (calendar-basic-setup): Don't call
6650 switch-to-buffer in a dedicated window.
6651
6652 2009-10-05 Karl Fogel <kfogel@red-bean.com>
6653
6654 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6655 don't do anything related to relocating, just return nil.
6656 (bookmark-error-no-filename): New error.
6657 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6658 bookmark has no file. Don't even attempt to handle things that
6659 are not files; the whole point of custom handlers is to keep that
6660 knowledge elsewhere anyway. Tighten some comments.
6661 (bookmark-file-or-variation-thereof): Remove now-unused function.
6662 (bookmark-location): Doc string fix.
6663 (Bug#4250)
6664
6665 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6666
6667 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6668 don't use a file dialog, because they usually don't know how to read
6669 a directory target from the user. (Bug#4230)
6670 Also, make sure the prompt can display directories as well as files.
6671
6672 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6673
6674 * bookmark.el (bookmark-set, bookmark-buffer-name):
6675 Improve doc strings. (Bug#1193)
6676
6677 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6678
6679 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6680 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6681 (bookmark-get-annotation, bookmark-set-annotation)
6682 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6683 (bookmark-set-position, bookmark-get-front-context-string)
6684 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6685 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6686 (bookmark-jump-other-window, bookmark-handle-bookmark)
6687 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6688 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6689 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6690 Improve doc strings to say whether bookmark can be a string or
6691 a record or both, and make other consistency and clarity fixes.
6692 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6693 (bookmark-default-annotation-text, bookmark-yank-word)
6694 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6695 (bookmark-import-new-list, bookmark-maybe-rename)
6696 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6697 (bookmark-bmenu-bookmark): Give these doc strings.
6698 (bookmark-bmenu-check-position): Give this a doc string, but also
6699 add a FIXME comment about how the function may be pointless.
6700 (bookmark-default-handler): Rework doc string and change a
6701 parameter name, to clarify that this takes a bookmark record
6702 not a bookmark name.
6703 (bookmark-set): Change a parameter name to indicate its meaning,
6704 and improve the doc string a bit.
6705 (Bug#4188)
6706
6707 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6708
6709 * bookmark.el (bookmark-alist): Document the new `handler' element
6710 in the param alist.
6711 (bookmark-make-record-function): Adjust documentation for above.
6712 (Bug#4193)
6713
6714 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6715
6716 * info.el (Info-bookmark-make-record): Document this function.
6717 (Info-bookmark-jump): Document with a doc string, not just a comment.
6718 (Bug#4203)
6719
6720 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6721
6722 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6723 (semantic-new-buffer-fcn): Call parser setup functions here.
6724 (semantic-mode): Don't call parser setup functions here, it's done
6725 in semantic-new-buffer-fcn now.
6726 (semantic-mode): Parse all existing buffers when enabled.
6727
6728 * cedet/srecode/compile.el (srecode-compile-file):
6729 Call semantic-new-buffer-fcn if the buffer has not been parsed.
6730
6731 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6732
6733 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6734
6735 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6736 (proj-comp-insert-variable-once): New macro, renamed from
6737 ede-pmake-insert-variable-once in ede/pmake.edl.
6738 (ede-proj-makefile-insert-variables): Use it.
6739
6740 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
6741
6742 * files.el (copy-directory): New defun.
6743
6744 * dired-aux.el (dired-copy-file-recursive): Use it.
6745
6746 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6747
6748 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6749 (makefile-end-of-command):
6750 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6751 (semantic-end-of-context): Fix previous change. Doc fixes.
6752
6753 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6754
6755 * files-x.el (modify-dir-local-variable)
6756 (copy-dir-locals-to-file-locals-prop-line):
6757 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6758 (makefile-end-of-command):
6759 * cedet/semantic/lex.el (semantic-lex-token):
6760 * cedet/semantic/analyze/fcn.el
6761 (semantic-analyze-dereference-metatype-1):
6762 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6763 (semantic-lex-cpp-undef):
6764 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6765 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6766 (semantic-end-of-context): Fix typos in docstrings.
6767
6768 * recentf.el (recentf-unload-function): New function.
6769
6770 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6771
6772 * cedet/ede.el (ede-project-placeholder-cache-file):
6773 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6774 * cedet/srecode/map.el (srecode-map-save-file):
6775 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
6776
6777 2009-10-04 Glenn Morris <rgm@gnu.org>
6778
6779 * window.el (window-full-height-p): Add doc string.
6780
6781 2009-10-04 Martin Rudalics <rudalics@gmx.at>
6782
6783 * window.el (window-full-height-p): New function. (Bug#4543)
6784
6785 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
6786
6787 * cedet/srecode/insert.el: Require srecode/args.
6788
6789 * cedet/srecode/args.el: Require srecode/dictionary instead of
6790 srecode/insert.
6791
6792 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6793
6794 * files.el (auto-mode-alist): Add .srt and Project.ede.
6795
6796 * cedet/semantic.el (semantic-mode):
6797 Handle srecode-template-mode-hook as well.
6798 (semantic-mode): Use js-mode-hook for Javascript hook.
6799
6800 * cedet/srecode/template.el: Remove hook variable.
6801
6802 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6803
6804 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6805 projects exist.
6806 (ede-project-placeholder-cache-file): Default to a file in
6807 user-emacs-directory.
6808
6809 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6810 templates in data-directory.
6811 (srecode-map-save-file): Default to a file in user-emacs-directory.
6812
6813 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6814 directory.
6815
6816 2009-09-30 Eric Ludlam <zappo@gnu.org>
6817
6818 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6819 Doc fix.
6820
6821 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6822 Only insert each variable once.
6823
6824 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6825 (ede-pmake-insert-variable-shared): Use it.
6826
6827 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6828 for lexical table iff table is nil.
6829
6830 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6831
6832 * vc.el: Remove commented out code.
6833 (vc-derived-from-dir-mode): Remove, unused.
6834 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6835
6836 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
6837
6838 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6839 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
6840 there could be recursive loading when `default-directory' is a
6841 remote file name. (Bug#4614)
6842
6843 2009-10-03 Glenn Morris <rgm@gnu.org>
6844
6845 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6846 the frame is wide.
6847 (calendar-generate-window): Test for shrinkability rather than width.
6848
6849 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6850 declaration, currently false.
6851
6852 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6853 reusing existing buffers, in case we happen to visit two files with the
6854 same basename. (Bug#4593)
6855
6856 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6857
6858 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6859 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6860 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6861 subdirs of cedet as well.
6862 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6863
6864 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6865
6866 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6867 Obey advertised-signature-table.
6868
6869 * help-fns.el (help-function-arglist): Don't check
6870 advertised-signature-table.
6871 (describe-function-1): Do it here instead so it also applies to subrs.
6872
6873 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
6874
6875 * simple.el (start-file-process): Say in the doc-string, that file
6876 handlers might not support pty association, if PROGRAM is nil.
6877
6878 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6879 HOST and USER are strings. They are nil, when there are
6880 incomplete entries in ~/.netrc, for example.
6881 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6882 root directory ("device busy" error otherwise).
6883
6884 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6885 Flush file properties of created directory.
6886
6887 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6888
6889 * makefile.w32-in (WINS_BASIC): Remove cedet.
6890 (WINS_CEDET): Add cedet.
6891 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6892
6893 2009-10-02 Kevin Ryde <user42@zip.com.au>
6894
6895 * net/browse-url.el (browse-url): Pass any symbol in
6896 browse-url-browser-function to `apply', since if you've mistakenly put
6897 an unbound symbol then the error is clearer. (Bug#4531)
6898
6899 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6900
6901 * allout.el (allout-init, allout-back-to-current-heading)
6902 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6903 (allout-ascend, allout-up-current-level, allout-end-of-level)
6904 (allout-previous-visible-heading, allout-forward-current-level)
6905 (allout-backward-current-level, allout-show-children):
6906 * apropos.el (apropos-describe-plist):
6907 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6908 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6909 * completion.el (add-completion, add-permanent-completion):
6910 * descr-text.el (describe-text-category, describe-char):
6911 * desktop.el (desktop-lazy-abort):
6912 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6913 * dired.el (dired-build-subdir-alist):
6914 * ediff.el (ediff-version):
6915 * elide-head.el (elide-head, elide-head-show):
6916 * emerge.el (emerge-version):
6917 * env.el (getenv):
6918 * face-remap.el (variable-pitch-mode):
6919 * faces.el (describe-face):
6920 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6921 (dired-at-point):
6922 * files.el (find-file-existing, auto-save-mode):
6923 * font-lock.el (font-lock-fontify-buffer):
6924 * help-fns.el (describe-function, describe-variable)
6925 (describe-syntax, describe-categories):
6926 * help.el (view-lossage, describe-bindings, describe-key)
6927 (describe-mode):
6928 * hexl.el (hexl-current-address):
6929 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6930 * info.el (Info-goto-emacs-key-command-node):
6931 * log-edit.el (log-edit-insert-cvs-template)
6932 (log-edit-insert-cvs-rcstemplate):
6933 * menu-bar.el (menu-bar-mode):
6934 * mouse.el (mouse-appearance-menu):
6935 * newcomment.el (comment-indent-new-line):
6936 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6937 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6938 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6939 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6940 * recentf.el (recentf-mode):
6941 * savehist.el (savehist-mode, savehist-save):
6942 * shadowfile.el (shadow-copy-files):
6943 * simple.el (kill-ring-save, next-line, previous-line)
6944 (normal-erase-is-backspace-mode):
6945 * strokes.el (strokes-update-window-configuration)
6946 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6947 (strokes-xpm-for-stroke):
6948 * time.el (emacs-uptime, emacs-init-time):
6949 * tutorial.el (tutorial--describe-nonstandard-key)
6950 (tutorial--detailed-help):
6951 * type-break.el (type-break-mode)
6952 (type-break-mode-line-message-mode, type-break-query-mode)
6953 (type-break-guesstimate-keystroke-threshold):
6954 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6955 * version.el (emacs-version):
6956 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6957 * winner.el (winner-mode):
6958 * calendar/timeclock.el (timeclock-in, timeclock-out)
6959 (timeclock-status-string, timeclock-change)
6960 (timeclock-workday-remaining-string)
6961 (timeclock-workday-elapsed-string)
6962 (timeclock-when-to-leave-string):
6963 * calendar/todo-mode.el (todo-add-category):
6964 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6965 * emacs-lisp/autoload.el (update-file-autoloads):
6966 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6967 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6968 (checkdoc-message-text, checkdoc-defun):
6969 * emacs-lisp/debug.el (debugger-list-functions):
6970 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6971 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6972 (eieio-describe-generic):
6973 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6974 * emacs-lisp/shadow.el (list-load-path-shadows):
6975 * emulation/cua-base.el (cua-mode):
6976 * emulation/edt.el (edt-set-scroll-margins):
6977 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6978 (tpu-toggle-regexp, tpu-toggle-search-direction)
6979 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6980 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6981 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6982 (viper-set-parsing-style-toggling-macro)
6983 (viper-set-emacs-state-searchstyle-macros):
6984 * emulation/viper.el (viper-set-hooks):
6985 * eshell/esh-mode.el (eshell-truncate-buffer):
6986 * international/mule-cmds.el (prefer-coding-system)
6987 (describe-input-method, describe-language-environment):
6988 * international/mule-diag.el (list-character-sets)
6989 (describe-character-set, describe-coding-system)
6990 (describe-fontset, list-fontsets, list-input-methods):
6991 * mail/sendmail.el (mail-signature):
6992 * net/ange-ftp.el (ange-ftp-copy-file):
6993 * net/browse-url.el (browse-url):
6994 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6995 * net/quickurl.el (quickurl-add-url):
6996 * net/rcirc.el (names, topic):
6997 * net/xesam.el (xesam-mode):
6998 * play/5x5.el (5x5-new-game):
6999 * play/yow.el (apropos-zippy):
7000 * progmodes/ada-mode.el (ada-mode-version):
7001 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7002 (f90-end-of-block)
7003 (f90-beginning-of-block):
7004 * progmodes/fortran.el (fortran-end-of-block)
7005 (fortran-beginning-of-block):
7006 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7007 * progmodes/python.el (python-describe-symbol, python-shell):
7008 * term/ns-win.el (ns-print-buffer):
7009 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7010 * textmodes/flyspell.el (flyspell-mode-on):
7011 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7012 (pages-directory-for-addresses):
7013 * textmodes/table.el (table-recognize-cell)
7014 (table-query-dimension, table-generate-source)
7015 (table-insert-sequence, table--warn-incompatibility):
7016 * textmodes/tex-mode.el (tex-validate-buffer):
7017 * textmodes/texinfmt.el (texinfmt-version)
7018 (texinfo-format-buffer):
7019 Use `called-interactively-p' instead of `interactive-p'.
7020
7021 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7022
7023 * image-mode.el (image-toggle-display):
7024 * emacs-lisp/elp.el (elp-instrument-function):
7025 * emacs-lisp/advice.el (ad-make-advised-definition):
7026 * emacs-lisp/easy-mmode.el (define-minor-mode):
7027 * net/browse-url.el (browse-url-maybe-new-window):
7028 * progmodes/sh-script.el (sh-learn-buffer-indent):
7029 Pass new argument 'any to `called-interactively-p'.
7030
7031 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7032
7033 * international/uni-bidi.el:
7034 * international/uni-category.el:
7035 * international/uni-combining.el:
7036 * international/uni-comment.el:
7037 * international/uni-decimal.el:
7038 * international/uni-decomposition.el:
7039 * international/uni-digit.el:
7040 * international/uni-lowercase.el:
7041 * international/uni-mirrored.el:
7042 * international/uni-name.el:
7043 * international/uni-numeric.el:
7044 * international/uni-old-name.el:
7045 * international/uni-titlecase.el:
7046 * international/uni-uppercase.el:
7047 Regenerate from Unicode 5.2.0 data.
7048
7049 2009-10-01 Glenn Morris <rgm@gnu.org>
7050
7051 * Makefile.in (ELCFILES): Regenerate.
7052
7053 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7054
7055 * subr.el (interactive-p): Mark obsolete.
7056 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7057 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7058 advertised-signature-table for subroutines as well.
7059
7060 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7061 (set-advertised-calling-convention): New function.
7062 (make-obsolete, define-obsolete-function-alias)
7063 (make-obsolete-variable, define-obsolete-variable-alias):
7064 Make the optional-ness of `when' obsolete.
7065 (define-obsolete-face-alias): Make `when' non-optional.
7066 * help-fns.el (help-function-arglist):
7067 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7068 Use advertised-signature-table.
7069
7070 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7071
7072 * files.el (delete-directory): New defun. The original function
7073 in fileio.c has been renamed to `delete-directory-internal'.
7074
7075 * dired.el (dired-delete-file): Call `delete-directory' with
7076 RECURSIVE parameter.
7077
7078 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7079 parameter RECURSIVE. Implementation is missing.
7080
7081 * net/tramp.el (tramp-handle-make-directory): Flush upper
7082 directory's file properties.
7083 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7084 (tramp-handle-dired-recursive-delete-directory): Flush directory
7085 properties after the remove command only.
7086
7087 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7088 Handle optional parameter RECURSIVE.
7089
7090 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7091 Handle optional parameter RECURSIVE.
7092
7093 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7094 connection timeout.
7095 (tramp-smb-handle-delete-directory): Handle optional parameter
7096 RECURSIVE.
7097
7098 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7099
7100 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7101 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7102 (byte-compile-defmacro): Use backquotes.
7103
7104 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7105
7106 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7107 has no associated file.
7108 (vc-resynch-buffer): Use vc-dir-buffers.
7109
7110 2009-10-01 Glenn Morris <rgm@gnu.org>
7111
7112 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7113 (chart-file-count):
7114 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7115 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7116 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7117 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7118 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7119 (eieio-copy-parents-into-subclass, make-instance, class-children)
7120 (eieio-generic-form):
7121 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7122 * cedet/cedet-idutils.el (cedet-idutils-search)
7123 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7124 (cedet-idutils-version-check):
7125 * cedet/cedet.el (cedet-version):
7126 * cedet/data-debug.el (data-debug-insert-overlay-button)
7127 (data-debug-insert-overlay-list-button)
7128 (data-debug-insert-buffer-button)
7129 (data-debug-insert-buffer-list-button)
7130 (data-debug-insert-process-button, data-debug-insert-ring-button)
7131 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7132 (data-debug-insert-stuff-vector-button)
7133 (data-debug-insert-symbol-button, data-debug-insert-string)
7134 (data-debug-insert-number, data-debug-insert-lambda-expression)
7135 (data-debug-insert-nil, data-debug-insert-simple-thing)
7136 (data-debug-insert-custom, data-debug-edebug-expr):
7137 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7138 (global-ede-mode-map, ede-new, ede-debug-target)
7139 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7140 * cedet/semantic.el (semantic-minimum-working-buffer-size)
7141 (semantic-fetch-tags, semantic-submode-list)
7142 (semantic-default-submodes):
7143 * cedet/ede/source.el (ede-source-match):
7144 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7145 (project-am-package-info):
7146 * cedet/ede/proj.el (ede-proj-target, project-new-target):
7147 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7148 * cedet/ede/proj-comp.el (ede-current-build-list):
7149 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7150 * cedet/ede/files.el (ede-toplevel-project-or-nil):
7151 * cedet/ede/cpp-root.el (initialize-instance):
7152 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7153 (autoconf-parameter-strip, autoconf-insert-new-macro):
7154 * cedet/semantic/wisent.el (wisent-lex-eoi):
7155 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7156 (semantic-show-parser-state-mode):
7157 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7158 * cedet/semantic/tag.el (semantic-tag-new-variable)
7159 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7160 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7161 (semantic--tag-deep-copy-tag-list)
7162 (semantic-tag-components-with-overlays-default):
7163 * cedet/semantic/symref.el (semantic-symref-find-text):
7164 * cedet/semantic/senator.el (senator-yank-tag)
7165 (senator-transpose-tags-up):
7166 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7167 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7168 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7169 * cedet/semantic/lex.el (semantic-lex-comment-regex)
7170 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7171 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7172 * cedet/semantic/lex-spp.el
7173 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7174 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7175 * cedet/semantic/idle.el
7176 (semantic-idle-summary-current-symbol-info-brutish)
7177 (semantic-idle-summary-current-symbol-info-default):
7178 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7179 (semantic--grammar-macro-compl-dict):
7180 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7181 * cedet/semantic/format.el (semantic-format-tag-custom-list)
7182 (semantic-format-tag-canonical-name-default):
7183 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7184 (semantic-find-tags-for-completion)
7185 (semantic-find-tags-by-scope-protection-default)
7186 (semantic-deep-find-tags-for-completion):
7187 * cedet/semantic/edit.el
7188 (semantic-edits-incremental-reparse-failed-hook)
7189 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7190 (semantic-edits-splice-remove, semantic-edits-splice-replace):
7191 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7192 * cedet/semantic/dep.el (semantic-dependency-include-path):
7193 * cedet/semantic/db.el (semanticdb-default-find-index-class)
7194 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7195 (semanticdb-project-roots):
7196 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7197 (semanticdb-find-adebug-insert-scanned-tag-cons)
7198 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7199 (semanticdb-brute-deep-find-tags-for-completion):
7200 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7201 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7202 (semantic-end-of-context-default)
7203 (semantic-ctxt-current-function-default)
7204 (semantic-ctxt-scoped-types-default):
7205 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7206 (semantic-complete-inline-tag-engine)
7207 (semantic-complete-inline-custom-type)
7208 (semantic-complete-read-tag-analyzer):
7209 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7210 (semantic-chart-database-size):
7211 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7212 (semantic-analyze-current-context):
7213 * cedet/semantic/symref/list.el (semantic-symref)
7214 (semantic-symref-hide-buffer, semantic-symref-symbol):
7215 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7216 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7217 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7218 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7219 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7220 (semantic-c-dereference-template):
7221 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7222 (semantic--analyze-refs-full-lookup-with-parents)
7223 (semantic--analyze-refs-full-lookup-simple):
7224 * cedet/semantic/analyze/complete.el
7225 (semantic-analyze-possible-completions):
7226 * cedet/srecode/table.el (srecode-mode-table-new):
7227 * cedet/srecode/srt.el (srecode-read-variable-name):
7228 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7229 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7230 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7231 * cedet/srecode/map.el (srecode-current-map):
7232 * cedet/srecode/insert.el (srecode-insert)
7233 (srecode-insert-variable-secondname-handler, srecode-insert-method)
7234 (srecode-template-inserter-point-override)
7235 (srecode-insert-include-lookup):
7236 * cedet/srecode/getset.el (srecode-auto-choose-class):
7237 * cedet/srecode/extract.el (srecode-inserter-extract):
7238 * cedet/srecode/document.el
7239 (srecode-document-autocomment-return-last-alist)
7240 (srecode-document-autocomment-param-type-alist)
7241 (srecode-document-insert-function-comment)
7242 (srecode-document-insert-variable-one-line-comment)
7243 (srecode-document-function-name-comment):
7244 * cedet/srecode/dictionary.el (srecode-create-dictionary)
7245 (srecode-compound-toString):
7246 * cedet/srecode/compile.el (srecode-flush-active-templates):
7247 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
7248 Doc/message fixes.
7249
7250 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7251 match-data. (Bug#4555).
7252
7253 * cedet/semantic/bovine/gcc.el
7254 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7255 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7256
7257 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7258 rather than parsing it as a regexp. This relaxes the layout
7259 requirements and makes errors easier to detect.
7260 (check-declare-verify): Check file is regular.
7261 (check-declare-directory): Doc fix.
7262 * subr.el (declare-function): Doc fix.
7263
7264 * ibuffer.el (ibuffer-format-qualifier):
7265 * isearch.el (hi-lock-regexp-okay):
7266 * calc/calc.el (math-zerop):
7267 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7268 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7269 Remove unused declarations.
7270
7271 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7272
7273 * cedet/semantic/wisent/javat-wy.el
7274 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7275
7276 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
7277
7278 * cedet/srecode/expandproto.el: Fix provide statement.
7279
7280 2009-09-30 Eric Ludlam <zappo@gnu.org>
7281
7282 * emacs-lisp/eieio.el (boolean-p): Delete.
7283
7284 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
7285
7286 * cedet/ede/srecode.el: Fix provide statement.
7287
7288 2009-09-30 Glenn Morris <rgm@gnu.org>
7289
7290 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7291 * cedet/ede/proj-aux.el (ede-aux-source):
7292 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7293 (ede-misc-source):
7294 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7295 (semantic-mrub-switch-tags): Fix doc typos.
7296
7297 * cedet/semantic/db-global.el (data-debug-new-buffer)
7298 (data-debug-insert-thing): Remove unneeded declarations (one broken).
7299 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7300
7301 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7302
7303 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7304 use of CL function `remove-if-not'.
7305
7306 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7307
7308 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7309 filename is not a string.
7310
7311 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
7312
7313 * files.el (safe-local-eval-forms): Fix typo.
7314
7315 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7316
7317 * vc-hooks.el (vc-dir-buffers): New var.
7318 (vc-state-refresh): New function.
7319 (vc-state): Use it.
7320 (vc-after-save): Always ask the backend to recompute the new state.
7321 Always call vc-dir if necessary, using vc-dir-buffers.
7322 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7323 Use vc-dir-buffers.
7324 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7325 (vc-dir-prepare-status-buffer, vc-dir-update)
7326 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7327 Don't call expand-file-name on default-directory.
7328
7329 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7330
7331 * speedbar.el (speedbar-item-delete):
7332 * calc/calc-prog.el (calc-kbd-if):
7333 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7334
7335 * epa.el (epa-key-list-mode-map):
7336 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7337
7338 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7339 (hs-show-hook): Fix typo in docstring.
7340
7341 2009-09-29 Glenn Morris <rgm@gnu.org>
7342
7343 * cedet/semantic/symref/idutils.el:
7344 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7345
7346 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7347
7348 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7349 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7350 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7351 Mark declarations not understood by check-declare.
7352
7353 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7354 file-name-nondirectory call preventing location of cedet files.
7355 (check-declare-verify): Use literal search rather than re-search.
7356 Add basic defmethod and defclass, and define-overloadable-function.
7357
7358 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7359 Use tramp-compat-file-attributes rather than nonexistent
7360 tramp-compat-handle-file-attributes.
7361
7362 * Makefile.in (lisptagsfiles4): New.
7363 (AUTOGENEL): Add cedet loaddefs files.
7364 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7365 (update-elclist, compile-always, backup-compiled-files)
7366 (bootstrap-clean): Add yet another directory level.
7367 (update-elclist): Use LC_COLLATE rather than COLLATE.
7368 (ELCFILES): Update, via `make update-elclist'.
7369
7370 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7371
7372 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7373 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7374 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7375
7376 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7377
7378 * Makefile.in (lisptagsfiles3): Define.
7379 (TAGS, TAGS-LISP): Use it.
7380 (update-elclist): Add third directory level to look for elc files.
7381 (compile-always): Likewise.
7382 (backup-compiled-files): Likewise.
7383 (bootstrap-clean): Likewise.
7384 (ELCFILES): Update.
7385
7386 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
7387
7388 * Makefile.in (ELCFILES): Add CEDET files.
7389
7390 2009-09-28 Eric Ludlam <zappo@gnu.org>
7391
7392 CEDET (development tools) package merged.
7393
7394 * cedet/*.el:
7395 * cedet/ede/*.el:
7396 * cedet/semantic/*.el:
7397 * cedet/srecode/*.el: New files.
7398
7399 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
7400
7401 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7402
7403 * net/tramp.el (top): Require tramp-imap.
7404
7405 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7406 Use `tramp-compat-handle-file-attributes'.
7407
7408 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7409
7410 * net/tramp-imap.el: New package.
7411
7412 2009-09-28 Eric Ludlam <zappo@gnu.org>
7413
7414 * emacs-lisp/chart.el:
7415 * emacs-lisp/eieio-base.el:
7416 * emacs-lisp/eieio-comp.el:
7417 * emacs-lisp/eieio-custom.el:
7418 * emacs-lisp/eieio-datadebug.el:
7419 * emacs-lisp/eieio-opt.el:
7420 * emacs-lisp/eieio-speedbar.el:
7421 * emacs-lisp/eieio.el: New files.
7422
7423 * cedet/cedet-cscope.el:
7424 * cedet/cedet-files.el:
7425 * cedet/cedet-global.el:
7426 * cedet/cedet-idutils.el:
7427 * cedet/data-debug.el:
7428 * cedet/inversion.el:
7429 * cedet/mode-local.el:
7430 * cedet/pulse.el: New files.
7431
7432 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7433
7434 * whitespace.el (whitespace-trailing-regexp)
7435 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7436 Fix doc string.
7437
7438 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
7439
7440 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7441 menu.
7442
7443 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7444 menu-bar-ediff-menu.
7445
7446 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7447 define-overloadable-function.
7448
7449 * progmodes/autoconf.el: Provide autoconf as well, so that this
7450 file can be `require'd.
7451
7452 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7453
7454 * emacs-lisp/autoload.el (generated-autoload-feature)
7455 (generated-autoload-load-name): New vars.
7456 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7457 (make-autoload): Recognize define-overloadable-function and
7458 defclass forms (for EIEIO).
7459
7460 * Makefile.in (update-subdirs): Exclude cedet directory.
7461
7462 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7463
7464 * term/ns-win.el: Don't set the region face background. (Bug#4381)
7465
7466 * faces.el: Default light-background background for region face to
7467 ns_selection_color under NS.
7468
7469 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7470
7471 * net/imap-hash.el: New library, see NEWS.
7472
7473 * Makefile.in (ELCFILES): Add imap-hash.el.
7474
7475 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7476
7477 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7478 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7479 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7480 definition where the docstring could be taken for the return value.
7481
7482 2009-09-26 Glenn Morris <rgm@gnu.org>
7483
7484 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7485 Add option to only show images below a certain size.
7486 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7487 save-excursion calls.
7488
7489 2009-09-26 Eli Zaretskii <eliz@gnu.org>
7490
7491 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7492 subdirectories) and eieio.
7493
7494 2009-09-26 Alan Mackenzie <acm@muc.de>
7495
7496 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7497 buggy bracketing. (Bug#4289)
7498
7499 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7500 character constants (as case labels). (Bug#4289)
7501
7502 2009-09-25 Juri Linkov <juri@jurta.org>
7503
7504 * files.el (safe-local-eval-forms): Allow time-stamp in
7505 before-save-hook (Bug#4554).
7506
7507 2009-09-25 Drew Adams <drew.adams@oracle.com>
7508
7509 * menu-bar.el (list-buffers-directory): Doc fix.
7510
7511 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7512
7513 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7514 Try and avoid copying twice the same paragraph.
7515 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7516 Remove save-excursion.
7517 (log-edit-changelog-entry): Do it here instead.
7518
7519 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
7520
7521 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7522 when available, instead of hardcoding mode names. Doc fix.
7523
7524 * menu-bar.el (list-buffers-directory): Add docstring.
7525 Make automatically buffer-local.
7526
7527 * dired.el (dired-mode):
7528 * files.el (cd-absolute):
7529 * pcvs.el (cvs-temp-buffer):
7530 * pcvs-util.el (cvs-get-buffer-create):
7531 * shell.el (shell-mode):
7532 * vc-dir.el (vc-dir-mode):
7533 Don't make `list-buffers-directory' buffer local.
7534
7535 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7536
7537 * comint.el (comint-exec, comint-run, make-comint):
7538 Doc fixes (Bug#4542).
7539
7540 2009-09-25 Glenn Morris <rgm@gnu.org>
7541
7542 * mail/rmailmm.el (rmail-mime): New custom group.
7543 Move all defcustoms in this file into this group.
7544 (rmail-mime-media-type-handlers-alist): Revert previous change.
7545 (rmail-mime-show-images): New option.
7546 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7547 references to it, since it wasn't actually used for anything.
7548 (rmail-mime-insert-image): New function.
7549 (rmail-mime-image): Use rmail-mime-insert-image.
7550 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7551 obey the value of `rmail-mime-show-images' option. Print the size of
7552 attachments.
7553
7554 2009-09-25 David Engster <deng@randomsample.de>
7555
7556 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7557
7558 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7559
7560 * whitespace.el: Does not highlight trailing spaces While point is
7561 at end of line. Does not highligt spaces at beginning of buffer
7562 while point is at beginning of buffer. Does not highlight spaces
7563 at end of buffer while point is at end of buffer. (Bug#4177)
7564 New version 12.0.
7565 (whitespace-display-mappings): Adjust initialization.
7566 (whitespace-point, whitespace-font-lock-refontify): New vars.
7567 (whitespace-color-on, whitespace-color-off): Adjust code.
7568 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7569 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7570 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7571
7572 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
7573
7574 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7575
7576 * textmodes/sgml-mode.el: Remove xml-mode alias.
7577
7578 * files.el (auto-mode-alist, conf-mode-maybe)
7579 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7580
7581 2009-09-24 Alan Mackenzie <acm@muc.de>
7582
7583 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7584 c-forward-conditionals, but it doesn't move point and doesn't set
7585 the mark.
7586 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7587 (c-down-conditional-with-else, c-backward-conditional)
7588 (c-forward-conditional): Refactor to use c-scan-conditionals.
7589
7590 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7591
7592 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7593 (help-default-arg-highlight): Remove.
7594 (help-highlight-arg): New function.
7595 (help-do-arg-highlight): Use it.
7596 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7597
7598 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7599
7600 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7601 Undo last change, which didn't fix the problem and introduced others.
7602
7603 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
7604
7605 * progmodes/gdb-mi.el: Don't require speedbar.
7606 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7607
7608 2009-09-24 Glenn Morris <rgm@gnu.org>
7609
7610 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7611
7612 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7613
7614 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7615 there is no newline after the final mime boundary. (Bug#4539)
7616 Move markers on insertion so that any buttons inserted don't end up in
7617 the next part of a multipart message.
7618 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7619 (rmail-mime-bulk-handler): Optionally handle images.
7620 (rmail-mime-image): New button action.
7621 (rmail-mime-image-handler): New function.
7622 (rmail-mime-mode): New mode.
7623 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
7624
7625 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7626
7627 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7628 than just dropping elements from it (bug#4504).
7629
7630 * term.el (term-set-scroll-region): Don't move cursor any more.
7631 (term-handle-ansi-escape): Call term-goto here instead.
7632 Suggested by Ivan Kanis <apple@kanis.eu>.
7633
7634 * term.el: Require CL.
7635 (term-ansi-reset): New function.
7636 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7637 (term-handle-colors-array): Simplify.
7638
7639 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7640
7641 * allout.el (allout-overlay-interior-modification-handler)
7642 (allout-obtain-passphrase):
7643 * epa-file.el (epa-file-write-region):
7644 * ps-print.el (ps-begin-job):
7645 * vc-hooks.el (vc-toggle-read-only):
7646 * vc-rcs.el (vc-rcs-rollback):
7647 * vc-sccs.el (vc-sccs-rollback):
7648 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7649 (vc-version-diff, vc-revert, vc-rollback):
7650 * wdired.el (wdired-check-kill-buffer):
7651 * emacs-lisp/authors.el (authors):
7652 * net/socks.el (socks-open-connection):
7653 * net/zeroconf.el (zeroconf-service-add-hook):
7654 * obsolete/vc-mcvs.el (vc-mcvs-register):
7655 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7656 (gdb-select-frame):
7657 * progmodes/grep.el (lgrep, rgrep):
7658 * progmodes/idlw-help.el (idlwave-help-check-locations)
7659 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7660 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7661 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7662 (reftex-toc-rename-label): Fix typos in error messages.
7663
7664 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7665 (dired-copy-how-to-fn): Doc fix.
7666 (dired-files-attributes, dired-read-shell-command):
7667 Fix typos in docstrings.
7668
7669 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7670 (dired-x-find-file-other-window): Reflow docstrings.
7671 (dired-omit-marker-char, dired-read-shell-command)
7672 (dired-x-submit-report): Fix typos in docstrings.
7673
7674 * shell.el (shell-mode-hook):
7675 * view.el (View-scroll-line-forward):
7676 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7677 Fix typos in docstrings.
7678
7679 * net/dig.el (dig-invoke): Fix typo in docstring.
7680 (query-dig): Reflow docstring.
7681
7682 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7683 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7684 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7685 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7686 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7687 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7688 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7689 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7690 (idlwave-completion-map, idlwave-current-indent)
7691 (idlwave-custom-ampersand-surround, idlwave-customize)
7692 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7693 (idlwave-define-abbrev, idlwave-determine-class-special)
7694 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7695 (idlwave-end-block-reg, idlwave-end-of-statement)
7696 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7697 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7698 (idlwave-explicit-class-listed, idlwave-file-header)
7699 (idlwave-fill-paragraph, idlwave-find-class-definition)
7700 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7701 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7702 (idlwave-in-quote, idlwave-indent-action-table)
7703 (idlwave-indent-expand-table, idlwave-indent-line)
7704 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7705 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7706 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7707 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7708 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7709 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7710 (idlwave-outlawed-buffers, idlwave-popup-select)
7711 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7712 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7713 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7714 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7715 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7716 (idlwave-statement-type, idlwave-struct-skip)
7717 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7718 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7719 (idlwave-what-module-find-class): Fix typos in docstrings.
7720 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7721 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7722 (idlwave-find-module, idlwave-find-structure-definition)
7723 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7724 (idlwave-list-load-path-shadows, idlwave-next-statement)
7725 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7726 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7727 (idlwave-template): Reflow docstrings.
7728
7729 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7730 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7731 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7732 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7733 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7734 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7735 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7736 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7737 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7738 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7739 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7740 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7741 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7742 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7743 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7744 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7745 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7746 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7747 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7748 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7749 Fix typos in docstrings.
7750 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7751 (idlwave-shell-hide-output, idlwave-shell-mode)
7752 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7753 Reflow docstrings.
7754
7755 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7756
7757 2009-09-24 Ivan Kanis <apple@kanis.eu>
7758
7759 * term.el (term-bold-attribute): New var.
7760 (term-handle-colors-array): Use it.
7761
7762 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
7763
7764 * progmodes/gdb-mi.el (gdb-version): New variable.
7765 (gdb-non-stop-handler): Set gdb-version.
7766 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7767 Condition "--thread" option on gdb-version.
7768 (gdb-invalidate-threads): Remove unused argument.
7769
7770 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7771
7772 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7773 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7774
7775 2009-09-23 Glenn Morris <rgm@gnu.org>
7776
7777 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7778 replying to mail without References or Message-Id. (Bug#4525)
7779
7780 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7781
7782 * term/ns-win.el (ns-reg-to-script): New variable.
7783
7784 2009-09-23 Daiki Ueno <ueno@unixuser.org>
7785
7786 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7787
7788 2009-09-22 Sam Steingold <sds@gnu.org>
7789
7790 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7791 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7792 to 1 because hg returns status 1 when nothing is found.
7793 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7794
7795 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7796
7797 * textmodes/fill.el: Convert to utf-8 encoding.
7798 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7799 pre-unicode days.
7800
7801 * add-log.el (change-log-fill-forward-paragraph): New function.
7802 (change-log-mode): Use it so fill-region DTRT.
7803 Set fill-indent-according-to-mode here rather than in
7804 change-log-fill-paragraph.
7805 (change-log-fill-paragraph): Remove.
7806
7807 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
7808
7809 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7810 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7811
7812 2009-09-22 Glenn Morris <rgm@gnu.org>
7813
7814 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7815 the scroll-bar scroll the calendar window rather than the buffer.
7816
7817 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7818 commands that move point (as opposed to scrolling).
7819
7820 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7821
7822 * emacs-lisp/elint.el (elint): New custom group.
7823 (elint-log-buffer): Make it a defcustom.
7824 (elint-scan-preloaded, elint-ignored-warnings)
7825 (elint-directory-skip-re): New options.
7826 (elint-builtin-variables): Doc fix.
7827 (elint-preloaded-env): New variable.
7828 (elint-unknown-builtin-args): Add an entry for encode-time.
7829 (elint-extra-errors): Make it a variable rather than a constant.
7830 (elint-preloaded-skip-re): New constant.
7831 (elint-directory): Skip files matching elint-directory-skip-re.
7832 (elint-features): New variable, local to linted buffers.
7833 (elint-update-env): Initialize elint-features. Possibly add
7834 elint-preloaded-env to the buffer's environment.
7835 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7836 Skip quoted forms.
7837 (elint-init-form): New function, extracted from elint-init-env.
7838 Make non-list forms a warning rather than an error.
7839 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7840 easy-menu-define, put that adds an error-condition, and provide.
7841 When requiring cl, also require cl-macs. Really require cl, to handle
7842 some cl macros. Store required libraries in the list elint-features,
7843 so as not to re-load them. Treat cc-require like require.
7844 (elint-init-env): Call elint-init-form to do the work.
7845 Handle eval-and-compile and such like.
7846 (elint-add-required-env): Do not clear messages.
7847 (elint-special-forms): Add handlers for function, defalias, if, when,
7848 unless, and, or.
7849 (elint-form): Add optional argument to ignore elint-special-forms,
7850 useful to prevent recursive calls from handlers. Doc fix.
7851 Respect elint-ignored-warnings.
7852 (elint-form): Respect elint-ignored-warnings.
7853 (elint-bound-variable, elint-bound-function): New variables.
7854 (elint-unbound-variable): Respect elint-bound-variable.
7855 (elint-get-args): Respect elint-bound-function.
7856 (elint-check-cond-form): Add some simple handling for (f)boundp and
7857 featurep tests.
7858 (elint-check-defalias-form): New handler.
7859 (elint-check-let-form): Make an empty let a warning rather than an
7860 error.
7861 (elint-check-setq-form): Make an empty setq a warning rather than an
7862 error. Respect elint-ignored-warnings.
7863 (elint-check-defvar-form): Accept null doc-strings.
7864 (elint-check-conditional-form): New handler. Does some simple-minded
7865 checking of featurep and (f)boundp tests.
7866 (elint-put-function-args): New function.
7867 (elint-initialize): Use elint-scan-doc-file rather than
7868 elint-find-builtin-variables. Use elint-put-function-args.
7869 Possibly scan preloaded-file-list.
7870 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7871 extend to handle functions as well.
7872
7873 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7874
7875 * linum.el (linum-delete-overlays, linum-update-window):
7876 Do not modify the right margin. (Bug#3971)
7877
7878 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
7879
7880 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7881 nxml-mode instead of xml-mode.
7882
7883 2009-09-21 Kevin Ryde <user42@zip.com.au>
7884
7885 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7886
7887 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7888
7889 * net/dig.el (dig-mode): Use define-derived-mode.
7890
7891 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7892
7893 * vc-dispatcher.el (vc-do-command): Return the process object in
7894 the asynchronous case. Use when instead of if. Do not run
7895 vc-exec-after to display a message if not enabled. (Bug#4463)
7896
7897 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7898 properties to the stash strings.
7899 (vc-git-stash-list): Return a list of strings.
7900 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7901 (vc-git-stash-show-at-point): New functions.
7902 (vc-git-stash-map): New keymap.
7903
7904 * register.el (ctl-x-r-map): Define the keys here instead of
7905 using autoload.
7906
7907 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
7908
7909 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7910 list, to workaround performance problem (bug#4485).
7911
7912 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
7913
7914 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7915
7916 2009-09-20 Daiki Ueno <ueno@unixuser.org>
7917
7918 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7919 Document that this option is not recommended to use.
7920
7921 2009-09-19 Glenn Morris <rgm@gnu.org>
7922
7923 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7924 variable `var'.
7925
7926 * calc/calc-alg.el (var):
7927 * calc/calcalg2.el (var): Define for compiler.
7928
7929 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
7930
7931 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7932 Doc fix (Bug#3932).
7933
7934 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7935
7936 * time-stamp.el (time-stamp-month-dd-yyyy)
7937 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7938 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7939 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7940 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7941 Remove functions that have been obsolete since 1995 (Bug#4436).
7942
7943 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7944 indent buffer only if called interactively (Bug#4452).
7945
7946 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
7947 Eli Zaretskii <eliz@gnu.org>
7948
7949 This fixes bug#4197 (merged to bug#865, though not identical).
7950 * server.el (server-auth-dir): Add docstring note about FAT32.
7951 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7952 but warn against using them.
7953
7954 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
7955
7956 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7957 older GDB where there is no has_more field.
7958
7959 2009-09-19 Glenn Morris <rgm@gnu.org>
7960
7961 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7962
7963 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
7964
7965 * files.el (auto-mode-alist): Change default for XML files to nXML
7966 mode (Bug#4169).
7967
7968 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
7969
7970 * server.el (server-ensure-safe-dir): Pass 'integer
7971 to `file-attributes', as suggested.
7972
7973 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7974
7975 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7976 (dired-query): Use read-key.
7977
7978 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7979
7980 * cus-start.el (ns-use-qd-smoothing): Remove.
7981
7982 2009-09-18 Glenn Morris <rgm@gnu.org>
7983
7984 * allout.el (top-level): Remove unnecessary progn.
7985
7986 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7987
7988 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7989 definition of abbrev table.
7990
7991 * speedbar.el (speedbar-track-mouse):
7992 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7993 * net/eudc.el (eudc-expand-inline):
7994 * net/newst-backend.el (newsticker--cache-read-feed):
7995 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7996 condition-case handlers.
7997
7998 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
7999
8000 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8001 (gdb-var-list): Add an element for has_more field.
8002 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8003 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8004 (gdb-var-update-handler-1): Parse output of dynamic variable
8005 objects (STL containers).
8006 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8007 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8008
8009 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8010 gdb-var-list.
8011 (gud-speedbar-buttons): Make node expandable if expression "has more"
8012 children.
8013
8014 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8015
8016 * startup.el (emacs-quick-startup): Remove variable and all uses.
8017 (command-line): Set `inhibit-x-resources' instead.
8018 (command-line-1): Use `inhibit-x-resources' instead.
8019
8020 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8021
8022 * subr.el: Fix last change to avoid using the `unless' macro,
8023 which breaks bootstrapping.
8024
8025 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8026
8027 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8028 extended definitions, in case we reload subr.el after having
8029 loaded CL.
8030 (eval-next-after-load): Mark as obsolete.
8031
8032 2009-09-17 Juri Linkov <juri@jurta.org>
8033
8034 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8035 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8036 (menu-bar-showhide-menu, menu-bar-tools-menu)
8037 (menu-bar-describe-menu, menu-bar-help-menu)
8038 (minibuffer-local-completion-map, minibuffer-local-map):
8039 Fix list quoting.
8040
8041 2009-09-17 Glenn Morris <rgm@gnu.org>
8042
8043 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8044 arguments, whether or not it has a handler.
8045
8046 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8047
8048 * simple.el (hard-newline): Give it a doc-string.
8049
8050 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8051 (lisp-mode-syntax-table): Give them doc-strings.
8052
8053 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8054
8055 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8056 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8057 (menu-bar-options-menu, menu-bar-showhide-menu)
8058 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8059 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8060 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8061 (menu-bar-options-menu, menu-bar-tools-menu)
8062 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8063 (menu-bar-help-menu):
8064 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8065 string arguments.
8066
8067 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8068 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8069 calls for the menu names and :help.
8070
8071 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8072
8073 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8074 to :minor-mode-function (bug#4455).
8075
8076 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8077
8078 * startup.el (command-line): Initialize the window-system after
8079 processing the command-line.
8080
8081 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8082 page-delimiter matches the empty string.
8083
8084 2009-09-16 Glenn Morris <rgm@gnu.org>
8085
8086 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8087 byte-compile-not-obsolete-var. It's a list now.
8088 (byte-compile-not-obsolete-funcs): New variable.
8089 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8090 byte-compile-not-obsolete-funcs.
8091 (byte-compile-variable-ref, byte-compile-defvar): Update for
8092 byte-compile-not-obsolete-vars name-change and list nature.
8093 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8094 and variables behind (f)boundp tests.
8095 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8096
8097 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8098
8099 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8100
8101 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8102
8103 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8104 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8105 Don't autoload.
8106
8107 2009-09-15 Stephen Eglen <stephen@gnu.org>
8108
8109 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8110 the virtual-buffers, use the name of the buffer specified by
8111 find-file-noselect, as the match may be a symlink. (This was a
8112 problem if the target and the symlink had different names.)
8113
8114 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8115
8116 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8117
8118 * desktop.el (desktop-path): Check user-emacs-directory.
8119
8120 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8121
8122 * loadup.el: Use after-load-functions to GC after loading each file.
8123 Remove the explicit GC calls that used to be sprinkled around.
8124
8125 * subr.el (after-load-functions): New hook.
8126 (do-after-load-evaluation): Run it. Use string-match-p to detect
8127 `obsolete' packages, rather than painfully extracting the relevant
8128 directory name.
8129
8130 2009-09-15 Glenn Morris <rgm@gnu.org>
8131
8132 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8133 free variable `doc'.
8134
8135 * dired.el (dired-mode-map): Add menu entry for async shell command.
8136
8137 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8138 variables, also consider the .elc files, since the .el files are
8139 normally gzipped (subsequent code locates the .el.gz from the .elc).
8140
8141 * calc/calc-prog.el (arglist): Define for compiler.
8142
8143 * calendar/diary-lib.el (diary-display-function): Change the default to
8144 fancy display.
8145 (body): Define for compiler.
8146
8147 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8148 (byte-compile-file-form, byte-compile-lambda)
8149 (byte-compile-top-level-body, byte-compile-form)
8150 (byte-compile-variable-ref, byte-compile-setq)
8151 (byte-compile-setq-default, byte-compile-body)
8152 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8153 (batch-byte-compile): Give some more local variables with common names
8154 a "bytecomp-" prefix to avoid masking warnings about free variables.
8155
8156 * startup.el (command-line-1): Give local variables with common names a
8157 distinguishing prefix, so as not to hide free variable warnings during
8158 bootstrap.
8159
8160 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8161 clever and add a suffix to make a unique name, just let the user decide
8162 whether or not to overwrite it. If the input is a directory, write the
8163 default filename to that directory. (Bug#4388)
8164 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8165 is a filename-as-a-directory.
8166
8167 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8168
8169 * textmodes/page.el (what-page): Don't move to beginning of line.
8170 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8171
8172 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8173
8174 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8175
8176 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8177
8178 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8179 * help.el (help-for-help-internal): Add purecopy calls for text.
8180
8181 * vc.el (top): print-log method now takes an optional SHORTLOG
8182 argument. Add a new method: root.
8183 (vc-root-diff, vc-print-root-log): New functions.
8184 (vc-log-short-style): New variable.
8185 (vc-print-log-internal): Add support for showing short logs.
8186
8187 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8188 vc-print-root-log and vc-print-root-diff.
8189
8190 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8191 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8192 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8193 short logs.
8194
8195 * vc-cvs.el (vc-cvs-print-log):
8196 * vc-mtn.el (vc-mtn-print-log):
8197 * vc-rcs.el (vc-rcs-print-log):
8198 * vc-sccs.el (vc-sccs-print-log):
8199 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8200 that is ignored for now.
8201
8202 * vc-mtn.el (vc-mtn-annotate-command):
8203 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8204
8205 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8206
8207 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8208 to function-key-map, and give them ascii-character property.
8209 * term/x-win.el (x-alternatives-map):
8210 * term/ns-win.el (ns-alternatives-map):
8211 * term/internal.el (msdos-key-remapping-map):
8212 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8213
8214 2009-09-14 Glenn Morris <rgm@gnu.org>
8215
8216 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8217 temp-buffers (2009-09-12).
8218
8219 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8220
8221 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8222 the new read-key function.
8223
8224 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8225
8226 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8227 is defined (Bug#4405).
8228
8229 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8230
8231 * recentf.el (recentf-cleanup): Use a hash table to find
8232 duplicates (Bug#4407).
8233
8234 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
8235
8236 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8237 kp-0 to ascii equivalents (Bug#4325).
8238
8239 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8240
8241 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8242
8243 * eshell/em-hist.el:
8244 * eshell/em-dirs.el (eshell-complete-user-reference):
8245 Declare pcomplete functions and variables to avoid compiler warnings.
8246
8247 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8248
8249 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8250 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8251 * eshell/em-alias.el (eshell-aliases-file):
8252 * eshell/em-hist.el (eshell-history-file-name):
8253 Use expand-file-name instead of concat to make file names (Bug#4308).
8254
8255 2009-09-13 Glenn Morris <rgm@gnu.org>
8256
8257 * ediff-merg.el (ediff-do-merge):
8258 * filesets.el (filesets-run-cmd):
8259 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8260 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8261 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8262 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8263 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8264 Replace empty `let's with `progn'.
8265
8266 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8267
8268 * mail/sendmail.el (send-mail-function):
8269 * tooltip.el (tooltip-mode):
8270 * simple.el (transient-mark-mode):
8271 * rfn-eshadow.el (file-name-shadow-mode):
8272 * frame.el (blink-cursor-mode):
8273 * font-core.el (global-font-lock-mode):
8274 * files.el (temporary-file-directory)
8275 (small-temporary-file-directory, auto-save-file-name-transforms):
8276 * epa-hook.el (auto-encryption-mode):
8277 * composite.el (global-auto-composition-mode):
8278 Use custom-initialize-delay.
8279 * startup.el (command-line): Don't explicitly call
8280 custom-reevaluate-setting for all the above vars.
8281 * custom.el (custom-initialize-safe-set)
8282 (custom-initialize-safe-default): Delete.
8283
8284 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8285
8286 * term/x-win.el (x-initialize-window-system):
8287 * term/w32-win.el (w32-initialize-window-system):
8288 * term/ns-win.el (ns-initialize-window-system): Don't call
8289 mouse-wheel-mode since it's enabled globally by default already.
8290
8291 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8292 actually define the variable, but only silences the byte-compiler.
8293 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8294 before looking it up.
8295 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8296 is changed.
8297
8298 2009-09-12 Glenn Morris <rgm@gnu.org>
8299
8300 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8301 1000.
8302 (elint-add-required-env): Don't beep on error.
8303 (elint-forms): In case of error, return ENV unchanged.
8304 (elint-init-env): Skip non-list forms.
8305 (elint-log): Handle unknown file positions.
8306
8307 2009-09-12 Daiki Ueno <ueno@unixuser.org>
8308
8309 * epg.el (epg-make-context): Add autoload cookie.
8310 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8311 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8312 (epg-verify-string, epg-start-sign, epg-sign-file)
8313 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8314 (epg-encrypt-string, epg-start-export-keys)
8315 (epg-export-keys-to-file, epg-export-keys-to-string)
8316 (epg-start-import-keys, epg-import-keys-from-file)
8317 (epg-import-keys-from-string, epg-start-receive-keys)
8318 (epg-receive-keys, epg-import-keys-from-server)
8319 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8320 (epg-sign-keys, epg-start-generate-key)
8321 (epg-generate-key-from-file, epg-generate-key-from-string):
8322 Remove autoload cookie.
8323
8324 2009-09-12 Eli Zaretskii <eliz@gnu.org>
8325
8326 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8327 reevaluation of trash-directory.
8328
8329 * mwheel.el: Fix last change.
8330 (mouse-wheel-mode): New defvar.
8331 (mouse-wheel-mode): Remove autoload cookie.
8332
8333 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8334
8335 * mwheel.el (mwheel-installed-bindings): New var.
8336 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8337 the bindings we set last time. Use custom-initialize-delay.
8338 * loadup.el: Load mwheel after term/*-win.el.
8339 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8340 and mouse-wheel-up-event now that their first evaluation is done
8341 sufficiently late to be correct.
8342
8343 * startup.el (tutorial-directory): Make it a defcustom.
8344 Use custom-initialize-delay rather than eval-at-startup to set it.
8345 * image.el (image-load-path): Make it a defcustom.
8346 Use custom-initialize-delay rather than eval-at-startup to set it.
8347 * subr.el (eval-at-startup): Remove.
8348 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8349
8350 * subr.el (do-after-load-evaluation): Warn the user after loading an
8351 obsolete package.
8352
8353 2009-09-12 Glenn Morris <rgm@gnu.org>
8354
8355 * proced.el (proced-mark-alt): Remove alias.
8356 (proced-mode-map): Remove proced-mark-alt.
8357
8358 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8359 Elint file and directory. Remove initialization entry.
8360
8361 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8362 commands.
8363 (elint-current-buffer): Set mode-line-process.
8364 (elint-init-env): Handle define-derived-mode.
8365 Fix declare-function with unspecified arglist. Guard against odd
8366 defalias statements (eg iso-insert's 8859-1-map).
8367 (elint-add-required-env): Use a temp buffer.
8368 (elint-form): Just print the function/macro name, not the whole form.
8369 Return env unchanged if we fail to parse a macro.
8370 (elint-forms): Guard against parse errors.
8371 (elint-output): New function, to handle batch mode.
8372 (elint-log-message): Add optional argument. Use elint-output.
8373 (elint-set-mode-line): New function.
8374
8375 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8376
8377 * emacs-lisp/elp.el (elp-not-profilable): Add more
8378 functions (Bug#4233).
8379
8380 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8381
8382 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8383 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8384
8385 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8386
8387 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8388 (gdb-var-list-children): Use json parsing.
8389
8390 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
8391
8392 * progmodes/js.el (js--proper-indentation): Handle the case where
8393 char-before is null. Reported by Deniz Dogan.
8394
8395 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8396
8397 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8398
8399 2009-09-11 Daiki Ueno <ueno@unixuser.org>
8400
8401 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8402 (epg-digest-algorithm-alist): Add SHA224.
8403 (epg-context-set-passphrase-callback)
8404 (epg-context-set-progress-callback): Add description about
8405 callback function.
8406
8407 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8408
8409 * custom.el (custom-delayed-init-variables): New var.
8410 (custom-initialize-delay): New function.
8411 * startup.el (command-line): "Re"evaluate all vars in
8412 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8413 explicitly any more.
8414 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8415 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8416
8417 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8418
8419 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8420
8421 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8422 (gdb-var-update-handler): Use json parsing.
8423
8424 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8425
8426 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8427 decode annotated text, regardless of language environment. (Bug#2741)
8428
8429 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8430
8431 * Makefile.in (autoloads): Make rmail.el writable as well.
8432
8433 2009-09-11 Glenn Morris <rgm@gnu.org>
8434
8435 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8436 loaddefs.el.
8437 * dired.el: Regenerate with extracted autoloads.
8438 * Makefile.in (autoloads): Make dired.el writable.
8439
8440 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8441 * ibuffer.el: Regenerate with extracted autoloads.
8442 * Makefile.in (autoloads): Make ibuffer.el writable.
8443
8444 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8445 * version.el (emacs-copyright, emacs-major-version)
8446 (emacs-minor-version): Reformat doc-strings for make-docfile.
8447
8448 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8449 functions and variables, since they must be stuff specific to some other
8450 platform.
8451 (apropos-print): Make mouse-click message less specific about button.
8452
8453 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8454 that records where a macro was defined.
8455 * help-fns.el (describe-function-1): Mention if a function has a
8456 compiler-macro.
8457 * help-mode.el (help-function-cmacro): New button.
8458
8459 * locate.el (top-level): Always require dired.
8460 (locate-mode-map): Initialize inside the defvar.
8461
8462 * net/ange-ftp.el (dired-compress-file): Declare.
8463 (ange-ftp-dired-compress-file): Add doc string.
8464
8465 * term/ns-win.el (x-display-name, x-setup-function-keys):
8466 Unify doc-strings with X versions.
8467
8468 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8469
8470 * emulation/crisp.el (crisp-mode-map): Move initialization
8471 into declaration.
8472 (crisp-mode): Use define-minor-mode.
8473
8474 * progmodes/xscheme.el (xscheme-evaluation-commands):
8475 Put a :advertised-binding property rather than using
8476 advertised-xscheme-send-previous-expression.
8477 (advertised-xscheme-send-previous-expression): Declare obsolete.
8478 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8479 `advertised-undo'.
8480 (crisp-mode): Add corresponding bindings to
8481 undo's :advertised-binding instead.
8482 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8483 than using dired-advertised-find-file.
8484 (dired-advertised-find-file):
8485 * simple.el (advertised-undo):
8486 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8487 (widget-keymap): Put a :advertised-binding property rather
8488 than using advertised-widget-backward.
8489 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8490 than using advertised-undo.
8491 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8492
8493 2009-09-10 Simon South <ssouth@slowcomputing.org>
8494
8495 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8496 Mark mode is enabled and region is active; otherwise indent or
8497 insert TAB as usual.
8498 (delphi-mode): Update description of TAB-key binding.
8499
8500 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8501
8502 * subr.el (define-key-rebound-commands): Mark obsolete.
8503 * startup.el (precompute-menubar-bindings): Remove.
8504 (normal-top-level): Remove obsolete code that tried to precompute
8505 menubar bindings.
8506 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8507 define-key-rebound-commands and precompute-menubar-bindings.
8508
8509 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8510
8511 * net/imap.el (imap-interactive-login): Better messages.
8512 (imap-open): Fix bug with renamed buffer on reconnect.
8513 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8514 for easier debugging and cleaner code. On successful (guessed based on
8515 server capabilities) secondary authentication, set imap-state
8516 correctly.
8517 (imap-last-authenticator): Define imap-last-authenticator as a variable
8518 to avoid warnings.
8519
8520 2009-09-10 Glenn Morris <rgm@gnu.org>
8521
8522 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8523
8524 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8525 (byte-compile-file-form-autoload): Don't warn about unknown functions
8526 where the autoload statement comes after the use.
8527 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8528 that any handlers inside the body (eg require) are in turn respected.
8529
8530 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8531 effects.
8532
8533 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8534 and syntax and abbrev tables basic docs, if they don't have any.
8535
8536 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8537
8538 * international/mule-cmds.el (top-level): Require cl when compiling.
8539 (view-hello-file): Use default-value rather than
8540 default-enable-multibyte-characters.
8541
8542 * progmodes/fortran.el: Move all safe and risky properties into the
8543 defcustoms.
8544
8545 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8546 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8547 * mail/undigest.el:
8548 Put autoloads in rmail.el rather than loaddefs.el.
8549 * mail/rmail.el: Regenerate with extracted autoloads.
8550
8551 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8552 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8553
8554 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
8555
8556 Reported in thread for Bug#4375.
8557 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8558 "-data-evaluate-expression" instead of print.
8559 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8560 (gdb-tooltip-print): Parse output from above MI command.
8561 (gdb): Revert 2009-08-11 change. User should detach inferior
8562 manually.
8563
8564 Remove the word "separate" from IO functions as inferior
8565 output is now never displayed in the GUD buffer.
8566
8567 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
8568
8569 * startup.el (command-line-normalize-file-name): On Windows and
8570 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8571
8572 2009-09-10 Juri Linkov <juri@jurta.org>
8573
8574 * isearch.el (isearch-text-char-description): Propertize escape
8575 character sequences with the `escape-glyph' face. (Bug#4344)
8576
8577 * simple.el (shell-command): Set asynchronous process filter to
8578 `comint-output-filter'. (Bug#4343)
8579
8580 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8581 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8582 the list. Move "asm" to the bottom.
8583 (grep-find-ignored-directories): Add `choice' with nil value
8584 to empty the list easily.
8585 (grep-find-ignored-files): New option.
8586 (grep-files-history): Set to nil by default instead of '("ch" "el").
8587 (grep-compute-defaults): Add "<X>" to `grep-template'.
8588 (grep-read-files): Bind new local variables `default-alias' and
8589 `default-extension'. Use a list of default values for the file prompt.
8590 (lgrep): Add `--exclude=' command line options composed from
8591 `grep-find-ignored-files'.
8592 (rgrep): Add `-name' command line options composed from
8593 `grep-find-ignored-files'. (Bug#4301)
8594
8595 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8596
8597 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8598 (bug#4368).
8599
8600 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8601
8602 * calendar/time-date.el (autoload):
8603 Expand define-obsolete-function-alias into defalias and make-obsolete
8604 for old Emacsen that Gnus supports.
8605 (with-no-warnings): Define it for old Emacsen.
8606 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8607 is available.
8608 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8609 float-time is available; suppress compile warning for time-to-seconds.
8610
8611 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8612
8613 * net/imap.el (imap-message-map): Docstring fix.
8614
8615 2009-09-09 Glenn Morris <rgm@gnu.org>
8616
8617 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8618 line numbers too. (Bug#4374)
8619
8620 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8621
8622 * smerge-mode.el (smerge-remove-props, smerge-refine):
8623 Use with-silent-modifications (bug#4342).
8624
8625 * subr.el (with-silent-modifications): New macro.
8626
8627 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
8628
8629 * files.el (top-level): Require `cl' when compiling.
8630
8631 2009-09-07 Glenn Morris <rgm@gnu.org>
8632
8633 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8634
8635 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8636 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8637
8638 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
8639
8640 * vc-git.el (vc-git-annotate-command): Use separator to parse
8641 arguments correctly.
8642
8643 2009-09-06 Eli Zaretskii <eliz@gnu.org>
8644
8645 * proced.el (proced-mode): Doc fix.
8646
8647 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8648
8649 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8650 lstat fails.
8651 (tramp-do-file-attributes-with-ls): Check for file existence at
8652 remote end.
8653 (tramp-do-file-attributes-with-stat): Likewise.
8654 (tramp-convert-file-attributes): Return nil when attr is nil.
8655
8656 2009-09-05 Glenn Morris <rgm@gnu.org>
8657
8658 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8659 properties to this button.
8660 (diary-fancy-display): Don't extend the button to the final newline.
8661 (diary-fancy-display-mode): Continue to define "q" as a local key.
8662
8663 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8664 efficient.
8665
8666 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8667
8668 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8669 (byte-compile-dest-file-function): New option.
8670 (byte-compile-dest-file): Doc fix.
8671 Obey byte-compile-dest-file-function.
8672 (byte-compile-cl-file-p): New function.
8673 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8674 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8675 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8676 than for file being previously loaded.
8677 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8678 (byte-compile-file-form-require): Handle the case where requiring a file
8679 indirectly causes CL to be loaded.
8680
8681 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8682
8683 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8684 before killing the old buffer, since by the time `kill-buffer' is
8685 run so many buffer variables have been set to nil that it may not
8686 behave as expected. (Bug#4061)
8687
8688 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8689
8690 * files.el (find-alternate-file): If the old buffer is modified
8691 and visiting a file, behave similarly to `kill-buffer' when
8692 killing it, thus reverting to the pre-1.878 behavior; see
8693 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8694 for discussion. Also, consult `buffer-file-name' as a variable
8695 not as a function, for consistency with the rest of the code.
8696
8697 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
8698
8699 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8700 also when adding a new directory.
8701
8702 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8703 defun.
8704
8705 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8706
8707 * files.el (locate-file-completion-table): Make it provide boundary
8708 information, so partial-completion works better.
8709
8710 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8711
8712 * mail/footnote.el (Footnote-text-under-cursor):
8713 Check footnote-text-marker-alist before using it (bug#4324).
8714
8715 2009-09-04 Glenn Morris <rgm@gnu.org>
8716
8717 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8718 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8719 * play/solitaire.el, play/tetris.el:
8720 Remove leading * from defcustom and defface docs.
8721
8722 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8723 necessary.
8724 (diary-fancy-overriding-map): New variable.
8725 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8726 Use view-mode.
8727
8728 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8729 goto-line.
8730
8731 2009-09-03 Glenn Morris <rgm@gnu.org>
8732
8733 * arc-mode.el (archive-mode):
8734 * dos-fns.el (set-default-process-coding-system):
8735 * man.el (Man-getpage-in-background):
8736 * menu-bar.el (menu-bar-describe-menu):
8737 * server.el (server-process-filter):
8738 * startup.el (command-line):
8739 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8740 * w32-fns.el (set-default-process-coding-system):
8741 * x-dnd.el (x-dnd-handle-file-name):
8742 * international/mule-cmds.el (mule-menu-keymap)
8743 (set-default-coding-systems, language-info-alist, set-language-info)
8744 (set-language-environment, standard-display-european-internal)
8745 (set-locale-environment):
8746 * international/mule-diag.el (mule-diag):
8747 * mail/emacsbug.el (report-emacs-bug):
8748 * mail/rmail.el (rmail-mode):
8749 * mail/sendmail.el (mail-setup):
8750 Use default-value rather than default-enable-multibyte-characters.
8751
8752 * progmodes/f90.el: Move all safe properties into the defcustoms.
8753 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8754
8755 * calendar/appt.el (appt-check):
8756 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8757 (diary-check-diary-file, diary-list-entries)
8758 (diary-include-other-diary-files, diary-simple-display)
8759 (diary-fancy-display, diary-print-entries)
8760 (diary-mark-included-diary-files, diary-make-entry):
8761 Don't call substitute-in-file-name on diary-file.
8762
8763 2009-09-03 Eduard Wiebe <usenet@pusto.de>
8764 Stefan Monnier <monnier@iro.umontreal.ca>
8765
8766 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8767 (footnote-mode-map): Move initialization into the declaration.
8768 (footnote-minor-mode-map): Define it rather than changing global-map.
8769 (footnote-mode): Use define-minor-mode.
8770
8771 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
8772
8773 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8774 (tramp-do-file-attributes-with-perl)
8775 (tramp-do-file-attributes-with-stat): Rename from
8776 `tramp-handle-file-attributes-with-*'.
8777 (tramp-handle-file-attributes): Use them.
8778 (tramp-do-directory-files-and-attributes-with-perl)
8779 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8780 `tramp-handle-directory-files-and-attributes-with-*'.
8781 (tramp-handle-directory-files-and-attributes): Use them.
8782 (tramp-method-out-of-band-p): Additional parameter SIZE.
8783 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8784 (tramp-handle-write-region): Use it.
8785 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8786 (tramp-handle-vc-registered): Check, whether the first run did
8787 return files to be tested.
8788 (tramp-advice-make-auto-save-file-name): Do not call directly
8789 `tramp-handle-make-auto-save-file-name', because this would bypass
8790 the locking mechanism.
8791
8792 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8793 (file-remote-p, process-file, start-file-process, set-file-times)
8794 (tramp-compat-file-attributes): Compatibility functions shall not
8795 call directly `tramp-handle-*', because this would bypass the
8796 locking mechanism.
8797 (tramp-compat-number-sequence): New defun.
8798
8799 2009-09-02 Glenn Morris <rgm@gnu.org>
8800
8801 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8802 alias for float-time.
8803 (time-to-number-of-days): In Emacs, use float-time.
8804 * net/newst-backend.el (time-add): Suppress warnings from compat
8805 function.
8806 * time.el (emacs-uptime, emacs-init-time):
8807 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8808 Use float-time rather than time-to-seconds.
8809
8810 * minibuffer.el (completion-initials-expand): Fix typo.
8811
8812 * faces.el (modeline, modeline-inactive, modeline-highlight)
8813 (modeline-buffer-id):
8814 * info.el (info-menu-5): Mark these face aliases as obsolete.
8815
8816 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8817
8818 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8819 space ...
8820 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8821 no "--thread" option.
8822 (gdb-stopped): Don't print "Switched to thread" message when it is
8823 unchanged.
8824
8825 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8826
8827 * minibuffer.el (completion-try-completion)
8828 (completion-all-completions): Remove ill-defined (and
8829 mistakenly installed and luckily never used nor documented)
8830 `completion-styles' property.
8831 (completion-initials-expand, completion-initials-all-completions)
8832 (completion-initials-try-completion): New functions.
8833 (completion-styles-alist): Add doc to each entry.
8834 Add new `initials' entry.
8835
8836 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8837
8838 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8839 MI command -var-evaluate-expression.
8840 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8841 and tweak for case of string child.
8842 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8843
8844 2009-09-01 Glenn Morris <rgm@gnu.org>
8845
8846 * add-log.el (change-log-date-face, change-log-name-face)
8847 (change-log-email-face, change-log-file-face, change-log-list-face)
8848 (change-log-conditionals-face, change-log-function-face)
8849 (change-log-acknowledgement-face):
8850 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8851 (custom-modified-face, custom-set-face, custom-changed-face)
8852 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8853 (custom-documentation-face, custom-state-face, custom-comment-face)
8854 (custom-comment-tag-face, custom-variable-tag-face)
8855 (custom-variable-button-face, custom-face-tag-face)
8856 (custom-group-tag-face-1, custom-group-tag-face):
8857 * diff-mode.el (diff-header-face, diff-file-header-face)
8858 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8859 (diff-added-face, diff-changed-face, diff-function-face)
8860 (diff-context-face, diff-nonexistent-face):
8861 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8862 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8863 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8864 (Info-title-4-face):
8865 * isearch.el (isearch-lazy-highlight-face):
8866 * log-view.el (log-view-file-face, log-view-message-face):
8867 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8868 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8869 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8870 (cvs-msg-face):
8871 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8872 (smerge-base-face, smerge-markers-face):
8873 * wid-edit.el (widget-documentation-face, widget-button-face)
8874 (widget-field-face, widget-single-line-field-face)
8875 (widget-inactive-face, widget-button-pressed-face):
8876 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8877 (woman-addition-face):
8878 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8879 (eshell-ls-executable-face, eshell-ls-readonly-face)
8880 (eshell-ls-unreadable-face, eshell-ls-special-face)
8881 (eshell-ls-missing-face, eshell-ls-archive-face)
8882 (eshell-ls-backup-face, eshell-ls-product-face)
8883 (eshell-ls-clutter-face):
8884 * eshell/em-prompt.el (eshell-prompt-face):
8885 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8886 * obsolete/old-whitespace.el (whitespace-highlight-face):
8887 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8888 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8889 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8890 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8891 (antlr-font-lock-literal-face):
8892 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8893 (ebrowse-root-class-face, ebrowse-file-name-face)
8894 (ebrowse-default-face, ebrowse-member-attribute-face)
8895 (ebrowse-member-class-face, ebrowse-progress-face):
8896 * progmodes/make-mode.el (makefile-space-face):
8897 * progmodes/sh-script.el (sh-heredoc-face):
8898 * textmodes/flyspell.el (flyspell-incorrect-face)
8899 (flyspell-duplicate-face):
8900 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8901 * textmodes/texinfo.el (texinfo-heading-face):
8902 Mark face aliases with "-face" suffix as obsolete.
8903
8904 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8905 compiler.
8906
8907 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8908 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8909 easy-menu-define wants to modify these.
8910
8911 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8912
8913 * net/browse-url.el (browse-url-file-url):
8914 * term/internal.el (dos-codepage-setup):
8915 Use default-value rather than default-enable-multibyte-characters.
8916
8917 * progmodes/etags.el (etags-goto-tag-location):
8918 * progmodes/flymake.el (flymake-highlight-line)
8919 (flymake-goto-file-and-line, flymake-goto-line):
8920 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8921 (gdb-goto-breakpoint):
8922 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8923 * progmodes/python.el (python-find-function)
8924 (python-pdbtrack-track-stack-file):
8925 * progmodes/verilog-mode.el (verilog-surelint-off):
8926 * term/ns-win.el (ns-open-file-select-line):
8927 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8928 Use forward-line rather than goto-line.
8929
8930 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8931 * textmodes/reftex-index.el (reftex-display-index):
8932 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8933 * textmodes/reftex-toc.el (reftex-toc):
8934 Remove unnecessary bindings of default-major-mode (all are followed by
8935 major-mode check and possible mode switch).
8936
8937 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8938
8939 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8940 Handle watchpoints (bug#4282).
8941 (def-gdb-thread-buffer-command): Enable thread to be selected by
8942 clicking without selecting threads buffer first.
8943 (gdb-current-context-command): Use selected frame so that "up",
8944 "down" etc work in the GUD buffer.
8945 (gdb-update): Find selected frame before rendering stack buffer.
8946 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8947
8948 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8949
8950 * progmodes/sym-comp.el (displayed-completions): Remove.
8951 (symbol-complete): Use minibuffer-complete.
8952
8953 2009-08-31 Glenn Morris <rgm@gnu.org>
8954
8955 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8956
8957 * apropos.el (apropos-symbols-internal):
8958 Handle (obsolete) face aliases.
8959
8960 * faces.el (describe-face): Adjust the output format to be more like
8961 describe-variable, and to mention (obsolete) face aliases.
8962 Adjust the whitespace so that help-setup-xref works.
8963
8964 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8965 * calendar/diary-lib.el (diary-button-face):
8966 Mark these face aliases as obsolete.
8967
8968 * calendar/calendar.el (calendar-today): Doc fix.
8969
8970 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8971
8972 * progmodes/gdb-mi.el (gdb-control-all-threads)
8973 (gdb-control-current-thread): Force tool bar update.
8974 (gdb-non-stop-handler): New function.
8975 (gdb-init-1): Use it to test if non-stop mode is supported.
8976 Remove unused gdbmi buffer type.
8977
8978 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8979
8980 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8981 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
8982
8983 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
8984
8985 * comint.el (comint-exec-1): Check command is non-null first.
8986 Part of gdb-mi.el change (2009-08-28).
8987
8988 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8989
8990 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8991
8992 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
8993
8994 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8995 instead of `dolist' to avoid a recursive require when bootstrapping.
8996
8997 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8998
8999 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9000
9001 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9002
9003 * net/imap.el (imap-send-command): Simplify.
9004 (imap-wait-for-tag): point-max -> buffer-size.
9005
9006 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9007
9008 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9009 with constant argument.
9010
9011 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9012
9013 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9014
9015 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9016 Change default, since most of our files don't have a history.
9017 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9018 the user.
9019
9020 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9021 Add comint-run.
9022
9023 * calc/calc.el: Improve commenting convention.
9024 (calc-digit-map, toplevel): Simplify.
9025
9026 * comint.el (comint-insert-input): Be careful to only set point if we
9027 don't delegate to some other command.
9028
9029 * proced.el (proced-signal-list): Make it an alist.
9030 (proced-grammar-alist): Capitalize names.
9031 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9032 Disable undo manually and make it read-only.
9033 Use completion-annotate-function.
9034
9035 * minibuffer.el (minibuffer-message): If the current buffer is not
9036 a minibuffer, insert the message in the echo area rather than at the
9037 end of the buffer.
9038 (completion-annotate-function): New variable.
9039 (minibuffer-completion-help): Use it.
9040 (completion--embedded-envvar-table): Environment vars are
9041 always case-sensitive.
9042
9043 2009-08-30 Glenn Morris <rgm@gnu.org>
9044
9045 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9046 from fortran-current-defun.
9047 (fortran-beginning-of-subprogram): Be more precise about finding the
9048 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9049 (fortran-end-of-subprogram): Simplify.
9050 (fortran-current-defun): Use fortran-start-prog-re.
9051
9052 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9053
9054 * subr.el (do-after-load-evaluation): Simplify.
9055
9056 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9057
9058 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9059
9060 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9061 (vc-rcs-print-log): Use it.
9062
9063 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9064
9065 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9066
9067 * paths.el (abbrev-file-name): Move to abbrev.el.
9068 * abbrev.el (abbrev-file-name): Move from paths.el.
9069 Obey user-emacs-directory.
9070 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9071 user-emacs-directory.
9072 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9073 abbrev-file-name and calc-settings-file any more.
9074 * startup.el (command-line): Recompute abbrev-file-name and
9075 abbreviated-home-dir.
9076 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9077 of the special code for when C-h bindings haven't been changed.
9078 (display-startup-echo-area-message): Use with-current-buffer.
9079 (command-line-1): Use a list of strings, rather than a list of lists
9080 of strings for longopts.
9081
9082 * files.el (get-free-disk-space): Use / for default-directory.
9083
9084 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9085 Use with-current-buffer.
9086
9087 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9088 Recognize immutable variables like most-positive-fixnum.
9089 (byte-compile-setq-default): Check and warn if trying to assign
9090 to an immutable variable, or a non-variable.
9091
9092 * progmodes/cc-vars.el (c-comment-continuation-stars):
9093 * progmodes/cc-engine.el (c-looking-at-bos):
9094 * progmodes/cc-cmds.el (c-toggle-auto-state)
9095 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9096 (c-comment-line-break-function): Add version of obsolescence.
9097
9098 2009-08-28 Juri Linkov <juri@jurta.org>
9099
9100 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9101 associated with `archive-mode'.
9102
9103 * image.el (image-type-header-regexps): Use only JPEG magic number
9104 to determine JPEG images, and don't use `image-jpeg-p' because
9105 Emacs can display non-JFIF non-Exif JPEG images.
9106
9107 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9108
9109 * arc-mode.el (archive-mode):
9110 * emacs-lisp/re-builder.el (re-builder-unload-function):
9111 Protect against the default value of `major-mode' being nil.
9112
9113 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9114
9115 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9116 Fix typos in docstrings.
9117
9118 * progmodes/js.el (js--macro-decl-re): Doc fix.
9119 (js--plain-method-re, js--split-name): Refloc docstring.
9120 (js--class-styles, js--make-merged-item, js--splice-into-items):
9121 Fix typos in docstrings; reflow docstrings.
9122 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9123 (js--variable-decl-matcher, js--inside-pitem-p)
9124 (js--parse-state-at-point, js--get-all-known-symbols)
9125 (js--symbol-history, js-find-symbol, js--js-references)
9126 (js--moz-interactor, js--js-encode-value, js--read-tab):
9127 Fix typos in docstrings.
9128
9129 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9130
9131 * textmodes/reftex.el (reftex-get-file-buffer-force):
9132 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9133 * emulation/viper.el (viper-go-away, viper-set-hooks):
9134 * emacs-lisp/re-builder.el (re-builder-unload-function):
9135 * emacs-lisp/bytecomp.el (byte-compile-file):
9136 * ses.el (ses-unload-function):
9137 * hexl.el (hexl-find-file):
9138 * files.el (normal-mode):
9139 * ehelp.el (with-electric-help):
9140 * autoinsert.el (auto-insert-alist):
9141 * arc-mode.el (archive-mode):
9142 Use (default-value 'major-mode) instead of default-major-mode.
9143
9144 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9145 * international/mule.el (load-with-code-conversion):
9146 * emacs-lisp/debug.el (debug):
9147 * ediff-vers.el (ediff-rcs-get-output-buffer):
9148 * dired.el (dired-internal-noselect): Don't let-bind
9149 default-major-mode around code that doesn't use it.
9150 E.g. buffer creation via get-buffer-create doesn't use it.
9151
9152 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
9153
9154 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9155 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9156 when writing the temp file. Otherwise, epa-file gets confused.
9157 (tramp-register-file-name-handlers): Make it a defun. Move also
9158 `epa-file-handler' to the front of `file-name-handler-alist'.
9159
9160 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9161
9162 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9163 start right after a ^M.
9164 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9165 (tramp-completion-file-name-regexp-separate)
9166 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9167 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9168 Don't modify last-coding-system-used by accident.
9169 (tramp-completion-file-name-handler): Apply the checks here,
9170 instead during registration.
9171 (tramp-register-file-name-handlers): Renamed from
9172 `tramp-register-file-name-handler'. Register both
9173 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9174 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
9175
9176 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
9177
9178 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9179 Remove variable ...
9180 (gdb-init-1, gdb-display-separate-io-buffer)
9181 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9182 references to it.
9183 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9184 (gdb-inferior-filter): Use comint-output-filter to stop
9185 echoing and remove ^M characters.
9186
9187 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9188
9189 * emulation/viper-init.el (viper-restore-cursor-type):
9190 * emulation/cua-base.el (cua--update-indications):
9191 Replace default-cursor-type with (default-value 'cursor-type).
9192
9193 * mail/sendmail.el (mail-recover-1):
9194 * international/mule-diag.el (describe-current-coding-system-briefly)
9195 (describe-current-coding-system):
9196 * international/mule-cmds.el (select-safe-coding-system)
9197 (select-message-coding-system)
9198 (set-language-environment-coding-systems, set-locale-environment):
9199 * hexl.el (hexl-insert-multibyte-char):
9200 * dos-w32.el (find-buffer-file-type-coding-system):
9201 * simple.el (what-cursor-position):
9202 Replace uses of default-buffer-file-coding-system
9203 with (default-value 'buffer-file-coding-system).
9204
9205 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9206 Replace uses of default-cursor-in-non-selected-windows
9207 with (default-value 'cursor-in-non-selected-windows).
9208 Use with-current-buffer.
9209
9210 * mail/feedmail.el: Use CL macros.
9211 (feedmail-run-the-queue, feedmail-send-it-immediately):
9212 * dos-w32.el (find-buffer-file-type): Replace uses of
9213 default-buffer-file-type with (default-value 'buffer-file-type).
9214
9215 2009-08-28 Glenn Morris <rgm@gnu.org>
9216
9217 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9218 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9219 Use default-value of major-mode rather than default-major-mode.
9220
9221 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9222
9223 * Makefile.in (update-elcfiles): Report left over elc files.
9224
9225 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9226 expand-file-name and with-current-buffer.
9227 (mail-get-names, mail-directory): Use with-current-buffer.
9228
9229 * vc.el (vc-read-revision): New function.
9230 (vc-version-diff, vc-merge): Use it.
9231
9232 2009-08-27 Sam Steingold <sds@gnu.org>
9233
9234 * simple.el (kill-do-not-save-duplicates): New user option.
9235 (kill-new): When it is non-nil, and the new string is the same as
9236 the latest kill, set replace to t to avoid duplicates in kill-ring.
9237
9238 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
9239
9240 * net/tramp.el (tramp-handle-process-file): Do not flush all
9241 caches when `process-file-side-effects' is set.
9242 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9243 instead of `tramp-find-file-exists-command'.
9244 Unset `process-file-side-effects'.
9245
9246 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
9247
9248 * net/tramp.el (tramp-methods): New method "rsyncc".
9249 (top): Add completion function for "rsyncc".
9250 (tramp-message-show-message): New defvar.
9251 (tramp-message, tramp-error): Use it.
9252 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9253 remote copying.
9254 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9255 `tramp-methods' entry `copy-env' of "rsyncc".
9256 (tramp-vc-registered-read-file-names): New defconst.
9257 (tramp-vc-registered-file-names): New defvar.
9258 (tramp-handle-vc-registered): Implement optimization strategy.
9259 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9260 (tramp-vc-file-name-handler): New defun.
9261 (tramp-get-ls-command, tramp-get-test-command)
9262 (tramp-get-file-exists-command, tramp-get-remote-ln)
9263 (tramp-get-remote-perl, tramp-get-remote-stat)
9264 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9265
9266 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9267 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9268 timestamps.
9269 (tramp-get-file-property): Check for timestamps in
9270 `tramp-cache-inhibit-cache'.
9271 (tramp-set-file-property): Write timestamp.
9272
9273 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9274
9275 * language/japan-util.el (japanese-symbol-table): Add entries for
9276 cp932-2-byte.
9277
9278 * international/characters.el: Add category `j' to cp932-2-byte.
9279
9280 2009-08-27 Kenichi Handa <handa@m17n.org>
9281
9282 * international/fontset.el (build-default-fontset-data): New macro.
9283 (setup-default-fontset): Use build-default-fontset-data for CJK,
9284 tibetan, ethiopic, and ipa.
9285
9286 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9287
9288 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9289 (enable-multibyte-characters): Not customizable any more.
9290
9291 * subr.el (default-mode-line-format, default-header-line-format)
9292 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9293 (default-direction-reversed, default-truncate-lines)
9294 (default-left-margin, default-tab-width, default-case-fold-search)
9295 (default-left-margin-width, default-right-margin-width)
9296 (default-left-fringe-width, default-right-fringe-width)
9297 (default-fringes-outside-margins, default-scroll-bar-width)
9298 (default-vertical-scroll-bar, default-indicate-empty-lines)
9299 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9300 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9301 (default-scroll-down-aggressively, default-fill-column)
9302 (default-cursor-type, default-buffer-file-type)
9303 (default-cursor-in-non-selected-windows)
9304 (default-buffer-file-coding-system, default-major-mode)
9305 (default-enable-multibyte-characters): Mark as obsolete.
9306
9307 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9308
9309 * vc-dir.el (vc-dir-update): Remove debug helper.
9310
9311 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9312
9313 2009-08-26 Sam Steingold <sds@gnu.org>
9314
9315 * simple.el (save-interprogram-paste-before-kill): New user option.
9316 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9317 save the interprogram-paste into kill-ring before overriding it
9318 with the Emacs kill.
9319
9320 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9321
9322 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9323 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9324 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9325 and move to vc-rcs.el.
9326 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9327 move to vc-rcs.el.
9328 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9329 (vc-rcs-update-changelog): Remove.
9330 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9331 and move to vc-rcs.el.
9332
9333 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9334 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9335 renaming.
9336 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9337 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9338 vc.el, renamed to be RCS specific.
9339
9340 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9341 New functions.
9342 (vc-cvs-update-changelog): Move here from vc.el.
9343
9344 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9345 New functions.
9346
9347 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9348
9349 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9350
9351 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9352
9353 * vc-git.el (vc-git-register): Use "git add" for directories.
9354 (vc-git-stash, vc-git-stash-show): New functions.
9355 (vc-git-extra-menu-map): Bind them.
9356
9357 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9358 directory correctly in case the item is a directory itself.
9359
9360 * vc.el: Document the desired behavior for reverted files in the
9361 `added' state.
9362 (vc-default-prettify-state-info): Remove function, unused.
9363
9364 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9365
9366 2009-08-26 Glenn Morris <rgm@gnu.org>
9367
9368 * bindings.el (standard-mode-line-format): Reposition dashes in
9369 which-func entry. (Bug#4217)
9370
9371 * files.el (enable-local-variables, enable-local-eval)
9372 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9373 the defcustoms.
9374 (auto-mode-alist, ignored-local-variables)
9375 (save-some-buffers-action-alist): Move risky declarations to the
9376 definitions.
9377 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9378 (font-lock-defaults, format-alist, imenu--index-alist)
9379 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9380 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9381 (mode-line-modified, mode-line-mule-info, mode-line-position)
9382 (mode-line-process, mode-line-remote, outline-level)
9383 (parse-time-rules, rmail-output-file-alist)
9384 (special-display-buffer-names, vc-mode):
9385 Move risky declarations to the relevant files.
9386 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9387 (mode-line-modified, mode-line-process, mode-line-position)
9388 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9389 * font-core.el (font-lock-defaults):
9390 * format.el (format-alist):
9391 * vc-hooks.el (vc-mode):
9392 * window.el (special-display-buffer-names):
9393 * international/mule-cmds.el (input-method-alist):
9394 Define riskiness here (dumped file) rather than in files.el.
9395 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9396 * imenu.el (imenu-generic-expression, imenu--index-alist):
9397 * outline.el (outline-level):
9398 * time.el (display-time-string):
9399 * calendar/parse-time.el (parse-time-rules):
9400 * mail/rmailout.el (rmail-output-file-alist):
9401 Autoload riskiness here, rather than placing in files.el.
9402
9403 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9404
9405 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9406
9407 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
9408
9409 * simple.el (process-file-side-effects): New defvar.
9410
9411 * dired-aux.el (dired-show-file-type):
9412 * vc.el (vc-diff-internal):
9413 * vc-arch.el (vc-arch-diff):
9414 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9415 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9416 * vc-git.el (vc-git-registered, vc-git-working-revision)
9417 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9418 (vc-git--empty-db-p):
9419 * vc-hooks.el (vc-user-login-name):
9420 * vc-svn.el (vc-svn-registered, vc-svn-state)
9421 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9422 * progmodes/grep.el (grep-probe): Let-bind
9423 `process-file-side-effects' with nil.
9424
9425 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9426
9427 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9428 daemon. Replace ping by checking for running service for bluez
9429 and zeroconf. (Bug#4239)
9430
9431 2009-08-25 Kevin Ryde <user42@zip.com.au>
9432
9433 * net/dig.el (dig): Add autoload cookie.
9434
9435 2009-08-25 Glenn Morris <rgm@gnu.org>
9436
9437 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9438 load-history for absolute file-names.
9439 (byte-compile-file-form-require): Warn about use of the cl package.
9440
9441 * format.el (format-alist): Doc fix.
9442
9443 * play/bubbles.el (top-level): Don't require cl at run-time.
9444
9445 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9446 run-time cl).
9447
9448 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9449
9450 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9451 from cl package.
9452 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9453
9454 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9455
9456 * calc/calc-alg.el (math-trig-rewrite)
9457 (math-hyperbolic-trig-rewrite): New functions.
9458 (calc-simplify): Simplify trig functions when asked.
9459
9460 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9461
9462 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9463
9464 2009-08-24 Kenichi Handa <handa@m17n.org>
9465
9466 * language/ind-util.el (mapthread): Delete it.
9467 (combinatorial): New function.
9468 (indian--puthash-cv): Use combinatorial instead of mapthread.
9469
9470 2009-08-22 Kevin Ryde <user42@zip.com.au>
9471
9472 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9473 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9474 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9475 Clarify docstring that the value is strings not symbols.
9476 (checkdoc-list-of-strings-p): New function.
9477
9478 2009-08-22 Glenn Morris <rgm@gnu.org>
9479
9480 * files.el (auto-mode-alist):
9481 * hippie-exp.el (he-concat-directory-file-name):
9482 * lpr.el (lpr-windows-system, printer-name):
9483 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9484 * ps-print.el (ps-windows-system):
9485 * startup.el (command-line):
9486 * emulation/viper-ex.el (viper-glob-function):
9487 * international/mule-cmds.el (set-language-environment-coding-systems):
9488 * net/ange-ftp.el (ange-ftp-write-region):
9489 * obsolete/fast-lock.el (fast-lock-cache-name):
9490 Remove code for defunct system-types emx, macos, mswindows, next-mach,
9491 unisoft-unix, vax-vms, win32, w32.
9492
9493 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9494 given name if the pattern is not more specific.
9495
9496 * calendar/lunar.el (lunar-phase-names): New option.
9497 (lunar-phase): Doc fix.
9498 (lunar-cycles-per-year): New constant.
9499 (lunar-index): New function.
9500 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9501 (lunar-phase-name): Use lunar-phase-names.
9502 (calendar-lunar-phases): Use format.
9503 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9504
9505 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9506 Copy imenu-example--name-and-position function here for own use.
9507 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9508
9509 * bs.el (bs--redisplay):
9510 * cus-edit.el (custom-redraw):
9511 * ibuffer.el (ibuffer-bury-buffer):
9512 * server.el (server-goto-line-column):
9513 * startup.el (command-line-1):
9514 * strokes.el (strokes-xpm-for-stroke):
9515 * term.el (term-display-buffer-line):
9516 * view.el (View-goto-line):
9517 * calc/calc.el (calc-do, calc-trail-buffer):
9518 * play/gamegrid.el (gamegrid-add-score-insecure):
9519 * progmodes/ada-mode.el (ada-compile-goto-error):
9520 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9521 (ebrowse-select-1st-to-9nth):
9522 * progmodes/cperl-mode.el (cperl-time-fontification):
9523 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9524 * progmodes/gud.el (gud-display-line):
9525 (idlwave-shell-display-line):
9526 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9527 * progmodes/make-mode.el (makefile-browser-toggle):
9528 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9529 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9530 * textmodes/picture.el (picture-draw-rectangle):
9531 * textmodes/reftex-index.el (reftex-index-goto-letter):
9532 (reftex-select-jump-to-previous):
9533 * textmodes/reftex-sel.el (reftex-find-start-point)
9534 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9535 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9536 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9537 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9538 * textmodes/two-column.el (2C-associated-buffer):
9539 Use forward-line rather than goto-line.
9540
9541 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9542 goto-line.
9543
9544 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9545 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9546 (quick-check-list-to-regexp): Declare.
9547
9548 * progmodes/make-mode.el (makefile-browser-insert-selection):
9549 Use goto-char rather than goto-line.
9550
9551 * progmodes/prolog.el (compilation-error-regexp-alist)
9552 (compilation-forget-errors): Declare.
9553
9554 2009-08-22 Juri Linkov <juri@jurta.org>
9555
9556 * progmodes/grep.el (lgrep, rgrep): At the beginning
9557 set `dir' to `default-directory' unless `dir' is a non-nil
9558 readable directory. (Bug#4052)
9559 (lgrep, rgrep): Change a weird way to report an error
9560 from using `read-string' to using `error'.
9561 Instead of using interactive arguments in the function body,
9562 add new argument `confirm'.
9563
9564 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9565
9566 * textmodes/remember.el (remember-buffer):
9567 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9568 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9569 (icalendar-extract-ical-from-buffer):
9570 * net/newst-treeview.el (newsticker-groups-filename):
9571 * net/newst-backend.el (newsticker-cache-filename):
9572 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9573 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9574 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9575 (speedbar-buffers-line-path, speedbar-path-line)
9576 (speedbar-buffers-line-path):
9577 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9578 (epg-sign-keys):
9579 * epa.el (epa-display-verify-result):
9580 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9581
9582 2009-08-21 Glenn Morris <rgm@gnu.org>
9583
9584 * progmodes/js.el (inferior-moz-process): Fix declaration.
9585
9586 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9587
9588 * obsolete/rnewspost.el (news-mail-reply):
9589 Use goto-char rather than goto-line.
9590
9591 * term/ns-win.el (ns-open-file-select-line):
9592 Use line-beginning-position rather than goto-line.
9593
9594 * apropos.el (apropos-command):
9595 * ehelp.el (electric-helpify):
9596 * printing.el (pr-show-setup):
9597 * strokes.el (strokes-help):
9598 * tutorial.el (tutorial--describe-nonstandard-key)
9599 (tutorial--detailed-help):
9600 * woman.el (woman-mini-help, woman-display-extended-fonts):
9601 * calc/calc-help.el (calc-describe-key):
9602 * emulation/edt.el (edt-electric-helpify):
9603 * international/mule-diag.el (mule-diag):
9604 * play/yow.el (apropos-zippy):
9605 * progmodes/python.el (python-describe-symbol):
9606 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9607 * textmodes/table.el (*table--cell-describe-mode)
9608 (*table--cell-describe-bindings):
9609 Use help-print-return-message rather than the now obsolete alias.
9610
9611 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9612 (calendar-cursor-to-visible-date):
9613 * play/5x5.el (5x5-position-cursor):
9614 * play/decipher.el (decipher):
9615 * play/gomoku.el (gomoku-goto-xy):
9616 * play/landmark.el (lm-goto-xy):
9617 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9618 (mpuz-paint-digit):
9619 Use forward-line, not goto-line.
9620
9621 * mail/rmail.el (rmail-obsolete): Delete custom group.
9622 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9623 (rmail-remote-password, rmail-remote-password-required):
9624 Remove unneeded :set-after and :set properties.
9625
9626 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
9627
9628 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9629
9630 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9631
9632 * loadup.el: Remove leftover macos code.
9633
9634 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9635 Explicitly pass the date format to git blame so that user local
9636 so that the output format can be parsed.
9637
9638 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
9639
9640 * net/dbus.el (top): Don't check for (getenv
9641 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9642
9643 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9644
9645 * log-edit.el (log-edit-strip-single-file-name): New var.
9646 (log-edit-insert-changelog): Use it. Bug#3571
9647
9648 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9649
9650 * subr.el (read-passwd): Use read-key so keypad keys work as well.
9651 Bug#3287
9652
9653 * help.el (help-print-return-message): Rename from
9654 print-help-return-message.
9655
9656 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9657 cvs-mode-map parent hack.
9658 (log-view-mode): Derive from special-mode.
9659
9660 * linum.el (linum-mode): window-size-change-functions is redundant.
9661 Adapt to new window-configuration-change-hook behavior.
9662 (linum-after-size, linum-after-config): Remove.
9663
9664 * imenu.el (imenu-example--name-and-position)
9665 (imenu-example--lisp-extract-index-name)
9666 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9667 Mark as obsolete.
9668
9669 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9670 (inferior-prolog-mode): Use it.
9671 (inferior-prolog-load-file): Reset list of errors.
9672
9673 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9674
9675 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9676
9677 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9678
9679 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
9680
9681 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9682 is running already.
9683
9684 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9685
9686 * subr.el (listify-key-sequence-1): Use normal syntax since those
9687 integers are nowadays always represented by the same (positive) number
9688 on all platforms.
9689 (read-key-empty-map): New const.
9690 (read-key-delay): New var.
9691 (read-key): New function.
9692 (force-mode-line-update): Use with-current-buffer.
9693 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9694 (start-process-shell-command, start-file-process-shell-command):
9695 Discourage the use of command-args.
9696
9697 2009-08-19 Glenn Morris <rgm@gnu.org>
9698
9699 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9700
9701 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9702
9703 * simple.el (choose-completion-string): Don't rely on
9704 minibuffer-completing-file-name and ad-hoc checks to decide whether
9705 to continue completion or not.
9706
9707 * minibuffer.el (minibuffer-hide-completions): New function.
9708 (completion--do-completion): Use it.
9709 (completions-annotations): New face.
9710 (completion--insert-strings): Use it.
9711 (completion-pcm--delim-wild-regex): Add docstring.
9712 (completion-pcm--string->pattern): Add support for 0-width delimiters
9713 in completion-pcm--delim-wild-regex.
9714
9715 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9716
9717 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9718 Remove unused var `buffer-modified-p'.
9719
9720 * minibuffer.el (completion--do-completion): Move point for the #b001
9721 case as well (bug#4176).
9722 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9723
9724 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
9725
9726 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9727 and :session buses.
9728
9729 2009-08-18 Kenichi Handa <handa@m17n.org>
9730
9731 * international/ucs-normalize.el (ucs-normalize-version):
9732 Change to 1.1.
9733 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9734 (utf-8-hfs): Make it perform normalization on encoding too.
9735
9736 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9737 (sentence-end-without-space): Delete duplicated chars.
9738 (sentence-end-base): Likewise.
9739
9740 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9741 (html-mode): Delete duplicated chars from sentence-end-base.
9742
9743 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9744 (texinfo-mode): Delete duplicated chars from sentence-end-base.
9745
9746 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
9747
9748 * files.el (hack-one-local-variable): If the mode function is for
9749 a minor mode, pass it an argument (Bug#4148).
9750
9751 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
9752
9753 * net/tramp.el (tramp-register-completion-file-name-handler):
9754 Check also for (member 'partial-completion completion-styles).
9755
9756 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9757
9758 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9759 abbrev (Bug#3943).
9760
9761 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
9762
9763 * progmodes/cperl-mode.el: Merge upstream 6.2.
9764 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9765 (cperl-forward-re): Check cperl-brace-recursing.
9766 (cperl-highlight-charclass): New function.
9767 (cperl-find-pods-heres): Use it.
9768 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9769 (cperl-beautify-regexp-piece): Fix column calculation.
9770 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9771 (cperl-beautify-level): Don't process entire regexp.
9772 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9773 calling man.
9774 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9775 (cperl-init-faces): Build a list in the normal way.
9776
9777 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9778
9779 * calendar/parse-time.el (parse-time-string-chars): Save match
9780 data.
9781
9782 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9783
9784 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9785 (sql-product): Use it.
9786 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9787 (sql-set-product): Add completion.
9788 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9789 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9790 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9791 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9792 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9793 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9794 (sql-highlight-db2-keywords): Remove.
9795 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9796 (sql-highlight-product): Use derived-mode-p.
9797 (sql-set-sqli-buffer): Use with-current-buffer.
9798 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9799 Simplify.
9800
9801 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9802
9803 * term.el: Fix commenting convention, turn comments into docstrings.
9804
9805 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9806
9807 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9808
9809 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
9810
9811 * calendar/parse-time.el (parse-time-string-chars): Compute using
9812 character classes, to handle non-ascii characters (Bug#3190).
9813
9814 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9815
9816 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9817 another heredoc if the user adds another < (Bug#3226).
9818
9819 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9820 Don't initialize based on window-system (Bug#4124).
9821
9822 * facemenu.el (facemenu-read-color): Use a completion function
9823 that accepts any defined color, such as RGB triplets (Bug#3677).
9824
9825 * files.el (get-free-disk-space): Change fallback default
9826 directory to /. Expand DIR argument before switching to fallback.
9827 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9828
9829 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9830
9831 * files.el (load-library): Doc fix.
9832
9833 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9834
9835 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9836 (viper-if-string): Redefine C-s in the minibuffer to insert the last
9837 incremental search string.
9838
9839 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9840 XEmacs.
9841
9842 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9843 (ediff-merge-region-is-non-clash)
9844 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9845 Also check if the job is really a merge job.
9846
9847 * ediff.el (ediff-current-file): New function.
9848
9849 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9850
9851 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9852 conventions.
9853 (js-insert-and-indent): Delete function.
9854 (js-mode-map): Don't bind keys to js-insert-and-indent.
9855 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9856 (js-end-of-defun): Rename from js--end-of-defun.
9857 (js-auto-indent-flag): Delete variable.
9858
9859 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
9860
9861 * progmodes/js.el: Remove proclaim statement.
9862 Defvar which-func-imenu-joiner-function to silence compiler.
9863
9864 * files.el (auto-mode-alist): Use js-mode for .js files.
9865
9866 * progmodes/js2-mode.el: Remove file.
9867
9868 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9869
9870 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9871
9872 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9873
9874 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
9875 Karl Landstrom <karl.landstrom@brgeight.se>
9876
9877 * progmodes/js.el: New file.
9878
9879 2009-08-14 Mark A. Hershberger <mah@everybody.org>
9880
9881 * timezone.el (timezone-parse-date): Add ability to understand ISO
9882 basic format (minimal separators) dates in addition to the
9883 already-supported extended format dates.
9884
9885 2009-08-14 Eli Zaretskii <eliz@gnu.org>
9886
9887 * international/ucs-normalize.el: Add a `coding' file variable.
9888
9889 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9890
9891 2009-08-14 Sam Steingold <sds@gnu.org>
9892
9893 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9894
9895 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
9896
9897 * faces.el (help-argument-name): Define it here instead of
9898 help-fns.el, because in daemon mode help-fns.el may be loaded when
9899 faces are still uninitialized (Bug#1078).
9900
9901 * help-fns.el (help-argument-name): Move defface to faces.el.
9902
9903 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
9904
9905 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9906 create buffer with a pty but no process so that GDB can make the
9907 inferior the controlling process.
9908
9909 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
9910
9911 * international/ucs-normalize.el: New file.
9912
9913 2009-08-13 Richard Stallman <rms@gnu.org>
9914
9915 * mail/rmail.el (rmail-get-attr-names):
9916 Accept an attribute header that is too short.
9917
9918 * mail/rmail.el (rmail-forget-messages):
9919 Ignore nil elt in rmail-message-vector. Use dotimes.
9920
9921 * progmodes/compile.el (compilation-goto-locus):
9922 Use next-error-move-function.
9923
9924 * simple.el (next-error-move-function): New variable.
9925
9926 2009-08-12 Juri Linkov <juri@jurta.org>
9927
9928 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9929 always non-nil. (Bug#4052)
9930
9931 * replace.el (read-regexp): Return empty string when
9932 `default-value' is nil.
9933 (keep-lines-read-args): Don't use empty string as the
9934 default value for `read-regexp'. (Bug#2495)
9935
9936 2009-08-12 Juri Linkov <juri@jurta.org>
9937
9938 * international/mule-cmds.el (ucs-insert): Change arguments
9939 from `arg' to `character', `count', `inherit' to be the same
9940 as in `insert-char'. Doc fix. (Bug#4039)
9941
9942 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9943
9944 2009-08-12 Juri Linkov <juri@jurta.org>
9945
9946 * files-x.el: New file.
9947
9948 * files.el: Move code that deals with adding/deleting
9949 file/directory-local variables to files-x.el.
9950
9951 * Makefile.in (ELCFILES): Add files-x.elc.
9952
9953 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9954
9955 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9956 to use `goto-line'.
9957 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9958 `goto-line'.
9959 (gdb-invalidate-disassembly): Do not refresh upon receiving
9960 'update signal. Instead, update all disassembly buffers only after
9961 threads list.
9962 (gdb): Send -target-detach when buffer is killed (Bug#3794).
9963 (gdb-starting): Moved -data-list-register-names...
9964 (gdb-stopped): ...here so it's sent when first thread stops.
9965 (gdb-registers-handler-custom): Do nothing if register names are
9966 unknown yet.
9967
9968 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9969 from `gdb-mi.el' to avoid extra tangling.
9970
9971 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9972 change which breaks `gud-def' definitions used in `gdb'.
9973 (gdb-update-gud-running): No extra fuss for updating frame number.
9974
9975 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9976
9977 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9978 (describe-language-environment-map, setup-language-environment-map)
9979 (set-coding-system-map): Move initialization into declaration.
9980 (set-language-info-alist): Last arg to define-key-after can be skipped.
9981
9982 * international/quail.el (quail-completion-1): Simplify.
9983 (quail-define-rules): Use slightly more compact code.
9984 (quail-insert-decode-map): Propertize keys, compact columns.
9985
9986 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9987 Add goto-line.
9988
9989 2009-08-10 Miles Bader <miles@gnu.org>
9990
9991 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9992 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9993 (js2-instance-member, js2-private-member, js2-private-function-call)
9994 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9995 (js2-magic-paren, js2-external-variable):
9996 Remove "-face" suffix from face names.
9997 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9998 (js2-highlight-undeclared-vars, js2-peek-token)
9999 (js2-parse-function-params, js2-mode-show-errors)
10000 (js2-mode-show-warnings, js2-make-magic-delimiter)
10001 (js2-mode-highlight-magic-parens): Update to use new face names.
10002
10003 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10004
10005 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10006 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10007
10008 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10009
10010 * subr.el: Provide hashtable-print-readable.
10011
10012 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10013 hs-c-like-adjust-block-beginning.
10014 (hs-hide-block-at-point): Stop hiding at the beginning of
10015 hs-block-end-regexp (Bug#700).
10016
10017 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10018
10019 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10020 a macro.
10021 (gdb-registers-handler-custom): Do not fail when register names
10022 are unavailable.
10023
10024 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10025
10026 * progmodes/gdb-mi.el (gdb-control-all-threads)
10027 (gdb-control-current-thread): Interactive setters for
10028 `gdb-gud-control-all-threads' to use in menu.
10029 (gdb-show-run-p): Show «Go» when process is not active.
10030 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
10031 gud/thread.xpm and gud/all.xpm.
10032
10033 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10034
10035 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10036 (nslookup-font-lock-keywords): Make it a variable.
10037 (net-utils-mode): New mode for viewing diagnostic network output.
10038 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10039 (net-utils-run-simple): New function.
10040 (ifconfig, iwconfig, netstat, arp, route): Use it.
10041
10042 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10043
10044 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10045 (gdb-memory-set-address, def-gdb-set-positive-number)
10046 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10047 after changing settings.
10048 (gdb-invalidate-disassembly): Update when first shown.
10049 (gdb-edit-locals-value): Fixed.
10050 (gdb-registers-handler-custom): Print registers in right order and
10051 allow changing register values (only for current thread yet).
10052 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10053 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10054 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10055 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10056 info in mode name.
10057 (gdb-registers-mode-map): TAB to switch to locals.
10058
10059 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10060
10061 * mail/rmail.el (rmail-add-mbox-headers)
10062 (rmail-set-message-counters-counter): Search for
10063 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10064
10065 2009-08-08 Glenn Morris <rgm@gnu.org>
10066
10067 * Makefile.in (ELCFILES): Update.
10068
10069 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10070
10071 * mail/sendmail.el (mail-yank-original): Set
10072 buffer-file-coding-system from the one used by the message whose
10073 text is yanked.
10074
10075 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10076 to "windows" when "pgnuplot" is used.
10077 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10078 call accept-process-output if "pgnuplot" is used.
10079 (calc-graph-init): Don't send -display and -geometry to
10080 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10081 running "pgnuplot -V" with shell-command-to-string.
10082
10083 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10084 the default.
10085
10086 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10087
10088 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10089 org/org-latex.elc.
10090
10091 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10092
10093 * vc-dispatcher.el (vc-resynch-window): Update comment.
10094
10095 * term.el (term-handle-ansi-escape): Add comments with the
10096 terminfo capabilities implemented.
10097
10098 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10099
10100 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10101 (gdb-var-create-handler): Rewritten using JSON parser.
10102 (gdb-propertize-header): Moved earlier.
10103 (gdb-set-header): Removed to avoid duplication.
10104 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10105 Refresh disassembly buffers only after threads list have been
10106 update.
10107 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10108 variables.
10109
10110 2009-08-04 Juri Linkov <juri@jurta.org>
10111
10112 * files.el: Commands to add/delete file/directory-local variables.
10113 (read-file-local-variable, read-file-local-variable-value)
10114 (read-file-local-variable-mode, modify-file-local-variable)
10115 (modify-file-local-variable-prop-line)
10116 (modify-dir-local-variable): New functions.
10117 (add-file-local-variable, delete-file-local-variable)
10118 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10119 (add-dir-local-variable, delete-dir-local-variable)
10120 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10121 (copy-dir-locals-to-file-locals-prop-line): New commands.
10122
10123 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
10124
10125 * abbrev.el (insert-abbrev-table-description): Prettify output.
10126 Suggested by Karl Chen.
10127
10128 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10129
10130 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10131 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10132 (gdb-overlay-arrow-position, gdb-thread-position)
10133 (gdb-disassembly-position): Declare variables.
10134 (gdb-wait-for-pending): Function now.
10135 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10136 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10137 compilation goes smoothly.
10138 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10139 (gdb-non-stop-setting): New customization setting which replaces
10140 `gdb-non-stop' so changing it doesn't break active GDB session.
10141 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10142 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10143 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10144 (gdb-show-threads-by-default): New customization options.
10145 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10146 routines.
10147 (gdb-get-buffer-create): Send buffers update signal when they are
10148 created.
10149 (gdb-invalidate-locals, gdb-invalidate-registers)
10150 (gdb-invalidate-breakpoints)
10151 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10152 (gdb-invalidate-memory): Accept update signal.
10153 (gdb-current-context-command): Use --frame option.
10154 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10155 Implement `gdb-frame-number' selection logic.
10156 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10157 whether to show GUD toolbar buttons.
10158 (gdb-thread-exited): Unselect current thread when it exits.
10159 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10160 (gdb-mark-line): Routine which sets overlay arrow or inverses
10161 video on fringeless displays.
10162 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10163 to build aligned columns of data in GDB buffers and set text
10164 properties line-by-line.
10165 (gdb-invalidate-breakpoints)
10166 (gdb-breakpoints-list-handler-custom)
10167 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10168 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10169 (gdb-registers-handler-custom): Align data columns.
10170 (gdb-locals-handler-custom): Now prints data like in variable
10171 declarations.
10172 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10173 Removed confusing buttons.
10174 (gdb-invalidate-threads): Append --frame.
10175 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10176 between breakpoints/threads buffers.
10177 (gdb-set-window-buffer): Now can ignore dedicated windows.
10178 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10179 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10180 (def-gdb-thread-buffer-gud-command): Replaces
10181 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10182 for fine thread control.
10183 (gdb-preempt-existing-or-display-buffer): New function used to
10184 display bound buffers without breaking window layout.
10185 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10186 (gdb-select-frame): New version of `gdb-frames-select' which now
10187 sets `gdb-frame-number' so commands may use --frame option instead
10188 of inner debugger state.
10189 (gdb-frame-handler): Do not set `gdb-frame-number'.
10190 (gdb-threads-mode-map): Select threads with mouse.
10191
10192 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10193 avoid compilation warning.
10194 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10195 `gdb-show-stop-p`.
10196
10197 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10198 Argument `key' renamed to `buffer-type'.
10199 (gdb-current-context-buffer-name): Do not add thread info to
10200 buffer name when no thread is selected.
10201 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10202 command (bug 3794).
10203 (gdb-thread-selected): Handle `=thread-selected' notification.
10204 (gdb-wait-for-pending): New macro to deal with congestion problems.
10205 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10206 breakpoints.
10207 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10208 This fixes problem similar to one described in bug 3947.
10209 (gud-menu-map): More menu items.
10210 (gdb-init-1): Reset `gdb-thread-number' to nil.
10211
10212 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10213 non-stop settings.
10214
10215 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10216 (gdb-current-context-command): Do not append --thread if
10217 `gdb-thread-number' is nil.
10218 (gdb-running-threads-count, gdb-stopped-threads-count): New
10219 variables.
10220 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10221 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10222 customization options.
10223 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10224 GUD commands.
10225 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10226 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10227 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10228 set `gdb-thread-number' and update `gud-running' properly.
10229 (gdb-running): Update threads list when new threads appear.
10230 (gdb-stopped): Support non-stop operation and new thread switching
10231 logic.
10232 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10233 (gdb-json-partial-output): New set of JSON routines.
10234 (def-gdb-auto-update-trigger): New `signal-list' optional
10235 argument.
10236 (gdb-thread-list-handler-custom): Update `gud-running',
10237 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10238 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10239 (gdb-continue-thread, gdb-step-thread): New commands for fine
10240 thread execution control.
10241 (gud-menu-map): New menu items to switch non-stop options.
10242 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10243 (gdb-send): Mimic RET properly (bug 3794).
10244
10245 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10246 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10247 gdb-buffer-rules.
10248 (def-gdb-auto-update-handler): New nopreserve optional argument.
10249 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10250
10251 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10252 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10253 (gdb-parent-mode): New mode to derive other GDB modes from.
10254 (gdb-display-disassembly-for-thread)
10255 (gdb-frame-disassembly-for-thread): New commands for threads
10256 buffer.
10257
10258 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10259 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10260 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10261 (gdb-update): We now store all GDB buffers in a list so that they
10262 can be updated by traversing a list instead of calling invalidate
10263 triggers explicitly.
10264 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10265 pair for GDB buffer.
10266 (gdb-stack-buffer-name): Add thread information.
10267 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10268 handle pending triggers.
10269 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10270 (def-gdb-thread-buffer-simple-command)
10271 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10272 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10273 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10274 New commands which show buffers bound to thread.
10275 (gdb-stack-list-locals-regexp): Removed unused regexp.
10276
10277 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10278 (gdb-locals-buffer-name, gdb-registers-buffer-name)
10279 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10280 to (gud-comint-buffer) in *-buffer-name functions
10281 because (gdb-get-target-string) already does that.
10282 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10283 (gdb-changed-registers-handler): Rewritten without regexps.
10284
10285 * progmodes/gdb-mi.el: Basic thread selection support.
10286 (gdb-thread-number): New variable.
10287 (gdb-current-context-command): New macro which adds --thread
10288 option to command.
10289 (gdb-threads-mode-map): Select thread with SPC.
10290 (gdb-thread-list-handler-custom): Mark current thread with overlay
10291 arrow. Synchronize GDB thread and Emacs thread.
10292 (gdb-select-thread): New command which selects current thread.
10293 (gdb-invalidate-frames, gdb-invalidate-locals)
10294 (gdb-invalidate-registers): Use --thread option.
10295
10296 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
10297
10298 * net/tramp.el (top): Make check for tramp-gvfs loading more
10299 robust. (Bug#3977)
10300 (tramp-handle-insert-file-contents): `unwind-protect' must be
10301 inside `with-parsed-tramp-file-name'.
10302
10303 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10304 fails.
10305
10306 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
10307
10308 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10309 directory if CLASSPATH is not set.
10310
10311 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
10312
10313 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10314 New defconst.
10315 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
10316
10317 2009-08-02 Kevin Ryde <user42@zip.com.au>
10318
10319 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10320 Update freshmeat link. Delete newsforge.com as it seems gone.
10321
10322 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10323
10324 * select.el (x-set-selection): Doc fix (Bug#4021).
10325
10326 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10327
10328 * help-fns.el (describe-variable): Treat list return values from
10329 dir-locals-find-file properly (Bug#4005).
10330
10331 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
10332
10333 * net/tramp.el (tramp-debug-message): Print also microseconds.
10334
10335 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
10336
10337 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10338 or END is non-nil.
10339 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10340 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10341 format.
10342
10343 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10344 (tramp-get-file-property): Use it.
10345
10346 * autorevert.el (auto-revert-handler): Allow
10347 `auto-revert-tail-mode' for remote files.
10348
10349 2009-08-02 Jason Rumney <jasonr@gnu.org>
10350
10351 * minibuffer.el (read-file-name): Treat confirm options to
10352 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
10353
10354 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10355
10356 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10357 (font-lock-variable-name-face, font-lock-constant-face): Darken
10358 the colors for light backgrounds.
10359
10360 2009-08-01 Eli Zaretskii <eliz@gnu.org>
10361
10362 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10363 month names. (Bug#3987)
10364
10365 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
10366
10367 * simple.el (line-move-finish): Pass whole number to
10368 line-move-to-column.
10369 (line-move-visual): Perform hscroll to the recorded position.
10370
10371 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10372
10373 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10374
10375 2009-07-29 Alan Mackenzie <acm@muc.de>
10376
10377 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10378
10379 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10380
10381 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10382 (gdb-place-breakpoints): Use full path when setting breakpoints.
10383
10384 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10385
10386 * calc/calc.el (calc-mode-map): Add keybinding for
10387 `calc-transpose-lines'.
10388
10389 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
10390
10391 * calc/calc-misc.el (calc-transpose-lines): New function.
10392
10393 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
10394
10395 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10396 Simplify check for out-of-band methods.
10397 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10398 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10399
10400 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10401
10402 * vc-git.el (vc-git-checkin): Fix typo.
10403
10404 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
10405
10406 * progmodes/js2-mode.el: New file.
10407
10408 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
10409
10410 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10411 (gud-menu-map): Adjust tooltip accordingly.
10412
10413 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10414
10415 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10416 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10417
10418 * add-log.el (change-log-mode-map): Add a menu.
10419
10420 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
10421
10422 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10423 function returns nil.
10424 (dbus-handle-event): Handle special return value :ignore.
10425 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10426
10427 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
10428
10429 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10430 it's not needed.
10431
10432 2009-07-25 Eli Zaretskii <eliz@gnu.org>
10433
10434 Fix Bug#3888:
10435
10436 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10437
10438 * term/pc-win.el (x-display-name, x-colors)
10439 (x-select-enable-clipboard, x-select-text): Doc fix.
10440
10441 * term/common-win.el (x-display-name, x-colors): Doc fix.
10442
10443 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10444 (xw-defined-colors): Doc fix.
10445
10446 * w32-fns.el (x-select-text, x-setup-function-keys)
10447 (x-get-selection, x-set-selection): Doc fix.
10448
10449 * term/x-win.el (x-select-text, x-setup-function-keys)
10450 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10451
10452 * select.el (x-set-selection): Doc fix.
10453
10454 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
10455
10456 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10457 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10458 "IsNSSSupportAvailable" method is not available. Reported by
10459 Steve Youngs <steve@sxemacs.org>.
10460
10461 2009-07-24 Kenichi Handa <handa@m17n.org>
10462
10463 * international/characters.el: Fix setting of category ?C, ?|, ?K,
10464 and ?H. Fix setting of case for Latin Extended and Greek Extended.
10465 (build-unicode-category-table): Fix range checks.
10466
10467 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10468
10469 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10470 the buffer we try to sync is current when calling
10471 vc-resynch-buffer.
10472
10473 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10474 not show up to date files.
10475
10476 2009-07-24 Glenn Morris <rgm@gnu.org>
10477
10478 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10479 Add autoload cookies. If necessary, initialize.
10480 (elint-log): Handle non-file buffers.
10481 (elint-initialize): Add optional argument to reinitialize.
10482 (elint-find-builtin-variables): Save excursion.
10483
10484 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10485
10486 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10487 for Lint.
10488
10489 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10490
10491 * vc.el (vc-print-log-internal): New function, split out from ...
10492 (vc-print-log): ... here.
10493 (vc-dir-move-to-goal-column): Declare.
10494
10495 * vc-git.el (vc-git-add-signoff): New variable.
10496 (vc-git-checkin): Use it.
10497 (vc-git-toggle-signoff): New function.
10498 (vc-git-extra-menu-map): Bind it to menu.
10499 (vc-git--run-command-string): Accept a nil FILE argument.
10500 (vc-git-stash-list): New function.
10501 (vc-git-dir-extra-headers): Use it.
10502
10503 2009-07-23 Glenn Morris <rgm@gnu.org>
10504
10505 * help-fns.el (describe-variable): Describe ignored and risky local
10506 variables in a similar way to that in which we describe safe ones.
10507
10508 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10509 (byte-compile-output-file-form, byte-compile-output-docform)
10510 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10511 Give some more local variables with common names a "bytecomp-" prefix,
10512 so as not to shadow things during compilation.
10513 * emacs-lisp/cl-macs.el (load-time-value)
10514 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10515 `outbuffer' to `bytecomp-outbuffer'.
10516
10517 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10518 since the next two variables cover them automatically now.
10519 (elint-builtin-variables, elint-autoloaded-variables): New.
10520 (elint-unknown-builtin-args): Remove all members, since they can be
10521 parsed automatically now.
10522 (elint-extra-errors): New.
10523 (elint-env-add-env, elint-env-add-macro): Use cadr.
10524 (elint-current-buffer): Use or. Change final message.
10525 (elint-get-top-forms): Use line-end-position.
10526 (elint-init-env): Use cadr. Handle autoload, declare-function,
10527 and defalias.
10528 (elint-add-required-env): Doc fix. Use or. Standardize error.
10529 (regexp-assoc): Remove unused function.
10530 (elint-top-form): Set elint-current-pos, to record the start of the
10531 top-level form, for compilation-mode.
10532 (elint-form): Trap errors in macro expansion. Use dolist.
10533 (elint-unbound-variable): Use elint-builtin-variables and
10534 elint-autoloaded-variables.
10535 (elint-get-args): Use cadr, or.
10536 (elint-check-cond-form): Use dolist, cadr.
10537 (elint-check-condition-case-form): Doc fix. Use cadr.
10538 Use elint-extra-errors.
10539 (elint-log): New function.
10540 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10541 Distinguish errors and warnings.
10542 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10543 Use a bytecomp-style format.
10544 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10545 (elint-get-log-buffer): Use compilation mode. Disable undo.
10546 Don't truncate lines.
10547 (elint-initialize): Set builtin and autoloaded variable lists.
10548 Only process elint-unknown-builtin-args if non-nil.
10549 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10550 New functions.
10551 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10552
10553 2009-07-22 Kevin Ryde <user42@zip.com.au>
10554
10555 * net/newst-backend.el (newsticker--parse-atom-1.0)
10556 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10557 (newsticker--parse-rss-1.0):
10558 * progmodes/idlwave.el (idlwave-mode):
10559 * progmodes/idlw-shell.el (idlwave-shell-mode):
10560 * progmodes/vera-mode.el (vera-mode):
10561 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10562 * progmodes/vhdl-mode.el (vhdl-mode):
10563 * textmodes/table.el (table-generate-source)
10564 (table--warn-incompatibility):
10565 Hyperlink urls in docstrings with URL `...'.
10566
10567 2009-07-22 Glenn Morris <rgm@gnu.org>
10568
10569 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10570 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10571 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10572 Remove leading * from defcustom docs.
10573
10574 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10575
10576 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10577 defcustom doc.
10578 (list-load-path-shadows): Optionally, just return shadows as a string.
10579
10580 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10581
10582 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
10583
10584 * mail/rmailedit.el (rmail-edit-mode): Use
10585 auto-save-include-big-deletions.
10586
10587 * mail/rmail.el (rmail-variables): Use
10588 auto-save-include-big-deletions.
10589
10590 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10591 changes.
10592
10593 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10594
10595 * calc/calc.el (calc-undo-length): New variable.
10596 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10597
10598 2009-07-21 Richard Stallman <rms@gnu.org>
10599
10600 * files.el (auto-save-mode): Handle buffer-save-size = -2
10601 for toggling mode.
10602
10603 2009-07-21 Glenn Morris <rgm@gnu.org>
10604
10605 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10606
10607 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10608
10609 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10610 silence compiler. Instead...
10611 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10612 (ps-print-ensure-fontified): Update for above function name changes.
10613
10614 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10615 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10616 silence compiler. Instead...
10617 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10618 (mh-show-buffer): Only define for compiler.
10619 (pr-mh-current-message): Update for above function name changes.
10620
10621 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10622 as an argument.
10623 (find-file-noselect, insert-file-1): Update for above change.
10624
10625 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10626
10627 * mail/mailclient.el (mailclient-send-it): Fix message.
10628
10629 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10630 (edebug-eval): Check cl-debug-env is bound.
10631 (print-level, print-circle): Don't redefine built-in variables.
10632
10633 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10634 (custom-print-vectors): Remove old comments from doc.
10635
10636 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10637 (emerge-version): Make the variable an obsolete alias for the
10638 emacs-version variable. Make the function obsolete.
10639 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10640 Emerge options, rather than merging in into the main Options menu.
10641 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10642 and auto advance modes. Disable edit/fast items when not relevant.
10643
10644 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10645
10646 * term/vt420.el (terminal-init-vt420): Fix typo.
10647
10648 2009-07-20 Sam Steingold <sds@gnu.org>
10649
10650 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10651 variable (removed from compile.el on 2004-03-11).
10652
10653 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
10654
10655 * files.el (hack-local-variables-filter): Fix last change.
10656
10657 2009-07-19 Juri Linkov <juri@jurta.org>
10658
10659 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10660 (dir-local-variables-alist): New buffer-local variable.
10661 (hack-local-variables-filter): If variable is not dir-local,
10662 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10663 because file-local overrides dir-local.
10664 (c-postprocess-file-styles) <declare-function>:
10665 Remove obsolete declaration.
10666 (hack-dir-local-variables): Add dir-local variable/value pair to
10667 `dir-local-variables-alist' and remove duplicates. Doc fix.
10668
10669 * help-fns.el (describe-variable): Add information about
10670 file-local and dir-local variables.
10671
10672 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
10673
10674 * files.el (hack-local-variables-filter): Rewrite.
10675
10676 2009-07-19 Glenn Morris <rgm@gnu.org>
10677
10678 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10679 Silence compiler by only defining on XEmacs.
10680
10681 * international/mule.el (auto-coding-regexp-alist): Only match
10682 BABYL... at the start of buffer, not of lines. (Bug#3790)
10683
10684 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10685 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10686 (cal-menu-context-mouse-menu): Doc fix.
10687
10688 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10689
10690 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10691
10692 2009-07-18 Juri Linkov <juri@jurta.org>
10693
10694 * info.el: Virtual Info keyword finder.
10695 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10696 (Info-finder-file): New variable.
10697 (Info-finder-find-file): New function.
10698 (finder-known-keywords, finder-package-info)
10699 (find-library-name, lm-commentary): Use defvar and
10700 declare-function to silence compiler warnings.
10701 (Info-finder-find-node): New function.
10702 (info-finder): New command.
10703
10704 * subr.el (process-kill-buffer-query-function): New function.
10705 (add-hook)<kill-buffer-query-functions>: Add hook
10706 `process-kill-buffer-query-function'.
10707
10708 2009-07-18 Alan Mackenzie <acm@muc.de>
10709
10710 * progmodes/cc-mode.el (c-before-hack-hook)
10711 (c-postprocess-file-styles): Give invocation of `c-set-style'
10712 DONT-OVERRIDE parameter of t. Already set style variables will
10713 thus not be overridden by style settings given by `c-file-syle'.
10714
10715 * files.el (hack-local-variables-filter): Remove entries with
10716 duplicate keys from `file-local-variables-alist'.
10717
10718 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10719
10720 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10721 x-set-selection if display-selections-p returns nil for the
10722 current frame.
10723
10724 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
10725
10726 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10727
10728 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10729
10730 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10731 Accept nil in addition to a regexp.
10732 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10733 Accept nil in addition to a regexp.
10734 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10735 buffers that have an associated file. Handle nil values of
10736 desktop-buffers-not-to-save and desktop-files-not-to-save.
10737 (Bug#3833)
10738
10739 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10740 (x-disown-selection-internal): New functions.
10741
10742 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
10743
10744 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10745 warning.
10746 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10747 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10748
10749 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
10750
10751 * simple.el (set-mark): Revert last change.
10752
10753 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10754
10755 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10756 rendering of pngs is not possible instead of messaging a long
10757 description.
10758
10759 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
10760
10761 * w32-fns.el (x-selection-owner-p): New function.
10762
10763 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10764 (mouse-yank-at-click, mouse-yank-primary): If
10765 select-active-regions is non-nil, deactivate the mark before
10766 insertion.
10767
10768 * simple.el (deactivate-mark, set-mark): Only save selection if we
10769 own it.
10770
10771 2009-07-17 Kenichi Handa <handa@m17n.org>
10772
10773 * case-table.el (describe-buffer-case-table): Fix for the case
10774 that KEY is a cons.
10775
10776 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10777
10778 * vc-rcs.el (vc-rcs-find-file-hook):
10779 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10780
10781 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
10782
10783 * net/tramp.el (tramp-wait-for-output): Handle the case when
10784 commands do not return a newline but a null byte before the shell
10785 prompt. (Bug#3858)
10786
10787 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10788
10789 * term/ns-win.el (ns-set-alpha): Don't declare.
10790 (ns-set-background-alpha): Remove function.
10791
10792 2009-07-16 Kevin Ryde <user42@zip.com.au>
10793
10794 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10795 y-or-n-p, for safety.
10796
10797 2009-07-16 Richard Stallman <rms@gnu.org>
10798
10799 * files.el (auto-save-mode): If buffer-saved-size is -2,
10800 don't clobber it.
10801
10802 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10803 (rmail-retry-ignored-headers): Add more uninteresting fields.
10804
10805 2009-07-15 Jari Aalto <jari.aalto@cante.net>
10806
10807 * net/rcirc.el (rcirc): Use history variables.
10808 (rcirc-server-name-history, rcirc-nick-name-history)
10809 (rcirc-server-port-history): New variables.
10810
10811 2009-07-15 Kenichi Handa <handa@m17n.org>
10812
10813 * international/mule-cmds.el (set-language-environment-charset):
10814 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10815 ignore them.
10816
10817 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10818 Delete unibyte-display.
10819
10820 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10821
10822 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10823
10824 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10825
10826 * simple.el (deactivate-mark): Optional argument FORCE.
10827 (set-mark): Use deactivate-mark.
10828
10829 * info.el (Info-search): No need to check transient-mark-mode
10830 before calling deactivate-mark.
10831
10832 * select.el (x-set-selection): Doc fix.
10833 (x-valid-simple-selection-p): Allow buffer values.
10834 (xselect--selection-bounds): Handle buffer values. Suggested by
10835 David De La Harpe Golden.
10836
10837 * mouse.el (mouse-set-region, mouse-drag-track): Call
10838 copy-region-as-kill before setting the mark, to let
10839 select-active-regions work.
10840
10841 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
10842
10843 * simple.el (deactivate-mark): If select-active-regions is
10844 non-nil, copy the selection data into a string.
10845 (activate-mark): If select-active-regions is non-nil, set the
10846 selection to the current buffer.
10847 (set-mark): Update selection if select-active-regions is non-nil.
10848
10849 * select.el (x-valid-simple-selection-p): Allow buffer values.
10850
10851 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10852
10853 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10854 and more featureful message-mode.
10855
10856 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
10857
10858 * select.el (x-set-selection): Doc fix.
10859 (x-valid-simple-selection-p): Disallow selection data consisting
10860 of a list or cons of integers, since that is not used.
10861 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10862 (xselect-convert-to-string, xselect-convert-to-length)
10863 (xselect-convert-to-filename, xselect-convert-to-charpos)
10864 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10865
10866 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10867
10868 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10869 output in -break-info command (Emacs bug #3794).
10870
10871 2009-07-14 Glenn Morris <rgm@gnu.org>
10872
10873 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10874 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10875 (edebug-print-length, edebug-print-level, edebug-print-circle)
10876 (edebug-sit-for-seconds, edebug-view-outside)
10877 (edebug-bounce-point, edebug-set-global-break-condition)
10878 (edebug-Go-nonstop-mode, edebug-trace-mode)
10879 (edebug-Trace-fast-mode, edebug-continue-mode)
10880 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10881 (edebug-visit-eval-list): Doc fixes.
10882
10883 * subr.el (def-edebug-spec): Doc fix.
10884
10885 2009-07-14 Kenichi Handa <handa@m17n.org>
10886
10887 * international/characters.el: Fix setting of category ?C.
10888
10889 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10890
10891 * term/ns-win.el (x-select-font): defalias x-select-font to
10892 ns-popup-font-panel instead of generate-fontset-menu.
10893
10894 2009-07-12 Eli Zaretskii <eliz@gnu.org>
10895
10896 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
10897
10898 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10899
10900 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10901 the PK\003\004 header (Bug#3770).
10902
10903 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10904
10905 * pcomplete.el (pcomplete-comint-setup): Check for
10906 shell-dynamic-complete-filename too.
10907
10908 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
10909
10910 * simple.el (temporary-goal-column): Change the value for
10911 line-move-visual to a cons cell.
10912 (line-move-visual): Record or set the window hscroll, if
10913 necessary (Bug#3494).
10914 (line-move-1): Handle cons value of temporary-goal-column.
10915
10916 2009-07-11 Kenichi Handa <handa@m17n.org>
10917
10918 * international/mule-diag.el (describe-character-set): Don't show
10919 width.
10920
10921 2009-07-10 Sam Steingold <sds@gnu.org>
10922
10923 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10924 Omake sometimes indents the errors it prints, so allow all
10925 regexps to start with spaces.
10926
10927 2009-07-10 Eli Zaretskii <eliz@gnu.org>
10928
10929 * cus-edit.el (customize-changed-options-previous-release):
10930 Bump value to 22.1. (Bug#3804)
10931
10932 2009-07-08 Sam Steingold <sds@gnu.org>
10933
10934 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10935 to be a cons cell (test . ignored-directory) to selectively ignore
10936 some directories depending on the location of the search.
10937
10938 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
10939
10940 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10941 remote user is root, on the local host.
10942 (tramp-local-host-p): Either the local user or the remote user
10943 must be root. (Bug#3771)
10944
10945 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10946
10947 * progmodes/gdb-mi.el (gdb): Remove description of
10948 gdb-use-separate-io-buffer.
10949 (menu): Don't allow toggling of or enable
10950 gdb-use-separate-io-buffer from menubar.
10951
10952 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10953
10954 * mail/unrmail.el (unrmail): Make sure the message ends with two
10955 newlines (Bug#3769).
10956
10957 2009-07-08 Glenn Morris <rgm@gnu.org>
10958
10959 * calendar/calendar.el (calendar-current-date): Rework previous change.
10960
10961 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10962
10963 * calendar/calendar.el (calendar-current-date):
10964 Add an optional argument giving an offset from today.
10965
10966 2009-07-08 Glenn Morris <rgm@gnu.org>
10967
10968 * tutorial.el (tutorial--describe-nonstandard-key):
10969 Adjust the message for when a key has been unbound.
10970 (help-with-tutorial): Hide the arch-tag.
10971
10972 2009-07-08 Kenichi Handa <handa@m17n.org>
10973
10974 * international/fontset.el (setup-default-fontset): For each
10975 script, append (not set) font-specs.
10976
10977 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10978 docstring.
10979
10980 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10981
10982 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10983 -data-list-register-names to ...
10984 (gdb-starting): ... here because GDB 7.0 requires execution to
10985 have started when using this MI command.
10986 (gdb-set-header): New function to distinguish select and
10987 unselected tabs in gdb buffers.
10988 (gdb-propertize-header): New macro that uses gdb-set-header.
10989 (gdb-breakpoints-header, gdb-locals-header): Use it.
10990 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10991
10992 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
10993
10994 * Makefile.in (ELCFILES): Remove fadr.elc.
10995
10996 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10997
10998 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10999 may contain frame information, so `string-match' should be used.
11000 (gdb-update): Disassembly is invalidated through
11001 `gdb-get-selected-frame'.
11002 (gdb-pad-string): New function to pad string with spaces.
11003 (gdb-invalidate-disassembly): Invalidate only if the buffer
11004 exists.
11005 (gdb-disassembly-handler-custom): Column alignment.
11006 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11007 placing new ones.
11008 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11009 end of line, too.
11010 (gdb-frame-handler): Match convention to for disassembly buffer
11011 mode name.
11012 (gdb-stack-list-frames-handler): Rewritten without regexps.
11013 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11014 not highlight breakpoints without line information.
11015 (gdb-input): Add trailing newline to command.
11016
11017 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11018 buffer properly.
11019 (gdb-breakpoints-list-handler-custom): Replacement for
11020 `gdb-break-list-handler'. Using real parser instead of regexps
11021 now.
11022 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11023 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11024 to place breakpoints.
11025 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11026 functions.
11027 (gdb-disassembly-handler-custom): Show overlay arrow.
11028 (gdb-disassembly-place-breakpoints): Show breakpoints in
11029 disassembly buffer.
11030 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11031 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11032 instead of parsing breakpoints buffer. Fixed old menu references
11033 in `gud-menu-map'.
11034
11035 * fadr.el: Remove.
11036
11037 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11038 (gdb-memory-address): New variable which holds top address of
11039 memory page shown in memory buffer.
11040 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11041 customization variables.
11042 New functions:
11043 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11044 display the memory buffer.
11045 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11046 buffer display parameters.
11047 (def-gdb-memory-format, gdb-memory-format-binary)
11048 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11049 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11050 Functions for setting memory buffer format.
11051 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11052 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11053 unit size used in memory buffer.
11054 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11055 to next/previous page of memory buffer.
11056 Now using (bindat-get-field) instead of fadr functions.
11057
11058 2009-07-07 Sam Steingold <sds@gnu.org>
11059
11060 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11061 non-top-level files.
11062
11063 2009-07-07 Kenichi Handa <handa@m17n.org>
11064
11065 * international/mule-cmds.el (reset-language-environment): Put
11066 the highset priority to the charset iso-8859-1.
11067
11068 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11069
11070 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11071 to the end of the line when locating the block (Bug#700).
11072
11073 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11074
11075 * net/tramp.el (tramp-handle-write-region): Flush file properties
11076 in case of short track.
11077
11078 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11079
11080 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11081 Coded custom representation of verilog error regular expressions
11082 to work with Emacs-22's new format.
11083 (verilog-error-regexp-xemacs-alist): Coded custom representation
11084 of verilog error regular expressions to work with XEmacs format.
11085 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11086 error recognition into XEmacs.
11087 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11088 error recognition into Emacs-22.
11089
11090 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11091
11092 * woman.el: Remove stand-alone closing parentheses.
11093 (woman-file-name, woman2-format-paragraphs)
11094 (woman-leave-blank-lines): Code cleanup.
11095 (woman-use-own-frame): Change default to nil.
11096 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11097 defaults to inherit from default faces.
11098 (woman2-process-escapes): Consume the newline after a stand-alone
11099 filler character (Bug#3651).
11100
11101 2009-07-06 Glenn Morris <rgm@gnu.org>
11102
11103 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11104 (top-level): Move provide to the end.
11105 (ffap): Remove defunct URL from custom group.
11106
11107 * subr.el (eval-after-load): Doc fix.
11108
11109 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
11110
11111 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11112 `calc-embedded-word' is called twice.
11113
11114 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11115
11116 * files.el (find-alternate-file-other-window, find-alternate-file):
11117 Obey confirm-nonexistent-file-or-buffer.
11118
11119 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
11120
11121 * dired-aux.el (dired-show-file-type): Handle remote files.
11122
11123 2009-07-05 Jari Aalto <jari.aalto@cante.net>
11124
11125 * desktop.el (desktop-globals-to-save):
11126 Add file-name-history (Bug#2750).
11127
11128 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
11129
11130 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11131
11132 2009-07-04 Johan Bockgård <bojohan@gnu.org>
11133
11134 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11135 property on entire argument since this is what eshell-lisp-command
11136 expects.
11137
11138 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
11139
11140 * net/tramp-gvfs.el (tramp-gvfs-methods)
11141 (tramp-gvfs-zeroconf-domain)
11142 (tramp-bluez-discover-devices-timeout): Add version flag.
11143 (tramp-gvfs-handler-mounted-unmounted)
11144 (tramp-gvfs-connection-mounted-p): Polish handling of
11145 incompatibilities between GVFS 0.2 and 1.0.
11146
11147 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11148
11149 * cus-start.el (all): Add make-pointer-invisible.
11150
11151 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11152
11153 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11154 formatted correctly.
11155
11156 2009-07-02 Juri Linkov <juri@jurta.org>
11157
11158 * info.el: Virtual Info files and nodes.
11159 (Info-virtual-files, Info-virtual-nodes): New variables.
11160 (Info-current-node-virtual): New variable.
11161 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11162 New functions.
11163 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11164 to check for a virtual file instead of checking a fixed list
11165 of node names.
11166 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11167 instead of ad-hoc processing of "dir" and (apropos history toc).
11168 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11169 instead of ad-hoc processing of "dir" and (apropos history toc).
11170 Reread a file when moving from a virtual node.
11171 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11172 (Info-directory-toc-nodes, Info-directory-find-file)
11173 (Info-directory-find-node): New functions.
11174 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11175 (Info-history): Move part of code to
11176 `Info-history-find-node'.
11177 (Info-history-toc-nodes, Info-history-find-file)
11178 (Info-history-find-node): New functions.
11179 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11180 (Info-toc): Move part of code to `Info-toc-find-node'.
11181 (Info-toc-find-node): New function.
11182 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
11183 the current Info file name to references because now the node
11184 "*TOC*" belongs to the same Info manual.
11185 (Info-toc-build): Rename from `Info-build-toc'.
11186 (Info-toc-nodes): Rename input argument `file' to `filename'.
11187 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11188 instead of ad-hoc processing of ("dir" apropos history toc).
11189 (Info-index-nodes): Use Info-virtual-file-p
11190 to check for a virtual file instead of checking a fixed list
11191 of node names.
11192 (Info-index-node): Add check for `Info-current-node-virtual'.
11193 Raise `save-match-data' higher up the tree to contain
11194 `search-forward' too (bug fix).
11195 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11196 (Info-virtual-index-nodes): New variable.
11197 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11198 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11199 (Info-apropos-file, Info-apropos-nodes): New variables.
11200 (Info-apropos-toc-nodes, Info-apropos-find-file)
11201 (Info-apropos-find-node, Info-apropos-matches): New functions.
11202 (info-apropos): Move part of code to `Info-apropos-find-node' and
11203 `Info-apropos-matches'.
11204 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11205 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11206 for a virtual file instead of checking a fixed list of node names.
11207
11208 * simple.el (async-shell-command): New command.
11209
11210 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11211
11212 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11213 instead of `mount-info'.
11214
11215 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
11216
11217 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11218 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11219
11220 2009-07-02 Kenichi Handa <handa@m17n.org>
11221
11222 * international/mule.el (set-keyboard-coding-system): Force *-unix
11223 coding-system to avoid eol conversion.
11224
11225 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
11226
11227 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11228 Add handler for `process-file', `shell-command' and
11229 `start-file-process'.
11230 (tramp-gvfs-handle-shell-command)
11231 (tramp-gvfs-handle-start-file-process)
11232 (tramp-gvfs-handle-process-file): New defuns.
11233 (tramp-synce-list-devices): Simplify check for existence of property.
11234
11235 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11236
11237 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11238
11239 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11240
11241 * language/korean.el (set-language-info-alist): Add korean-cp949,
11242 cp949 to spec.
11243
11244 2009-07-01 Kenichi Handa <handa@m17n.org>
11245
11246 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11247
11248 * international/encoded-kb.el: Deleted.
11249
11250 * international/mule.el (set-keyboard-coding-system): Perform the
11251 necessary setup here instead of calling encoded-kbd-setup-display.
11252
11253 2009-07-01 Glenn Morris <rgm@gnu.org>
11254
11255 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11256
11257 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11258
11259 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11260
11261 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
11262
11263 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11264 Handle also the 'rename case, when setting file modes. (Bug#3712)
11265 (tramp-default-file-modes): Remove execute permissions.
11266
11267 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11268 (top): Add a default for "synce" in `tramp-default-user-alist'.
11269 Add completion function for "synce" method.
11270 (tramp-hal-service, tramp-hal-path-manager)
11271 (tramp-hal-interface-manager, tramp-hal-interface-device):
11272 New defconst.
11273 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11274 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11275 New defuns.
11276
11277 * net/trampver.el: Update release number.
11278
11279 2009-06-30 Kenichi Handa <handa@m17n.org>
11280
11281 * international/fontset.el (setup-default-fontset): Add CJK fonts
11282 for symbols and the other miscellaneous characters.
11283
11284 * language/korea-util.el (setup-korean-environment-internal):
11285 Make char-width-table suitable for Korean environments.
11286 (exit-korean-environment): Cancel above.
11287
11288 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11289 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11290 setup-function to make char-width-table suitable for respective
11291 environments, and an exit-function to cancel that.
11292
11293 * language/japan-util.el (setup-japanese-environment-internal):
11294 Call use-cjk-char-width-table with arg `ja_JP'.
11295
11296 * international/characters.el (cjk-char-width-table): Delete it.
11297 (cjk-char-width-table-list): New variable.
11298 (use-cjk-char-width-table): New arg local-name.
11299 (use-default-char-width-table): Fix for the case that Emacs is
11300 already using the default char-width-table.
11301
11302 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
11303
11304 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11305 modes mandatory. (Bug#3712)
11306
11307 2009-06-29 Alan Mackenzie <acm@muc.de>
11308
11309 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11310 correction between the visible width of TABs and their number of bytes.
11311
11312 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
11313
11314 * server.el (server-buffer-done): Prevent kill-buffer from
11315 prompting by clearing the buffer modification flag (Bug#3696).
11316
11317 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
11318
11319 * progmodes/verilog-mode.el (verilog-beg-of-statement)
11320 (verilog-endcomment-reason-re): Support unique case and priority case.
11321 (verilog-basic-complete-re): Support localparam lineup.
11322 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11323 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11324 commenting.
11325 (verilog-leap-to-case-head): Now support *nested* unique &
11326 priority case statements.
11327 (verilog-auto-lineup): Make just declarations the default (as it
11328 had been).
11329 (verilog-leap-to-case-head): Support priority/unique case statements.
11330 (verilog-auto-lineup): Rework to give users radio buttons to
11331 select the various styles of automatic lineup.
11332 (verilog-error-regexp-alist): Rework to support the XEmacs style
11333 of error regular expressions from compilers, lint tools &
11334 simulators. Note that GNU Emacs has made it impossible for a mode
11335 to load such things.
11336 (electric-verilog-terminate-line, verilog-indent-declaration)
11337 (verilog-auto-wiure): Rework for radio button selection of
11338 auto-lineup selection of specification of auto lineup.
11339 (verilog-beg-of-statement-1): Redesign to support proper operation
11340 in additional code, based on testing with auto-lineup.
11341 (verilog-calculate-indent, assignments & declarations)
11342 (verilog-backward-token): Enhance to support auto-lineup of
11343 assignments & declarations.
11344 (verilog-in-directive-p, verilog-at-struct-p): New function for
11345 easy test of whether we are.
11346 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11347 to support safe execution at almost anyline.
11348 (verilog-calc-1): Properly support indenting deep inside generate
11349 blocks.
11350 (verilog-init-font): Remove definition & use of verilog-init-font,
11351 as it is redundant with font-lock-defaults.
11352 (verilog-mode): Alter the definition of verilog-font-lock-defaults
11353 to avoid circular calls if syntax-ppss is a function (as is the
11354 case now in 22.x GNU Emacs) as that function would sometimes call
11355 itself, leading to (nearly) infinite recursion.
11356 (verilog-ovm-begin-re, verilog-ovm-end-re)
11357 (verilog-ovm-statement-re, verilog-leap-to-head)
11358 (verilog-backward-token): Add support for OVM macros. Some are
11359 complete statements, and others open and close scopes like begin
11360 and end.
11361 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11362 (verilog-defun-level-generate-only-re): Really fix the defun-list
11363 compilation issue.
11364 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11365 coverpoint, constraint and cross statements.
11366 (verilog-defun-level-list, verilog-generate-defun-level-list)
11367 (verilog-all-defun-level-list): Redo these specifications - it is
11368 too hard to support eval-when compile aggregation of lists also
11369 built at when-compile time.
11370 (verilog-defun-level-list): Place defconsts of variables used in
11371 building regular expressions which are built in eval-when-compile
11372 bodies in the same eval-when-compile body to facilitate compile
11373 without load.
11374 (verilog-beg-block-re-ordered): Support indenting
11375 virtual/protected tasks and functions.
11376 (verilog-defun-level-list, verilog-in-generate-region-p)
11377 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11378 indentation of some module items (generate items).
11379 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11380 across virtual/protected tasks and functions.
11381
11382 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11383
11384 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11385 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
11386 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11387 in concatenations. Reported by Yishay Belkind.
11388 (verilog-auto-ascii-enum): Support one-hot state machines in
11389 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11390 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11391 modport in AUTOINST and add vl-modport for users. Reported by
11392 David Rogoff.
11393 (verilog-auto-inout-module, verilog-auto-inst)
11394 (verilog-decls-get-interfaces, verilog-insert-definition)
11395 (verilog-insert-one-definition, verilog-read-decls)
11396 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11397 (verilog-sig-modport, verilog-signals-combine-bus)
11398 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11399 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11400 Suggested by David Rogoff.
11401 (verilog-repair-open-comma): Fix non-insertion of comma when
11402 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11403 (verilog-make-width-expression): Simplify [A-1:0] expression
11404 widths to just {A{1'b0}}.
11405 (verilog-mode): Cleanup checkdoc warnings.
11406 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11407 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11408 inputs/outputs or data type. Suggested by Vasu Kandadi.
11409 (next-error-last-buffer): Fix byte-compiler warning.
11410 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11411 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11412 or shell command text during AUTO expansion. Suggested by Tad Truex.
11413 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11414 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11415 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11416 in AUTOINOUT. Reported by Matthew Lovell.
11417 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11418 causing use of <= assignments. Reported by Alex Reed.
11419 (verilog-read-decls): Fix triand, trior, wand, wor to be
11420 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11421 (verilog-extended-complete-re): Support import "DPI-C" functions.
11422 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11423 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
11424 (verilog-insert-date, verilog-insert-year)
11425 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11426 Windows systems. Reported by Michael Potts.
11427 (verilog-read-module-name): Fix AUTOINST when the child module
11428 declaration's name is a tick define. Reported by Elliot Mednick.
11429 (verilog-read-decls): Fix V2K parameter bit subscripts getting
11430 passed to next parameter's definition. Reported by Bruce T.
11431 (verilog-read-decls): Fix detecting "parameter int" when using
11432 AUTOINSTPARAM. Reported by Bruce T.
11433 (verilog-goto-defun): Fix goto not finding modules unless first
11434 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
11435 (verilog-mode): Expand -f flag arguments on entry to mode so
11436 verilog-goto-defun will work. Reported by Lawrence Butcher.
11437 (verilog-getopt): Expand environment variables in -f file
11438 arguments. Suggested by Lawrence Butcher.
11439 (verilog-set-define): Fix "Symbol's value as variable is void"
11440 when reading enumerations.
11441 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11442 Suggested by Stephen Peltan.
11443 (verilog-read-defines): Fix reading of enumerations in include
11444 files. Reported by Steve Peltan.
11445
11446 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11447
11448 * files.el (trash-directory): Fix defcustom type.
11449
11450 2009-06-28 Juri Linkov <juri@jurta.org>
11451
11452 * help-fns.el (describe-function-1): Correctly locate adviced
11453 functions in hyperlink (Bug#2438).
11454
11455 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
11456
11457 * files.el (trash-directory): Change default to nil.
11458 (move-file-to-trash): If trash-directory is nil and
11459 system-move-file-to-trash is unbound, perform freedesktop-style
11460 trashing.
11461
11462 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11463
11464 * files.el (move-file-to-trash): Add freedesktop trash
11465 support (Bug#973).
11466
11467 2009-06-28 Glenn Morris <rgm@gnu.org>
11468
11469 * autorevert.el (global-auto-revert-non-file-buffers)
11470 (global-auto-revert-mode): Doc fixes.
11471
11472 2009-06-27 Johan Bockgård <bojohan@gnu.org>
11473
11474 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11475
11476 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
11477
11478 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11479 opened an X connection before calling x-get-resource (Bug#3194).
11480
11481 * play/doctor.el: Remove reference to obsolete website.
11482 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11483
11484 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11485
11486 Remove find-file-not-found-hook VC method. (Bug#2757)
11487 * vc-hooks.el (vc-file-not-found-hook)
11488 (vc-default-find-file-not-found-hook): Remove functions.
11489 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11490 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11491 * vc.el:
11492 * vc-hg.el:
11493 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11494
11495 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11496
11497 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11498 compatibility function for `looking-back'.
11499
11500 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11501 Use `ispell-looking-back'.
11502
11503 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
11504
11505 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11506 rather than `filename'.
11507
11508 2009-06-23 Miles Bader <miles@gnu.org>
11509
11510 * face-remap.el (text-scale-set): New function.
11511
11512 2009-06-23 Glenn Morris <rgm@gnu.org>
11513
11514 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11515
11516 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11517
11518 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11519
11520 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11521
11522 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11523 Simplify Persian conditionals.
11524
11525 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11526 variable `filename'.
11527
11528 * comint.el (comint-insert-input): Doc fix.
11529
11530 * Makefile.in (ELCFILES): Fix typo in previous change.
11531
11532 2009-06-23 Miles Bader <miles@gnu.org>
11533
11534 * cus-start.el: Add entry for `recenter-redisplay'.
11535
11536 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11537
11538 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11539 Add an optional argument for the backend, use it instead of
11540 calling vc-backend.
11541 (vc-mode-line): Add an optional argument for the backend.
11542 Pass the backend to vc-state and vc-working-revision. Move code for
11543 special handling for vc-state being a buffer to ...
11544
11545 * vc-rcs.el (vc-rcs-find-file-hook):
11546 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11547
11548 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11549 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11550 vc-stay-local-p and vc-mode-line calls.
11551
11552 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11553 (vc-cvs-diff, vc-cvs-annotate-command)
11554 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11555 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11556 vc-mode-line calls.
11557
11558 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11559 direct comparison.
11560 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11561 backend when calling vc-mode-line.
11562 (vc-register): Do not create a closure for calling the vc register
11563 function, call it directly.
11564
11565 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11566
11567 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11568 to make it obvious item can be clicked.
11569
11570 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11571
11572 2009-06-23 Kenichi Handa <handa@m17n.org>
11573
11574 * language/korea-util.el (korean-key-bindings): Change the binding
11575 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11576 same command.
11577
11578 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
11579
11580 Sync with Tramp 2.1.16.
11581
11582 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11583
11584 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11585 when a loading of a package fails. Completion function for rsync
11586 is `tramp-completion-function-alist-ssh'.
11587 (all): Replace all calls of `split-string' and
11588 `tramp-split-string' by `tramp-compat-split-string'.
11589 (tramp-default-method): Use `tramp-compat-process-running-p'.
11590 (tramp-default-proxies-alist): Allow also Lisp forms.
11591 (tramp-remote-path): Add choice "Private Directories".
11592 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11593 (tramp-domain-regexp): Allow also "-", "_" and ".".
11594 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11595 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11596 (tramp-debug-message): Insert header line in debug buffer.
11597 (tramp-handle-directory-files-and-attributes-with-stat):
11598 Care about filenames with spaces, or starting with "-".
11599 (tramp-handle-dired-uncache): New defun.
11600 (tramp-handle-insert-directory): Don't flush the directory from
11601 cache, this is handled by `dired-uncache' now.
11602 (tramp-handle-insert-file-contents): Improve error handling.
11603 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11604 Quote `tramp-end-of-output'.
11605 (tramp-action-password): Improve trace message.
11606 (tramp-check-for-regexp): Both echoes must be present, before removing.
11607 (tramp-open-connection-setup-interactive-shell): Trace coding system.
11608 (tramp-compute-multi-hops): Eval cons cells of
11609 `tramp-default-proxies-alist'.
11610 (tramp-maybe-open-connection): Use the same command pattern for
11611 first hop and further hops.
11612 (tramp-wait-for-output): Remove handling of newlines.
11613 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11614 (tramp-split-string): Remove function. It is handled in
11615 tramp-compat now.
11616
11617 * net/tramp-cmds.el (tramp-bug):
11618 Recommend `tramp-cleanup-all-connections' in the bug mail.
11619
11620 * net/tramp-compat.el (tramp-compat-split-string)
11621 (tramp-compat-process-running-p): New defuns.
11622
11623 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11624 for `dired-uncache'.
11625
11626 * net/tramp-gvfs.el: New package.
11627
11628 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11629 Add handler for `dired-uncache'.
11630 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11631
11632 * net/trampver.el: Update release number. Make version check fit
11633 for SXEmacs 22.
11634
11635 2009-06-22 Jim Meyering <meyering@redhat.com>
11636
11637 Automatically handle .xz suffix (XZ-compressed files), too.
11638 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11639 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11640
11641 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
11642 Nick Roberts <nickrob@snap.net.nz>
11643
11644 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11645 repository (http://sphinx.net.ru/hg/gdb-mi/).
11646
11647 2009-06-22 Glenn Morris <rgm@gnu.org>
11648
11649 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11650 `mode' and `eval' entries. (Bug#3430)
11651
11652 * Makefile.in (ELCFILES): Add fadr.elc.
11653
11654 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11655 differing behavior of \n and ^ in strings. (Bug#3385)
11656
11657 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11658
11659 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11660 property.
11661 (lisp-indent-function): Make it a defcustom.
11662
11663 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
11664
11665 * progmodes/gdb-ui.el: Replace with ...
11666 * progmodes/gdb-mi.el: ... this file.
11667 * progmodes/gud.el: Modify for gdb-mi.el.
11668
11669 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11670
11671 * fadr.el: New file.
11672
11673 See ChangeLog.14 for earlier changes.
11674
11675 ;; Local Variables:
11676 ;; coding: utf-8
11677 ;; End:
11678
11679 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
11680
11681 This file is part of GNU Emacs.
11682
11683 GNU Emacs is free software: you can redistribute it and/or modify
11684 it under the terms of the GNU General Public License as published by
11685 the Free Software Foundation, either version 3 of the License, or
11686 (at your option) any later version.
11687
11688 GNU Emacs is distributed in the hope that it will be useful,
11689 but WITHOUT ANY WARRANTY; without even the implied warranty of
11690 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11691 GNU General Public License for more details.
11692
11693 You should have received a copy of the GNU General Public License
11694 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11695
11696 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1