]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* net/zeroconf.el (zeroconf-service-remove-hook): New defun.
[gnu-emacs] / lisp / ChangeLog
1 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
2
3 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
4
5 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
6
7 Avoid displaying files with a nil state in vc-dir.
8 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
9 cases that cause insertion.
10 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
11 with a nil state.
12
13 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
14
15 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
16
17 2010-06-29 Leo <sdl.web@gmail.com>
18
19 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
20
21 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
22
23 * generic-x.el (bat-generic-mode): Fix regexp for command line
24 switches (Bug#5719).
25
26 2010-06-27 Masatake YAMATO <yamato@redhat.com>
27
28 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
29 of nconc to avoid pure storage error (Bug#6239).
30
31 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
32
33 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
34 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
35 bindings of bookmark-automatically-show-annotations (Bug#6515).
36
37 2010-06-25 Eli Zaretskii <eliz@gnu.org>
38
39 * arc-mode.el (archive-zip-extract): Don't quote the file name on
40 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
41
42 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
43
44 * comint.el (make-comint, make-comint-in-buffer): Mention return
45 value in the docstrings. (Bug#6498)
46
47 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
48
49 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
50 since it is not present when using some non-default switches.
51
52 2010-06-23 Karl Fogel <kfogel@red-bean.com>
53
54 * simple.el (compose-mail): Fix doc string to refer to
55 `compose-mail-user-agent-warnings', instead of to the
56 nonexistent `compose-mail-check-user-agent'.
57
58 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
59
60 Fix vc-annotate for renamed files when using Git.
61 * vc-git.el (vc-git-find-revision): Deal with empty results from
62 ls-files. Doe not pass the object as a file name to cat-file, it
63 is not a file name.
64 (vc-git-annotate-command): Pass the file name using -- to avoid
65 ambiguity with the revision.
66 (vc-git-previous-revision): Pass a relative file name.
67
68 2010-06-22 Glenn Morris <rgm@gnu.org>
69
70 * progmodes/js.el (js-mode-map): Use standard capitalization and
71 ellipses for menu entries.
72
73 * wid-edit.el (widget-complete): Doc fix.
74
75 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
76
77 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
78
79 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
80
81 Fix annotating other revisions for renamed files in vc-annotate.
82 * vc-annotate.el (vc-annotate): Add an optional argument for the
83 VC backend. Use it when non-nil.
84 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487)
85
86 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
87 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
88 Do not pass the file name to the 'previous-revision call when we
89 don't want a file diff. (Bug#6489)
90
91 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
92
93 Fix finding revisions for renamed files in vc-annotate.
94 * vc.el (vc-find-revision): Add an optional argument for
95 the VC backend. Use it when non-nil.
96 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
97 backend to vc-find-revision. (Bug#6487)
98
99 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
100
101 Fix reading file names in Git annotate buffers.
102 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
103 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
104
105 2010-06-20 Alan Mackenzie <acm@muc.de>
106
107 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
108 in file local variables, set it first.
109
110 2010-06-19 Glenn Morris <rgm@gnu.org>
111
112 * descr-text.el (describe-char-unicode-data): Insert separating
113 space when needed. (Bug#6422)
114
115 * progmodes/idlwave.el (idlwave-action-and-binding):
116 Fix typo in 2009-12-03 change. (Bug#6450)
117
118 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
119
120 * subr.el (read-quoted-char): Fix up last change (bug#6290).
121
122 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
123
124 * font-lock.el (font-lock-major-mode): Rename from
125 font-lock-mode-major-mode to distinguish it from
126 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
127 (font-lock-set-defaults):
128 * font-core.el (font-lock-default-function): Adjust users.
129 (font-lock-mode): Don't set it at all.
130
131 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
132
133 * vc-annotate.el (vc-annotate): Use vc-read-revision.
134
135 2010-06-15 Glenn Morris <rgm@gnu.org>
136
137 * calendar/appt.el (appt-time-msg-list): Doc fix.
138 (appt-check): Let-bind appt-warn-time.
139 (appt-add): Make the 3rd argument optional.
140 Simplify argument names. Doc fix. Check for integer WARNTIME.
141 Only add WARNTIME to the output list if non-nil.
142
143 2010-06-15 Ivan Kanis <apple@kanis.eu>
144
145 * calendar/appt.el (appt-check): Let the 3rd element of
146 appt-time-msg-list specify the warning time.
147 (appt-add): Add new argument with the warning time. (Bug#5176)
148
149 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
150
151 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
152 older than version 1.6. (Bug#6361)
153
154 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
155
156 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
157 used by cl-do-arglist. (Bug#6408)
158
159 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
160
161 * emacs-lisp/advice.el (ad-compile-function):
162 Define warning-suppress-types before we let-bind it (bug#6275).
163
164 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
165 declare it, make it buffer-local and permanent-local (bug#6324).
166 (vc-resynch-window): Adjust name.
167 * vc-hooks.el (vc-find-file-hook): Adjust name.
168
169 2010-06-07 Jonathan Rockway <jon@jrock.us>
170
171 * net/rcirc.el: Add support for password authentication.
172 (rcirc-server-alist): Add :password keyword.
173 (rcirc): Ask for a password, or get it from the server's alist.
174 (rcirc-connect): Add password argument. Pass it to server.
175
176 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
177
178 * net/dbus.el (dbus-register-method): Declare function.
179 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
180 (dbus-introspect): Doc fix.
181 (dbus-event-bus-name, dbus-introspect-get-interface)
182 (dbus-introspect-get-argument): Reflow docstrings.
183
184 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
185
186 * term/common-win.el (x-colors): Add "dark green" and "dark
187 turquoise" (Bug#6332).
188
189 2010-06-03 Eric Ludlam <zappo@gnu.org>
190
191 * cedet/semantic/lex-spp.el
192 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
193 invalid values during save, just save a nil (Bug#6324).
194
195 2010-06-03 Glenn Morris <rgm@gnu.org>
196
197 * desktop.el (desktop-clear-preserve-buffers):
198 Add "*Warnings*" buffer. (Bug#6336)
199
200 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
201
202 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
203
204 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
205
206 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
207 `file-directory-p' to the filename part rather than to the whole text.
208
209 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
210
211 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
212 (bug#6231).
213
214 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
215
216 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
217
218 2010-05-31 Drew Adams <drew.adams@oracle.com>
219
220 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
221
222 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
223
224 * subr.el (momentary-string-display): Just use read-event to read
225 the exit event (Bug#6238).
226
227 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
228
229 * ansi-color.el: Delete unused escape sequences (Bug#6085).
230 (ansi-color-drop-regexp): New constant.
231 (ansi-color-apply, ansi-color-filter-region)
232 (ansi-color-apply-on-region): Delete unrecognized control sequences.
233 (ansi-color-apply): Build string list before calling concat.
234
235 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
236
237 * progmodes/verilog-mode.el (verilog-type-font-keywords):
238 Use font-lock-constant-face, not obsolete font-lock-reference-face.
239
240 2010-05-27 Masatake YAMATO <yamato@redhat.com>
241
242 * htmlfontify.el (hfy-face-resolve-face): New function.
243 (hfy-face-to-style): Use it (Bug#6279).
244
245 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
246
247 * epa.el (epa--select-keys): Don't explicitly delete the window since
248 that can fail (e.g. sole window in frame). Use dedication instead.
249
250 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
251
252 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
253
254 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
255
256 * subr.el (read-quoted-char): Resolve modifiers after key
257 remapping (bug#6212).
258
259 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
260
261 * tmm.el (tmm-prompt): Don't try to precompute bindings.
262 (tmm-get-keymap): Compute shortcuts (bug#6171).
263
264 2010-05-10 Glenn Morris <rgm@gnu.org>
265
266 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
267 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
268
269 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
270
271 * Version 23.2 released.
272
273 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
274
275 * international/mule.el (auto-coding-alist): Only purecopy
276 car of each item, not the whole list (Bug#6083).
277
278 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
279
280 * progmodes/js.el (js-mode): Make paragraph variables local before
281 calling c-setup-paragraph-variables (Bug#6071).
282
283 2010-05-01 Eli Zaretskii <eliz@gnu.org>
284
285 * composite.el (compose-region, reference-point-alist): Fix typos
286 in the doc strings.
287
288 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
289
290 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
291 gnuplot's "set" command.
292
293 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
294
295 * abbrev.el (last-abbrev-text): Doc fix.
296 (abbrev-prefix-mark): Don't escape parenthesis.
297
298 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
299
300 * composite.el (find-composition): Doc fix.
301
302 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
303
304 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
305 (sql-oracle-program, sql-sqlite-options)
306 (sql-query-placeholders-and-send): Doc fixes.
307 (sql-set-product, sql-interactive-mode): Reflow docstrings.
308 (sql-imenu-generic-expression, sql-buffer)
309 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
310 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
311 (sql-mode-sybase-font-lock-keywords)
312 (sql-mode-informix-font-lock-keywords)
313 (sql-mode-interbase-font-lock-keywords)
314 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
315 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
316 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
317 (sql-product-feature, sql-highlight-product)
318 (comint-line-beginning-position, sql-rename-buffer)
319 (sql-toggle-pop-to-buffer-after-send-region)
320 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
321 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
322 Fix typos in docstrings.
323
324 2010-04-23 Juri Linkov <juri@jurta.org>
325
326 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
327 property instead of `invisible' and `after-string' (bug#5998).
328
329 2010-04-23 Juri Linkov <juri@jurta.org>
330
331 * image-mode.el (image-mode-as-text): Fix typo in docstring.
332
333 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
334
335 * filecache.el (file-cache-add-directory-list)
336 (file-cache-add-directory-recursively): Fix typos in docstrings.
337
338 2010-04-22 Kenichi Handa <handa@m17n.org>
339
340 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
341 (gujarati-composable-pattern): Fix typo.
342
343 2010-04-20 Kenichi Handa <handa@m17n.org>
344
345 * language/indian.el (oriya-composable-pattern)
346 (tamil-composable-pattern, malayalam-composable-pattern): Add
347 two-part vowels to "v" (vowel sign).
348
349 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
350
351 * files.el (copy-directory): Handle symlinks (Bug#5982).
352
353 * progmodes/compile.el (compilation-next-error-function): Revert
354 2009-10-12 change (Bug#5983).
355
356 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
357
358 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
359 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
360 (Bug#5846).
361
362 2010-04-20 Glenn Morris <rgm@gnu.org>
363
364 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
365
366 * minibuffer.el (completion-at-point): Doc fix.
367
368 2010-04-18 Chong Yidong <cyd@stupidchicken.com>
369
370 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Don't
371 destroy list before using it.
372
373 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
374
375 Fix the version number for added files.
376 * vc-hg.el (vc-hg-working-revision): Check if the file is
377 registered after hg parent fails (Bug#5961).
378
379 2010-04-17 Glenn Morris <rgm@gnu.org>
380
381 * htmlfontify.el (htmlfontify-buffer)
382 (htmlfontify-copy-and-link-dir): Autoload entry points.
383
384 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
385
386 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
387 name relative to the project root (Bug#5960).
388
389 2010-04-16 Glenn Morris <rgm@gnu.org>
390
391 * vc-git.el (vc-git-print-log): Doc fix.
392
393 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
394
395 * ido.el (ido-file-internal): Fix 2009-12-02 change.
396
397 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
398
399 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
400 default settings (Bug#5928).
401
402 2010-04-10 Glenn Morris <rgm@gnu.org>
403
404 * progmodes/fortran.el (fortran-match-and-skip-declaration):
405 New function.
406 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
407
408 2010-04-07 Kenichi Handa <handa@m17n.org>
409
410 * language/indian.el (malayalam-composable-pattern): Fix previous
411 change (add U+0D4D "SIGN VIRAMA").
412 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
413 (tamil-composable-pattern): Fix typo in the regexp.
414 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
415 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
416 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
417
418 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
419
420 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
421 paragraph-separate (Bug#5821).
422
423 2010-04-05 Juri Linkov <juri@jurta.org>
424
425 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
426
427 * info.el (Info-find-node-2): Comment out code that skips
428 breadcrumbs line.
429 (Info-mouse-follow-link): New command.
430 (Info-link-keymap): New keymap.
431 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
432 Return a string with links instead of inserting breadcrumbs
433 to the Info buffer.
434 (Info-fontify-node): Comment out code that inserts breadcrumbs.
435 Instead of putting the `invisible' text property over the Info
436 header, make an overlay over the Info header with the `invisible'
437 property and `after-string' set to the string returned by
438 `Info-breadcrumbs'.
439
440 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
441
442 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
443 Reported by monkey@sandpframing.com.
444
445 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
446
447 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
448 (semantic-create-imenu-directory-index): Fix typos in docstrings.
449 (semantic-imenu-goto-function): Reflow docstring.
450
451 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
452
453 * textmodes/artist.el (artist-mode): Fix typo in docstring.
454 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
455
456 2010-03-30 Kenichi Handa <handa@m17n.org>
457
458 * language/sinhala.el (composition-function-table): Fix regexp for
459 the new Unicode specification.
460
461 * language/indian.el (devanagari-composable-pattern)
462 (tamil-composable-pattern, kannada-composable-pattern)
463 (malayalam-composable-pattern): Adjust for the new Unicode
464 specification.
465 (bengali-composable-pattern, gurmukhi-composable-pattern)
466 (gujarati-composable-pattern, oriya-composable-pattern)
467 (telugu-composable-pattern): New variables to cope with the new
468 Unicode specification. Use them in composition-function-table.
469
470 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
471
472 Make tmm-menubar work for the Buffers menu again (bug#5726).
473 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
474 vectors rather than cons cells, as used in menu-bar-update-buffers.
475
476 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
477
478 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
479 (js-insert-and-indent): Revert 2009-08-15 change, restoring
480 electric punctuation for "{}();,:" (Bug#5586).
481
482 * mail/sendmail.el (mail-default-directory): Doc fix.
483
484 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
485
486 * mail/sendmail.el (mail-default-directory): Doc fix.
487
488 2010-03-27 Eli Zaretskii <eliz@gnu.org>
489
490 * subr.el (version-regexp-alist, version-to-list)
491 (version-list-<, version-list-=, version-list-<=)
492 (version-list-not-zero, version<, version<=, version=): Doc fix.
493 (Bug#5744).
494
495 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
496 Nick Roberts <nickrob@snap.net.nz>
497
498 * progmodes/gdb-ui.el (gdb-apple-test): New function.
499 (gdb-init-1): Use it.
500
501 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
502
503 * vc.el (vc-root-diff): Doc fix.
504
505 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
506
507 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
508
509 * simple.el (append-to-buffer): Fix last change.
510
511 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
512
513 * simple.el (append-to-buffer): Ensure that point is preserved if
514 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
515 (Bug#5749)
516
517 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
518
519 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
520 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
521 not be present any more.
522
523 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
524
525 * faces.el (set-face-attribute): Fix typo in docstring.
526 (face-valid-attribute-values): Reflow docstring.
527
528 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
529
530 2010-03-23 Glenn Morris <rgm@gnu.org>
531
532 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
533
534 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
535
536 * indent.el (indent-for-tab-command): Doc fix.
537
538 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
539
540 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
541 (image-dired-read-comment): Doc fix.
542
543 * json.el (json-object-type, json-array-type, json-key-type)
544 (json-false, json-null, json-read-number):
545 * minibuffer.el (completion-in-region-functions):
546 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
547 (cal-tex-cursor-week):
548 * emacs-lisp/trace.el (trace-function):
549 * eshell/em-basic.el (eshell/printnl):
550 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
551 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
552 * obsolete/levents.el (allocate-event, event-key, event-object)
553 (event-point, event-process, event-timestamp, event-to-character)
554 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
555 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
556 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
557 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
558 (reftex-highlight-selection): Fix typos in docstrings.
559
560 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
561
562 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
563
564 2010-03-18 Glenn Morris <rgm@gnu.org>
565
566 * mail/rmail.el (rmail-highlight-face): Restore option deleted
567 2008-02-13 without comment; mark it obsolete.
568 (rmail-highlight-headers): Use rmail-highlight-face once more.
569
570 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
571
572 * woman.el (woman2-process-escapes): Only consume the newline if
573 the filler character is on a line by itself (Bug#5729).
574
575 2010-03-16 Kenichi Handa <handa@m17n.org>
576
577 * language/indian.el (devanagari-composable-pattern): Add more
578 consonants.
579
580 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
581
582 * net/trampver.el: Update release number.
583
584 2010-03-13 Glenn Morris <rgm@gnu.org>
585
586 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
587
588 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
589
590 * net/tramp.el (tramp-find-executable):
591 Use `tramp-get-connection-buffer'. Make the regexp for checking
592 output of "wc -l" more robust.
593 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
594 (tramp-open-connection-setup-interactive-shell): Remove workaround
595 for OpenSolaris bug, it is not needed anymore.
596
597 2010-03-13 Eric M. Ludlam <zappo@gnu.org>
598
599 * cedet/semantic/imenu.el: New file, from the CEDET repository
600 (Bug#5412).
601
602 2010-03-12 Glenn Morris <rgm@gnu.org>
603
604 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
605
606 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
607
608 * files.el (auto-mode-alist): Accept more verilog file patterns.
609
610 2010-03-09 Miles Bader <miles@gnu.org>
611
612 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
613 instead of "format:"; this ensures that the output is
614 newline-terminated.
615
616 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
617
618 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
619 that all errors are caught, and that the return value is always a
620 list (Bug#5692).
621
622 2010-03-08 Kenichi Handa <handa@m17n.org>
623
624 * language/misc-lang.el (windows-1256): New coding system.
625 (cp1256): New alias of windows-1256 (bug#5690).
626
627 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
628
629 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
630 call to rfc822-bad-address. (Bug#5692)
631
632 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
633
634 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
635 vc-git-root as default directory for revision path (Bug#5657).
636
637 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
638
639 * calculator.el (calculator): Don't bind split-window-keep-point
640 (Bug#5674).
641
642 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
643
644 * vc-git.el: Re-flow to fit into 80 columns.
645 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
646 Remove spurious `quote' element in each case alternative.
647 (vc-git-show-log-entry): Use prog1.
648 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
649
650 2010-03-06 Glenn Morris <rgm@gnu.org>
651
652 * cedet/semantic/grammar.el (semantic-grammar-header-template):
653 Update template copyright to GPLv3+.
654
655 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
656
657 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
658
659 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
660
661 * macros.el (insert-kbd-macro): Look up keyboard macro using the
662 definition, not the name (Bug#5481).
663
664 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
665
666 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
667 argument with a local variable. (Bug#5670)
668
669 2010-03-02 Juri Linkov <juri@jurta.org>
670
671 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
672
673 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
674
675 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
676 error when FILENAME and NEWNAME are existing remote directories.
677
678 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
679 parameter DIR-FLAG.
680
681 2010-03-02 Glenn Morris <rgm@gnu.org>
682
683 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
684 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
685
686 2010-03-01 Kenichi Handa <handa@m17n.org>
687
688 * language/burmese.el (burmese-composable-pattern): Rename from
689 myanmar-composable-pattern.
690
691 * international/characters.el (script-list):
692 * international/fontset.el (script-representative-chars):
693 Change myanmar to burmese.
694 (otf-script-alist): Likewise.
695 (setup-default-fontset): Likewise. Re-fix :otf spec.
696
697 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
698
699 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
700
701 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
702
703 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
704
705 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
706
707 * net/tramp.el (tramp-handle-write-region): START can be a string.
708 Take care in the checks. Reported by Dan Davison
709 <davison@stats.ox.ac.uk>.
710
711 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
712
713 * net/dbus.el (dbus-introspect, dbus-get-property)
714 (dbus-set-property, dbus-get-all-properties): Use
715 `dbus-call-method' when noninteractive. (Bug#5645)
716
717 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
718
719 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
720 * emacs-lisp/elint.el (elint-add-required-env):
721 * cedet/semantic/db-find.el
722 (semanticdb-find-translate-path-brutish-default):
723 * cedet/ede/make.el (ede-make-check-version):
724 * calendar/icalendar.el (icalendar--add-diary-entry):
725 * calc/calcalg2.el (math-tracing-integral):
726 * files.el (recover-session-finish): Use with-current-buffer
727 instead of save-excursion.
728
729 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
730
731 Fix in-buffer completion when after-change-functions modify the buffer.
732 * minibuffer.el (completion--replace): New function.
733 (completion--do-completion): Use it and use relative movement.
734
735 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
736
737 * international/fontset.el (setup-default-fontset): Fix :otf spec.
738
739 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
740
741 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
742 Allow the characters _<> in the stack entry (Bug#5653).
743
744 2010-02-26 Kenichi Handa <handa@m17n.org>
745
746 * language/burmese.el: Fix entries in composition-function-table.
747 (myanmar-composable-pattern): New variable.
748
749 * international/fontset.el (setup-default-fontset): Add an entry
750 for myanmar.
751
752 * international/characters.el (script-list): Add Myanmar
753 Extended-A.
754
755 2010-02-26 Glenn Morris <rgm@gnu.org>
756
757 * custom.el (custom-initialize-delay): Doc fix.
758
759 * mail/sendmail.el (send-mail-function): Autoload the call
760 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
761
762 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
763
764 * files.el (hack-local-variables-filter): For eval forms, also
765 check safe-local-variable-p (Bug#5636).
766
767 2010-02-24 Eduard Wiebe <usenet@pusto.de>
768
769 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
770 and use c(ad)r of cddr (Bug#5640).
771
772 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
773
774 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
775 setting the modes by `ignore-errors'. It might fail, for example
776 if the file is not owned by the user but the group.
777 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
778
779 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
780
781 * files.el (directory-listing-before-filename-regexp): Use
782 stricter matching for iso-style dates, to avoid false matches with
783 date-like filenames (Bug#5597).
784
785 * htmlfontify.el (htmlfontify): Doc fix.
786
787 * eshell/eshell.el (eshell): Doc fix.
788
789 * startup.el (fancy-about-screen): In mode-line, apply
790 mode-line-buffer-id face only to the buffer name (Bug#5613).
791
792 2010-02-20 Kevin Ryde <user42@zip.com.au>
793
794 * progmodes/compile.el (compilation-error-regexp-alist-alist):
795 In `watcom' anchor regexp to start of line, to avoid slowness
796 (Bug#5599).
797
798 2010-02-20 Eli Zaretskii <eliz@gnu.org>
799
800 * subr.el (remove-yank-excluded-properties): Explain in a comment
801 why `category' property is removed.
802
803 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
804
805 * isearch.el (isearch-update-post-hook, isearch-update): Revert
806 2010-02-17 change.
807
808 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
809
810 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
811 (icalendar--convert-weekly-to-ical)
812 (icalendar--convert-yearly-to-ical)
813 (icalendar--convert-block-to-ical)
814 (icalendar--convert-cyclic-to-ical)
815 (icalendar--convert-anniversary-to-ical): Take care of time
816 specifications where hour has 1-digit only (Bug#5549).
817
818 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
819
820 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
821 of disassemble output in GDB 7.1.
822
823 2010-02-19 Glenn Morris <rgm@gnu.org>
824
825 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
826 property. (Bug#5593)
827
828 2010-02-18 Sam Steingold <sds@gnu.org>
829
830 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
831
832 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
833
834 Use abbreviated file names in bookmarks (bug#5591).
835 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
836 calls to expand-file-name.
837 (bookmark-relocate): Use abbreviated file names in bookmarks.
838 (bookmark-load): Use abbreviated file names in messages.
839
840 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
841
842 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
843 expand "." and "..". Reported by Thierry Volpiatto
844 <thierry.volpiatto@gmail.com>.
845
846 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
847
848 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
849 permissions of the temporary file to "0600". In case the remote
850 file has no read permissions for the owner, there might be
851 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
852
853 22010-02-18 Glenn Morris <rgm@gnu.org>
854
855 * emacs-lisp/authors.el (authors-renamed-files-alist):
856 Add entries for INSTALL.CVS.
857
858 2010-02-17 Mark A. Hershberger <mah@everybody.org>
859
860 * vc-bzr.el: Fix typo in Known Bugs section.
861
862 * isearch.el (isearch-update-post-hook): New hook.
863 (isearch-update): Use the new hook.
864
865 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
866
867 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
868 Fix errors in copying directories.
869 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
870 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
871 (tramp-handle-delete-file)
872 (tramp-handle-dired-recursive-delete-directory)
873 (tramp-handle-write-region): Flush also the cache for the upper
874 directory.
875
876 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
877
878 * simple.el (save-interprogram-paste-before-kill): Doc fix.
879
880 * cus-edit.el (hardware): Doc fix.
881
882 * man.el (man): Add to external custom group.
883
884 * delim-col.el (columns): Move to wp custom group.
885
886 * doc-view.el (doc-view): Add to data custom group.
887
888 * cedet/data-debug.el (data-debug): Move to extensions group.
889
890 * cedet/ede.el (ede):
891 * cedet/srecode.el (srecode):
892 * cedet/semantic.el (semantic): Put in tools and extensions group.
893
894 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
895
896 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
897 by ispell-parse-output (Bug#5575).
898
899 2010-02-16 Kenichi Handa <handa@m17n.org>
900
901 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
902 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
903 (skkdic-convert): Use `euc-japan' coding system for writing.
904
905 2010-02-16 Glenn Morris <rgm@gnu.org>
906
907 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
908 tex-main-file before using it. (Bug#5562)
909
910 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
911
912 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
913 warnings, since it is annoying for the user to see them each time he
914 runs the code.
915
916 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
917
918 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
919 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
920 instead of PROC for caching "first-password-request". Otherwise,
921 new processes would not profit from passwords already entered.
922
923 * net/tramp-cache.el (tramp-dump-connection-properties):
924 Don't save "first-password-request" property.
925
926 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
927
928 * outline.el (outline-head-from-level):
929 * simple.el (with-wrapper-hook):
930 * cedet/ede.el (ede-run-target, project-delete-target)
931 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
932 (ede-adebug-project, ede-adebug-project-parent)
933 (ede-adebug-project-root):
934 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
935 (elint-defun, elint-buffer-env, elint-top-form-logged)
936 (elint-unbound-variable):
937 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
938 Fix typos in docstrings.
939
940 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
941
942 * files.el (insert-directory): When WILDCARD-REGEXP and
943 FULL-DIRECTORY-P are nil, insert the file entry instead of the
944 whole directory. (Bug#5551)
945
946 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
947 dired's alignment sanity. (Bug#5516)
948
949 2010-02-14 Juri Linkov <juri@jurta.org>
950
951 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
952 Remove remaining ^H with their preceding chars. (Bug#5566)
953
954 2010-02-13 Glenn Morris <rgm@gnu.org>
955
956 * simple.el (transpose-subr): Give it a doc-string.
957
958 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
959 Doc fixes.
960
961 2010-02-12 Juri Linkov <juri@jurta.org>
962
963 * arc-mode.el (archive-unique-fname): Make directories for nested
964 archives. (Bug#5540)
965
966 2010-02-12 Juri Linkov <juri@jurta.org>
967
968 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
969
970 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
971
972 * subr.el (copy-overlay): Handle deleted overlays.
973
974 * man.el (Man-completion-table): Don't signal an error if we can't run
975 manual-program (bug#4056).
976
977 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
978
979 * textmodes/artist.el (artist-mt): Fix typos in docstring.
980
981 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
982
983 * info.el (Info-bookmark-jump): Simplify.
984
985 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
986 (bookmark-default-handler): Accept new bookmark field `buffer'.
987
988 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
989
990 * iswitchb.el (iswitchb-completions): Revert last change.
991
992 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
993
994 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
995 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
996 This prevents file names like "~/" being listed literally.
997
998 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
999
1000 * term/xterm.el (xterm-maybe-set-dark-background-mode):
1001 Remove dead code. (Bug#5546)
1002
1003 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
1004
1005 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1006 correctly (Bug#5548).
1007
1008 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
1009
1010 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1011 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1012
1013 2010-02-08 Kenichi Handa <handa@m17n.org>
1014
1015 * international/mule-util.el (with-coding-priority): Add autoload
1016 cookie for putting `lisp-indent-function'.
1017
1018 2010-02-07 Glenn Morris <rgm@gnu.org>
1019
1020 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1021 Move F2003 named interfaces from keywords-2 to keywords-1, and
1022 use function-name-face rather than constant-face.
1023 Simplify "abstract interface" regexp.
1024
1025 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
1026
1027 * eshell/esh-util.el (eshell-file-attributes): New optional arg
1028 ID-FORMAT. Pass it to `file-attributes'.
1029
1030 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1031
1032 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
1033
1034 * faces.el (set-face-attribute): Allow calling
1035 internal-set-lisp-face-attribute with 'unspecified family and
1036 foundry argument (Bug#5536).
1037
1038 2010-02-07 Glenn Morris <rgm@gnu.org>
1039
1040 * progmodes/f90.el (f90-font-lock-keywords-2)
1041 (f90-looking-at-type-like, f90-looking-at-program-block-end):
1042 Handle F2003 named interfaces.
1043
1044 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
1045
1046 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1047 beg and end before calling c-get-state-before-change-functions.
1048
1049 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
1050
1051 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1052
1053 2010-02-05 Juri Linkov <juri@jurta.org>
1054
1055 * doc-view.el (doc-view-mode):
1056 * image-mode.el (image-mode): Put property mode-class=special.
1057 (Bug#4896)
1058
1059 2010-02-05 Mark A. Hershberger <mah@everybody.org>
1060
1061 * vc-svn.el (vc-svn-revision-table): New function.
1062
1063 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
1064
1065 * net/ange-ftp.el (ange-ftp-insert-directory):
1066 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1067 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1068 Handle also directories. (Bug#5478)
1069
1070 2010-02-05 Glenn Morris <rgm@gnu.org>
1071
1072 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1073
1074 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
1075
1076 * startup.el (command-line-1): Convert options beginning with a
1077 single dash as well (Bug#5519).
1078
1079 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1080
1081 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1082 * minibuffer.el (completion-initials-expand): Only check the presence
1083 of delims *within* the boundaries, since otherwise the / delim is
1084 always found for files.
1085
1086 Fix up various corner case problems.
1087 * doc-view.el (doc-view-last-page-number): New function.
1088 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1089 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1090 (doc-view-kill-proc): Avoid inf-loop in freak cases.
1091 (doc-view-reconvert-doc): Use the new recursive delete-directory.
1092 (doc-view-convert-current-doc): Don't create the resolution.el file
1093 here any more.
1094 (doc-view-pdf/ps->png): Do it here instead.
1095 (doc-view-already-converted-p): Check that resolution.el is present.
1096 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1097 windows that are not yet showing images.
1098
1099 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
1100
1101 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1102 `dired-uncache' for every elemnt which is an absolute file name.
1103
1104 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1105 directory, handle its directory component.
1106 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1107 function is called permanently and creates noise, otherwise.
1108
1109 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1110 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1111 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
1112
1113 2010-02-04 David Burger <dburger@google.com> (tiny change)
1114
1115 * macros.el (apply-macro-to-region-lines):
1116 Minor simplification. (Bug#5485)
1117
1118 2010-02-04 Glenn Morris <rgm@gnu.org>
1119
1120 * mail/rmail.el (rmail-show-message-1): Handle malformed
1121 quoted-printable text. (Bug#5441)
1122
1123 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1124
1125 * simple.el (visual-line-mode): Capitalize lighter.
1126
1127 2010-02-03 John Wiegley <jwiegley@gmail.com>
1128
1129 * iswitchb.el (iswitchb-completions): Add bookmark files to the
1130 list of files considered for "virtual buffer" completions.
1131
1132 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
1133
1134 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1135 also in case of (and (not full) (not wildcard)). This is needed,
1136 when dired is called with a list of files, which are not in
1137 `default-directory'. (Bug#5478)
1138
1139 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1140
1141 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1142
1143 2010-02-02 Juri Linkov <juri@jurta.org>
1144
1145 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1146 from unidiff to allow function-line after @@.
1147
1148 2010-02-02 Juri Linkov <juri@jurta.org>
1149
1150 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1151 '(RCS SCCS) with inverted condition.
1152
1153 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
1154
1155 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1156 messages.
1157
1158 2010-02-01 Juri Linkov <juri@jurta.org>
1159
1160 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1161 compare with "pkunzip" and "pkzip" instead of only "pkzip".
1162 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1163 only when (car archive-zip-extract) is "unzip". (Bug#5475)
1164
1165 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1166
1167 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1168 (doc-view-revert-buffer): New command.
1169 (doc-view-mode-map): Use it.
1170
1171 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1172
1173 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1174 pending merge is detected.
1175
1176 2010-01-31 Juri Linkov <juri@jurta.org>
1177
1178 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1179 beginning of interactive spec like all other grep commands do.
1180 Put "all" in front of "gz". (Bug#5260)
1181
1182 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1183
1184 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1185
1186 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
1187
1188 * dirtrack.el (dirtrack): Warn instead of signalling error if the
1189 regexp is incorrect (Bug#5476).
1190
1191 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
1192
1193 * net/tramp.el (tramp-handle-insert-directory): Handle also
1194 symlinks, when FILENAME is not in `default-directory'.
1195
1196 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1197
1198 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1199 FILE is not in `default-directory'. (Bug#5478)
1200
1201 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1202 of SWITCHES. Handle the case, FILENAME is not in
1203 `default-directory'. (Bug#5478)
1204 (tramp-register-file-name-handlers): Add safe-magic property.
1205
1206 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
1207
1208 * arc-mode.el (archive-zip-extract): Quote the argument passed to
1209 unzip (Bug#5475).
1210
1211 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
1212
1213 * progmodes/flymake.el (flymake-allowed-file-name-masks)
1214 (flymake-master-make-header-init): Add other C++ filename masks.
1215 (flymake-find-possible-master-files)
1216 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1217
1218 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1219
1220 Fix some busybox annoyances.
1221
1222 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1223 not responding." string.
1224 (tramp-open-connection-setup-interactive-shell): Dump stty
1225 settings. Enable "neveropen" arg for all `tramp-send-command'
1226 calls. Handle "=" in variable values properly.
1227 (tramp-find-inline-encoding): Raise an error, when no encoding is
1228 found.
1229 (tramp-wait-for-output): Check, whether PROC buffer is available.
1230 Remove spurious " ^H" sequences, sent by busybox.
1231 (tramp-get-ls-command): Suppress coloring, if possible.
1232
1233 2010-01-28 Glenn Morris <rgm@gnu.org>
1234
1235 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
1236
1237 * log-edit.el (log-edit-strip-single-file-name): Add missing
1238 :safe, :group, and :version tags.
1239
1240 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
1241
1242 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1243 buffers. (Bug#5477)
1244
1245 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
1246
1247 * files.el (delete-directory): Handle moving to trash without
1248 first doing recursion (Bug#5436).
1249
1250 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
1251
1252 * vc-hooks.el (vc-path): Mark as obsolete.
1253
1254 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
1255
1256 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1257 names too.
1258
1259 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1260 for the short log.
1261 (vc-bzr-log-view-mode): Adjust regexp for the above change.
1262
1263 2010-01-25 Mark A. Hershberger <mah@everybody.org>
1264
1265 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1266
1267 * vc-bzr.el (vc-bzr-revision-table): New function.
1268
1269 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1270
1271 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1272 diff-index command. This requires at least git-1.5.5. (Bug#1589).
1273
1274 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1275
1276 Remove support for adding --signoff on commit.
1277 Future support will use an incompatible generic mechanism.
1278 * vc-git.el (vc-git-add-signoff): Remove variable.
1279 (vc-git-toggle-signoff): Remove function.
1280 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1281
1282 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1283 from xterm-set-background-mode. Return t if the background mode
1284 was set.
1285 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1286 earlier, call it again in case the background mode has changed.
1287
1288 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
1289
1290 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1291 (Bug#3541).
1292
1293 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
1294
1295 * emacs-lisp/assoc.el (aelement): Doc fix.
1296 (aput, adelete, amake): Use lexical-let (Bug#5450).
1297
1298 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
1299
1300 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1301 is the same as subprogram call, not declaration. (Bug#5435).
1302
1303 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
1304
1305 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1306 (tramp-smb-maybe-open-connection): Use it.
1307
1308 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
1309
1310 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
1311
1312 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1313
1314 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1315 just because we see "encoding: 8bit".
1316 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1317
1318 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
1319
1320 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1321
1322 2010-01-22 Eli Zaretskii <eliz@gnu.org>
1323
1324 * jka-compr.el (jka-compr-load): If load-file is not in
1325 load-history, try its file-truename version. (bug#5447)
1326
1327 2010-01-21 Alan Mackenzie <acm@muc.de>
1328
1329 Fix a situation where deletion of a cpp construct throws an error.
1330 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1331 invoking c-with-all-but-one-cpps-commented-out, check that the
1332 special cpp construct is still in the buffer.
1333 (c-parse-state): Record the special cpp with markers, not numbers.
1334
1335 2010-01-21 Kenichi Handa <handa@m17n.org>
1336
1337 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1338 process last-command-event, as it is now decoded first (Bug#5380).
1339
1340 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
1341
1342 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1343
1344 2010-01-20 Glenn Morris <rgm@gnu.org>
1345
1346 * indent.el (tab-always-indent): Fix custom-type.
1347
1348 2010-01-19 Alan Mackenzie <acm@muc.de>
1349
1350 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1351 buffer throws "args out of range".
1352 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1353 playing the role of delimiter.
1354
1355 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
1356
1357 * progmodes/ada-mode.el: Fix bug#5400.
1358 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1359 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1360 changed. Delete RECURSIVE parameter; never used. Improve doc string.
1361 Improve comments in "is" portion. Handle null procedure declaration.
1362 (ada-move-to-end): Improve doc string.
1363
1364 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
1365
1366 * ido.el (ido-cur-list): Initialize to nil.
1367 Remove obsolete information from commentary.
1368 (ido-choice-list): Initialize to nil.
1369 (ido-get-bufname): Reject minibuffers.
1370 (ido-make-buffer-list): If "default" is a nonexistent
1371 buffer, ignore it, as per the function's comment.
1372 (ido-kill-buffer-internal): New function.
1373 (ido-kill-buffer-at-head): Use it.
1374 (ido-visit-buffer): Likewise.
1375
1376 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
1377
1378 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1379
1380 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
1381
1382 * cedet/ede/locate.el (ede-locate-file-in-project)
1383 (ede-locate-file-in-project-impl): Fix typos in docstrings.
1384 (ede-enable-locate-on-project): Fix typos in error messages.
1385
1386 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1387 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1388 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1389 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1390 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1391 Fix typos in menu help.
1392
1393 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1394 Fix typos in chart titles.
1395
1396 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1397 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1398 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1399 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1400 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1401 (semantic-parse-stream, semantic-parse-region)
1402 (semantic-parse-region-default, semantic--set-buffer-cache)
1403 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1404 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1405 (semantic-default-submodes):
1406 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1407 (semanticdb-create-ebrowse-database)
1408 (semanticdb-find-tags-for-completion-method)
1409 (semanticdb-find-tags-by-class-method)
1410 (semanticdb-deep-find-tags-by-name-method)
1411 (semanticdb-deep-find-tags-for-completion-method):
1412 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1413 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1414 (semanticdb-find-tags-for-completion-method)
1415 (semanticdb-find-tags-by-class-method)
1416 (semanticdb-deep-find-tags-for-completion-method):
1417 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1418 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1419 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1420 (semanticdb-find-tags-by-name-method)
1421 (semanticdb-find-tags-by-name-regexp-method)
1422 (semanticdb-find-tags-for-completion-method)
1423 (semanticdb-find-tags-by-class-method)
1424 (semanticdb-find-tags-external-children-of-type-method)
1425 (semanticdb-find-tags-subclasses-of-type-method)
1426 (semanticdb-deep-find-tags-by-name-method)
1427 (semanticdb-deep-find-tags-by-name-regexp-method)
1428 (semanticdb-deep-find-tags-for-completion-method):
1429 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1430 (semanticdb-enable-gnu-global-in-buffer)
1431 (semanticdb-find-tags-for-completion-method)
1432 (semanticdb-deep-find-tags-by-name-method)
1433 (semanticdb-deep-find-tags-for-completion-method):
1434 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1435 (javascript-mode, semanticdb-find-translate-path)
1436 (semanticdb-find-tags-for-completion-method)
1437 (semanticdb-find-tags-by-class-method)
1438 (semanticdb-deep-find-tags-by-name-method)
1439 (semanticdb-deep-find-tags-for-completion-method)
1440 (semanticdb-find-tags-external-children-of-type-method):
1441 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1442 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1443 (global-semantic-idle-scheduler-mode):
1444 * cedet/srecode/dictionary.el (srecode-field-value)
1445 (srecode-dictionary-add-section-dictionary):
1446 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1447 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1448 (describe-class, eieio-describe-generic, describe-generic):
1449 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1450 (eieio-speedbar-expand):
1451 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1452 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1453 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1454 (viper-del-backward-char-in-replace, viper-backward-indent)
1455 (viper-brac-function, viper-register-to-point, viper-submit-report):
1456 * net/tramp.el (tramp-remote-coding-commands):
1457 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1458 Fix typos in docstrings.
1459
1460 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
1461
1462 * mail/sendmail.el (mail-yank-original): Set the mark if the
1463 specified function for yanking does not do it.
1464
1465 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
1466
1467 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
1468
1469 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1470 resyncing a directory.
1471
1472 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
1473
1474 * progmodes/ada-mode.el: Fix bug#1920.
1475 (ada-ident-re): Delete ., allow multibyte characters.
1476 (ada-goto-label-re): New; matches goto labels.
1477 (ada-block-label-re): New; matches block labels.
1478 (ada-label-re): New; matches both.
1479 (ada-named-block-re): Deleted; callers changed to use
1480 `ada-block-label-re' instead.
1481 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1482 Use `ada-block-label-re'.
1483 (ada-indent-on-previous-lines): Improve handling of goto labels.
1484 (ada-get-indent-block-start): Special-case block label.
1485 (ada-get-indent-label): Split into `ada-indent-block-label' and
1486 `ada-indent-goto-label'.
1487 (ada-goto-stmt-start, ada-goto-next-non-ws):
1488 Optionally ignore goto labels.
1489 (ada-goto-next-word): Simplify.
1490 (ada-indent-newline-indent-conditional): Insert newline before
1491 trying to fix indentation; doc fix.
1492
1493 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
1494
1495 * calc/calc.el (calc-command-flags): Give it an initial value.
1496
1497 2010-01-17 Glenn Morris <rgm@gnu.org>
1498
1499 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1500
1501 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
1502
1503 * cedet/semantic.el (semantic-mode):
1504 * files.el (minibuffer-with-setup-hook):
1505 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1506 (artist-key-draw-continously, artist-key-do-continously-continously)
1507 (artist-key-set-point-continously, artist-mouse-draw-continously):
1508 Fix typos in docstrings.
1509
1510 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
1511
1512 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1513 return t (Bug#3898).
1514
1515 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
1516
1517 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1518 can parse the output of the external commands (Bug#5279).
1519
1520 2010-01-16 Jari Aalto <jari.aalto@cante.net>
1521
1522 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1523
1524 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
1525
1526 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1527
1528 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1529
1530 * startup.el (command-line): Remove unused --icon-type arg.
1531 Handle --display arg, passing it to command-line-1 (Bug#5392).
1532
1533 2010-01-16 Mario Lang <mlang@delysid.org>
1534
1535 * cedet/ede/cpp-root.el (ede-cpp-root-project):
1536 * cedet/ede/files.el (ede-expand-filename):
1537 * cedet/ede/simple.el (ede-simple-project):
1538 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1539 (semantic-complete-inline-tag-engine):
1540 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1541 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1542 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1543 * cedet/semantic/db.el (semanticdb-equivalent-mode):
1544 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1545 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1546 * emacs-lisp/chart.el (chart-translate-namezone):
1547 * textmodes/artist.el (artist-compute-popup-menu-table):
1548 Remove duplicated words in doc-strings.
1549
1550 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
1551
1552 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1553 to mairix-search to suppress threading (Bug#5342).
1554
1555 2010-01-15 Kenichi Handa <handa@m17n.org>
1556
1557 * international/mule-cmds.el (canonicalize-coding-system-name):
1558 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1559
1560 2010-01-15 Glenn Morris <rgm@gnu.org>
1561
1562 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
1563
1564 * wid-edit.el (widget-keymap): Doc fix.
1565
1566 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1567 former seems to be more widely accepted by various svn versions.
1568
1569 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1570
1571 * find-cmd.el (find-constituents):
1572 * vc-arch.el (vc-arch-root):
1573 * window.el (window-body-height, pop-up-frames):
1574 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1575 (semantic-no-reparse-needed-change-hook):
1576 * cedet/srecode/insert.el (srecode-resolve-argument-list)
1577 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1578 (srecode-template-inserter-ask, srecode-template-inserter-width)
1579 (srecode-template-inserter-section-start)
1580 (srecode-template-inserter-section-end, srecode-insert-method):
1581 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1582 * progmodes/ada-stmt.el (ada-if):
1583 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1584 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1585 (ispell-encoding8-command, ispell-aspell-supports-utf8)
1586 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1587
1588 * progmodes/flymake.el (flymake-post-syntax-check):
1589 Fix typo in error message.
1590
1591 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1592
1593 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1594 which is always a string. (Bug#5313)
1595
1596 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1597
1598 * progmodes/ada-xref.el (ada-default-prj-properties):
1599 Simplify previous change.
1600
1601 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1602
1603 * progmodes/ada-xref.el (ada-default-prj-properties):
1604 Default ada_project_path to $ADA_PROJECT_PATH.
1605
1606 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1607
1608 * progmodes/ada-mode.el (ada-create-keymap):
1609 Override `narrow-to-defun' with `ada-narrow-to-defun'.
1610
1611 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1612
1613 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1614 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1615 (ada-get-current-indent, ada-imenu-generic-expression)
1616 (ada-which-function): Check for it.
1617
1618 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1619
1620 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1621 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1622
1623 2010-01-14 Glenn Morris <rgm@gnu.org>
1624
1625 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
1626
1627 2010-01-14 Kenichi Handa <handa@m17n.org>
1628
1629 * composite.el (auto-composition-mode): Make it a buffer local
1630 variable (permanent-local).
1631 (auto-composition-function): Set the default value to
1632 auto-compose-chars.
1633 (auto-composition-mode): Make it a simple function, not a minor mode.
1634 (global-auto-composition-mode): Likewise.
1635 (turn-on-auto-composition-if-enabled): Delete it.
1636
1637 2010-01-13 Karl Fogel <kfogel@red-bean.com>
1638
1639 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1640
1641 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
1642
1643 * files.el (copy-directory): Compute target for recursive
1644 directories with identical names. (Bug#5343)
1645
1646 2010-01-12 Glenn Morris <rgm@gnu.org>
1647
1648 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1649 it to bug-gnu-emacs rather than emacs-pretest-bug.
1650
1651 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1652
1653 * cedet/data-debug.el (data-debug): Fix customization group reference.
1654
1655 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1656
1657 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1658 (semantic-analyze-context, semantic-analyze-context-assignment)
1659 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1660 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1661 (semantic-java-doc-keywords-map):
1662 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1663 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1664 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1665 (semantic-c-classname, semantic-format-tag-uml-prototype)
1666 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1667 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1668 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1669 (semantic-get-local-variables, semantic-end-of-command)
1670 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1671 (lisp-mode):
1672 * cedet/semantic/bovine/make.el (makefile-mode):
1673 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1674 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1675 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1676 (semantic-lex, semantic-get-local-variables, python-mode):
1677 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1678 * cedet/srecode/extract.el (srecode-extract-state-set)
1679 (srecode-extract-method): Fix typos in docstrings.
1680
1681 2010-01-11 Sam Steingold <sds@gnu.org>
1682
1683 * imenu.el (imenu-default-create-index-function): Detect infinite
1684 loops caused by imenu-prev-index-position-function.
1685
1686 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1687
1688 * htmlfontify.el (htmlfontify-load-rgb-file)
1689 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1690 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1691 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1692 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1693 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1694 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1695 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1696 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1697 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1698 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1699 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1700 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1701 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1702 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1703 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1704 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1705 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1706 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1707 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1708 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1709 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1710 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1711 backslash-quoting from parentheses, etc.
1712
1713 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
1714
1715 * progmodes/js.el: Autoload javascript-mode alias.
1716
1717 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1718
1719 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1720 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1721 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1722 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1723 Fix typos in docstrings.
1724 (ffap-url-regexp): Doc fix.
1725 (ffap-at-mouse): Fix typo in message.
1726
1727 2010-01-11 Glenn Morris <rgm@gnu.org>
1728
1729 * version.el (emacs-copyright): Set copyright year to 2010.
1730
1731 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1732
1733 * format.el (format-annotate-function): Only set
1734 write-region-post-annotation-function after running to-fn so as not to
1735 affect nested write-region calls (bug#5273).
1736
1737 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
1738
1739 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1740 Add python parser.
1741
1742 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1743 wisent/python.el.
1744
1745 2010-01-10 Richard Kim <emacs18@gmail.com>
1746
1747 * cedet/semantic/wisent/python-wy.el:
1748 * cedet/semantic/wisent/python.el: New files.
1749
1750 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1751
1752 * man.el (Man-goto-section): Signal error if the section is not
1753 found (Bug#5317).
1754
1755 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
1756
1757 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1758 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1759
1760 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1761
1762 * progmodes/compile.el: Don't treat compile-command as safe if
1763 compilation-read-command might be nil (Bug#4218).
1764
1765 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1766
1767 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1768 NS options.
1769
1770 2010-01-08 Kenichi Handa <handa@m17n.org>
1771
1772 * international/fontset.el (build-default-fontset-data):
1773 Exclude characters in scripts kana, hangul, han, or cjk-misc.
1774
1775 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
1776
1777 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1778 to `create-file-buffer' as it expects, not just a buffer name.
1779 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1780 to help uniquify. (Bug#3224)
1781
1782 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1783
1784 * font-setting.el (font-setting-change-default-font): Use user-spec
1785 instead of name.
1786
1787 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1788
1789 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1790
1791 2010-01-05 Tom Tromey <tromey@redhat.com>
1792
1793 * progmodes/python.el (python-font-lock-keywords):
1794 Handle qualified decorators (Bug#881).
1795
1796 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1797
1798 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1799 in a lightweight checkout.
1800
1801 2010-01-05 Kenichi Handa <handa@m17n.org>
1802
1803 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1804
1805 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1806
1807 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1808
1809 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1810
1811 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1812 checkouts. (Bug#618)
1813 (vc-bzr-log-view-mode): Also highlight the author.
1814 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1815 (vc-bzr-shelve-menu-map):
1816 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1817 (vc-bzr-shelve-apply): Make prompt more explicit.
1818
1819 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
1820
1821 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1822 They are valid characters in URL paths (rfc3986), and at least
1823 Firefox does not understand the encoded version (Bug#3166).
1824
1825 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1826
1827 * progmodes/octave-mod.el (octave-end-keywords)
1828 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1829 Add "end" keyword (Bug#3061).
1830 (octave-end-as-array-index-p): New function.
1831 (calculate-octave-indent): Use it.
1832
1833 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1834
1835 * bookmark.el: Consistently put the text property on the bookmark name.
1836 (bookmark-bmenu-marks-width): Bump back to 2, to include
1837 annotation marks.
1838 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1839 property on the bookmark name, instead of not putting it at all.
1840 (bookmark-bmenu-list): Fix where we put the text property.
1841
1842 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1843
1844 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1845 for showing buffer modified state (as added in the previous change).
1846
1847 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1848
1849 * bookmark.el: Show modified state of bookmark buffer more accurately.
1850 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1851 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1852 (with-buffer-modified-unmodified): New macro.
1853 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1854 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1855 Use new macro to preserve the buffer modified state.
1856
1857 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1858
1859 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1860 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1861 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1862 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1863 (bookmark-bmenu-rename, bookmark-bmenu-locate)
1864 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1865 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1866
1867 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1868
1869 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1870 Make the lines in the generated doc string shorter. (Bug#4668)
1871
1872 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
1873
1874 * net/rcirc.el: Add follow-link binding (Bug#4738).
1875
1876 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1877
1878 * Makefile.in (bzr-update): Rename from cvs-update.
1879 (cvs-update): New target for backward compatibility.
1880
1881 * makefile.w32-in (bzr-update): Rename from cvs-update.
1882 (cvs-update): New target for backward compatibility.
1883
1884 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1885
1886 * bookmark.el: Remove gratuitous gratitude.
1887
1888 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1889
1890 * bookmark.el (bookmark-bmenu-any-marks): New function
1891 (bookmark-bmenu-save): Clear buffer modification if no marks.
1892
1893 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1894
1895 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1896 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1897 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1898 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1899
1900 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1901 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1902 To: emacs-devel {_AT_} gnu.org
1903 Subject: bookmark.el bug report
1904 Date: Mon, 28 Dec 2009 14:19:16 +0800
1905 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1906
1907 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1908
1909 * bookmark.el: Improvements suggested by Drew Adams:
1910 (bookmark-bmenu-ensure-position): New name for
1911 `bookmark-bmenu-check-position'. Just ensure the position,
1912 don't return any meaningful value.
1913 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1914 New constants.
1915
1916 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
1917
1918 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1919 (bookmark-yank-point, bookmark-bmenu-check-position):
1920 Fix typos in docstrings.
1921 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1922 (bookmark-name-from-full-record, bookmark-get-position)
1923 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1924 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1925 Remove useless quoting of parenthesis, etc. in docstrings.
1926
1927 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1928 (ediff-append-custom-diff): Fix typo in error message.
1929 (ediff-meta-mark-equal-files): Fix typos in messages.
1930
1931 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1932
1933 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1934 Fix typo in docstring.
1935
1936 * net/imap-hash.el (imap-hash-make): Doc fix.
1937 (imap-hash-test): Fix typo in error message; reflow docstring.
1938 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1939 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1940 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1941 Fix typos in docstrings.
1942 (imap-hash-open-connection): Fix typo in error message.
1943
1944 * play/gomoku.el (gomoku): Fix typos in docstring.
1945
1946 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1947 (gdb-jsonify-buffer): Fix typos in docstring.
1948 (gdb-goto-breakpoint): Fix typo in error message.
1949 ("Display Other Windows"): Fix typo in help message.
1950 (gdb-speedbar-expand-node): Fix typo in question.
1951
1952 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1953 (idlwave-html-system-help-location, idlwave-html-help-location)
1954 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1955 (idlwave-help-browser-generic-args, idlwave-help-directory)
1956 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1957 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1958 (idlwave-online-help, idlwave-help-html-link)
1959 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1960 Fix typos in docstrings.
1961 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1962 Reflow docstrings.
1963 (idlwave-help-assistant-start): Fix typo in error message.
1964
1965 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1966 (octave-electric-space): Fix typos in docstrings.
1967
1968 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1969
1970 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1971
1972 2010-01-01 Juri Linkov <juri@jurta.org>
1973
1974 * comint.el (comint-input-ring-size): Make it a defcustom and
1975 increase the default to 500 (Bug#5148).
1976
1977 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
1978
1979 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1980 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1981 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1982
1983 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
1984
1985 Show working revision correctly for mercurial.
1986 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1987 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1988
1989 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
1990
1991 Declare some functions for the byte-compiler.
1992 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1993 (speedbar-timer-fn, speedbar-change-expand-button-char)
1994 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1995
1996 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
1997
1998 This changeset reverts GDB Graphical Interface to use annotations.
1999 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2000
2001 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2002
2003 Make vc-dir work on subdirectories of the bzr root.
2004 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
2005 file names relative to it.
2006 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2007 relative directory to vc-bzr-after-dir-status.
2008
2009 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
2010
2011 * font-lock.el (font-lock-refresh-defaults): New function, which
2012 can be used to let font-lock react to external changes in
2013 variables like font-lock-defaults and keywords.
2014 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2015
2016 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2017
2018 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2019
2020 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2021
2022 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
2023
2024 Supersede color.diff settings in git log (bug#5211).
2025
2026 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2027 escape chars in its output when the user has color.diff set to `always'.
2028 This fix works on git 1.4.2 and newer (released on 2006-08-13).
2029
2030 2009-12-26 Kevin Ryde <user42@zip.com.au>
2031
2032 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2033 node. Keep previous "Index" name to work with past coreutils too.
2034
2035 * man.el (man): Revise docstring a bit to show -a and -l as
2036 examples. Add -k description since support for it has otherwise
2037 been a secret. (Further to bug#3717.)
2038 (Man-bgproc-sentinel): When "-k foo" produces no output show error
2039 "no matches" rather than "Can't find manpage", as the latter reads
2040 like -k was interpreted as a page name, which is not so. (Bug#5431)
2041
2042 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
2043
2044 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2045 switches. Check also for //SUBDIRED// line.
2046
2047 2009-12-25 Kenichi Handa <handa@m17n.org>
2048
2049 * language/indian.el (devanagari-composable-pattern): Fixed to
2050 handle ZWNJ and ZWJ. Use it in composition-function-table for
2051 Devanagari.
2052 (malayalam-composable-pattern): Fix previous change.
2053
2054 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2055
2056 * ps-print.el (ps-face-attributes): It was not returning the
2057 attribute face for faces specified as string. Reported by harven
2058 <harven@free.fr>.
2059 (ps-print-version): New version 7.3.5.
2060
2061 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
2062
2063 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
2064 timezone names.
2065 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
2066 (icalendar--add-diary-entry): Remove the trailing blank that
2067 diary-make-entry inserts.
2068
2069 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
2070
2071 Make `file-expand-wildcards' work for remote files.
2072
2073 * files.el (file-expand-wildcards): In case of remote files, check
2074 only local file name part for wildcards. Provide feature 'files
2075 and subfeature 'remote-wildcards. (Bug#5198)
2076
2077 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2078 if there is already an established connection.
2079 (tramp-advice-file-expand-wildcards): Remove it.
2080
2081 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2082 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
2083 Activate advice for older GNU Emacs versions. (Bug#5237)
2084
2085 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
2086
2087 Some doc fixes (more needed).
2088
2089 * find-cmd.el (find-constituents): Reflow docstring.
2090 (find-cmd, find-prune, find-command): Fix typos in docstrings.
2091 (find-generic): Doc fix.
2092
2093 2009-12-17 Juri Linkov <juri@jurta.org>
2094
2095 Fix regression from 23.1 to allow multiple modes in Local Variables.
2096
2097 * files.el (hack-local-variables-filter): While ignoring duplicates,
2098 don't take `mode' into account.
2099 (hack-local-variables-filter, hack-dir-local-variables): Don't
2100 remove duplicate `mode' from local-variables-alist (like `eval').
2101
2102 2009-12-17 Juri Linkov <juri@jurta.org>
2103
2104 Make `dired-diff' more safe. (Bug#5225)
2105
2106 * dired-aux.el (dired-diff): Signal an error when `file' equals to
2107 `current' or when `file' is a directory of the `current' file.
2108
2109 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
2110
2111 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2112 unconditionally preloaded files.
2113
2114 2009-12-16 Juri Linkov <juri@jurta.org>
2115
2116 Revert to old 23.1 logic of using the file at the mark as default.
2117 * dired-aux.el (dired-diff): Use the file at the mark as default
2118 if it's not the same as the current file, and the target dir is
2119 the current dir or the mark is active. Add the current file
2120 as the arg of `dired-dwim-target-defaults'. Use the default file
2121 in the prompt. (Bug#5225)
2122
2123 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
2124
2125 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2126 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2127 (tramp-check-for-regexp): Check also, when an echoing shell stops
2128 to echo sent commands.
2129
2130 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2131
2132 * Makefile.in: Revert last change (Bug#5191).
2133
2134 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
2135
2136 * vc-hg.el (vc-hg-print-log): Fix argument order.
2137 (vc-hg-working-revision): Make sure the command is executed in a
2138 known environment so that we can parse the output. (Bug#4417)
2139
2140 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2141
2142 * progmodes/python.el (python-symbol-completions): Remove text
2143 properties from symbol string before calling python-send-receive.
2144
2145 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
2146
2147 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2148 when there are values for both file and line. (Bug#5060)
2149
2150 2009-12-14 Juri Linkov <juri@jurta.org>
2151
2152 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2153 whitespace after the file name of the first line of unified format,
2154 because git-diff doesn't output whitespace and file modification time
2155 after the file name.
2156
2157 2009-12-14 David Kastrup <dak@gnu.org>
2158
2159 * info.el (Info-hide-cookies-node): Before hiding a cookie,
2160 check if it already has the `display' property added by
2161 `Info-display-images-node', and not put the `invisible' property
2162 in this case.
2163
2164 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2165
2166 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2167 (semantic-mru-bookmark-mode): Doc fixes.
2168
2169 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2170 of assert.
2171
2172 2009-12-13 Glenn Morris <rgm@gnu.org>
2173
2174 * mail/emacsbug.el (message-sort-headers): Define for compiler.
2175 (report-emacs-bug): In message-mode, sort manually before storing
2176 original report text. (Bug#5178)
2177 Remove superfluous save-excursion.
2178
2179 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
2180
2181 * net/dbus.el (dbus-property-handler): Filter lambda forms out
2182 when responding to "GetAll" properties.
2183
2184 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
2185
2186 * simple.el (compose-mail): Remove mail-setup-with-from from
2187 customization checks.
2188
2189 2009-12-12 Eli Zaretskii <eliz@gnu.org>
2190
2191 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2192 RAR archives created on Unix systems.
2193
2194 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2195
2196 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2197 the varalias that was accidentally removed by the 2009-11-19 change
2198 (bug#5186).
2199
2200 2009-12-12 Kenichi Handa <handa@m17n.org>
2201
2202 * language/indian.el (indian-compose-regexp): New function.
2203 (malayalam-composable-pattern): Fix the pattern.
2204 (composition-function-table): Set malayalam-composable-pattern for
2205 Malayalam characters.
2206
2207 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
2208
2209 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2210 rather than down-mouse-1, based on follow-link conventions.
2211
2212 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2213 are compiled.
2214
2215 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
2216
2217 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2218 (verilog-vmm-statement-re, verilog-ovm-statement-re)
2219 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2220 (verilog-leap-to-head, verilog-backward-token):
2221 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
2222
2223 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
2224
2225 * progmodes/verilog-mode.el (verilog-auto-lineup)
2226 (verilog-nameable-item-re): Cleanup user-visible spelling and
2227 documentation errors. One reported by Gary Delp.
2228 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2229 (verilog-read-decls): Fix AUTOWIRE with types declared in a
2230 package, bug195. Reported by Pierre-David Pfister.
2231
2232 2009-12-11 Glenn Morris <rgm@gnu.org>
2233
2234 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2235
2236 * mail/emacsbug.el: No longer require sendmail.
2237 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
2238 (report-emacs-bug-orig-text): Doc fix.
2239 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2240 New local variables, to adapt to different mail-user-agents.
2241 (report-emacs-bug): Fix test for a gnu.org address.
2242 Use overlays for emphasis, since font-lock defeats 'face property.
2243 Pretest bugs also end up at the newsgroup these days.
2244 Stop message-mode stripping text properties.
2245 Set and use the new buffer-local variables.
2246 (report-emacs-bug-hook): Add doc-string.
2247 Remove some unnecessary save-excursions and simplify.
2248 Use the appropriate hook and send-command.
2249
2250 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2251 capitalization of some menu entries.
2252
2253 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2254
2255 * whitespace.el (whitespace-display-char-on): Ensure
2256 `buffer-display-table' is unique when two or more windows are
2257 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2258 New version 12.1.
2259
2260 2009-12-10 Eli Zaretskii <eliz@gnu.org>
2261
2262 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2263 characters in the Attribute field.
2264
2265 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2266
2267 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
2268
2269 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2270
2271 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2272 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2273 Disregard autoload-excludes.
2274 (update-directory-autoloads): Obey autoload-excludes here instead.
2275 But don't store its contents in no-autoloads and remove entries that
2276 refer to excludes files.
2277
2278 2009-12-10 Glenn Morris <rgm@gnu.org>
2279
2280 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2281 (expand-mail-aliases): Define for compiler.
2282
2283 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2284 Define for compiler.
2285
2286 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2287 appropriate for the mail-user-agent in use.
2288
2289 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
2290
2291 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2292
2293 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2294
2295 Fix short log parsing and fontification.
2296 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2297 Fix fontification for the [merge] label.
2298
2299 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
2300
2301 Drop some properties to avoid surprises.
2302 * htmlfontify.el (hfy-ignored-properties): New defcustom.
2303 (hfy-fontify-buffer): Use it.
2304
2305 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2306
2307 Minor cleanup.
2308 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2309 Adjust all callers.
2310 (ffap-locate-file): Remove unused arg `dir-ok' and make other
2311 args compulsory. Adjust callers.
2312 (ffap-gopher-at-point): Remove unused var `name'.
2313
2314 Get rid of the ELCFILES abomination.
2315 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2316 (compile-elcfiles): New phony target.
2317 (compile-main): Compute ELCFILES dynamically.
2318 (compile-clean): New target to remove left-over elc files.
2319 (compile, all): Use it.
2320
2321 2009-12-09 Kenichi Handa <handa@etlken>
2322
2323 * international/mule-diag.el: Require help-mode instead of help-fns.
2324
2325 2009-12-09 Kenichi Handa <handa@m17n.org>
2326
2327 * international/mule-cmds.el (ucs-names): Supply sufficiently
2328 fine ranges instead of pre-calculating accurate ranges.
2329 Iterate with bigger gc-cons-threshold.
2330
2331 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2332
2333 Add support for stashing a snapshot of the current tree.
2334 * vc-git.el (vc-git-stash-snapshot): New function.
2335 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2336
2337 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
2338
2339 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2340 instead of `(beginning|end)-of-line'.
2341
2342 2009-12-08 Glenn Morris <rgm@gnu.org>
2343
2344 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2345
2346 * Makefile.in (ELCFILES): Regenerate.
2347
2348 2009-12-07 Juri Linkov <juri@jurta.org>
2349
2350 Don't lazy-highlight the comint output in history Isearch mode.
2351
2352 * comint.el (comint-history-isearch-search): Instead of
2353 `comint-line-beginning-position', use `comint-after-pmark-p'
2354 to check if point if before the process mark, and go to
2355 `process-mark' in this case.
2356
2357 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2358
2359 * textmodes/tex-mode.el (latex-complete)
2360 (latex-indent-or-complete): Remove.
2361 (latex-mode): Set completion-at-point-functions instead.
2362
2363 Provide a standard completion command and hook it into TAB.
2364 * minibuffer.el (completion-at-point-functions): New var.
2365 (completion-at-point): New command.
2366 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2367 * progmodes/python.el (python-mode-map): Use completion-at-point.
2368 (python-completion-at-point): Rename from python-partial-symbol and
2369 adjust for use in completion-at-point-functions.
2370 (python-mode): Setup completion-at-point for Python completion.
2371 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2372 extracted from lisp-complete-symbol.
2373 (lisp-complete-symbol): Use it.
2374 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2375 setup completion-at-point for Elisp completion.
2376 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2377 Use completion-at-point.
2378 * ielm.el (ielm-map): Use completion-at-point.
2379 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2380 * progmodes/sym-comp.el: Move to...
2381 * obsolete/sym-comp.el: Move from progmodes.
2382
2383 2009-12-07 Eli Zaretskii <eliz@gnu.org>
2384
2385 Prevent save-buffer in Rmail buffers from using the coding-system
2386 of the current message, and from clobbering the encoding mnemonics
2387 in the mode line (Bug#4623).
2388
2389 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2390 flag, too.
2391 (rmail-message-encoding): New variable.
2392 (rmail-write-region-annotate): Record the encoding of the current
2393 message in rmail-message-encoding.
2394 (rmail-after-save-hook): New function, restores the encoding of
2395 the current message after the message collection is saved.
2396
2397 2009-12-07 Juri Linkov <juri@jurta.org>
2398
2399 * progmodes/grep.el (grep-read-files): Use `completing-read'
2400 instead of `read-string'. Set its `collection' arg to
2401 `read-file-name-internal'. (Bug#4301)
2402
2403 2009-12-07 Juri Linkov <juri@jurta.org>
2404
2405 Correctly restore original Isearch point. (Bug#4994)
2406
2407 * isearch.el (isearch-mode): Move `isearch-push-state' after
2408 `(run-hooks 'isearch-mode-hook)'.
2409 (isearch-cancel): When `isearch-push-state-function' is defined,
2410 let-bind `isearch-cmds' to the first state (the last element of
2411 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2412 function and restores the original point). Otherwise, move point
2413 to `isearch-opoint'.
2414
2415 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2416
2417 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2418 chars that don't have names, so the table can be built much faster at
2419 run-time.
2420
2421 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
2422
2423 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2424 change. Suggested by David Kastrup.
2425
2426 * simple.el (compose-mail): Check for incompatibilities and warn.
2427 (compose-mail-user-agent-warnings): New option.
2428
2429 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2430
2431 Support showing a single log entry from vc-annotate.
2432 * vc.el (print-log): Add a new argument: START-REVISION.
2433 (vc-print-log-internal): Add a new optional argument and
2434 pass it to the backend.
2435 (vc-print-log, vc-print-root-log): Adjust callers.
2436 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2437 buffer already displays the requested log entry, use it.
2438 Otherwise display only the log entry in question.
2439 * vc-svn.el (vc-svn-print-log):
2440 * vc-mtn.el (vc-mtn-print-log):
2441 * vc-hg.el (vc-hg-state):
2442 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2443 (vc-git-show-log-entry): Return t on success.
2444 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2445 (vc-bzr-show-log-entry): Return t on success.
2446 * vc-rcs.el (vc-rcs-print-log):
2447 * vc-sccs.el (vc-sccs-print-log):
2448 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2449
2450 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2451
2452 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2453 Add menus to the meta mode. (Bug#5043)
2454
2455 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
2456
2457 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2458 event-key.
2459
2460 * ediff.el (ediff-buffers-internal): Add unwind-protect.
2461
2462 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
2463
2464 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
2465 Berbain <raphael.berbain@gmail.com>.
2466
2467 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
2468 characters.
2469 (tramp-initial-end-of-output): New defconst.
2470 (tramp-methods, tramp-find-shell)
2471 (tramp-open-connection-setup-interactive-shell)
2472 (tramp-maybe-open-connection): Use it.
2473 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2474 existence of `#' and `$'.
2475
2476 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2477 `tramp-initial-end-of-output'.
2478
2479 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2480
2481 Get the background mode from the terminal for xterm, and set
2482 faces accordingly.
2483 * term/xterm.el (xterm-set-background-mode): New function.
2484 (terminal-init-xterm): Use it in case xterm supports background
2485 color queries. Recompute faces after getting the background
2486 color.
2487
2488 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
2489
2490 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2491 number comment back on its own line, for easier parsing.
2492
2493 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2494
2495 Make it work for non-file buffers (bug#5102).
2496 * doc-view.el (doc-view-current-cache-dir):
2497 Use doc-view-buffer-file-name rather than buffer-file-name.
2498 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2499
2500 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
2501
2502 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2503 author field is too short.
2504
2505 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
2506
2507 * vc-git.el (vc-git-print-log): Handle a limit argument.
2508 Display the short log in graph form and with labels.
2509 (vc-git-log-view-mode): Handle labels.
2510
2511 Make vc-revert change VC state from 'added to 'unregistered.
2512 * vc-git.el (vc-git-revert): Call git reset first.
2513
2514 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2515
2516 * net/newst-backend.el, net/newst-plainview.el:
2517 * net/newst-reader.el, net/newst-ticker.el:
2518 * net/newst-treeview.el, net/newsticker.el:
2519 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
2520
2521 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2522
2523 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2524
2525 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2526 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
2527 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2528 Update annotation regexp.
2529
2530 * simple.el (beginning-of-visual-line): Constrain to field
2531 boundaries (Bug#5106).
2532
2533 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2534
2535 * xml.el (xml-substitute-numeric-entities): Move
2536 newsticker--decode-numeric-entities in newst-backend.el to
2537 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2538 * net/newst-backend.el (newsticker--parse-generic-feed)
2539 (newsticker--parse-generic-items)
2540 (newsticker--decode-numeric-entities): Move
2541 newsticker--decode-numeric-entities in newst-backend.el to
2542 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2543
2544 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
2545
2546 * progmodes/js.el (js--js-not): Add null to the list of values.
2547
2548 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2549
2550 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2551
2552 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2553
2554 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2555 delimiter if it is at the end of the current line.
2556 (bibtex-generate-url-list): Fix docstring.
2557
2558 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2559
2560 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2561 minibuffer's content with itself.
2562 Fold the confirm-after-completion case into the `confirm' case.
2563 (completion-pcm-word-delimiters): Add : and / to the delimiters.
2564
2565 2009-12-06 Kevin Ryde <user42@zip.com.au>
2566
2567 * ffap.el (ffap-rfc-path): Make this a defcustom since
2568 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
2569
2570 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2571 manuals, similar to existing setup for help-mode. (Bug#3913.)
2572
2573 2009-12-05 Juri Linkov <juri@jurta.org>
2574
2575 Save and restore dired buffer's point positions too. (Bug#4880)
2576
2577 * dired.el (dired-save-positions): Return in the first element
2578 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2579 Doc fix.
2580 (dired-restore-positions): First restore buffer's position.
2581 While restoring window's positions, check if window still displays
2582 the original buffer.
2583
2584 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
2585
2586 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2587 if possible.
2588
2589 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2590 Make argument optional.
2591
2592 * shell.el (shell): Require ansi-color (Bug#5113).
2593
2594 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2595
2596 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2597
2598 2009-12-05 Alan Mackenzie <acm@muc.de>
2599
2600 * progmodes/cc-mode.el (c-before-hack-hook)
2601 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2602 `c-file-style' to work again. This reversion restores the current
2603 software to its state in Emacs 23.1. (Bug#4146)
2604
2605 2009-12-05 Kevin Ryde <user42@zip.com.au>
2606
2607 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2608 comment-start-skip to comment-end-skip as comment (Bug#4781).
2609
2610 2009-12-05 Juri Linkov <juri@jurta.org>
2611
2612 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2613 for virtual nodes. (Bug#4147)
2614 (Info-find-node-2): Set `Info-current-node-virtual' to nil
2615 when moving from a virtual node.
2616 (Info-mode-menu): Add `Info-virtual-index' to the menu.
2617 (Info-mode): Add `Info-virtual-index' to the docstring.
2618
2619 2009-12-05 Eric Ludlam <zappo@gnu.org>
2620
2621 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2622 Describe project macro symbols.
2623
2624 * cedet/semantic/complete.el (semantic-complete-do-completion):
2625 Don't call semantic-collector-current-exact-match.
2626
2627 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2628 ede-objects as targets.
2629
2630 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2631 a target's object list even if compiler vars are already in the
2632 Makefile.
2633
2634 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2635 list of headers producing necessary macros.
2636
2637 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2638
2639 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2640 track of the buffer position of the end of a BibTeX entry as this
2641 position may change during reformatting.
2642 (bibtex-format-entry): Remove whitespace before processing
2643 numerical fields so that we recognize the latter properly.
2644 (bibtex-reformat): Do not use push which changes the global value
2645 of bibtex-entry-format.
2646 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2647 (bibtex-field-re-init): Replace only space characters by regexp
2648 for whitespace.
2649 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2650 (bibtex-initialize): Also update bibtex-strings.
2651 (bibtex-kill-field): Preserve white space at end of entry.
2652 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2653 Update bibtex-reference-keys.
2654
2655 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2656
2657 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2658 point after a star, if that's the only place where modifications can
2659 make progress.
2660
2661 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2662
2663 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2664 in docstrings.
2665
2666 2009-12-04 Juri Linkov <juri@jurta.org>
2667
2668 * proced.el (proced): Call `(proced-update t)' to update process
2669 information instead of only running proced-post-display-hook.
2670 (proced-send-signal): Add a leading space to the buffer name
2671 " *Marked Processes*" to make this buffer ephemeral.
2672
2673 2009-12-04 Juri Linkov <juri@jurta.org>
2674
2675 * dired.el (dired-auto-revert-buffer): New defcustom.
2676 (dired-internal-noselect): Use it.
2677
2678 2009-12-04 Juri Linkov <juri@jurta.org>
2679
2680 Change roles of modes and functions in image-mode.el (Bug#5062).
2681
2682 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2683 in `auto-mode-alist'.
2684 (image-mode-previous-major-mode): New variable.
2685 (image-minor-mode-map): Rename from `image-mode-text-map'.
2686 (image-mode): Move graceful error-handling code from
2687 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2688 (image-minor-mode): Remove all image-handling code.
2689 Replace `image-mode-text-map' with `image-minor-mode-map'.
2690 Check for `image-type' in mode-line format string.
2691 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2692 (image-mode-as-text): New function with most code from
2693 `image-mode-maybe'.
2694 (image-toggle-display-text): Move code that removes image
2695 properties from `image-toggle-display' to here.
2696 (image-toggle-display-image): New function with code that adds
2697 image properties copied from `image-toggle-display'.
2698 (image-toggle-display): Remove most code with leaving only code
2699 that toggles between `image-mode-as-text' and `image-mode'.
2700
2701 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
2702
2703 * net/newst-treeview.el
2704 (newsticker--treeview-list-highlight-start): Restored call to
2705 save-excursion: Selected item was stuck.
2706 (newsticker--treeview-list-select): New.
2707 (newsticker--treeview-item-show-text)
2708 (newsticker--treeview-item-show)
2709 (newsticker--treeview-item-update): Use new
2710 newsticker-treeview-item-mode.
2711 (newsticker-treeview-update): Keep current item.
2712 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2713 (newsticker--treeview-first-feed): Doc change.
2714 (newsticker-treeview-list-menu)
2715 (newsticker-treeview-item-menu): Added menu entries.
2716 (newsticker-treeview-item-mode): New.
2717
2718 * net/newst-backend.el (newsticker-customize): Delete other
2719 windows.
2720
2721 2009-12-04 Sam Steingold <sds@gnu.org>
2722
2723 * log-view.el (log-view-mode-map): "q" calls quit-window,
2724 like in all the other non-self-insert buffers.
2725
2726 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2727
2728 Minor cleanup.
2729 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2730 key decoding rather than do it manually via last-input-event +
2731 ascii-character.
2732 (term-exec): Use delete-and-extract-region.
2733 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2734 (term-process-pager): Remove unused var `i'.
2735 (term-dynamic-simple-complete): Make obsolete.
2736 (serial-update-config-menu): Remove unused vars `y' and `str'.
2737 (term-update-mode-line): Remove unused var `temp'.
2738
2739 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2740
2741 Limit the number of log entries displayed by default.
2742 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2743 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2744 using a prefix argument.
2745
2746 2009-12-03 Glenn Morris <rgm@gnu.org>
2747
2748 * progmodes/idlwave.el (class): Restore still useful declaration.
2749
2750 2009-12-03 Alan Mackenzie <acm@muc.de>
2751
2752 Enhance `c-parse-state' to run efficiently in "brace deserts".
2753
2754 * progmodes/cc-mode.el (c-basic-common-init):
2755 Call c-state-cache-init.
2756 (c-neutralize-syntax-in-and-mark-CPP): Rename from
2757 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
2758 placing `category' properties value 'c-cpp-delimiter at its boundaries.
2759
2760 * progmodes/cc-langs.el (c-before-font-lock-function):
2761 c-extend-and-neutralize-syntax-in-CPP has been renamed
2762 c-neutralize-syntax-in-and-mark-CPP.
2763
2764 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2765 with `category' properties now, not `syntax-table' ones.
2766
2767 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2768 enhanced (but slower) version of c-end-of-macro that won't land
2769 inside a literal or on another awkward character.
2770 (c-state-cache-too-far, c-state-cache-start)
2771 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2772 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2773 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2774 (c-state-min-scan-pos, c-state-brace-pair-desert)
2775 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2776 buffer local variables.
2777 (c-state-literal-at, c-state-lit-beg)
2778 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2779 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2780 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2781 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2782 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2783 (c-renarrow-state-cache)
2784 (c-append-lower-brace-pair-to-state-cache)
2785 (c-state-push-any-brace-pair, c-append-to-state-cache)
2786 (c-remove-stale-state-cache)
2787 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2788 (c-invalidate-state-cache-1, c-parse-state-1)
2789 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2790 (c-parse-state): Enhance and refactor.
2791 (c-debug-parse-state): Amend to deal with all the new variables.
2792
2793 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2794 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2795 modify to use category text properties rather than syntax-table ones.
2796 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2797 to switch off/on the syntactic paren property of C++ template
2798 delimiters using the category property.
2799 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2800 template delims suppressed.
2801 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2802 New constant/macros which apply category properties to the start
2803 and end of preprocessor constructs.
2804 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2805 "comment out" the syntactic value of characters in preprocessor
2806 constructs.
2807 (c-with-cpps-commented-out)
2808 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2809 with characters in all or all but one preprocessor constructs
2810 "commented out".
2811
2812 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2813
2814 * proced.el (proced-filter-alist): Use regexp-quote.
2815
2816 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
2817
2818 Cleanup.
2819 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2820 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2821 arguments. Expand `default-directory'.
2822
2823 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2824 the benefit of returning an expanded localname.
2825 (tramp-tramp-file-p): Handle the case NAME is not a string.
2826
2827 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2828
2829 Add support for bzr shelve/unshelve.
2830 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2831 (vc-bzr-extra-menu-map): New variables.
2832 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2833 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2834 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2835 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2836 (vc-bzr-dir-extra-headers): Display shelves.
2837
2838 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2839
2840 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2841
2842 * textmodes/bibtex.el (bibtex-complete-internal):
2843 Use completion-in-region.
2844 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2845
2846 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2847
2848 Support applying stashes. Improve UI.
2849 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2850 (vc-git-stash-apply, vc-git-stash-pop)
2851 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2852 (vc-git-stash-menu): New functions.
2853 (vc-git-stash-menu-map): New variable.
2854 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2855
2856 2009-12-03 Glenn Morris <rgm@gnu.org>
2857
2858 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2859 (vc-print-log-internal): Fix previous change.
2860 (vc-revert): Correct pluralization.
2861
2862 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2863
2864 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2865 it to be an alist any more.
2866 (makefile-complete): Use completion-in-region.
2867
2868 * progmodes/octave-mod.el (octave-complete-symbol):
2869 Use completion-in-region.
2870
2871 Misc cleanup.
2872 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2873 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2874 (idlwave-complete-class): Don't quote lambda.
2875 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2876 (idlwave-mode-map): Move initialization into declaration.
2877 (idlwave-action-and-binding): Use backquotes.
2878 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2879 Simplify.
2880 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2881 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2882 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2883 `parts', and `all-parts'.
2884 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2885 (idlwave-convert-xml-system-routine-info): Remove unused string
2886 `version-string'.
2887 (idlwave-display-user-catalog-widget): Use dolist.
2888 (idlwave-scanning-lib): Declare dynamically-scoped var.
2889 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2890 (completion-highlight-first-word-only): Declare to silence bytecomp.
2891 (idlwave-popup-select): Tighten scope of `resp'.
2892 (idlwave-find-struct-tag): Remove unused var `beg'.
2893 (idlwave-after-load-rinfo-hook): Declare.
2894 (idlwave-sintern-class-info): Remove unused var `taglist'.
2895 (idlwave-find-class-definition): Remove unused var `list'.
2896 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2897 (idlwave-what-module-find-class): Remove unused var `classes'.
2898
2899 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
2900
2901 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2902
2903 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2904
2905 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2906 buffers visited. Remove redundant current-buffer-saving.
2907
2908 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2909
2910 Use completion-in-buffer and remove uses of dynamic scoping.
2911 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2912 (pascal-buffer-to-use, pascal-flag): Don't declare.
2913 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2914 (pascal-get-completion-decl, pascal-keyword-completion):
2915 Add `pascal-str' argument, save-excursion,
2916 return the found completions, and don't filter with pascal-pred.
2917 (pascal-completion-cache): New var.
2918 (pascal-completion): Don't switch buffer any more (it was never
2919 necessary). Don't save-excursion any more (it's done by the called
2920 subroutines). Use a cache to avoid redundant computations.
2921 Use complete-with-action rather than pascal-completion-response and
2922 let it apply the predicate as well.
2923 (pascal-complete-word): Use completion-in-buffer when
2924 pascal-toggle-completions is nil.
2925 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2926 not used any more.
2927 (pascal-comp-defun): Don't change buffer any more.
2928 Use complete-with-action rather than pascal-completion-response and
2929 let it apply the predicate as well.
2930 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2931 when neded.
2932
2933 2009-12-02 Kenichi Handa <handa@m17n.org>
2934
2935 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2936 shape for all Indic scripts.
2937
2938 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2939
2940 Use completion-in-buffer.
2941 * wid-edit.el (widget-field-text-end): New function.
2942 (widget-field-value-get): Use it.
2943 (widget-string-complete, widget-file-complete)
2944 (widget-color-complete): Use it and completion-in-region.
2945 (widget-complete): Don't narrow the buffer.
2946
2947 2009-12-02 Glenn Morris <rgm@gnu.org>
2948
2949 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2950 (rmail-select-summary): Use rmail-pop-to-buffer.
2951 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2952 rmail-pop-to-buffer, to prevent horizontal splits.
2953
2954 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2955 save-excursion with save-current-buffer.
2956 Widen before searching. (Bug#5093)
2957 (diary-list-sexp-entries): Remove superfluous save-excursion.
2958
2959 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
2960
2961 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2962 name. (Bug#5038)
2963
2964 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2965
2966 * ido.el (ido-file-internal): Handle filenames at point that do
2967 not have a directory part. (Bug#5049)
2968
2969 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
2970
2971 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2972 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2973
2974 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2975
2976 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2977 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2978 any more.
2979
2980 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2981
2982 * comint.el (comint-insert-input): Ignore clicks to the right of
2983 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2984
2985 * vc.el (vc-print-log-internal): Don't wait for the process to
2986 terminate before setting up the major mode.
2987
2988 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2989 in case.
2990
2991 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2992 the last element.
2993
2994 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2995
2996 2009-12-01 Glenn Morris <rgm@gnu.org>
2997
2998 * window.el (window--display-buffer-2): Fix previous changes.
2999
3000 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
3001
3002 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3003
3004 2009-12-01 Glenn Morris <rgm@gnu.org>
3005
3006 * Makefile.in (ELCFILES): Add mpc.elc.
3007
3008 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3009
3010 * mpc.el: New file.
3011
3012 2009-12-01 Glenn Morris <rgm@gnu.org>
3013
3014 * window.el (window-to-use): Define for compiler.
3015
3016 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3017 consistent with others (no final period).
3018
3019 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3020 (rmail-mime-show): Downcase the encoding. (Bug#5070)
3021
3022 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
3023
3024 Make vc-print-log buttons work.
3025 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3026
3027 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
3028
3029 * savehist.el (savehist-autosave-interval): Allow setting to nil
3030 through customize. (Bug#5056)
3031
3032 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
3033
3034 Fix references to jit-lock properties.
3035 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3036 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3037 (perl-font-lock-special-syntactic-constructs):
3038 Quote jit-lock-defer-multiline property.
3039
3040 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3041
3042 * vc-git.el (vc-git-registered): Call vc-git-root only once.
3043
3044 2009-11-30 Juri Linkov <juri@jurta.org>
3045
3046 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3047 value `buffer' of `multi-isearch-next-buffer-current-function'.
3048 Use `(current-buffer)' when `buffer' is nil.
3049 (multi-isearch-next-buffer-from-list): Don't fallback to
3050 `(current-buffer)' when `buffer' is nil. (Bug#4947)
3051
3052 2009-11-30 Juri Linkov <juri@jurta.org>
3053
3054 * misearch.el (multi-isearch-read-buffers): Move canonicalization
3055 of buffers with `get-buffer' to `multi-isearch-buffers'.
3056 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3057 Canonicalize BUFFERS with `get-buffer'. Doc fix.
3058 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3059 FILES with `expand-file-name' converting relative file names
3060 to absolute. Doc fix. (Bug#4727)
3061
3062 2009-11-30 Juri Linkov <juri@jurta.org>
3063
3064 * misearch.el (multi-isearch-read-buffers)
3065 (multi-isearch-read-matching-buffers): New functions.
3066 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3067 Use them in the `interactive' spec. Doc fix.
3068 (multi-isearch-read-files, multi-isearch-read-matching-files):
3069 New functions.
3070 (multi-isearch-files, multi-isearch-files-regexp):
3071 Use them in the `interactive' spec. Doc fix. (Bug#4725)
3072
3073 2009-11-30 Juri Linkov <juri@jurta.org>
3074
3075 * doc-view.el (doc-view-continuous):
3076 Rename from `doc-view-continuous-mode'.
3077 (doc-view-menu): Move "Toggle display" to the top.
3078 Add submenu "Continuous" with radio buttons "Off"/"On"
3079 and "Save as Default".
3080 (doc-view-scroll-up-or-next-page)
3081 (doc-view-scroll-down-or-previous-page)
3082 (doc-view-next-line-or-next-page)
3083 (doc-view-previous-line-or-previous-page): Rename
3084 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
3085
3086 2009-11-30 Juri Linkov <juri@jurta.org>
3087
3088 * comint.el (comint-mode-map): Rebind `M-r' from
3089 `comint-previous-matching-input' to
3090 `comint-history-isearch-backward-regexp'.
3091 Unbind `M-s' to allow global key binding `M-s'.
3092 Add menu items for `comint-history-isearch-backward' and
3093 `comint-history-isearch-backward-regexp'. (Bug#3746)
3094
3095 2009-11-30 Juri Linkov <juri@jurta.org>
3096
3097 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3098 For def=recenter, replace `recenter' with `recenter-top-bottom'
3099 that is called with `this-command' and `last-command' let-bound
3100 to `recenter-top-bottom'. When the last `def' was not `recenter',
3101 set `recenter-last-op' to nil. (Bug#4981)
3102
3103 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3104
3105 Minor cleanup and simplification.
3106 * filecache.el (file-cache-add-directory)
3107 (file-cache-add-directory-recursively)
3108 (file-cache-add-from-file-cache-buffer)
3109 (file-cache-delete-file-regexp, file-cache-delete-directory)
3110 (file-cache-files-matching-internal, file-cache-display): Use dolist.
3111 (file-cache-temp-minibuffer-message): Delete function.
3112 (file-cache-minibuffer-complete): Use minibuffer-message instead.
3113
3114 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3115 Don't signal an error when bumping into EOB in tr, s, or y.
3116
3117 2009-11-29 Juri Linkov <juri@jurta.org>
3118
3119 * startup.el (fancy-about-text): Fix wording of Guided Tour.
3120 (Bug#4960)
3121
3122 * descr-text.el (describe-char-unidata-list): Use lowercase name
3123 for "Unicode name" like in other tags.
3124
3125 2009-11-29 Juri Linkov <juri@jurta.org>
3126
3127 * ediff-util.el (ediff-minibuffer-with-setup-hook):
3128 New compatibility macro.
3129 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3130
3131 2009-11-29 Juri Linkov <juri@jurta.org>
3132
3133 Add defcustom to define the cycling order of `recenter-top-bottom'.
3134 (Bug#4981)
3135
3136 * window.el (recenter-last-op): Doc fix.
3137 (recenter-positions): New defcustom.
3138 (recenter-top-bottom): Rewrite to use `recenter-positions'.
3139 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3140
3141 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
3142
3143 Improve integration of Tramp and ange-ftp in eshell.
3144
3145 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3146 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
3147 (eshell/sudo): Flatten args. Let-bind `default-directory'.
3148
3149 * eshell/esh-util.el (top): Require also Tramp when compiling.
3150 (eshell-directory-files-and-attributes): Check for FTP remote
3151 connection.
3152 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3153 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3154 (eshell-file-attributes): Handle ".". Return `entry'.
3155
3156 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3157 (ange-ftp-directory-files-and-attributes)
3158 (ange-ftp-real-directory-files-and-attributes): New defuns.
3159
3160 * net/tramp.el (tramp-maybe-open-connection): Open the remote
3161 shell with "exec" when possible. This prevents trailing prompts
3162 in `start-file-process'.
3163
3164 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3165
3166 Try and remove assumptions about point-min==1.
3167 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3168 (rng-compute-mode-line-string): Show the validation percentage in
3169 terms of the narrowed text, not the widened text.
3170 (rng-do-some-validation): Don't catch internal errors when debugging.
3171 (rng-first-error): Simplify.
3172 (rng-after-change-function): Remove work around. AFAIK the bug has
3173 been fixed a while ago.
3174
3175 * image-mode.el (image-minor-mode): Exit more gracefully when the image
3176 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3177
3178 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3179
3180 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3181 `cd' doesn't always do it for us (bug#5067).
3182
3183 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3184 on 2009-10-25 as part of some other change (bug#5067).
3185
3186 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3187
3188 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3189 `suspicious'.
3190 (byte-compile-warnings): Use byte-compile-warning-types.
3191 (byte-compile-save-excursion): Warn about use of set-buffer right
3192 after save-excursion.
3193
3194 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3195 the excursion as well.
3196
3197 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
3198
3199 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3200 providing a Tramp related implementation of "su" and "sudo".
3201 (eshell-unix-initialize): Add "su" and "sudo".
3202
3203 2009-11-27 Daiki Ueno <ueno@unixuser.org>
3204
3205 * net/socks.el (socks-send-command): Convert binary request to
3206 unibyte before sending. This fixes mishandling of some port
3207 numbers such as 129.
3208
3209 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3210
3211 * help.el (describe-bindings-internal): Remove `interactive'.
3212
3213 * man.el (Man-completion-table): Trim a terminating "(".
3214 Remove the space between name page a section.
3215 Add the command's description on the `help-echo' property.
3216 Remove `process-connection-type' binding since it's unused by
3217 call-process.
3218 Provide completion for the "<section> <name>" format as well.
3219 (Man-default-man-entry): Remove spurious var shadowing the argument.
3220
3221 2009-11-26 Kevin Ryde <user42@zip.com.au>
3222
3223 * log-view.el: Add "Keywords: tools", since its other keywords
3224 aren't in finder-known-keywords, and following vc.el.
3225
3226 * sha1.el (sha1-string-external): default-directory "/" in case
3227 otherwise non-existent. process-connection-type pipe for touch of
3228 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3229
3230 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3231
3232 Misc coding convention cleanups.
3233 * htmlfontify.el (hfy-init-kludge-hook): Rename from
3234 hfy-init-kludge-hooks.
3235 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3236 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3237 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3238 and push.
3239 (hfy-slant, hfy-weight): Use tables rather than code.
3240 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3241 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3242 (hfy-face-attr-for-class): Initialize `face-spec' directly.
3243 (hfy-face-to-css): Remove `nconc' with single arg.
3244 (hfy-p-to-face-lennart): Use `or'.
3245 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
3246 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3247 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3248 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3249 (hfy-force-fontification): Use run-hooks.
3250
3251 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
3252
3253 Various minor fixes.
3254 * htmlfontify.el (hfy-default-header): Add toggle_invis since
3255 Javascript belongs in the header, not the body.
3256 (hfy-javascript): Remove.
3257 (hfy-fontify-buffer): Don't insert it any more.
3258 (hfy-face-at): Handle (face0 face1 face2) style face properties.
3259 Fix bug in invis handling when there were no invis props in a chunk.
3260
3261 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3262
3263 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3264
3265 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3266
3267 * finder.el (finder-mode-map): Add a menu.
3268
3269 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
3270
3271 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3272 "unsigned" structs.
3273
3274 (verilog-leap-to-head, verilog-backward-token): Handle "disable
3275 fork" statement better.
3276
3277 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
3278
3279 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3280 (verilog-delete-auto, verilog-delete-empty-auto-pair)
3281 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3282 Reported by Clay Douglass.
3283
3284 (verilog-auto-inst, verilog-auto-star-safe)
3285 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3286 Fix removing "// Interfaces" when saving .* expansions. Reported by
3287 Pierre-David Pfister.
3288
3289 2009-11-26 Glenn Morris <rgm@gnu.org>
3290
3291 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3292 the scope.
3293
3294 2009-11-25 Johan Bockgård <bojohan@gnu.org>
3295
3296 * vc-annotate.el (vc-annotate-revision-previous-to-line):
3297 Really use previous revision.
3298
3299 2009-11-25 Kevin Ryde <user42@zip.com.au>
3300
3301 * man.el (Man-completion-table): default-directory "/" in case
3302 doesn't otherwise exist. process-environment COLUMNS=999 so as
3303 not to truncate long names. process-connection-type pipe to avoid
3304 any chance of hitting the pseudo-tty TIOCGWINSZ.
3305 (man): completion-ignore-case t for friendliness and since man
3306 itself is case-insensitive on the command line.
3307 Further to Bug#3717.
3308
3309 * arc-mode.el: Add "Keywords: files", so the details in its
3310 commentary can be reached from finder-by-keyword.
3311 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
3312 editing mode, but it's comms related and sgml-mode.el has "comm"
3313 on that basis too.
3314 * textmodes/bibtex-style.el: Add "Keywords: tex".
3315 * international/isearch-x.el, international/ja-dic-cnv.el:
3316 * international/ja-dic-utl.el, international/kkc.el:
3317 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3318
3319 2009-11-25 Juri Linkov <juri@jurta.org>
3320
3321 * man.el (Man-completion-table): Modify regexp to include
3322 section names to completion strings. (Bug#3717)
3323
3324 2009-11-25 Juri Linkov <juri@jurta.org>
3325
3326 Search recursively in gzipped files. (Bug#4982)
3327
3328 * progmodes/grep.el (grep-highlight-matches): Add new options
3329 `always' and `auto'. Doc fix.
3330 (grep-process-setup): Check `grep-highlight-matches' for
3331 `auto-detect' to determine the need to compute grep defaults.
3332 Move Windows/DOS specific --colors settings handling
3333 to `grep-compute-defaults'. Check `grep-highlight-matches'
3334 to get the value of "--color=".
3335 (grep-compute-defaults): Compute `grep-highlight-matches' when it
3336 has the value `auto-detect'. Move Windows/DOS specific settings
3337 from `grep-process-setup'.
3338 (zrgrep): New command with alias `rzgrep'.
3339
3340 2009-11-25 Juri Linkov <juri@jurta.org>
3341
3342 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3343 to nil instead of switching off view-mode. (Bug#4896)
3344
3345 2009-11-25 Juri Linkov <juri@jurta.org>
3346
3347 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
3348
3349 * mwheel.el (mwheel-scroll-up-function)
3350 (mwheel-scroll-down-function): New defvars.
3351 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3352 `scroll-up', and `mwheel-scroll-down-function' instead of
3353 `scroll-down'.
3354
3355 * doc-view.el (doc-view-scroll-up-or-next-page)
3356 (doc-view-scroll-down-or-previous-page): Add optional ARG.
3357 Use this ARG in the call to image-scroll-up/image-scroll-down.
3358 Change `interactive' spec to "P". Goto next/previous page only
3359 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3360 SPC/DEL case). Doc fix.
3361 (doc-view-next-line-or-next-page)
3362 (doc-view-previous-line-or-previous-page): Rename arg to ARG
3363 for consistency.
3364 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3365 `doc-view-scroll-up-or-next-page', and buffer-local
3366 `mwheel-scroll-down-function' to
3367 `doc-view-scroll-down-or-previous-page'.
3368
3369 2009-11-25 Juri Linkov <juri@jurta.org>
3370
3371 Provide additional default values (directories at other Dired
3372 windows) via M-n in the minibuffer of some Dired commands.
3373
3374 * dired-aux.el (dired-diff, dired-compare-directories)
3375 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3376 `minibuffer-default' in `minibuffer-with-setup-hook'.
3377 (dired-dwim-target-directory): Find a window that displays Dired
3378 buffer instead of failing when the next window is not Dired.
3379 Use `get-window-with-predicate' to find for the next Dired window.
3380 (dired-dwim-target-defaults): New function.
3381
3382 * ediff-util.el (ediff-read-file-name):
3383 Use `dired-dwim-target-defaults' to set `minibuffer-default'
3384 in `minibuffer-with-setup-hook'.
3385
3386 2009-11-25 Juri Linkov <juri@jurta.org>
3387
3388 Provide additional default values (file name at point or at the
3389 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
3390
3391 * minibuffer.el (read-file-name-defaults): New function.
3392 (read-file-name): Reset `minibuffer-default' to nil when
3393 it duplicates initial input `insdef'.
3394 Bind `minibuffer-default-add-function' to lambda that
3395 calls `read-file-name-defaults' in `minibuffer-selected-window'.
3396 (minibuffer-insert-file-name-at-point): New command.
3397
3398 * files.el (file-name-at-point-functions): New defcustom.
3399 (find-file-default): Remove defvar.
3400 (find-file-read-args): Don't use `find-file-default'.
3401 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3402 to `read-file-name'.
3403 (find-file-literally): Use `read-file-name' with
3404 `confirm-nonexistent-file-or-buffer'.
3405
3406 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3407
3408 * dired.el (dired-read-dir-and-switches):
3409 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3410 to `read-file-name'.
3411 (dired-file-name-at-point): New function.
3412 (dired-mode): Add hook `dired-file-name-at-point' to
3413 `file-name-at-point-functions'.
3414
3415 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3416
3417 Really make the *Completions* window soft-dedicated (bug#5030).
3418 * window.el (window--display-buffer-2): Add `dedicated' argument.
3419 (display-buffer): Pass it when needed so the dedicated flag is set
3420 after calling set-window-buffer, which would otherwise reset it.
3421
3422 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3423
3424 * progmodes/meta-mode.el (meta-complete-symbol):
3425 * progmodes/etags.el (complete-tag):
3426 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3427 Use completion-in-region.
3428
3429 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3430 (dabbrev-completion): Use completion-in-region.
3431 (dabbrev--abbrev-at-point): Simplify regexp.
3432
3433 * abbrev.el (abbrev--before-point): Use word-motion functions
3434 if :regexp is not specified (bug#5031).
3435
3436 * subr.el (string-prefix-p): New function.
3437
3438 * man.el (Man-completion-cache): New var.
3439 (Man-completion-table): Use it.
3440
3441 * vc.el (vc-print-log-internal): Make `limit' optional for better
3442 compatibility (e.g. with vc-annotate.el).
3443
3444 2009-11-24 Kevin Ryde <user42@zip.com.au>
3445
3446 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3447 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
3448
3449 * emacs-lisp/elint.el (elint-add-required-env): Better error message
3450 when .el source file not found or other error.
3451
3452 2009-11-24 Markus Triska <markus.triska@gmx.at>
3453
3454 * linum.el (linum-update-window): Ignore intangible (bug#4996).
3455
3456 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3457
3458 Handle the [back] button properly (bug#4979).
3459 * descr-text.el (describe-text-properties): Add a `buffer' argument.
3460 Use help-setup-xref, help-buffer, and with-help-window.
3461 (describe-char): Add `buffer' argument.
3462 Pass proper command to help-setup-xref. Don't meddle with
3463 help-xref-stack-item directly.
3464 (describe-text-category): Use with-help-window and help-buffer.
3465
3466 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3467 for the displayed buffer (bug#4887).
3468
3469 * man.el (Man-completion-table): New function.
3470 (man): Use it.
3471
3472 2009-11-24 David Reitter <david.reitter@gmail.com>
3473
3474 * vc-git.el (vc-git-registered): Use checkout directory (where
3475 .git is) rather than the file's directory and a relative path spec
3476 to work around a bug in git.
3477
3478 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
3479
3480 Improve handling of processes on remote hosts.
3481
3482 * eshell/esh-util.el (eshell-path-env): New defvar.
3483 (eshell-parse-colon-path): New defun.
3484 (eshell-file-attributes): Use `eshell-parse-colon-path'.
3485
3486 * eshell/esh-ext.el (eshell-search-path):
3487 Use `eshell-parse-colon-path'.
3488 (eshell-remote-command): Remove argument HANDLER.
3489 (eshell-external-command): Check for FTP remote connection.
3490
3491 * eshell/esh-proc.el (eshell-gather-process-output):
3492 Use `file-truename', in order to start also symlinked files.
3493 Apply `start-file-process' instead of `start-process'.
3494 Shorten `command' to the local file name part.
3495
3496 * eshell/em-cmpl.el (eshell-complete-commands-list):
3497 Use `eshell-parse-colon-path'.
3498
3499 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3500
3501 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
3502 to `eshell-directory-change-hook'.
3503
3504 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
3505
3506 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3507 because it could be enabled automatically if view-read-only is non-nil.
3508
3509 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
3510
3511 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3512 made on 2009-11-22.
3513
3514 2009-11-24 Glenn Morris <rgm@gnu.org>
3515
3516 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3517 deleted variable bookmark-bmenu-bookmark-column.
3518
3519 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3520 Move after definition of global-semantic-idle-tag-highlight-mode.
3521
3522 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3523
3524 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3525
3526 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
3527
3528 * net/browse-url.el (browse-url-filename-alist): On Windows, add
3529 two slashes to the "file:" prefix.
3530 (browse-url-file-url): De-munge Cygwin filenames before passing
3531 them to Windows browser.
3532 (browse-url-default-windows-browser): Use call-process.
3533
3534 2009-11-23 Juri Linkov <juri@jurta.org>
3535
3536 Implement DocView Continuous mode. (Bug#4896)
3537 * doc-view.el (doc-view-continuous-mode): New defcustom.
3538 (doc-view-mode-map): Bind C-n/<down> to
3539 `doc-view-next-line-or-next-page', C-p/<up> to
3540 `doc-view-previous-line-or-previous-page'.
3541 (doc-view-next-line-or-next-page)
3542 (doc-view-previous-line-or-previous-page): New commands.
3543
3544 2009-11-23 Juri Linkov <juri@jurta.org>
3545
3546 Implement Isearch in comint input history. (Bug#3746)
3547 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3548 `isearch-mode-hook'.
3549 (comint-history-isearch): New defcustom.
3550 (comint-history-isearch-backward)
3551 (comint-history-isearch-backward-regexp): New commands.
3552 (comint-history-isearch-message-overlay): New buffer-local variable.
3553 (comint-history-isearch-setup, comint-history-isearch-end)
3554 (comint-goto-input, comint-history-isearch-search)
3555 (comint-history-isearch-message, comint-history-isearch-wrap)
3556 (comint-history-isearch-push-state)
3557 (comint-history-isearch-pop-state): New functions.
3558
3559 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
3560
3561 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3562 return.
3563 (tramp-handle-make-symbolic-link)
3564 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3565 Quote file names.
3566 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3567 (tramp-handle-process-file): Use it.
3568
3569 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3570
3571 * window.el (move-to-window-line-last-op): Remove.
3572 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3573
3574 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3575
3576 Make M-r mirror the new cycling behavior of C-l.
3577 * window.el (move-to-window-line-last-op): New var.
3578 (move-to-window-line-top-bottom): New command.
3579 (global-map): Bind M-r move-to-window-line-top-bottom.
3580
3581 2009-11-23 Sven Joachim <svenjoac@gmx.de>
3582
3583 * dired-x.el (dired-guess-shell-alist-default):
3584 Support xz format. (Bug#4953)
3585
3586 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
3587
3588 * cedet/srecode/map.el (srecode-get-maps):
3589 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3590 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3591 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3592 (semantic-toggle-decoration-style):
3593 * cedet/semantic/decorate/include.el
3594 (semantic-decoration-include-describe)
3595 (semantic-decoration-unknown-include-describe)
3596 (semantic-decoration-unparsed-include-describe)
3597 (semantic-decoration-all-include-summary):
3598 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3599 * cedet/semantic/analyze/complete.el
3600 (semantic-analyze-possible-completions):
3601 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3602 (semantic-show-unmatched-syntax-mode)
3603 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3604 (semantic-highlight-func-mode):
3605 * cedet/semantic/util.el (semantic-describe-buffer):
3606 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3607 (semantic-symref-find-tags-by-name)
3608 (semantic-symref-find-tags-by-regexp)
3609 (semantic-symref-find-tags-by-completion)
3610 (semantic-symref-find-file-references-by-name)
3611 (semantic-symref-find-text):
3612 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3613 (senator-yank-tag):
3614 * cedet/semantic/scope.el (semantic-calculate-scope):
3615 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3616 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3617 (define-semantic-idle-service):
3618 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3619 (semantic-complete-analyze-inline-idle):
3620 * cedet/semantic/analyze.el (semantic-analyze-current-context):
3621 * cedet/mode-local.el (describe-mode-local-bindings)
3622 (describe-mode-local-bindings-in-mode):
3623 * cedet/ede/make.el (ede-make-check-version):
3624 * cedet/ede/locate.el (ede-enable-locate-on-project):
3625 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3626 (cedet-idutils-version-check):
3627 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3628 (cedet-gnu-global-version-check):
3629 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3630 (cedet-cscope-version-check): Use called-interactively-p instead
3631 of interactive-p.
3632
3633 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3634 Use semantic-format-tag-prototype.
3635
3636 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3637
3638 * emulation/viper-cmd.el: Use viper-last-command-char instead of
3639 last-command-char/last-command-event.
3640 (viper-prefix-arg-value): Do correct conversion of event-char for
3641 XEmacs.
3642
3643 * emulation/viper-util.el, emulation/viper.el:
3644 Use viper-last-command-char instead of
3645 last-command-char/last-command-event.
3646
3647 * ediff-init.el, ediff-mult.el, ediff-util.el:
3648 Replace last-command-char and last-command-event
3649 with (ediff-last-command-char) everywhere.
3650
3651 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3652 created in fundamental mode.
3653
3654 * ediff.el (ediff-version): Revert the change of interactive-p to
3655 called-interactively-p.
3656
3657 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
3658
3659 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3660 generation from word-movement command names.
3661
3662 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
3663
3664 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3665 (semantic-complete-jump-local, semantic-complete-jump):
3666 Improve prompt string.
3667
3668 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3669
3670 * cus-start.el (all): Add native condition for font-use-system-font.
3671
3672 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
3673
3674 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3675 Correct the patch from 2009-11-18. (Bug#3910)
3676
3677 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3678
3679 * progmodes/subword.el: Rename from lisp/subword.el.
3680
3681 * subword.el: Rename to progmodes/subword.el.
3682
3683 * Makefile.in (ELCFILES): Adapt to subword.el move.
3684
3685 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3686 Stefan Monnier <monnier@iro.umontreal.ca>
3687
3688 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3689 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3690 (bookmark-bmenu-show-filenames): Use push.
3691 (bookmark-bmenu-hide-filenames): Use local var instead of
3692 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3693 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3694 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3695 filenames now that the bookmark names are always available.
3696
3697 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3698
3699 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3700 (bookmark-search-pattern): Move and leave unbound.
3701 (bookmark-bmenu-mode-map): Change binding.
3702 (bookmark-read-search-input): Simplify.
3703 Don't use text-char-description. Don't error on non-char events.
3704 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3705 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3706 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3707 Use a local var for the timer.
3708 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3709 (i.e. bookmark-bmenu-search).
3710
3711 2009-11-21 Glenn Morris <rgm@gnu.org>
3712
3713 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3714
3715 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3716
3717 * net/browse-url.el (browse-url-default-windows-browser):
3718 Use cygstart for cygwin.
3719
3720 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3721
3722 * bookmark.el: Formatting and doc fixes only:
3723 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3724 (bookmark-bmenu-search): Wrap to fit within 80 columns.
3725 Minor grammar and punctuation fixes in doc string.
3726 (bookmark-read-search-input): Adjust to fit within 80 columns.
3727
3728 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3729
3730 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3731 (c-backward-into-nomenclature): Adapt to subword renaming.
3732
3733 * subword.el (subword-forward, subword-backward, subword-mark)
3734 (subword-kill, subword-backward-kill, subword-transpose)
3735 (subword-downcase, subword-upcase, subword-capitalize)
3736 (subword-forward-internal, subword-backward-internal):
3737 Rename from forward-subword, backward-subword, mark-subword,
3738 kill-subword, backward-kill-subword, transpose-subwords,
3739 downcase-subword, upcase-subword, capitalize-subword,
3740 forward-subword-internal, backward-subword-internal.
3741
3742 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3743
3744 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3745 New options.
3746 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3747 New vars.
3748 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3749 (bookmark-bmenu-filter-alist-by-regexp)
3750 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3751 (bookmark-bmenu-search): New command.
3752 (bookmark-bmenu-mode-map): Bind it.
3753
3754 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3755
3756 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3757
3758 * cedet/semantic/idle.el (define-semantic-idle-service)
3759 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3760
3761 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3762
3763 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3764 backward-subword to quit the byte-compiler.
3765
3766 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3767
3768 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3769
3770 * progmodes/cc-cmds.el (c-update-modeline)
3771 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3772 Refer to subword.el functions instead of cc-subword.el.
3773
3774 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3775 subword.el functions instead of cc-subword.el.
3776
3777 * progmodes/cc-subword.el: Rename to subword.el.
3778 * subword.el: Rename from progmodes/cc-subword.el.
3779 (subword-mode-map): Rename from c-subword-mode-map.
3780 (subword-mode): Rename from c-subword-mode.
3781 (global-subword-mode): New global minor mode.
3782 (forward-subword): Rename from c-forward-subword.
3783 (backward-subword): Rename from c-backward-subword.
3784 (mark-subword): Rename from c-mark-subword.
3785 (kill-subword): Rename from c-kill-subword.
3786 (backward-kill-subword): Rename from c-backward-kill-subword.
3787 (transpose-subwords): Rename from c-tranpose-subword.
3788 (downcase-subword): Rename from c-downcase-subword.
3789 (capitalize-subword): Rename from c-capitalize-subword.
3790 (forward-subword-internal): Rename from c-forward-subword-internal.
3791 (backward-subword-internal): Rename from c-backward-subword-internal.
3792
3793 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3794
3795 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3796 from a dired buffer.
3797 (vc-dired-deduce-fileset): New function.
3798 (vc-root-diff, vc-print-root-log): Use it.
3799
3800 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3801 nil LIMIT argument to vc-print-log-internal.
3802
3803 2009-11-20 Glenn Morris <rgm@gnu.org>
3804
3805 * Makefile.in (ELCFILES): Regenerate.
3806
3807 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3808
3809 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3810
3811 * cedet/semantic.el: Enable idle-mode menu items only if
3812 global-semantic-idle-scheduler-mode is enabled.
3813 (semantic-default-submodes): Doc fix.
3814
3815 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3816 When turning off, disable other idle modes.
3817
3818 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3819
3820 * calc/calc.el (calc-set-mode-line):
3821 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3822 (math-format-number): Rename `math-format-complement-signed' to
3823 `math-format-twos-complement'.
3824
3825 * calc/calc-bin.el (math-format-twos-complement): Rename from
3826 math-format-complement-signed.
3827 (calc-radix): Rename `calc-complement-signed-mode' to
3828 `calc-twos-complement-mode'.
3829 (calc-octal-radix, calc-hex-radix): Add an argument for
3830 two's complement.
3831
3832 * calc/calc-embed.el (calc-embedded-mode-vars):
3833 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3834
3835 * calc/calc-ext.el (calc-init-extensions):
3836 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3837 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3838
3839 * calc/calc-units.el (math-build-units-table-buffer):
3840 Let `calc-twos-complement-mode' be nil.
3841
3842 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3843 entries.
3844
3845 * calc/calc-vec.el (calcFunc-vunpack):
3846 * calc/calc-aent.el (calc-do-calc-eval):
3847 * calc/calc-forms.el (math-format-date):
3848 * calc/calc-graph.el (calc-graph-plot):
3849 * calc/calc-math.el (math-use-emacs-fn):
3850 * calc/calccomp.el (math-compose-expr):
3851 Let `calc-twos-complement-mode' be nil.
3852
3853 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3854
3855 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3856 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3857 * minibuffer.el (completion-in-region-functions): New hook.
3858 (completion-in-region): New function.
3859 * emacs-lisp/lisp.el (lisp-complete-symbol):
3860 * pcomplete.el (pcomplete-std-complete): Use it.
3861
3862 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3863
3864 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3865 (latex-complete-alist): New vars.
3866 (latex-string-prefix-p, latex-complete-bibtex-keys)
3867 (latex-complete-envnames, latex-complete-refkeys)
3868 (latex-complete-data): New functions.
3869 (latex-complete, latex-indent-or-complete): New commands.
3870
3871 * window.el (display-buffer-mark-dedicated): New var.
3872 (display-buffer): Obey it.
3873 * minibuffer.el (minibuffer-completion-help): Use it.
3874
3875 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3876
3877 * filecache.el (file-cache-add-file): Use push and cons.
3878 (file-cache-delete-file-regexp): Use push.
3879 (file-cache-complete): Use completion-in-region.
3880
3881 * simple.el (with-wrapper-hook): Fix thinko.
3882
3883 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3884 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3885 Use with-current-buffer and string-to-number.
3886 (hfy-fallback-colour-values): Use assoc-string.
3887 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3888 (hfy-face-at): Remove unused var `found-face'.
3889 (hfy-compile-stylesheet): Remove unused var `css'.
3890 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3891 and `orig-buffer'.
3892 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3893 Use with-current-buffer.
3894 (hfy-text-p): Use expand-file-name and fewer setq.
3895
3896 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3897
3898 * htmlfontify.el, hfy-cmap.el: New files.
3899
3900 2009-11-19 Juri Linkov <juri@jurta.org>
3901
3902 * minibuffer.el (completions-format): New defcustom.
3903 (completion--insert-strings): Implement vertical format.
3904
3905 * simple.el (switch-to-completions): Move point to the first
3906 completion when point was at the beginning of the buffer.
3907
3908 2009-11-19 Juri Linkov <juri@jurta.org>
3909
3910 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3911
3912 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3913
3914 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
3915
3916 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3917 (mail-signature): Change default to t.
3918 (mail-from-style): Deprecate `system-default' value.
3919 (mail-insert-from-field): For default value of mail-from-style,
3920 default to `angles' unless `angles' needs quoting and `parens'
3921 does not.
3922 (mail-citation-prefix-regexp): Use citation regexp from
3923 message-mode.
3924
3925 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
3926
3927 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3928 Set variables for computing the prompt for reading password.
3929
3930 2009-11-19 Glenn Morris <rgm@gnu.org>
3931
3932 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3933
3934 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3935
3936 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3937 (newsticker-treeview-listwindow-height): Fix custom type.
3938
3939 2009-11-19 Kenichi Handa <handa@m17n.org>
3940
3941 * descr-text.el (describe-char-padded-string): Compose with TAB
3942 only if there's a font for CH.
3943 (describe-char): Fix the condition for detecting a trivial composition.
3944
3945 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
3946
3947 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3948 more accurate version of the regexp. (Bug#3910)
3949
3950 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
3951
3952 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3953
3954 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
3955
3956 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3957 (font-setting-change-default-font): Fix typo in docstring.
3958
3959 2009-11-18 Alan Mackenzie <acm@muc.de>
3960
3961 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3962
3963 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3964
3965 * font-setting.el (font-use-system-font): Move ...
3966
3967 * cus-start.el (all): ... to here.
3968
3969 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
3970
3971 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3972 Don't set `ad-return-value' if `ad-do-it' doesn't.
3973
3974 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3975 modification time.
3976
3977 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3978
3979 * menu-bar.el: Put "Use system font" in Option-menu.
3980 (menu-bar-options-save): Add font-use-system-font.
3981
3982 * loadup.el: If feature system-font-setting or font-render-setting is
3983 there, load font-setting.
3984
3985 * Makefile.in (ELCFILES): Add font-settings.el.
3986 * font-setting.el: New file.
3987
3988 2009-11-17 Glenn Morris <rgm@gnu.org>
3989
3990 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3991
3992 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3993 Preserve point in the list buffer. (Bug#4939)
3994 Use point-at-eol.
3995 (newsticker--treeview-list-update-highlight)
3996 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3997
3998 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3999
4000 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4001 Remove.
4002
4003 * calc/calc-ext.el (calc-init-extensions): Remove references to
4004 symclip.
4005
4006 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4007
4008 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4009 * calc/calc-help.el (calc-b-prefix-help): Remove references to
4010 `calc-symclip'.
4011
4012 2009-11-16 Kevin Ryde <user42@zip.com.au>
4013
4014 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4015 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4016
4017 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4018 (lm-keywords-list): Allow comma-only separator like "foo,bar".
4019 Ignore trailing spaces by omit-nulls to split-string (fixing
4020 regression from Emacs 21 due to the incompatible split-string
4021 change). (Bug #4928.)
4022
4023 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4024
4025 * vc.el (vc-log-show-limit): Default to 2000.
4026 (vc-print-log-internal): Insert buttons to request more entries
4027 when limiting the output.
4028
4029 * vc-sccs.el (vc-sccs-print-log):
4030 * vc-rcs.el (vc-rcs-print-log):
4031 * vc-cvs.el (vc-cvs-print-log):
4032 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4033 LIMIT is non-nil.
4034
4035 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4036
4037 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4038 error when `tramp-gvfs-dbus-event-vector' is set.
4039 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4040
4041 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4042
4043 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4044
4045 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4046
4047 * net/dbus.el (dbus-unregister-service): New defun.
4048 (dbus-register-property): Register the handlers of
4049 "org.freedesktop.DBus.Properties" for SERVICE.
4050 (dbus-property-handler): Fix docstring.
4051
4052 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4053
4054 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4055 Quote doc string reference in defvaralias as it is not in special form.
4056 (byte-compile-output-docform): Doc fix.
4057
4058 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4059
4060 * calc/calc.el (math-2-word-size, math-half-2-word-size)
4061 (calc-complement-signed-mode): New variables.
4062 (calc-set-mode-line): Add indicator for twos-complements.
4063 (math-format-number): Format twos-complement notation.
4064
4065 * calc/calc-bin.el (calc-word-size): Reset the variables
4066 `math-2-word-size' and `math-half-2-word-size'.
4067 (math-format-complement-signed, math-symclip, calcFunc-symclip)
4068 (calc-symclip): New functions.
4069
4070 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4071
4072 * calc/calc-embed.el (calc-embedded-mode-vars):
4073 Add `calc-complement-signed-mode' to the list of modes.
4074
4075 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4076 (calc-b-oper-keys): Add `calc-symclip' to list.
4077
4078 * calc/calc-ext.el (math-read-number-fancy): Read complement
4079 signed numbers.
4080 (calc-init-extensions): Add binding for `calc-symclip'.
4081 Add autoload for `calcFunc-symclip' and `calc-symclip'.
4082
4083 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4084 `calc-symclip'.
4085 (calc-modes-menu): Add item for twos complement mode.
4086
4087 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4088
4089 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4090
4091 * register.el (jump-to-register, insert-register): Handle Semantic
4092 tags. From commented-out advice in semantic/senator.el.
4093
4094 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4095
4096 * vc.el (vc-log-show-limit): New variable.
4097 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
4098 when using a prefix argument.
4099 (vc-print-log-internal): Add new argument LIMIT.
4100
4101 * vc-svn.el (vc-svn-print-log):
4102 * vc-mtn.el (vc-mtn-print-log):
4103 * vc-hg.el (vc-hg-print-log):
4104 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4105 pass it to the log command when set. Make the BUFFER argument
4106 non-optional.
4107
4108 * vc-sccs.el (vc-sccs-print-log):
4109 * vc-rcs.el (vc-rcs-print-log):
4110 * vc-git.el (vc-git-print-log):
4111 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4112 ignore it. Make the BUFFER argument non-optional
4113
4114 * bindings.el (mode-line-buffer-identification): Do not purecopy.
4115
4116 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4117
4118 * dired.el (dired-mode-map): Move encryption items to "Operate"
4119 menu (Bug#4703).
4120
4121 * strokes.el (strokes-update-window-configuration): Make strokes
4122 buffer current before erasing (Bug#4906).
4123
4124 * cedet/semantic/idle.el (semantic-idle-summary-mode)
4125 (semantic-idle-summary-mode): Define using define-minor-mode
4126 instead of define-semantic-idle-service.
4127 (semantic-idle-summary-mode): New function.
4128 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4129 that mouse motion does not reset the echo area.
4130
4131 2009-11-15 Juri Linkov <juri@jurta.org>
4132
4133 * simple.el (set-mark-default-inactive): Add :type, :group
4134 and :version. (Bug#4876)
4135
4136 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
4137
4138 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4139 (archive-unique-fname): ... here. (Bug#4929)
4140
4141 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4142
4143 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4144 with a real fix.
4145
4146 * novice.el (disabled-command-function): Add useful args.
4147 Setup the help buffer so that [back] works.
4148 Remove redundant call to help-mode.
4149 (disabled-command-function): Use `case'.
4150 (en/disable-command): New function extracted from enable-command.
4151 (enable-command, disable-command): Use it.
4152
4153 2009-11-14 Glenn Morris <rgm@gnu.org>
4154
4155 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4156 constants. (Bug#4913)
4157
4158 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4159
4160 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4161
4162 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4163 defined in C that have no doc-strings. (Bug#1063)
4164
4165 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
4166
4167 * cus-edit.el (data, files):
4168 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
4169
4170 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
4171
4172 * simple.el (shell-command): Doc fix (Bug#4891).
4173
4174 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4175
4176 2009-11-14 Glenn Morris <rgm@gnu.org>
4177
4178 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4179 statements for vc-diff, emerge-quit, and rmail-cease-edit.
4180 If they are already loaded, eval-after-load will do the right thing.
4181
4182 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4183 compiling.
4184
4185 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4186
4187 * simple.el (x-selection-owner-p): Declare.
4188 (read-mail-command): Use custom radio type rather than choice.
4189 (completion-no-auto-exit): Doc fix.
4190
4191 * custom.el (defgroup):
4192 * epg-config.el (epg): Doc fixes.
4193
4194 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4195
4196 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4197 * international/ccl.el (define-ccl-program): Do not purecopy the
4198 docstring, defconst does it anyway.
4199
4200 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4201
4202 * add-log.el (add-change-log-entry): Avoid displaying the changelog
4203 a second time.
4204
4205 * x-dnd.el (x-dnd-maybe-call-test-function):
4206 * window.el (split-window-vertically):
4207 * whitespace.el (whitespace-help-on):
4208 * vc-rcs.el (vc-rcs-consult-headers):
4209 * userlock.el (ask-user-about-lock-help)
4210 (ask-user-about-supersession-help):
4211 * type-break.el (type-break-force-mode-line-update):
4212 * time-stamp.el (time-stamp-conv-warn):
4213 * terminal.el (te-set-output-log, te-more-break, te-filter)
4214 (te-sentinel, terminal-emulator):
4215 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4216 (term-write-input-ring, term-check-source, term-start-output-log):
4217 (term-display-buffer-line, term-dynamic-list-completions):
4218 (term-ansi-make-term, serial-term):
4219 * subr.el (selective-display):
4220 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4221 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4222 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4223 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4224 (speedbar-remove-localized-speedbar-support)
4225 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4226 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4227 (speedbar-buffers-line-directory):
4228 * simple.el (shell-command-on-region, append-to-buffer)
4229 (prepend-to-buffer):
4230 * shadowfile.el (shadow-save-todo-file):
4231 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4232 (scroll-bar-maybe-set-window-start):
4233 * sb-image.el (speedbar-image-dump):
4234 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4235 (load-save-place-alist-from-file):
4236 * ps-samp.el (ps-print-message-from-summary):
4237 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4238 (ps-background-image, ps-begin-job, ps-do-despool):
4239 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4240 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4241 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4242 (pr-call-process, pr-file-list, pr-interface-save):
4243 * novice.el (disabled-command-function)
4244 (enable-command, disable-command):
4245 * mouse.el (mouse-buffer-menu-alist):
4246 * mouse-copy.el (mouse-kill-preserving-secondary):
4247 * macros.el (kbd-macro-query):
4248 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4249 * informat.el (batch-info-validate):
4250 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4251 * hippie-exp.el (try-expand-dabbrev-visible):
4252 * help-mode.el (help-make-xrefs):
4253 * help-fns.el (describe-variable):
4254 * generic-x.el (bat-generic-mode-run-as-comint):
4255 * finder.el (finder-mouse-select):
4256 * find-dired.el (find-dired-sentinel):
4257 * filesets.el (filesets-file-close):
4258 * files.el (list-directory):
4259 * faces.el (list-faces-display, describe-face):
4260 * facemenu.el (list-colors-display):
4261 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4262 * epg.el (epg--process-filter, epg-cancel):
4263 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4264 (epa--read-signature-type):
4265 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4266 (emerge-file-names):
4267 * ehelp.el (electric-helpify):
4268 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4269 * ediff-vers.el (rcs-ediff-view-revision):
4270 * ediff-util.el (ediff-setup):
4271 * ediff-mult.el (ediff-append-custom-diff):
4272 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4273 (ediff-wordify):
4274 * echistory.el (Electric-command-history-redo-expression):
4275 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4276 * disp-table.el (describe-display-table):
4277 * dired.el (dired-find-buffer-nocreate):
4278 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4279 * dabbrev.el (dabbrev--same-major-mode-p):
4280 * chistory.el (list-command-history):
4281 * apropos.el (apropos-documentation):
4282 * allout.el (allout-obtain-passphrase):
4283 (allout-copy-exposed-to-buffer):
4284 (allout-verify-passphrase): Use with-current-buffer.
4285
4286 2009-11-13 Glenn Morris <rgm@gnu.org>
4287
4288 * Makefile.in (ELCFILES): Regenerate.
4289
4290 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4291
4292 * net/dbus.el (dbus-registered-objects-table): Rename from
4293 `dbus-registered-functions-table', because it contains also properties.
4294 (dbus-unregister-object): Unregister also properties.
4295 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4296 Use a timeout of 500 msec, in order to not block.
4297 (dbus-register-property, dbus-property-handler): New defuns.
4298
4299 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4300
4301 * simple.el (minibuffer-default-add-completions): Drop deprecated
4302 4th arg.
4303
4304 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
4305
4306 * textmodes/artist.el (artist-mouse-choose-operation):
4307 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4308 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4309 (artist-compute-up-event-key): New function.
4310 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4311
4312 2009-11-13 Kenichi Handa <handa@m17n.org>
4313
4314 * language/japan-util.el: Make sure that the value of jisx0208
4315 property is jisx0208 character.
4316
4317 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4318
4319 * international/mule.el (auto-coding-regexp-alist): Only purecopy
4320 car or each item, not the whole list.
4321
4322 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4323
4324 * minibuffer.el (minibuffer-completion-help):
4325 Use minibuffer-hide-completions.
4326
4327 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
4328
4329 * dired.el (dired-save-positions, dired-restore-positions): New funs.
4330 (dired-revert): Use them (bug#4880).
4331
4332 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4333
4334 * tooltip.el (tooltip-frame-parameters): Undo previous change.
4335
4336 2009-11-12 Juri Linkov <juri@jurta.org>
4337
4338 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4339 New functions.
4340 (find-file-literally-at-point): Alias of `ffap-literally'.
4341
4342 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4343
4344 * textmodes/ispell.el (ispell-skip-region-alist):
4345 * textmodes/css-mode.el (auto-mode-alist):
4346 * progmodes/compile.el (auto-mode-alist):
4347 * international/mule.el (ctext-non-standard-encodings-alist)
4348 (ctext-non-standard-encodings-regexp):
4349 * simple.el (shell-command-switch, text-read-only):
4350 * replace.el (occur-mode-map):
4351 * paths.el (rmail-file-name):
4352 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4353 * find-file.el (ff-special-constructs):
4354 * files.el (file-name-handler-alist):
4355 * composite.el: Purecopy strings.
4356
4357 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4358
4359 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4360
4361 * widget.el (define-widget): Purecopy the docstring.
4362 * international/mule-cmds.el (charset): Do not purecopy the
4363 docstring here, define-widget does it.
4364
4365 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4366 * textmodes/bibtex-style.el (auto-mode-alist):
4367 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4368 * progmodes/compile.el (compile-command):
4369 * language/korea-util.el (default-korean-keyboard):
4370 * international/mule-conf.el (file-coding-system-alist):
4371 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4372 * tooltip.el (tooltip-frame-parameters):
4373 * newcomment.el (comment-end, comment-padding):
4374 * dired.el (dired-trivial-filenames):
4375 * comint.el (comint-file-name-prefix): Purecopy initial values.
4376
4377 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
4378
4379 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4380 (tramp-advice-minibuffer-electric-tilde): Unload advices via
4381 `tramp-unload'.
4382 (tramp-advice-make-auto-save-file-name)
4383 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4384 after removing the advice.
4385
4386 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4387
4388 * progmodes/grep.el (grep-regexp-alist):
4389 * international/mule-cmds.el (iso-2022-control-alist):
4390 * emacs-lisp/timer.el (timer-duration-words):
4391 * subr.el (version-separator, version-regexp-alist):
4392 * minibuffer.el (completion-styles-alist):
4393 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4394 Change defvars to defconsts.
4395
4396 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4397 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4398 * international/mule-conf.el: Allow to be byte compiled.
4399
4400 * international/mule.el (define-charset): Purecopy props.
4401 (load-with-code-conversion): Purecopy doc string and file name.
4402 (put-charset-property): Purecopy strings.
4403 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4404
4405 * international/mule-cmds.el (register-input-method): Purecopy arguments.
4406 (define-char-code-property): Correctly purecopy the table.
4407
4408 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4409
4410 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4411
4412 * subr.el (add-hook): Purecopy strings.
4413 (eval-after-load): Purecopy load-history-regexp and the form.
4414
4415 * custom.el (custom-declare-group): Purecopy load-file-name.
4416
4417 * subr.el (menu-bar-separator): New defconst.
4418 * net/eudc.el (eudc-tools-menu):
4419 * international/mule-cmds.el (set-coding-system-map)
4420 (mule-menu-keymap):
4421 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4422 * vc-hooks.el (vc-menu-map):
4423 * replace.el (occur-mode-map):
4424 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4425 (menu-bar-edit-menu, menu-bar-goto-menu)
4426 (menu-bar-custom-menu, menu-bar-showhide-menu)
4427 (menu-bar-options-menu, menu-bar-tools-menu)
4428 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4429 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4430 (menu-bar-help-menu):
4431 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4432 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4433
4434 * term/x-win.el (x-gtk-stock-map):
4435 * progmodes/vera-mode.el (auto-mode-alist):
4436 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4437 (inferior-lisp-program, inferior-lisp-load-command):
4438 * progmodes/hideshow.el (hs-special-modes-alist):
4439 * progmodes/gud.el (same-window-regexps):
4440 * progmodes/grep.el (grep-program, find-program, xargs-program):
4441 * net/telnet.el (same-window-regexps):
4442 * net/rlogin.el (same-window-regexps):
4443 * language/ethiopic.el (font-ccl-encoder-alist):
4444 * vc-sccs.el (vc-sccs-master-templates):
4445 * vc-rcs.el (vc-rcs-master-templates):
4446 * subr.el (cl-assertion-failed):
4447 * simple.el (next-error-overlay-arrow-position):
4448 * lpr.el (lpr-command):
4449 * locate.el (locate-ls-subdir-switches):
4450 * info.el (same-window-regexps, info)
4451 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4452 * image-mode.el (image-mode, auto-mode-alist):
4453 * hippie-exp.el (hippie-expand-ignore-buffers):
4454 * format.el (format-alist):
4455 * find-dired.el (find-ls-subdir-switches, find-grep-options)
4456 (find-name-arg):
4457 * facemenu.el (facemenu-keybindings):
4458 * dired.el (dired-listing-switches, dired-chown-program):
4459 * diff.el (diff-switches, diff-command):
4460 * cus-edit.el (same-window-regexps):
4461 * bindings.el (mode-line-mule-info)
4462 (mode-line-buffer-identification): Purecopy strings.
4463
4464 2009-11-11 Juri Linkov <juri@jurta.org>
4465
4466 * simple.el (dired-get-filename) <declare-function>:
4467 Tell the byte-compiler about dired-get-filename.
4468 (shell-command): In Dired mode, get filename from the current line
4469 as the default value.
4470
4471 2009-11-10 Glenn Morris <rgm@gnu.org>
4472
4473 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4474 * calendar/holidays.el, progmodes/cperl-mode.el:
4475 Update x-popup-menu declarations.
4476
4477 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4478 (list-load-path-shadows): Use dolist.
4479 (list-load-path-shadows): Use with-current-buffer.
4480
4481 2009-11-10 Juri Linkov <juri@jurta.org>
4482
4483 * minibuffer.el (read-file-name): Support a list of default values
4484 in `default-filename'. Use the first file name where only one
4485 element is required. Doc fix.
4486
4487 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
4488
4489 * net/dbus.el (dbus-unregister-object): Release service, if no
4490 other method is registered for it.
4491
4492 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
4493
4494 * bookmark.el (bookmark-completing-read): Sort bookmark names if
4495 bookmark-sort-flag is non-nil (Bug#4653).
4496
4497 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4498
4499 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4500 the progress reporter entirely.
4501
4502 * emulation/cua-base.el: Add CUA property to some CC mode commands
4503 (Bug#4100).
4504
4505 2009-11-08 Kevin Ryde <user42@zip.com.au>
4506
4507 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4508 at end of sentence (Bug#4818).
4509
4510 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
4511
4512 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4513 Handle "see declaration of" MSFT statements (Bug#4100).
4514
4515 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
4516
4517 * net/tramp.el (tramp-advice-make-auto-save-file-name)
4518 (tramp-advice-file-expand-wildcards): Unload via
4519 `ad-remove-advice'.
4520
4521 * net/trampver.el: Update release number.
4522
4523 2009-11-08 Kevin Ryde <user42@zip.com.au>
4524
4525 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4526 `ad-do-it'.
4527
4528 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
4529
4530 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4531 in order to keep context in SELinux.
4532
4533 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4534
4535 * dired-aux.el (dired-query): Place cursor in echo area and allow
4536 C-g.
4537
4538 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4539 menu item if not on a directory (Bug#4701).
4540
4541 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
4542
4543 Sync with Tramp 2.1.17.
4544
4545 * net/tramp.el (tramp-handle-copy-directory): Don't use
4546 `file-remote-p' (due to compatibility).
4547
4548 * net/tramp-compat.el (tramp-compat-copy-directory)
4549 (tramp-compat-delete-directory): New defuns.
4550
4551 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4552 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4553 `tramp-compat-delete-directory'.
4554
4555 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4556 (tramp-smb-handle-delete-directory): Use
4557 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4558
4559 * net/trampver.el: Update release number.
4560
4561 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
4562
4563 * tar-mode.el (tar-copy): Call write-region on the right buffer
4564 (Bug#4857).
4565
4566 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4567 by hand, if necessary (Bug#4878).
4568
4569 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
4570
4571 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4572 align size column (Bug#4839).
4573
4574 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4575 statement.
4576
4577 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4578
4579 * progmodes/ld-script.el (auto-mode-alist):
4580 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4581
4582 * cus-face.el (custom-declare-face): Purecopy face spec.
4583
4584 2009-11-06 Kenichi Handa <handa@m17n.org>
4585
4586 * international/uni-bidi.el: Re-generated.
4587 * international/uni-category.el: Re-generated.
4588 * international/uni-combining.el: Re-generated.
4589 * international/uni-mirrored.el: Re-generated.
4590
4591 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4592
4593 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4594 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4595 (tex-start-options, slitex-run-command, latex-run-command)
4596 (tex-run-command, tex-directory):
4597 * textmodes/ispell.el (ispell-html-skip-alists)
4598 (ispell-tex-skip-alists, ispell-tex-skip-alists):
4599 * textmodes/fill.el (adaptive-fill-first-line-regexp):
4600 (adaptive-fill-regexp):
4601 * textmodes/dns-mode.el (auto-mode-alist):
4602 * progmodes/python.el (interpreter-mode-alist):
4603 * progmodes/etags.el (tags-compression-info-list):
4604 * progmodes/etags.el (tags-file-name):
4605 * net/browse-url.el (browse-url-galeon-program)
4606 (browse-url-firefox-program):
4607 * mail/sendmail.el (mail-signature-file)
4608 (mail-citation-prefix-regexp):
4609 * international/mule-conf.el (eight-bit):
4610 * international/latexenc.el (latex-inputenc-coding-alist):
4611 * international/fontset.el (x-pixel-size-width-font-regexp):
4612 * emacs-lisp/warnings.el (warning-type-format):
4613 * emacs-lisp/trace.el (trace-buffer):
4614 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4615 (emacs-lisp-mode-map):
4616 * calendar/holidays.el (holiday-solar-holidays)
4617 (holiday-bahai-holidays, holiday-islamic-holidays)
4618 (holiday-christian-holidays, holiday-hebrew-holidays)
4619 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4620 (hebrew-holidays-1, holiday-oriental-holidays)
4621 (holiday-general-holidays):
4622 * x-dnd.el (x-dnd-known-types):
4623 * tool-bar.el (tool-bar):
4624 * startup.el (site-run-file):
4625 * shell.el (shell-dumb-shell-regexp):
4626 * rfn-eshadow.el (file-name-shadow-tty-properties)
4627 (file-name-shadow-properties):
4628 * paths.el (remote-shell-program, news-directory):
4629 * mouse.el ([C-down-mouse-3]):
4630 * menu-bar.el (menu-bar-tools-menu):
4631 * jka-cmpr-hook.el (jka-compr-load-suffixes)
4632 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4633 (jka-compr-compression-info-list):
4634 * isearch.el (search-whitespace-regexp):
4635 * image-file.el (image-file-name-extensions):
4636 * find-dired.el (find-ls-option):
4637 * files.el (directory-listing-before-filename-regexp)
4638 (directory-free-space-args, insert-directory-program)
4639 (list-directory-brief-switches, magic-fallback-mode-alist)
4640 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4641 (automount-dir-prefix):
4642 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4643 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4644 (face-font-registry-alternatives, face-font-registry-alternatives)
4645 (face-font-family-alternatives):
4646 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4647 (facemenu-foreground-menu, facemenu-face-menu):
4648 * epa-hook.el (epa-file-name-regexp):
4649 * dnd.el (dnd-protocol-alist):
4650 * textmodes/rst.el (auto-mode-alist):
4651 * button.el (default-button): Purecopy strings.
4652
4653 2009-11-06 Glenn Morris <rgm@gnu.org>
4654
4655 * Makefile.in (ELCFILES): Update.
4656
4657 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4658
4659 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4660 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4661
4662 * nxml/xsd-regexp.el (xsdre-gen-categories):
4663 * nxml/xmltok.el (xmltok-parse-entity):
4664 * nxml/rng-parse.el (rng-parse-validate-file):
4665 * nxml/rng-maint.el (rng-format-manual)
4666 (rng-manual-output-force-new-line):
4667 * nxml/rng-loc.el (rng-save-schema-location-1):
4668 * nxml/rng-cmpct.el (rng-c-parse-file):
4669 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4670 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4671
4672 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4673
4674 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4675 Remove extra save-excursions and make-variable-buffer-local's.
4676 Suggested by Stefan Monnier.
4677
4678 (verilog-getopt-file, verilog-module-inside-filename-p)
4679 (verilog-set-define): Merge GNU 1.35 and repair changes from
4680 switching to using with-current-buffer.
4681
4682 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4683 being treated as a number and confusing AUTORESET.
4684 Reported by Dan Dever.
4685
4686 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4687 Add verilog-auto-ignore-concat to fix backward compatibility with
4688 older verilog-modes. Reported by Dan Katz.
4689
4690 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4691 containing closing anchors "...$".
4692
4693 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4694 Reported by Wade Smith.
4695
4696 (verilog-batch-execute-func): Comment on function usage.
4697
4698 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
4699
4700 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4701 for labels.
4702
4703 (verilog-label-re, verilog-calc-1): Support proper indent of named
4704 asserts.
4705
4706 (verilog-backward-token, verilog-basic-complete-re)
4707 (verilog-beg-of-statement, verilog-indent-re): Support proper
4708 indent of the assert statement at the beginning of a block of text.
4709
4710 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4711 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4712 tokens as begins.
4713
4714 2009-11-05 Glenn Morris <rgm@gnu.org>
4715
4716 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4717 Emacs 19. (Bug#1531)
4718 (byte-compile-fix-header): Update for the above change.
4719 Drop test for epoch::version.
4720
4721 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4722 * cus-dep.el (custom-make-dependencies):
4723 * finder.el (finder-compile-keywords):
4724 Use autoload-rubric's feature argument.
4725
4726 * calendar/diary-lib.el (top-level): Make load behave more like require.
4727
4728 * vc-git.el (vc-git-stash-map): Move definition before use.
4729
4730 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4731
4732 * custom.el (custom-declare-group): Purecopy standard-value.
4733 (custom-declare-group): Purecopy custom-prefix.
4734
4735 * international/mule.el (load-with-code-conversion):
4736 Call do-after-load-evaluation unconditionally.
4737
4738 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4739
4740 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4741
4742 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4743
4744 2009-11-04 Glenn Morris <rgm@gnu.org>
4745
4746 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4747 (byte-compile-compatibility): Remove option.
4748 (byte-compile-close-variables, byte-compile-fix-header)
4749 (byte-compile-insert-header, byte-compile-output-docform)
4750 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4751 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4752 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4753 (byte-compile-insert, byte-compile-defun):
4754 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
4755 (byte-defop-compiler19): Remove.
4756 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4757 used by anything. Replace all calls with byte-defop-compiler.
4758
4759 2009-11-04 Juri Linkov <juri@jurta.org>
4760
4761 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4762 (menu-bar-options-menu): Don't quote the `prop' arg of
4763 `menu-bar-make-mm-toggle'.
4764
4765 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
4766
4767 * calendar/calendar.el (cal-loaddefs):
4768 * calendar/diary-lib.el (diary-loaddefs):
4769 * calendar/holidays.el (hol-loaddefs):
4770 * eshell/esh-module.el (esh-groups): Load rather than require.
4771
4772 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4773
4774 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4775 point-min==1.
4776 (todo-top-priorities): Only display-buffer when called interactively.
4777 (todo-item-start): Don't save excursion point.
4778 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4779 (todo-insert-item-here, todo-file-item, todo-remove-item):
4780 Adjust uses of todo-item-start and todo-item-end.
4781
4782 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4783 (autoload-rubric): Don't use any more.
4784 * cedet/semantic/fw.el (semantic/loaddefs):
4785 * cedet/srecode.el (srecode/loaddefs):
4786 * cedet/ede.el (ede/loaddefs): Load rather than require.
4787 * cedet/ede/cpp-root.el:
4788 * cedet/ede/emacs.el:
4789 * cedet/ede/files.el:
4790 * cedet/ede/linux.el:
4791 * cedet/ede/locate.el:
4792 * cedet/ede/make.el:
4793 * cedet/ede/shell.el:
4794 * cedet/ede/speedbar.el:
4795 * cedet/ede/system.el:
4796 * cedet/ede/util.el:
4797 * cedet/semantic/analyze.el:
4798 * cedet/semantic/bovine.el:
4799 * cedet/semantic/complete.el:
4800 * cedet/semantic/ctxt.el:
4801 * cedet/semantic/db-file.el:
4802 * cedet/semantic/db-find.el:
4803 * cedet/semantic/db-global.el:
4804 * cedet/semantic/db-mode.el:
4805 * cedet/semantic/db-typecache.el:
4806 * cedet/semantic/db.el:
4807 * cedet/semantic/debug.el:
4808 * cedet/semantic/dep.el:
4809 * cedet/semantic/doc.el:
4810 * cedet/semantic/edit.el:
4811 * cedet/semantic/find.el:
4812 * cedet/semantic/format.el:
4813 * cedet/semantic/html.el:
4814 * cedet/semantic/ia-sb.el:
4815 * cedet/semantic/ia.el:
4816 * cedet/semantic/idle.el:
4817 * cedet/semantic/lex-spp.el:
4818 * cedet/semantic/lex.el:
4819 * cedet/semantic/mru-bookmark.el:
4820 * cedet/semantic/scope.el:
4821 * cedet/semantic/senator.el:
4822 * cedet/semantic/sort.el:
4823 * cedet/semantic/symref.el:
4824 * cedet/semantic/tag-file.el:
4825 * cedet/semantic/tag-ls.el:
4826 * cedet/semantic/tag-write.el:
4827 * cedet/semantic/tag.el:
4828 * cedet/semantic/util-modes.el:
4829 * cedet/semantic/analyze/complete.el:
4830 * cedet/semantic/analyze/refs.el:
4831 * cedet/semantic/bovine/c.el:
4832 * cedet/semantic/bovine/gcc.el:
4833 * cedet/semantic/bovine/make.el:
4834 * cedet/semantic/bovine/scm.el:
4835 * cedet/semantic/decorate/include.el:
4836 * cedet/semantic/decorate/mode.el:
4837 * cedet/semantic/symref/cscope.el:
4838 * cedet/semantic/symref/global.el:
4839 * cedet/semantic/symref/grep.el:
4840 * cedet/semantic/symref/idutils.el:
4841 * cedet/semantic/symref/list.el:
4842 * cedet/semantic/wisent/java-tags.el:
4843 * cedet/semantic/wisent/javascript.el:
4844 * cedet/srecode/compile.el:
4845 * cedet/srecode/cpp.el:
4846 * cedet/srecode/document.el:
4847 * cedet/srecode/el.el:
4848 * cedet/srecode/expandproto.el:
4849 * cedet/srecode/getset.el:
4850 * cedet/srecode/insert.el:
4851 * cedet/srecode/java.el:
4852 * cedet/srecode/map.el:
4853 * cedet/srecode/mode.el:
4854 * cedet/srecode/template.el:
4855 * cedet/srecode/texi.el: Remove the file-local setting of
4856 generated-autoload-feature.
4857
4858 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4859 and only put a prop if it is non-nil.
4860
4861 2009-11-03 Juri Linkov <juri@jurta.org>
4862
4863 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4864 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4865
4866 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4867 and "Menu" to make top-level menu item visually one unit (like
4868 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4869 multi-word menu items). Fix :help string for quit-window.
4870
4871 2009-11-03 Glenn Morris <rgm@gnu.org>
4872
4873 * cedet/mode-local.el (with-mode-local): Doc fix.
4874
4875 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4876 (byte-compile-file-form-define-abbrev-table)
4877 (byte-compile-file-form-custom-declare-variable)
4878 (byte-compile-variable-ref, byte-compile-defvar):
4879 Whether or not a warning is enabled should only affect whether we issue
4880 the warning, not whether or not we collect the relevant data.
4881 Eg warnings can be turned on and off throughout the course of a file.
4882
4883 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4884 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4885
4886 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4887
4888 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4889 * play/mpuz.el (mpuz-create-buffer):
4890 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4891 (lm-print-y,s,noise, lm-print-w0, lm-init):
4892 * play/gomoku.el (gomoku-prompt-for-move):
4893 * play/fortune.el (fortune-in-buffer):
4894 * play/dissociate.el (dissociated-press):
4895 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4896 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4897 * mail/supercite.el (sc-eref-show):
4898 * mail/smtpmail.el (smtpmail-send-it):
4899 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4900 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4901 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4902 (rmail-summary-goto-msg, rmail-summary-expunge)
4903 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4904 (rmail-summary-add-label, rmail-summary-output-menu)
4905 (rmail-summary-output-body):
4906 * mail/rfc822.el (rfc822-addresses):
4907 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4908 * mail/mailpost.el (post-mail-send-it):
4909 * mail/hashcash.el (hashcash-generate-payment):
4910 * mail/feedmail.el (feedmail-run-the-queue)
4911 (feedmail-queue-send-edit-prompt-help-first)
4912 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4913 (feedmail-deduce-address-list):
4914 * eshell/esh-ext.el (eshell-remote-command):
4915 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4916 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4917 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4918 (viper-save-string-in-file, viper-valid-marker):
4919 * emulation/viper-keym.el (viper-toggle-key):
4920 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4921 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4922 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4923 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4924 (viper-exec-form-in-emacs, viper-brac-function):
4925 * emulation/viper.el (viper-delocalize-var):
4926 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4927 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4928 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4929 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4930 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4931 * emulation/edt.el (edt-electric-helpify):
4932 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4933 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4934 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4935 (cua-indent-to-global-mark-column):
4936 * calendar/diary-lib.el (calendar-mark-1):
4937 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4938 Use with-current-buffer.
4939 * emulation/viper.el (viper-delocalize-var): Use dolist.
4940
4941 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
4942
4943 * comint.el (comint-replace-by-expanded-history-before-point):
4944 Replace !! with the previous input string literally (Bug#1795).
4945
4946 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4947
4948 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4949 to be made up of whitespace.
4950
4951 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4952
4953 * minibuffer.el (read-file-name): Don't use file dialogs for
4954 remote directories (Bug#99).
4955
4956 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
4957
4958 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4959
4960 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4961
4962 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4963 instead of deleting the window or frame.
4964
4965 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4966
4967 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4968 Support face colors.
4969
4970 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4971 New function. Support face colors (Bug#1168).
4972 (tex-common-initialization): Use it.
4973
4974 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4975 mode allows it (Bug#1168).
4976
4977 2009-10-31 Juri Linkov <juri@jurta.org>
4978
4979 * facemenu.el (list-colors-display): Don't mark buffer as
4980 modified (Bug#3948).
4981
4982 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4983
4984 * international/mule-diag.el (list-character-sets-1): Minor
4985 message fix (Bug#3526).
4986
4987 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4988 face property (Bug#4834).
4989 (etags-list-tags, etags-tags-apropos-additional)
4990 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4991 property.
4992
4993 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4994 items.
4995
4996 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4997 items.
4998
4999 * cedet/ede.el (ede-minor-mode):
5000 * cedet/semantic.el (semantic-mode): Toggle menu separators.
5001
5002 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5003
5004 * textmodes/two-column.el (2C-split):
5005 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5006 * textmodes/tex-mode.el (tex-set-buffer-directory):
5007 * textmodes/spell.el (spell-region, spell-string):
5008 * textmodes/reftex.el (reftex-erase-buffer):
5009 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5010 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5011 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5012 (reftex-select-item):
5013 * textmodes/reftex-ref.el (reftex-label-info-update)
5014 (reftex-offer-label-menu):
5015 * textmodes/reftex-index.el (reftex-index-change-entry)
5016 (reftex-index-phrases-info):
5017 * textmodes/reftex-global.el (reftex-create-tags-file)
5018 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5019 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5020 (reftex-view-crossref-from-bibtex):
5021 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5022 (reftex-extract-bib-entries-from-thebibliography)
5023 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5024 * textmodes/refbib.el (r2b-capitalize-title):
5025 (r2b-convert-buffer, r2b-help):
5026 * textmodes/page-ext.el (pages-directory)
5027 (pages-directory-goto-with-mouse):
5028 * textmodes/bibtex.el (bibtex-validate-globally):
5029 * textmodes/bib-mode.el (bib-capitalize-title):
5030 * textmodes/artist.el (artist-clear-buffer, artist-system):
5031 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5032 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5033 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5034 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5035 (xscheme-send-control-g-interrupt, xscheme-start-process)
5036 (xscheme-process-sentinel, xscheme-cd):
5037 * progmodes/verilog-mode.el (verilog-read-always-signals)
5038 (verilog-set-define, verilog-getopt-file)
5039 (verilog-module-inside-filename-p):
5040 * progmodes/sh-script.el:
5041 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5042 (python-pdbtrack-grub-for-buffer, python-execute-file):
5043 * progmodes/octave-inf.el (inferior-octave):
5044 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5045 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5046 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5047 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5048 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5049 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5050 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5051 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5052 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5053 (idlwave-shell-examine-display, idlwave-shell-run-region)
5054 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5055 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5056 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5057 (idlwave-help-get-help-buffer):
5058 * progmodes/gud.el (gud-basic-call, gud-find-class)
5059 (gud-tooltip-activate-mouse-motions-if-enabled):
5060 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5061 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5062 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5063 (ebrowse-tags-next-file):
5064 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5065 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5066 (ebnf-eps-finish-and-write):
5067 * progmodes/cpp.el (cpp-edit-save):
5068 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5069 * progmodes/cc-defs.el (c-emacs-features):
5070 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5071 (antlr-directory-dependencies):
5072 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5073 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5074 (ada-find-any-references, ada-make-filename-from-adaname)
5075 (ada-make-body-gnatstub):
5076 * obsolete/rnews.el (news-list-news-groups):
5077 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5078 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5079 * net/rcirc.el (rcirc-debug):
5080 * net/newst-treeview.el (newsticker--treeview-list-add-item)
5081 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5082 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5083 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5084 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5085 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5086 (newsticker--treeview-list-clear-highlight)
5087 (newsticker--treeview-list-update-highlight)
5088 (newsticker--treeview-list-highlight-start)
5089 (newsticker--treeview-tree-update-highlight)
5090 (newsticker--treeview-get-selected-item)
5091 (newsticker-treeview-mark-list-items-old)
5092 (newsticker--treeview-set-current-node):
5093 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5094 * net/newst-backend.el (newsticker--get-news-by-funcall)
5095 (newsticker--get-news-by-wget, newsticker--image-get)
5096 (newsticker--image-sentinel):
5097 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5098 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5099 (eudc-ph-close-session):
5100 * net/eudc.el (eudc-save-options):
5101 * language/thai-word.el (thai-update-word-table):
5102 * language/japan-util.el (japanese-string-conversion):
5103 * international/titdic-cnv.el (tsang-quick-converter)
5104 (ziranma-converter, ctlau-converter):
5105 * international/mule-cmds.el (describe-language-environment):
5106 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5107 (skkdic-convert-postfix, skkdic-convert-prefix):
5108 (skkdic-convert-okuri-nasi, skkdic-convert):
5109 * emacs-lisp/re-builder.el (reb-update-overlays):
5110 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5111 * emacs-lisp/gulp.el (gulp-send-requests):
5112 * emacs-lisp/find-gc.el (trace-call-tree):
5113 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5114 (eieio-describe-generic):
5115 * emacs-lisp/eieio-base.el (eieio-persistent-read):
5116 * emacs-lisp/edebug.el (edebug-outside-excursion):
5117 * emacs-lisp/debug.el (debugger-make-xrefs):
5118 * emacs-lisp/cust-print.el (custom-prin1-to-string):
5119 * emacs-lisp/chart.el (chart-new-buffer):
5120 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5121 Use with-current-buffer.
5122 * textmodes/artist.el (artist-system): Don't call
5123 copy-sequence on a fresh string.
5124 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5125
5126 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
5127
5128 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5129 is no item to edit. (Bug#4820)
5130 (todo-top-priorities): Restore point and restore narrowing in Todo
5131 buffer. (Bug#4820)
5132
5133 2009-10-31 Glenn Morris <rgm@gnu.org>
5134
5135 * net/ange-ftp.el (top-level): Don't require dired when compiling.
5136 (comint-last-output-start, comint-last-input-start)
5137 (comint-last-input-end): Don't defvar when compiling.
5138 (ange-ftp-process-file): Use bound-and-true-p.
5139
5140 * pcmpl-rpm.el (top-level): Move provide statement to end.
5141 (pcmpl-rpm): Remove unused custom group.
5142
5143 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5144
5145 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5146
5147 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5148 (byte-compile-warnings): Add `constants' as an option.
5149 (byte-compile-callargs-warn, byte-compile-arglist-warn)
5150 (display-call-tree): Update for byte-compile-fdefinition possibly
5151 returning `(macro lambda ...)'. (Bug#4778)
5152 (byte-compile-variable-ref, byte-compile-setq-default):
5153 Respect `constants' member of byte-compile-warnings.
5154
5155 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5156 Use mapc rather than mapcar because the return value is never used.
5157
5158 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5159 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5160 * cedet/semantic/html.el:
5161 Suppress harmless warnings about setting up semantic-imenu (not
5162 part of Emacs) variables.
5163
5164 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5165
5166 * vc-bzr.el (vc-bzr-revision-keywords): New var.
5167 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5168 to "submit:".
5169
5170 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5171 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5172 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5173 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5174 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5175 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5176 (semantic-analyzer-debug-global-symbol)
5177 (semantic-analyzer-debug-missing-innertype)
5178 (semantic-analyzer-debug-insert-include-summary):
5179 * cedet/semantic/util.el (semantic-file-tag-table):
5180 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5181 (semantic-recursive-find-nonterminal-by-name):
5182 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5183 * cedet/semantic/tag-file.el (semantic-prototype-file):
5184 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5185 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5186 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5187 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5188 (semantic-idle-summary-maybe-highlight):
5189 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5190 (semantic-ia-sb-tag-info):
5191 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5192 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5193 * cedet/semantic/ede-grammar.el (project-compile-target):
5194 (ede-proj-makefile-insert-variables):
5195 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5196 (semantic-debug-set-source-location, semantic-debug-interface-layout)
5197 (semantic-debug-mode, semantic-debug):
5198 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5199 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5200 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5201 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5202 (semanticdb-find-translate-path-includes--internal)
5203 (semanticdb-reset-log, semanticdb-find-log-activity):
5204 * cedet/semantic/db-file.el (object-write):
5205 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5206 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5207 (semanticdb-create-ebrowse-database):
5208 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5209 * cedet/semantic/complete.el (semantic-displayor-focus-request)
5210 (semantic-collector-calculate-completions-raw)
5211 (semantic-complete-read-tag-analyzer):
5212 * cedet/semantic/analyze.el (semantic-analyze-pulse):
5213 * cedet/ede/util.el (ede-update-version-in-source):
5214 * cedet/ede/proj.el (project-delete-target):
5215 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5216 (ede-proj-flush-autoconf):
5217 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5218 (ede-proj-configure-synchronize):
5219 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5220 * cedet/ede/linux.el (ede-linux-version):
5221 * cedet/ede/emacs.el (ede-emacs-version):
5222 * cedet/ede/dired.el (ede-dired-add-to-target):
5223 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5224 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5225 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5226 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5227 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5228 (cedet-idutils-version-check):
5229 * cedet/cedet-global.el (cedet-gnu-global-call):
5230 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5231 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5232 * cedet/cedet-cscope.el (cedet-cscope-call)
5233 (cedet-cscope-expand-filename, cedet-cscope-version-check):
5234 Use with-current-buffer.
5235 * cedet/ede.el (ede-make-project-local-variable)
5236 (ede-set-project-variables, ede-set): Use dolist.
5237
5238 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5239
5240 * textmodes/ispell.el (ispell-skip-region-alist):
5241 * international/mule-conf.el (eight-bit):
5242 * international/fontset.el (font-encoding-alist):
5243 * startup.el (pure-space-overflow-message):
5244 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5245 * paths.el (gnus-nntp-service, rmail-spool-directory)
5246 (term-file-prefix):
5247 * files.el (save-some-buffers-action-alist):
5248 * cmuscheme.el (same-window-buffer-names):
5249 * ielm.el (same-window-buffer-names):
5250 * shell.el (same-window-buffer-names):
5251 * mail/sendmail.el (same-window-buffer-names):
5252 * progmodes/inf-lisp.el (same-window-buffer-names):
5253 * bindings.el (mode-line-client)
5254 (mode-line-column-line-number-mode-map):
5255 * language/tibetan.el (tibetan-precomposition-rule-regexp)
5256 (tibetan-precomposed-regexp): Purecopy string arguments.
5257
5258 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5259
5260 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5261 (calcDigit-nondigit):
5262 * calc/calc-yank.el (calc-copy-to-buffer):
5263 * calc/calc-units.el (calc-invalidate-units-table):
5264 * calc/calc-trail.el (calc-trail-yank):
5265 * calc/calc-store.el (calc-insert-variables):
5266 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5267 * calc/calc-prog.el (calc-read-parse-table):
5268 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5269 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5270 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5271 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5272 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5273 (calc-graph-name, calc-graph-find-command, calc-graph-view)
5274 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5275 * calc/calc-ext.el (calc-realign):
5276 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5277 (calc-embedded-finish-edit, calc-embedded-make-info)
5278 (calc-embedded-finish-command, calc-embedded-stack-change):
5279 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5280
5281 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5282 (overload-docstring-extension): Use that info.
5283 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5284 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5285 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5286 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5287 (semantic-nonterminal-full-name): Add the new `when' info.
5288 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5289 `assert'.
5290
5291 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5292 shell-dynamic-complete-filename in preference to
5293 comint-dynamic-complete-filename.
5294
5295 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5296 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5297 Don't consider whether the display supports colors.
5298 (bookmark-import-new-list): Use dolist.
5299 (bookmark-bmenu-mode-map): Move initialization into declaration.
5300 (bookmark-bmenu-list): Use dolist, simplify.
5301 (bookmark-show-all-annotations): Use save-selected-window and dolist.
5302 (menu-bar-final-items): Use push.
5303
5304 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5305
5306 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5307 it works on remote files.
5308 (vc-hg-diff): Don't pass any `--cwd' argument.
5309
5310 2009-10-27 Kevin Ryde <user42@zip.com.au>
5311
5312 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5313 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5314 (Further to Bug#3921).
5315
5316 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
5317
5318 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5319 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5320 calling `tramp-imap-put-file'. Add file size to the call.
5321 (tramp-imap-get-file-entries): Compute also user name, file size,
5322 and date.
5323 (tramp-imap-handle-insert-directory): Insert uid and gid.
5324 (tramp-imap-handle-file-attributes): Transform uid and gid
5325 according to `id-format'.
5326 (tramp-imap-put-file): New optional parameter SIZE. Encode file
5327 size in header X-Size.
5328
5329 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
5330
5331 * simple.el (transpose-subr): Give clearer error when the mark
5332 is not set. (Bug#4807)
5333
5334 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
5335
5336 * net/tramp.el (tramp-perl-file-truename): New defconst.
5337 Perl code contributed by yary <not.com@gmail.com> (tiny change).
5338 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5339 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5340 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5341
5342 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5343 Ignore `dired-call-process'.
5344 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5345
5346 2009-10-26 Julian Scheid <julians37@gmail.com>
5347
5348 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5349 (tramp-get-remote-readlink): New defun.
5350 (tramp-handle-file-truename): Use it.
5351 (tramp-handle-file-exists-p): Check file-attributes cache, assume
5352 file exists if cache value present.
5353 (tramp-check-cached-permissions): New defun.
5354 (tramp-handle-file-readable-p): Use it.
5355 (tramp-handle-file-writable-p): Likewise.
5356 (tramp-handle-file-executable-p): Likewise.
5357 (tramp-handle-file-name-all-completions): Try using Perl to get
5358 partial completions. When perl not available, combine `cd' and
5359 `ls' into single remote operation and use shell expansion to get
5360 partial remote directory contents. Set `file-exists-p' cache for
5361 directory and any files returned by ls. Change cache handling to
5362 support partial directory contents. Use error message emitted by
5363 remote `cd' or Perl code for local tramp-error.
5364 (tramp-do-copy-or-rename-file-directly): Avoid separate
5365 tramp-send-command-and-check call.
5366 (tramp-handle-process-file): Merge three remote ops into one.
5367 Do not flush all caches when `process-file-side-effects' is set.
5368 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5369 file-attributes shows uid/gid to be set already.
5370
5371 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5372
5373 * textmodes/tex-mode.el (tex-dvi-view-command)
5374 (tex-show-queue-command, tex-open-quote):
5375 * progmodes/ruby-mode.el (auto-mode-alist)
5376 (interpreter-mode-alist): Purecopy strings.
5377
5378 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5379
5380 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5381 string for the hook, keymap and abbrev table.
5382
5383 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5384
5385 * x-dnd.el (x-dnd-xdnd-to-action):
5386 * startup.el (fancy-startup-text, fancy-about-text): Change to
5387 defconst from defvar.
5388
5389 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5390
5391 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5392 Purecopy initialization strings.
5393
5394 * mail/sendmail.el (mail-header-separator)
5395 (mail-personal-alias-file):
5396 * mail/rmail.el (rmail-default-dont-reply-to-names)
5397 (rmail-ignored-headers, rmail-retry-ignored-headers)
5398 (rmail-highlighted-headers, rmail-secondary-file-directory)
5399 (rmail-secondary-file-regexp):
5400 * files.el (null-device, file-name-invalid-regexp)
5401 (locate-dominating-stop-dir-regexp)
5402 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5403 (interpreter-mode-alist): Use mapcar instead of mapc.
5404
5405 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5406
5407 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5408 (completion-ignored-extensions):
5409 (debug-ignored-errors): Purecopy strings.
5410
5411 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5412
5413 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5414 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5415 (pcomplete--here): Use push.
5416
5417 * subr.el (all-completions): Declare the 4th arg obsolete.
5418
5419 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5420
5421 * pcomplete.el (pcomplete-unquote-argument-function): New var.
5422 (pcomplete-unquote-argument): New function.
5423 (pcomplete--common-suffix): Always pay attention to case.
5424 (pcomplete--table-subvert): Quote and unquote the text.
5425 (pcomplete--common-quoted-suffix): New function.
5426 (pcomplete-std-complete): Use it and pcomplete-begin.
5427
5428 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5429 we're inside a dedicated or minibuffer window.
5430
5431 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5432
5433 * cedet/semantic/fw.el (semantic-alias-obsolete)
5434 (semantic-varalias-obsolete): Make the `when' arg mandatory.
5435 (define-mode-overload-implementation):
5436 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5437 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5438 * cedet/semantic/util.el (semantic-file-token-stream)
5439 (semantic-something-to-stream):
5440 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5441 (semantic-expand-nonterminal):
5442 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5443 (semantic-find-dependency, semantic-find-nonterminal)
5444 (semantic-find-dependency):
5445 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5446 (semantic-flex-text, semantic-flex-make-keyword-table)
5447 (semantic-flex-keyword-p, semantic-flex-keyword-put)
5448 (semantic-flex-keyword-get, semantic-flex-map-keywords)
5449 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5450 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5451 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5452 (semantic-after-idle-scheduler-reparse-hooks):
5453 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5454 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5455 * cedet/semantic.el (semantic-toplevel-bovine-table)
5456 (semantic-toplevel-bovine-cache)
5457 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5458 (semantic-init-mode-hooks, semantic-init-db-hooks)
5459 (semantic-bovination-working-type): Provide the `when' arg.
5460
5461 2009-10-24 Karl Fogel <kfogel@red-bean.com>
5462
5463 * bookmark.el: Update documentation, especially documentation
5464 of `bookmark-alist' and of the bookmark file format.
5465 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
5466
5467 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5468
5469 * mail/emacsbug.el (report-emacs-bug): Clarify that the
5470 keybindings apply to the mail buffer (Bug#4003). Shrink help
5471 window to buffer.
5472
5473 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5474 (global-whitespace-mode, global-whitespace-newline-mode)
5475 (whitespace-toggle-options, global-whitespace-toggle-options):
5476 Doc fix (Bug#3660).
5477
5478 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5479 of xmltok-start before the end tag was inserted (Bug#2840).
5480
5481 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5482 patterns that are preceded by an open-paren (Bug#1320).
5483
5484 2009-10-24 Sven Joachim <svenjoac@gmx.de>
5485
5486 * files.el (delete-directory): Delete symlinks to directories with
5487 delete-file (Bug#4739).
5488
5489 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5490
5491 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5492 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5493 argument to make-obsolete.
5494
5495 * cedet/semantic/fw.el (semantic-alias-obsolete)
5496 (semantic-varalias-obsolete): Add optional WHEN argument.
5497
5498 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5499
5500 * vc.el (vc-backend-for-registration): Rename from
5501 vc-get-backend-for-registration. Update callers.
5502
5503 * international/mule-cmds.el (set-language-info-alist):
5504 Purecopy lang-env.
5505 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5506 (charset): Purecopy the name.
5507 (define-char-code-property): Purecopy string arguments.
5508
5509 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5510 Purecopy string arguments.
5511
5512 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5513 * ediff-hook.el (menu-bar-ediff-menu):
5514 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5515 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5516
5517 2009-10-24 Glenn Morris <rgm@gnu.org>
5518
5519 * comint.el (comint-dynamic-list-completions):
5520 * term.el (term-dynamic-list-completions): Use choose-completion rather
5521 than obsolete alias mouse-choose-completion.
5522
5523 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5524 file-cache-choose-completion.
5525 (file-cache-choose-completion): Handle an optional event argument.
5526 (file-cache-mouse-choose-completion): Make it an obsolete alias.
5527
5528 * progmodes/octave-mod.el (octave-complete-symbol):
5529 Use choose-completion if mouse-choose-completion is ever removed.
5530
5531 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5532 use.
5533
5534 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5535 compiler.
5536
5537 * vc-hooks.el (vc-responsible-backend): Fix declaration.
5538
5539 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5540
5541 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5542 Ignore `pred' now that we receive one.
5543 Handle test-completion specially.
5544
5545 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5546
5547 * vc.el (vc-responsible-backend): Throw an error if not backend is
5548 found. Remove the REGISTER argument. Move the code dealing with
5549 REGISTER ...
5550 (vc-get-backend-for-registration): ... here. New function.
5551 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5552 of vc-responsible-backend, pass the file name instead of the
5553 directory name.
5554
5555 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5556
5557 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5558 New funs.
5559 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
5560 (pcomplete-comint-setup): Don't modify a global var via
5561 accidental side-effects.
5562 (pcomplete-shell-setup): Adjust call accordingly.
5563 (pcomplete-parse-comint-arguments): Use push.
5564
5565 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
5566
5567 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5568 Allow uncapitalized info node names (Bug#3921).
5569
5570 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5571 to the DEBUG file (Bug#3781).
5572
5573 2009-10-23 Jari Aalto <jari.aalto@cante.net>
5574
5575 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5576 dictionary entry (Bug#4579).
5577
5578 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5579
5580 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5581 from `rfn-eshadow-update-overlay-hook' when unloading.
5582 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5583 "rsyncc". Adjust doc string.
5584 (tramp-temp-buffer-file-name): New buffer-local defvar.
5585 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5586 Keep temporary file when indicated by method ("rsync" and
5587 "rsyncc").
5588 (tramp-handle-write-region): Handle APPEND.
5589 (tramp-delete-temp-file-function): New defun. Added to
5590 `kill-buffer-hook'.
5591
5592 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
5593
5594 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5595
5596 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5597
5598 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5599 (color-name-rgb-alist, tty-standard-colors)
5600 (tty-color-mode-alist): Change to defconst.
5601
5602 * simple.el (mark-inactive): Purecopy message.
5603
5604 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5605 (global-map, yank-menu):
5606 * textmodes/ispell.el (ispell-menu-map):
5607 * net/eudc.el (eudc-tools-menu):
5608 * international/mule-cmds.el (describe-language-environment-map)
5609 (setup-language-environment-map, set-coding-system-map)
5610 (mule-menu-keymap):
5611 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5612 * replace.el (occur-mode-map):
5613 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5614
5615 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5616
5617 * calc/calc.el (math-read-number, math-read-number-simple): Use
5618 `save-match-data'.
5619
5620 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5621
5622 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5623 rather than fiddling with global-map bindings, since it should only
5624 affect per-terminal settings.
5625 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5626
5627 * minibuffer.el (completion-table-with-terminator): Allow to specify
5628 the terminator-regexp.
5629
5630 * simple.el (switch-to-completions): Look for *Completions* in other
5631 frames as well.
5632
5633 * pcomplete.el: Allow the use of completion-tables.
5634 (pcomplete-std-complete): New command.
5635 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5636 (pcomplete--here): Use a function for `form' rather than an expression,
5637 so it can be byte-compiled.
5638 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5639 Add edebug declaration.
5640 (pcomplete-show-completions): Remove unused var `curbuf'.
5641 (pcomplete-do-complete, pcomplete-stub):
5642 Don't assume `completions' is a list of strings any more.
5643
5644 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
5645
5646 * find-dired.el (find-name-arg): Fix typo in docstring.
5647
5648 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5649
5650 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5651 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5652
5653 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5654 pcomplete-entries.
5655
5656 * comint.el (comint-read-input-ring, comint-write-input-ring)
5657 (comint-substitute-in-file-name)
5658 (comint-dynamic-complete-as-filename)
5659 (comint-dynamic-simple-complete)
5660 (comint-dynamic-list-filename-completions)
5661 (comint-dynamic-list-completions)
5662 (comint-redirect-results-list-from-process): Minor simplifications.
5663
5664 2009-10-21 Kevin Ryde <user42@zip.com.au>
5665
5666 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5667 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5668 the first form. And insert a blank line after ";;; Code" since
5669 that's usual style. (Bug#4612)
5670
5671 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5672
5673 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5674
5675 * minibuffer.el (completion-table-with-terminator): Properly implement
5676 boundaries, in case `terminator' appears in the suffix.
5677 (completion--embedded-envvar-table): Don't return boundaries if
5678 there's no valid completion. Simplify.
5679 (completion-file-name-table): New completion table extracted from
5680 completion--file-name-table.
5681 (completion--file-name-table): Use it.
5682 (read-file-name-predicate): Declare obsolete.
5683 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5684 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5685 completion-file-name-table, and use the `pred' argument.
5686 * files.el (locate-file-completion-table): Use the `pred' arg rather
5687 than read-file-name-predicate.
5688 (abbreviate-file-name): Use \` rather than ^ for BOS.
5689
5690 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5691
5692 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5693 vc-responsible-backend to register, it causes problems.
5694
5695 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5696
5697 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5698
5699 2009-10-21 Eric Ludlam <zappo@gnu.org>
5700
5701 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5702 (semantic-c-debug-mode-init-pch): New functions.
5703 (semantic-c-debug-mode-init-last-mode): New var.
5704 (semantic-c-parse-lexical-token): Use them.
5705
5706 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5707 When extracting the argument list, limit only by point-max.
5708
5709 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
5710
5711 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5712 (tramp-smb-handle-file-attributes): Use it.
5713 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5714 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5715 `mapcar'. Use `tramp-smb-get-stat-capability'.
5716 Add `dired-filename' text properties.
5717 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5718 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5719 version.
5720
5721 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5722
5723 * subr.el (read-key-delay): Reduce to 0.01.
5724 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5725 (bug#4751).
5726
5727 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5728
5729 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5730
5731 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5732 (Info-menu): Remove unused vars `last' and `completions'.
5733 (Info-index-nodes): Remove unused var `node'.
5734
5735 * info.el (Info-complete-menu-item): Use complete-with-action.
5736
5737 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5738
5739 Make vc-annotate work through copies and renames.
5740 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5741 Return the file name too.
5742 (vc-annotate-revision-at-line)
5743 (vc-annotate-find-revision-at-line)
5744 (vc-annotate-revision-previous-to-line)
5745 (vc-annotate-show-log-revision-at-line): Update to get the file
5746 name from vc-annotate-extract-revision-at-line.
5747 (vc-annotate-show-diff-revision-at-line-internal): Change the
5748 argument to mean whether to show a file diff or not. Get the file
5749 name from vc-annotate-extract-revision-at-line.
5750 (vc-annotate-show-diff-revision-at-line):
5751 Update vc-annotate-show-diff-revision-at-line call.
5752 (vc-annotate-warp-revision): Add an optional file argument.
5753
5754 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5755 (vc-git-annotate-extract-revision-at-line): Also return the file
5756 name if found.
5757
5758 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5759 command. Remove unused code.
5760 (vc-hg-annotate-re): Update to match --follow output.
5761 (vc-hg-annotate-extract-revision-at-line): Also return the file
5762 name if found.
5763
5764 * vc.el: Update annotate-extract-revision-at-line documentation.
5765
5766 2009-10-18 Kevin Ryde <user42@zip.com.au>
5767
5768 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5769 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5770
5771 * net/browse-url.el (browse-url): Identify alist with "consp and
5772 not functionp" and let all other things go down the `apply' leg,
5773 as suggested by Stefan. (Further to bug#4531.)
5774
5775 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
5776
5777 * minibuffer.el (read-file-name): Check for repeat before putting
5778 a default argument in file-name-history (Bug#4657).
5779
5780 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5781 read syntax (Bug#4737).
5782
5783 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5784
5785 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5786
5787 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5788 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5789 entries and make note of obsolete tags.
5790
5791 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5792
5793 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5794
5795 2009-10-18 Glenn Morris <rgm@gnu.org>
5796
5797 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5798 grep, so that binary files (eg international/uni-bidi.el) can match.
5799 Remove test for "UnicodeData" files, since it is hopefully unnecessary
5800 now, and in any case the file header format has changed.
5801
5802 2009-10-17 Glenn Morris <rgm@gnu.org>
5803
5804 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5805 (flyspell-get-word, flyspell-large-region)
5806 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5807
5808 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5809
5810 * Makefile.in (ELCFILES): Add ede/shell.
5811
5812 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5813
5814 * term/common-win.el (x-colors): Purecopy it.
5815
5816 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5817
5818 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5819 permissive for when the buffer is empty.
5820 (tar-header-block-tokenize): Decode the username and groupname.
5821 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5822
5823 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5824
5825 * cedet/srecode/srt.el:
5826 * cedet/srecode/compile.el:
5827 * cedet/semantic/mru-bookmark.el:
5828 * cedet/semantic/debug.el:
5829 * cedet/semantic/complete.el:
5830 * cedet/semantic/analyze.el: Require CL when compiling.
5831
5832 2009-10-17 Eric Ludlam <zappo@gnu.org>
5833
5834 * cedet/semantic/scope.el
5835 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5836 tmpscope so that the regular scope will continue to work.
5837
5838 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5839 Use semantic-idle-summary-highlight-face as the highlighting.
5840
5841 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5842 contains multibyte characters, choose first applicable coding
5843 system automatically.
5844
5845 * cedet/ede/project-am.el (project-run-target): New method.
5846 (project-run-target): New method.
5847
5848 * cedet/ede.el (ede-target): Add run target menu item.
5849 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5850 (ede-run-target): New function.
5851 (ede-target::project-run-target): New method.
5852
5853 * cedet/ede/proj.el (project-run-target): New method.
5854
5855 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5856 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5857 Add :rules.
5858 (ede-proj-target-makefile-shared-object): Only libtool compilers
5859 now available. Add linkers for libtool.
5860 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5861 (ede-proj-makefile-target-name): Always use .la extension.
5862
5863 * cedet/ede/proj-prog.el (project-run-target): New method.
5864
5865 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5866 (ede-g++-linker): Change Change link lines.
5867
5868 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5869 When searching for old variables, go to the end of the buffer and
5870 search backward from there.
5871 (ede-proj-makefile-automake-insert-subdirs)
5872 (ede-proj-makefile-automake-insert-extradist): New methods.
5873 (ede-proj-makefile-create): Use them.
5874
5875 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5876 Force FILE to expand to the current target. Use file-exists-p to
5877 check that it exists.
5878
5879 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5880 (ede-linux-load): Wrap dir in file-name-as-directory.
5881 Set :version slot.
5882
5883 * cedet/ede/files.el (ede-get-locator-object): When enabling
5884 locate, do so on "top".
5885
5886 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5887 file-name-as-directory during compare.
5888 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5889 Get version number from different places. Don't call egrep.
5890 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5891 to set the directory.
5892
5893 * cedet/ede/shell.el: New file.
5894
5895 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5896 alpha/beta variants.
5897
5898 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5899
5900 * international/mule-cmds.el (select-safe-coding-system): If the file
5901 has a coding cookie, use it regardless of any other setting (bug#4712).
5902
5903 2009-10-17 Glenn Morris <rgm@gnu.org>
5904
5905 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5906 All errors should have messages.
5907
5908 * foldout.el (foldout-mouse-swallow-events):
5909 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5910
5911 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5912 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5913 (dired-keep-marker-symlink, dired-dwim-target)
5914 (dired-copy-preserve-time): Do not autoload these defcustoms.
5915
5916 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5917 messages from messing up the file coding. (Bug#4623)
5918
5919 2009-10-17 Jari Aalto <jari.aalto@cante.net>
5920
5921 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5922 if no match is found for the current dictionary. (Bug#4578)
5923
5924 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5925 optional, since that is how it is documented, and this is often called
5926 with a nil argument. (Bug#4577)
5927 (flyspell-external-point-words, flyspell-auto-correct-word)
5928 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5929 (flyspell-word-search-backward): Remove nil argument in calls to
5930 flyspell-get-word, since it is not needed now.
5931
5932 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
5933
5934 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
5935
5936 2009-10-16 Glenn Morris <rgm@gnu.org>
5937
5938 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5939
5940 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5941
5942 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5943 (ange-ftp-file-size): New function.
5944 (ange-ftp-file-attributes): Use it.
5945
5946 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
5947
5948 * net/tramp-smb.el (tramp-smb-version): New defvar.
5949 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5950 repeated checks.
5951
5952 2009-10-16 Glenn Morris <rgm@gnu.org>
5953
5954 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5955 Maybe copy some custom properties from old to new name. (Bug#4706)
5956
5957 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
5958
5959 * subr.el (error, sit-for, start-process-shell-command)
5960 (start-file-process-shell-command): Set the calling convention
5961 after the function definition.
5962
5963 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5964
5965 * subr.el (error, sit-for, start-process-shell-command)
5966 (start-file-process-shell-command): Use the new
5967 set-advertised-calling-convention feature.
5968
5969 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5970
5971 * international/ucs-normalize.el (ucs-normalize-version):
5972 Change to 1.2.
5973 (check-range): Adjust for Unicode 5.2.
5974
5975 2009-10-15 Juri Linkov <juri@jurta.org>
5976
5977 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5978 to the `menu-item' format.
5979
5980 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
5981
5982 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5983 if the environment variable does not exist.
5984
5985 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5986 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5987 parameter.
5988 (tramp-smb-handle-add-name-to-file)
5989 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5990 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5991 (tramp-smb-handle-file-attributes)
5992 (tramp-smb-do-file-attributes-with-stat)
5993 (tramp-smb-handle-file-local-copy)
5994 (tramp-smb-handle-insert-directory)
5995 (tramp-smb-handle-make-directory)
5996 (tramp-smb-handle-make-directory-internal)
5997 (tramp-smb-handle-make-symbolic-link)
5998 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5999 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6000 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6001 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6002 Handle long file names.
6003 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6004 process is running.
6005 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6006 Read share names with "-g" option.
6007
6008 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
6009
6010 * net/rcirc.el (rcirc-view-log-file): New command.
6011 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6012 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6013 specified.
6014
6015 2009-10-15 Glenn Morris <rgm@gnu.org>
6016
6017 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6018 from the second command-line argument.
6019 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6020 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6021 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6022 w32-batch-update-autoloads.
6023 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6024 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6025
6026 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6027 the headers cannot be located. Simplify, subtracting superflous
6028 save-excursions.
6029
6030 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6031
6032 Replace completion-base-size by completion-base-position to fix bugs
6033 such as (bug#4699).
6034 * simple.el (completion-base-position): New var.
6035 (completion-base-size): Mark as obsolete.
6036 (choose-completion): Make it work for mouse events as well.
6037 Pass the new base-position to choose-completion-string.
6038 (choose-completion-guess-base-position): New function, extracted from
6039 choose-completion-delete-max-match.
6040 (choose-completion-delete-max-match): Use it. Make obsolete.
6041 (choose-completion-string): Use the new base-position info.
6042 (completion-root-regexp): Delete.
6043 (completion-setup-function): Preserve completion-base-position.
6044 Eliminate obsolete base-size manipulation.
6045 * minibuffer.el (display-completion-list): Don't mess with base-size.
6046 (minibuffer-completion-help): Set completion-base-position instead.
6047 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6048 choose-completion.
6049 * textmodes/bibtex.el (bibtex-complete):
6050 * emacs-lisp/crm.el (crm--choose-completion-string):
6051 Adjust to new calling convention.
6052 * complete.el (partial-completion-mode): Use minibufferp to avoid
6053 bumping into incompatible change to choose-completion-string-functions.
6054 * ido.el (ido-choose-completion-string): Make its calling convention
6055 more permissive.
6056 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6057 base-size manipulation.
6058 (comint-dynamic-list-input-ring): Use dotimes and push.
6059 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6060 fundamental-mode. Use `or'.
6061
6062 2009-10-14 Juri Linkov <juri@jurta.org>
6063
6064 * misearch.el (multi-isearch-next-buffer-from-list)
6065 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6066
6067 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6068
6069 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6070 `bytecomp.el'.
6071
6072 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6073 string we return is all made up of text from the completions rather
6074 than part from the completions and part from the input (bug#4219).
6075
6076 * ido.el (ido-everywhere): Use define-minor-mode.
6077
6078 * buff-menu.el (list-buffers, ctl-x-map):
6079 Mark the entry points with ;;;###autoload cookies.
6080
6081 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6082
6083 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6084 correctly in the detached head case.
6085 (vc-git-print-log): Remove unused binding.
6086
6087 * vc.el (vc-responsible-backend): When a directory is passed for
6088 for registration create a VC repository if no backend is
6089 responsible for the directory argument.
6090 (vc-deduce-fileset): Tell vc-responsible-backend to register.
6091
6092 * vc.el: Move comments about RCS and SCCS ...
6093 * vc-rcs.el:
6094 * vc-sccs.el: ... here, respectively.
6095
6096 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6097
6098 * minibuffer.el (completion--file-name-table): Return nil if there's
6099 no file completion, even if substitute-in-file-name changed
6100 the string (bug#4708).
6101
6102 2009-10-13 Juri Linkov <juri@jurta.org>
6103
6104 * files-x.el (read-file-local-variable-value): Don't filter out
6105 minor modes from mode name completion (bug#4664).
6106
6107 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6108
6109 * international/mule-cmds.el (ucs-names): Remove exclusion of
6110 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6111
6112 2009-10-13 Kenichi Handa <handa@m17n.org>
6113
6114 * international/uni-name.el: Regenerated.
6115
6116 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6117
6118 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6119 should be automatically buffer-local, but isn't.)
6120
6121 2009-10-12 Sam Steingold <sds@gnu.org>
6122
6123 * progmodes/compile.el (compilation-next-error-function): Fix the
6124 timestamps if the buffer has been visited before.
6125 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6126 non-anchored patterns, like the perl one (bug#3928).
6127
6128 2009-10-12 Glenn Morris <rgm@gnu.org>
6129
6130 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6131 Let-bind `size'.
6132
6133 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
6134
6135 * proced.el (proced-unload-function): New function.
6136
6137 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6138 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6139 Doc fix.
6140
6141 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6142
6143 2009-10-11 Juri Linkov <juri@jurta.org>
6144
6145 * files-x.el (read-file-local-variable-value):
6146 Provide default value only for bound variables (bug#4664).
6147
6148 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
6149
6150 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6151 connection methods like smb.
6152
6153 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6154 can be empty.
6155
6156 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6157 (tramp-smb-file-name-handler-alist): Add handlers for
6158 `add-name-to-file', `make-symbolic-link'.
6159 (tramp-smb-handle-add-name-to-file)
6160 (tramp-smb-do-file-attributes-with-stat)
6161 (tramp-smb-handle-make-symbolic-link)
6162 (tramp-smb-get-cifs-capabilities): New defuns.
6163 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6164 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6165 (tramp-smb-handle-file-local-copy)
6166 (tramp-smb-handle-make-directory-internal)
6167 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6168 The file name syntax depends on cifs capabilities.
6169 (tramp-smb-handle-file-attributes):
6170 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6171 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6172 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6173
6174 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
6175
6176 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6177 (eieio-defclass): Apply deftype handler and setf-method properties
6178 directly.
6179 (eieio-add-new-slot): Avoid union function from cl library.
6180 (eieio--typep): New function.
6181 (eieio-perform-slot-validation): Use it.
6182
6183 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6184
6185 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6186 Update documentation to refer to the variables documented in r1.135.
6187 (Bug#4188)
6188
6189 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6190
6191 * bookmark.el (Info-suffix-list): Remove this unused variable.
6192 (bookmark-current-point): Remove this obsolete variable.
6193 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6194 Adjust for removal of bookmark-current-point.
6195
6196 (bookmarks-already-loaded, bookmark-current-buffer)
6197 (bookmark-yank-point): Document. (Bug#4188)
6198
6199 2009-10-10 Glenn Morris <rgm@gnu.org>
6200
6201 * frame.el (frame-height): Doc fix.
6202
6203 * calendar/calendar.el (calendar-split-width-threshold): New option.
6204 (calendar-basic-setup): Use calendar-split-width-threshold.
6205
6206 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
6207
6208 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6209 Use .la for Automake.
6210
6211 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
6212
6213 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6214 Use "autoreconf -i". Suggested by Andreas Schwab.
6215
6216 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
6217
6218 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6219 Ideographic Supplement" range (U+1F200..U+1F2FF).
6220
6221 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6222
6223 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6224 since the list will have been rebuilt anyway. (Bug#4349)
6225
6226 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6227
6228 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6229 (bookmark-bmenu-execute-deletions): Don't save here, as
6230 bookmark-delete will now do so if necessary.
6231 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6232 (Bug#4348)
6233
6234 2009-10-09 Glenn Morris <rgm@gnu.org>
6235
6236 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6237
6238 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6239
6240 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6241 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6242 argument now, so the two function's behaviors will match. (Bug#3645)
6243
6244 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6245
6246 * cedet/ede/proj.el (project-make-dist, project-compile-project):
6247 Fix filename test.
6248 (ede-proj-dist-makefile): Use expand-file-name instead of concat
6249 to expand file names.
6250
6251 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
6252
6253 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6254 (tramp-file-name-real-host, tramp-file-name-port):
6255 Apply `save-match-data'.
6256
6257 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6258 case both directories are remote.
6259 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6260 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6261
6262 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6263
6264 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6265 (ede-proj-target-makefile-objectcode): Use it.
6266
6267 * cedet/ede/source.el (ede-want-any-source-files-p)
6268 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6269 Return search result. This error was introduced while merging.
6270
6271 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6272
6273 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6274
6275 2009-10-07 Glenn Morris <rgm@gnu.org>
6276
6277 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6278 of concat.
6279
6280 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6281
6282 * files-x.el (read-file-local-variable): Include some
6283 non-user-variables in the completion table (bug#4664).
6284
6285 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
6286
6287 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6288 message.
6289
6290 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6291 (tramp-smb-file-name-handler-alist): Add handler for
6292 `copy-directory', `expand-file-name', `set-file-modes'.
6293 (tramp-smb-handle-copy-directory)
6294 (tramp-smb-handle-expand-file-name)
6295 (tramp-smb-handle-set-file-modes): New defuns.
6296 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6297 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6298 entry.
6299 (tramp-smb-handle-insert-directory): Don't flush the cache.
6300 (tramp-smb-maybe-open-connection): Check for samba client and
6301 server versions.
6302
6303 2009-10-07 Eli Zaretskii <eliz@gnu.org>
6304
6305 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6306 to not error out of search for "^lisp=" fails.
6307
6308 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6309
6310 * makefile.w32-in (WINS_UPDATES): New macro.
6311 (custom-deps, finder-data, autoloads): Use it.
6312
6313 2009-10-07 Glenn Morris <rgm@gnu.org>
6314
6315 * Makefile.in (autoloads): Revert previous change.
6316 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6317 the list of preloaded files passed on the command-line, get
6318 it from src/Makefile.
6319
6320 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6321 show the original buffer rather than a random one.
6322
6323 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
6324
6325 * help.el (describe-no-warranty): Place point in a slightly better
6326 position in the GPLv3 text.
6327
6328 2009-10-06 Sam Steingold <sds@gnu.org>
6329
6330 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6331 the comm attribute is present before calling regexp-quote.
6332
6333 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
6334
6335 * play/animate.el (animate-string): For good effect, make sure
6336 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6337
6338 * play/animate.el (animate-sequence, animate-birthday-present):
6339 * misc.el (butterfly): Don't set `indent-tabs-mode'.
6340
6341 2009-10-06 Glenn Morris <rgm@gnu.org>
6342
6343 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6344
6345 * emacs-lisp/autoload.el (autoload-excludes): New variable.
6346 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6347 (batch-update-autoloads): Process a string value of autoload-excludes,
6348 set during the build process.
6349 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
6350
6351 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6352 inside with-parsed... macro so that `v' is defined.
6353
6354 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6355 * progmodes/fortran.el (fortran-end-of-block)
6356 (fortran-beginning-of-block):
6357 Also push mark in the macro case.
6358
6359 * emerge.el (emerge-show-file-name):
6360 * calc/calc.el (calc-quit):
6361 * calc/calc-misc.el (calc-big-or-small):
6362 * calc/calc-graph.el (calc-graph-view):
6363 * calc/calc-ext.el (calc-reset):
6364 * calendar/calendar.el (calendar-basic-setup):
6365 Use window-full-height-p.
6366
6367 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6368 header we don't understand, don't insert another. (Bug#4624)
6369 If changing mime charset, insert the new one in the right place.
6370
6371 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
6372
6373 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6374 (cal-tex-cursor-month): Correctly increment the end date for diary and
6375 holiday listing. (Bug#4626)
6376
6377 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6378
6379 * help-fns.el (describe-function-1): Don't burp if the function is not
6380 a symbol.
6381
6382 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
6383
6384 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6385 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6386 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6387 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6388
6389 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6390 (eieio-default-superclass): Reflow docstrings.
6391 (this, class-option-assoc, defclass, eieio-class-un-autoload)
6392 (eieio-unbind-method-implementations, defmethod)
6393 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6394 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6395 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6396 (eieio-slot-originating-class-p, eieio-slot-name-index)
6397 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6398 (constructor, initialize-instance, no-next-method, object-print)
6399 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6400 Fix typos in docstrings.
6401 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6402 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6403 (next-method-p): Doc fixes.
6404 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6405 Fix typos in error messages.
6406 (eieio-defmethod): Fix typo in description of generic method.
6407
6408 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6409 (eieio-persistent-save-interactive, slot-missing):
6410 Fix typos in docstrings.
6411 (eieio-instance-inheritor-slot-boundp): Doc fix.
6412
6413 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6414 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6415
6416 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6417 (eieio-custom-object-apply-reset):
6418 Fix typos in docstrings and error messages.
6419
6420 * emacs-lisp/eieio-datadebug.el (data-debug-show):
6421 Fix typo in docstring.
6422
6423 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6424 (eieio-browse-tree): Doc fix.
6425 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6426 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6427 Fix typos in docstrings.
6428
6429 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6430 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6431 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6432 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6433 Reflow docstrings.
6434
6435 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6436
6437 * vc-hg.el (log-view-vc-backend): Declare for compiler.
6438 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6439 Set log-view-vc-backend so that diff can work.
6440
6441 * log-view.el (log-view-diff): Use vc-diff-internal instead of
6442 vc-version-diff.
6443 (vc-diff-internal): Autoload this instead of vc-version-diff.
6444
6445 2009-10-05 Eli Zaretskii <eliz@gnu.org>
6446
6447 * simple.el (eval-expression): Doc fix.
6448
6449 * progmodes/cwarn.el (cwarn-mode): Doc fix.
6450
6451 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
6452
6453 * files.el (directory-files-no-dot-files-regexp): New defconst.
6454 (delete-directory): Use it.
6455 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
6456
6457 * net/tramp.el (tramp-verbose): Fix docstring.
6458 (tramp-methods): Add recursive option to `tramp-copy-args'.
6459 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
6460 "scp1_old", "scp2_old", "rsync", "rsyncc".
6461 (tramp-default-method): Check also for `auth-source-user-or-password'.
6462 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6463 Add handler for `copy-directory'.
6464 (tramp-handle-copy-directory): New defun.
6465 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6466 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6467 Optimize sent command.
6468
6469 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6470
6471 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6472 window if necessary.
6473
6474 * calendar/calendar.el (calendar-basic-setup): Don't call
6475 switch-to-buffer in a dedicated window.
6476
6477 2009-10-05 Karl Fogel <kfogel@red-bean.com>
6478
6479 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6480 don't do anything related to relocating, just return nil.
6481 (bookmark-error-no-filename): New error.
6482 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6483 bookmark has no file. Don't even attempt to handle things that
6484 are not files; the whole point of custom handlers is to keep that
6485 knowledge elsewhere anyway. Tighten some comments.
6486 (bookmark-file-or-variation-thereof): Remove now-unused function.
6487 (bookmark-location): Doc string fix.
6488 (Bug#4250)
6489
6490 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6491
6492 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6493 don't use a file dialog, because they usually don't know how to read
6494 a directory target from the user. (Bug#4230)
6495 Also, make sure the prompt can display directories as well as files.
6496
6497 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6498
6499 * bookmark.el (bookmark-set, bookmark-buffer-name):
6500 Improve doc strings. (Bug#1193)
6501
6502 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6503
6504 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6505 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6506 (bookmark-get-annotation, bookmark-set-annotation)
6507 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6508 (bookmark-set-position, bookmark-get-front-context-string)
6509 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6510 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6511 (bookmark-jump-other-window, bookmark-handle-bookmark)
6512 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6513 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6514 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6515 Improve doc strings to say whether bookmark can be a string or
6516 a record or both, and make other consistency and clarity fixes.
6517 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6518 (bookmark-default-annotation-text, bookmark-yank-word)
6519 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6520 (bookmark-import-new-list, bookmark-maybe-rename)
6521 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6522 (bookmark-bmenu-bookmark): Give these doc strings.
6523 (bookmark-bmenu-check-position): Give this a doc string, but also
6524 add a FIXME comment about how the function may be pointless.
6525 (bookmark-default-handler): Rework doc string and change a
6526 parameter name, to clarify that this takes a bookmark record
6527 not a bookmark name.
6528 (bookmark-set): Change a parameter name to indicate its meaning,
6529 and improve the doc string a bit.
6530 (Bug#4188)
6531
6532 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6533
6534 * bookmark.el (bookmark-alist): Document the new `handler' element
6535 in the param alist.
6536 (bookmark-make-record-function): Adjust documentation for above.
6537 (Bug#4193)
6538
6539 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6540
6541 * info.el (Info-bookmark-make-record): Document this function.
6542 (Info-bookmark-jump): Document with a doc string, not just a comment.
6543 (Bug#4203)
6544
6545 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6546
6547 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6548 (semantic-new-buffer-fcn): Call parser setup functions here.
6549 (semantic-mode): Don't call parser setup functions here, it's done
6550 in semantic-new-buffer-fcn now.
6551 (semantic-mode): Parse all existing buffers when enabled.
6552
6553 * cedet/srecode/compile.el (srecode-compile-file):
6554 Call semantic-new-buffer-fcn if the buffer has not been parsed.
6555
6556 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6557
6558 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6559
6560 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6561 (proj-comp-insert-variable-once): New macro, renamed from
6562 ede-pmake-insert-variable-once in ede/pmake.edl.
6563 (ede-proj-makefile-insert-variables): Use it.
6564
6565 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
6566
6567 * files.el (copy-directory): New defun.
6568
6569 * dired-aux.el (dired-copy-file-recursive): Use it.
6570
6571 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6572
6573 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6574 (makefile-end-of-command):
6575 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6576 (semantic-end-of-context): Fix previous change. Doc fixes.
6577
6578 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6579
6580 * files-x.el (modify-dir-local-variable)
6581 (copy-dir-locals-to-file-locals-prop-line):
6582 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6583 (makefile-end-of-command):
6584 * cedet/semantic/lex.el (semantic-lex-token):
6585 * cedet/semantic/analyze/fcn.el
6586 (semantic-analyze-dereference-metatype-1):
6587 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6588 (semantic-lex-cpp-undef):
6589 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6590 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6591 (semantic-end-of-context): Fix typos in docstrings.
6592
6593 * recentf.el (recentf-unload-function): New function.
6594
6595 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6596
6597 * cedet/ede.el (ede-project-placeholder-cache-file):
6598 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6599 * cedet/srecode/map.el (srecode-map-save-file):
6600 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
6601
6602 2009-10-04 Glenn Morris <rgm@gnu.org>
6603
6604 * window.el (window-full-height-p): Add doc string.
6605
6606 2009-10-04 Martin Rudalics <rudalics@gmx.at>
6607
6608 * window.el (window-full-height-p): New function. (Bug#4543)
6609
6610 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
6611
6612 * cedet/srecode/insert.el: Require srecode/args.
6613
6614 * cedet/srecode/args.el: Require srecode/dictionary instead of
6615 srecode/insert.
6616
6617 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6618
6619 * files.el (auto-mode-alist): Add .srt and Project.ede.
6620
6621 * cedet/semantic.el (semantic-mode):
6622 Handle srecode-template-mode-hook as well.
6623 (semantic-mode): Use js-mode-hook for Javascript hook.
6624
6625 * cedet/srecode/template.el: Remove hook variable.
6626
6627 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6628
6629 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6630 projects exist.
6631 (ede-project-placeholder-cache-file): Default to a file in
6632 user-emacs-directory.
6633
6634 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6635 templates in data-directory.
6636 (srecode-map-save-file): Default to a file in user-emacs-directory.
6637
6638 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6639 directory.
6640
6641 2009-09-30 Eric Ludlam <zappo@gnu.org>
6642
6643 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6644 Doc fix.
6645
6646 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6647 Only insert each variable once.
6648
6649 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6650 (ede-pmake-insert-variable-shared): Use it.
6651
6652 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6653 for lexical table iff table is nil.
6654
6655 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6656
6657 * vc.el: Remove commented out code.
6658 (vc-derived-from-dir-mode): Remove, unused.
6659 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6660
6661 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
6662
6663 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6664 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
6665 there could be recursive loading when `default-directory' is a
6666 remote file name. (Bug#4614)
6667
6668 2009-10-03 Glenn Morris <rgm@gnu.org>
6669
6670 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6671 the frame is wide.
6672 (calendar-generate-window): Test for shrinkability rather than width.
6673
6674 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6675 declaration, currently false.
6676
6677 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6678 reusing existing buffers, in case we happen to visit two files with the
6679 same basename. (Bug#4593)
6680
6681 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6682
6683 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6684 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6685 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6686 subdirs of cedet as well.
6687 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6688
6689 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6690
6691 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6692 Obey advertised-signature-table.
6693
6694 * help-fns.el (help-function-arglist): Don't check
6695 advertised-signature-table.
6696 (describe-function-1): Do it here instead so it also applies to subrs.
6697
6698 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
6699
6700 * simple.el (start-file-process): Say in the doc-string, that file
6701 handlers might not support pty association, if PROGRAM is nil.
6702
6703 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6704 HOST and USER are strings. They are nil, when there are
6705 incomplete entries in ~/.netrc, for example.
6706 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6707 root directory ("device busy" error otherwise).
6708
6709 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6710 Flush file properties of created directory.
6711
6712 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6713
6714 * makefile.w32-in (WINS_BASIC): Remove cedet.
6715 (WINS_CEDET): Add cedet.
6716 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6717
6718 2009-10-02 Kevin Ryde <user42@zip.com.au>
6719
6720 * net/browse-url.el (browse-url): Pass any symbol in
6721 browse-url-browser-function to `apply', since if you've mistakenly put
6722 an unbound symbol then the error is clearer. (Bug#4531)
6723
6724 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6725
6726 * allout.el (allout-init, allout-back-to-current-heading)
6727 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6728 (allout-ascend, allout-up-current-level, allout-end-of-level)
6729 (allout-previous-visible-heading, allout-forward-current-level)
6730 (allout-backward-current-level, allout-show-children):
6731 * apropos.el (apropos-describe-plist):
6732 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6733 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6734 * completion.el (add-completion, add-permanent-completion):
6735 * descr-text.el (describe-text-category, describe-char):
6736 * desktop.el (desktop-lazy-abort):
6737 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6738 * dired.el (dired-build-subdir-alist):
6739 * ediff.el (ediff-version):
6740 * elide-head.el (elide-head, elide-head-show):
6741 * emerge.el (emerge-version):
6742 * env.el (getenv):
6743 * face-remap.el (variable-pitch-mode):
6744 * faces.el (describe-face):
6745 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6746 (dired-at-point):
6747 * files.el (find-file-existing, auto-save-mode):
6748 * font-lock.el (font-lock-fontify-buffer):
6749 * help-fns.el (describe-function, describe-variable)
6750 (describe-syntax, describe-categories):
6751 * help.el (view-lossage, describe-bindings, describe-key)
6752 (describe-mode):
6753 * hexl.el (hexl-current-address):
6754 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6755 * info.el (Info-goto-emacs-key-command-node):
6756 * log-edit.el (log-edit-insert-cvs-template)
6757 (log-edit-insert-cvs-rcstemplate):
6758 * menu-bar.el (menu-bar-mode):
6759 * mouse.el (mouse-appearance-menu):
6760 * newcomment.el (comment-indent-new-line):
6761 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6762 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6763 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6764 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6765 * recentf.el (recentf-mode):
6766 * savehist.el (savehist-mode, savehist-save):
6767 * shadowfile.el (shadow-copy-files):
6768 * simple.el (kill-ring-save, next-line, previous-line)
6769 (normal-erase-is-backspace-mode):
6770 * strokes.el (strokes-update-window-configuration)
6771 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6772 (strokes-xpm-for-stroke):
6773 * time.el (emacs-uptime, emacs-init-time):
6774 * tutorial.el (tutorial--describe-nonstandard-key)
6775 (tutorial--detailed-help):
6776 * type-break.el (type-break-mode)
6777 (type-break-mode-line-message-mode, type-break-query-mode)
6778 (type-break-guesstimate-keystroke-threshold):
6779 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6780 * version.el (emacs-version):
6781 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6782 * winner.el (winner-mode):
6783 * calendar/timeclock.el (timeclock-in, timeclock-out)
6784 (timeclock-status-string, timeclock-change)
6785 (timeclock-workday-remaining-string)
6786 (timeclock-workday-elapsed-string)
6787 (timeclock-when-to-leave-string):
6788 * calendar/todo-mode.el (todo-add-category):
6789 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6790 * emacs-lisp/autoload.el (update-file-autoloads):
6791 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6792 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6793 (checkdoc-message-text, checkdoc-defun):
6794 * emacs-lisp/debug.el (debugger-list-functions):
6795 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6796 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6797 (eieio-describe-generic):
6798 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6799 * emacs-lisp/shadow.el (list-load-path-shadows):
6800 * emulation/cua-base.el (cua-mode):
6801 * emulation/edt.el (edt-set-scroll-margins):
6802 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6803 (tpu-toggle-regexp, tpu-toggle-search-direction)
6804 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6805 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6806 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6807 (viper-set-parsing-style-toggling-macro)
6808 (viper-set-emacs-state-searchstyle-macros):
6809 * emulation/viper.el (viper-set-hooks):
6810 * eshell/esh-mode.el (eshell-truncate-buffer):
6811 * international/mule-cmds.el (prefer-coding-system)
6812 (describe-input-method, describe-language-environment):
6813 * international/mule-diag.el (list-character-sets)
6814 (describe-character-set, describe-coding-system)
6815 (describe-fontset, list-fontsets, list-input-methods):
6816 * mail/sendmail.el (mail-signature):
6817 * net/ange-ftp.el (ange-ftp-copy-file):
6818 * net/browse-url.el (browse-url):
6819 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6820 * net/quickurl.el (quickurl-add-url):
6821 * net/rcirc.el (names, topic):
6822 * net/xesam.el (xesam-mode):
6823 * play/5x5.el (5x5-new-game):
6824 * play/yow.el (apropos-zippy):
6825 * progmodes/ada-mode.el (ada-mode-version):
6826 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6827 (f90-end-of-block)
6828 (f90-beginning-of-block):
6829 * progmodes/fortran.el (fortran-end-of-block)
6830 (fortran-beginning-of-block):
6831 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6832 * progmodes/python.el (python-describe-symbol, python-shell):
6833 * term/ns-win.el (ns-print-buffer):
6834 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6835 * textmodes/flyspell.el (flyspell-mode-on):
6836 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6837 (pages-directory-for-addresses):
6838 * textmodes/table.el (table-recognize-cell)
6839 (table-query-dimension, table-generate-source)
6840 (table-insert-sequence, table--warn-incompatibility):
6841 * textmodes/tex-mode.el (tex-validate-buffer):
6842 * textmodes/texinfmt.el (texinfmt-version)
6843 (texinfo-format-buffer):
6844 Use `called-interactively-p' instead of `interactive-p'.
6845
6846 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6847
6848 * image-mode.el (image-toggle-display):
6849 * emacs-lisp/elp.el (elp-instrument-function):
6850 * emacs-lisp/advice.el (ad-make-advised-definition):
6851 * emacs-lisp/easy-mmode.el (define-minor-mode):
6852 * net/browse-url.el (browse-url-maybe-new-window):
6853 * progmodes/sh-script.el (sh-learn-buffer-indent):
6854 Pass new argument 'any to `called-interactively-p'.
6855
6856 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6857
6858 * international/uni-bidi.el:
6859 * international/uni-category.el:
6860 * international/uni-combining.el:
6861 * international/uni-comment.el:
6862 * international/uni-decimal.el:
6863 * international/uni-decomposition.el:
6864 * international/uni-digit.el:
6865 * international/uni-lowercase.el:
6866 * international/uni-mirrored.el:
6867 * international/uni-name.el:
6868 * international/uni-numeric.el:
6869 * international/uni-old-name.el:
6870 * international/uni-titlecase.el:
6871 * international/uni-uppercase.el:
6872 Regenerate from Unicode 5.2.0 data.
6873
6874 2009-10-01 Glenn Morris <rgm@gnu.org>
6875
6876 * Makefile.in (ELCFILES): Regenerate.
6877
6878 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6879
6880 * subr.el (interactive-p): Mark obsolete.
6881 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6882 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6883 advertised-signature-table for subroutines as well.
6884
6885 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6886 (set-advertised-calling-convention): New function.
6887 (make-obsolete, define-obsolete-function-alias)
6888 (make-obsolete-variable, define-obsolete-variable-alias):
6889 Make the optional-ness of `when' obsolete.
6890 (define-obsolete-face-alias): Make `when' non-optional.
6891 * help-fns.el (help-function-arglist):
6892 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6893 Use advertised-signature-table.
6894
6895 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
6896
6897 * files.el (delete-directory): New defun. The original function
6898 in fileio.c has been renamed to `delete-directory-internal'.
6899
6900 * dired.el (dired-delete-file): Call `delete-directory' with
6901 RECURSIVE parameter.
6902
6903 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6904 parameter RECURSIVE. Implementation is missing.
6905
6906 * net/tramp.el (tramp-handle-make-directory): Flush upper
6907 directory's file properties.
6908 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6909 (tramp-handle-dired-recursive-delete-directory): Flush directory
6910 properties after the remove command only.
6911
6912 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6913 Handle optional parameter RECURSIVE.
6914
6915 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6916 Handle optional parameter RECURSIVE.
6917
6918 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6919 connection timeout.
6920 (tramp-smb-handle-delete-directory): Handle optional parameter
6921 RECURSIVE.
6922
6923 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6924
6925 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6926 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6927 (byte-compile-defmacro): Use backquotes.
6928
6929 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6930
6931 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6932 has no associated file.
6933 (vc-resynch-buffer): Use vc-dir-buffers.
6934
6935 2009-10-01 Glenn Morris <rgm@gnu.org>
6936
6937 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6938 (chart-file-count):
6939 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6940 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6941 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6942 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6943 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6944 (eieio-copy-parents-into-subclass, make-instance, class-children)
6945 (eieio-generic-form):
6946 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6947 * cedet/cedet-idutils.el (cedet-idutils-search)
6948 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6949 (cedet-idutils-version-check):
6950 * cedet/cedet.el (cedet-version):
6951 * cedet/data-debug.el (data-debug-insert-overlay-button)
6952 (data-debug-insert-overlay-list-button)
6953 (data-debug-insert-buffer-button)
6954 (data-debug-insert-buffer-list-button)
6955 (data-debug-insert-process-button, data-debug-insert-ring-button)
6956 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6957 (data-debug-insert-stuff-vector-button)
6958 (data-debug-insert-symbol-button, data-debug-insert-string)
6959 (data-debug-insert-number, data-debug-insert-lambda-expression)
6960 (data-debug-insert-nil, data-debug-insert-simple-thing)
6961 (data-debug-insert-custom, data-debug-edebug-expr):
6962 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6963 (global-ede-mode-map, ede-new, ede-debug-target)
6964 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6965 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6966 (semantic-fetch-tags, semantic-submode-list)
6967 (semantic-default-submodes):
6968 * cedet/ede/source.el (ede-source-match):
6969 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6970 (project-am-package-info):
6971 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6972 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6973 * cedet/ede/proj-comp.el (ede-current-build-list):
6974 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6975 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6976 * cedet/ede/cpp-root.el (initialize-instance):
6977 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6978 (autoconf-parameter-strip, autoconf-insert-new-macro):
6979 * cedet/semantic/wisent.el (wisent-lex-eoi):
6980 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6981 (semantic-show-parser-state-mode):
6982 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6983 * cedet/semantic/tag.el (semantic-tag-new-variable)
6984 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6985 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6986 (semantic--tag-deep-copy-tag-list)
6987 (semantic-tag-components-with-overlays-default):
6988 * cedet/semantic/symref.el (semantic-symref-find-text):
6989 * cedet/semantic/senator.el (senator-yank-tag)
6990 (senator-transpose-tags-up):
6991 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6992 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6993 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6994 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6995 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6996 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6997 * cedet/semantic/lex-spp.el
6998 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6999 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7000 * cedet/semantic/idle.el
7001 (semantic-idle-summary-current-symbol-info-brutish)
7002 (semantic-idle-summary-current-symbol-info-default):
7003 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7004 (semantic--grammar-macro-compl-dict):
7005 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7006 * cedet/semantic/format.el (semantic-format-tag-custom-list)
7007 (semantic-format-tag-canonical-name-default):
7008 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7009 (semantic-find-tags-for-completion)
7010 (semantic-find-tags-by-scope-protection-default)
7011 (semantic-deep-find-tags-for-completion):
7012 * cedet/semantic/edit.el
7013 (semantic-edits-incremental-reparse-failed-hook)
7014 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7015 (semantic-edits-splice-remove, semantic-edits-splice-replace):
7016 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7017 * cedet/semantic/dep.el (semantic-dependency-include-path):
7018 * cedet/semantic/db.el (semanticdb-default-find-index-class)
7019 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7020 (semanticdb-project-roots):
7021 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7022 (semanticdb-find-adebug-insert-scanned-tag-cons)
7023 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7024 (semanticdb-brute-deep-find-tags-for-completion):
7025 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7026 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7027 (semantic-end-of-context-default)
7028 (semantic-ctxt-current-function-default)
7029 (semantic-ctxt-scoped-types-default):
7030 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7031 (semantic-complete-inline-tag-engine)
7032 (semantic-complete-inline-custom-type)
7033 (semantic-complete-read-tag-analyzer):
7034 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7035 (semantic-chart-database-size):
7036 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7037 (semantic-analyze-current-context):
7038 * cedet/semantic/symref/list.el (semantic-symref)
7039 (semantic-symref-hide-buffer, semantic-symref-symbol):
7040 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7041 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7042 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7043 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7044 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7045 (semantic-c-dereference-template):
7046 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7047 (semantic--analyze-refs-full-lookup-with-parents)
7048 (semantic--analyze-refs-full-lookup-simple):
7049 * cedet/semantic/analyze/complete.el
7050 (semantic-analyze-possible-completions):
7051 * cedet/srecode/table.el (srecode-mode-table-new):
7052 * cedet/srecode/srt.el (srecode-read-variable-name):
7053 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7054 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7055 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7056 * cedet/srecode/map.el (srecode-current-map):
7057 * cedet/srecode/insert.el (srecode-insert)
7058 (srecode-insert-variable-secondname-handler, srecode-insert-method)
7059 (srecode-template-inserter-point-override)
7060 (srecode-insert-include-lookup):
7061 * cedet/srecode/getset.el (srecode-auto-choose-class):
7062 * cedet/srecode/extract.el (srecode-inserter-extract):
7063 * cedet/srecode/document.el
7064 (srecode-document-autocomment-return-last-alist)
7065 (srecode-document-autocomment-param-type-alist)
7066 (srecode-document-insert-function-comment)
7067 (srecode-document-insert-variable-one-line-comment)
7068 (srecode-document-function-name-comment):
7069 * cedet/srecode/dictionary.el (srecode-create-dictionary)
7070 (srecode-compound-toString):
7071 * cedet/srecode/compile.el (srecode-flush-active-templates):
7072 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
7073 Doc/message fixes.
7074
7075 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7076 match-data. (Bug#4555).
7077
7078 * cedet/semantic/bovine/gcc.el
7079 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7080 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7081
7082 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7083 rather than parsing it as a regexp. This relaxes the layout
7084 requirements and makes errors easier to detect.
7085 (check-declare-verify): Check file is regular.
7086 (check-declare-directory): Doc fix.
7087 * subr.el (declare-function): Doc fix.
7088
7089 * ibuffer.el (ibuffer-format-qualifier):
7090 * isearch.el (hi-lock-regexp-okay):
7091 * calc/calc.el (math-zerop):
7092 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7093 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7094 Remove unused declarations.
7095
7096 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7097
7098 * cedet/semantic/wisent/javat-wy.el
7099 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7100
7101 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
7102
7103 * cedet/srecode/expandproto.el: Fix provide statement.
7104
7105 2009-09-30 Eric Ludlam <zappo@gnu.org>
7106
7107 * emacs-lisp/eieio.el (boolean-p): Delete.
7108
7109 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
7110
7111 * cedet/ede/srecode.el: Fix provide statement.
7112
7113 2009-09-30 Glenn Morris <rgm@gnu.org>
7114
7115 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7116 * cedet/ede/proj-aux.el (ede-aux-source):
7117 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7118 (ede-misc-source):
7119 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7120 (semantic-mrub-switch-tags): Fix doc typos.
7121
7122 * cedet/semantic/db-global.el (data-debug-new-buffer)
7123 (data-debug-insert-thing): Remove unneeded declarations (one broken).
7124 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7125
7126 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7127
7128 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7129 use of CL function `remove-if-not'.
7130
7131 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7132
7133 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7134 filename is not a string.
7135
7136 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
7137
7138 * files.el (safe-local-eval-forms): Fix typo.
7139
7140 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7141
7142 * vc-hooks.el (vc-dir-buffers): New var.
7143 (vc-state-refresh): New function.
7144 (vc-state): Use it.
7145 (vc-after-save): Always ask the backend to recompute the new state.
7146 Always call vc-dir if necessary, using vc-dir-buffers.
7147 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7148 Use vc-dir-buffers.
7149 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7150 (vc-dir-prepare-status-buffer, vc-dir-update)
7151 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7152 Don't call expand-file-name on default-directory.
7153
7154 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7155
7156 * speedbar.el (speedbar-item-delete):
7157 * calc/calc-prog.el (calc-kbd-if):
7158 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7159
7160 * epa.el (epa-key-list-mode-map):
7161 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7162
7163 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7164 (hs-show-hook): Fix typo in docstring.
7165
7166 2009-09-29 Glenn Morris <rgm@gnu.org>
7167
7168 * cedet/semantic/symref/idutils.el:
7169 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7170
7171 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7172
7173 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7174 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7175 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7176 Mark declarations not understood by check-declare.
7177
7178 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7179 file-name-nondirectory call preventing location of cedet files.
7180 (check-declare-verify): Use literal search rather than re-search.
7181 Add basic defmethod and defclass, and define-overloadable-function.
7182
7183 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7184 Use tramp-compat-file-attributes rather than nonexistent
7185 tramp-compat-handle-file-attributes.
7186
7187 * Makefile.in (lisptagsfiles4): New.
7188 (AUTOGENEL): Add cedet loaddefs files.
7189 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7190 (update-elclist, compile-always, backup-compiled-files)
7191 (bootstrap-clean): Add yet another directory level.
7192 (update-elclist): Use LC_COLLATE rather than COLLATE.
7193 (ELCFILES): Update, via `make update-elclist'.
7194
7195 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7196
7197 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7198 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7199 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7200
7201 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7202
7203 * Makefile.in (lisptagsfiles3): Define.
7204 (TAGS, TAGS-LISP): Use it.
7205 (update-elclist): Add third directory level to look for elc files.
7206 (compile-always): Likewise.
7207 (backup-compiled-files): Likewise.
7208 (bootstrap-clean): Likewise.
7209 (ELCFILES): Update.
7210
7211 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
7212
7213 * Makefile.in (ELCFILES): Add CEDET files.
7214
7215 2009-09-28 Eric Ludlam <zappo@gnu.org>
7216
7217 CEDET (development tools) package merged.
7218
7219 * cedet/*.el:
7220 * cedet/ede/*.el:
7221 * cedet/semantic/*.el:
7222 * cedet/srecode/*.el: New files.
7223
7224 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
7225
7226 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7227
7228 * net/tramp.el (top): Require tramp-imap.
7229
7230 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7231 Use `tramp-compat-handle-file-attributes'.
7232
7233 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7234
7235 * net/tramp-imap.el: New package.
7236
7237 2009-09-28 Eric Ludlam <zappo@gnu.org>
7238
7239 * emacs-lisp/chart.el:
7240 * emacs-lisp/eieio-base.el:
7241 * emacs-lisp/eieio-comp.el:
7242 * emacs-lisp/eieio-custom.el:
7243 * emacs-lisp/eieio-datadebug.el:
7244 * emacs-lisp/eieio-opt.el:
7245 * emacs-lisp/eieio-speedbar.el:
7246 * emacs-lisp/eieio.el: New files.
7247
7248 * cedet/cedet-cscope.el:
7249 * cedet/cedet-files.el:
7250 * cedet/cedet-global.el:
7251 * cedet/cedet-idutils.el:
7252 * cedet/data-debug.el:
7253 * cedet/inversion.el:
7254 * cedet/mode-local.el:
7255 * cedet/pulse.el: New files.
7256
7257 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7258
7259 * whitespace.el (whitespace-trailing-regexp)
7260 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7261 Fix doc string.
7262
7263 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
7264
7265 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7266 menu.
7267
7268 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7269 menu-bar-ediff-menu.
7270
7271 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7272 define-overloadable-function.
7273
7274 * progmodes/autoconf.el: Provide autoconf as well, so that this
7275 file can be `require'd.
7276
7277 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7278
7279 * emacs-lisp/autoload.el (generated-autoload-feature)
7280 (generated-autoload-load-name): New vars.
7281 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7282 (make-autoload): Recognize define-overloadable-function and
7283 defclass forms (for EIEIO).
7284
7285 * Makefile.in (update-subdirs): Exclude cedet directory.
7286
7287 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7288
7289 * term/ns-win.el: Don't set the region face background. (Bug#4381)
7290
7291 * faces.el: Default light-background background for region face to
7292 ns_selection_color under NS.
7293
7294 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7295
7296 * net/imap-hash.el: New library, see NEWS.
7297
7298 * Makefile.in (ELCFILES): Add imap-hash.el.
7299
7300 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7301
7302 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7303 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7304 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7305 definition where the docstring could be taken for the return value.
7306
7307 2009-09-26 Glenn Morris <rgm@gnu.org>
7308
7309 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7310 Add option to only show images below a certain size.
7311 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7312 save-excursion calls.
7313
7314 2009-09-26 Eli Zaretskii <eliz@gnu.org>
7315
7316 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7317 subdirectories) and eieio.
7318
7319 2009-09-26 Alan Mackenzie <acm@muc.de>
7320
7321 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7322 buggy bracketing. (Bug#4289)
7323
7324 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7325 character constants (as case labels). (Bug#4289)
7326
7327 2009-09-25 Juri Linkov <juri@jurta.org>
7328
7329 * files.el (safe-local-eval-forms): Allow time-stamp in
7330 before-save-hook (Bug#4554).
7331
7332 2009-09-25 Drew Adams <drew.adams@oracle.com>
7333
7334 * menu-bar.el (list-buffers-directory): Doc fix.
7335
7336 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7337
7338 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7339 Try and avoid copying twice the same paragraph.
7340 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7341 Remove save-excursion.
7342 (log-edit-changelog-entry): Do it here instead.
7343
7344 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
7345
7346 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7347 when available, instead of hardcoding mode names. Doc fix.
7348
7349 * menu-bar.el (list-buffers-directory): Add docstring.
7350 Make automatically buffer-local.
7351
7352 * dired.el (dired-mode):
7353 * files.el (cd-absolute):
7354 * pcvs.el (cvs-temp-buffer):
7355 * pcvs-util.el (cvs-get-buffer-create):
7356 * shell.el (shell-mode):
7357 * vc-dir.el (vc-dir-mode):
7358 Don't make `list-buffers-directory' buffer local.
7359
7360 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7361
7362 * comint.el (comint-exec, comint-run, make-comint):
7363 Doc fixes (Bug#4542).
7364
7365 2009-09-25 Glenn Morris <rgm@gnu.org>
7366
7367 * mail/rmailmm.el (rmail-mime): New custom group.
7368 Move all defcustoms in this file into this group.
7369 (rmail-mime-media-type-handlers-alist): Revert previous change.
7370 (rmail-mime-show-images): New option.
7371 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7372 references to it, since it wasn't actually used for anything.
7373 (rmail-mime-insert-image): New function.
7374 (rmail-mime-image): Use rmail-mime-insert-image.
7375 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7376 obey the value of `rmail-mime-show-images' option. Print the size of
7377 attachments.
7378
7379 2009-09-25 David Engster <deng@randomsample.de>
7380
7381 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7382
7383 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7384
7385 * whitespace.el: Does not highlight trailing spaces While point is
7386 at end of line. Does not highligt spaces at beginning of buffer
7387 while point is at beginning of buffer. Does not highlight spaces
7388 at end of buffer while point is at end of buffer. (Bug#4177)
7389 New version 12.0.
7390 (whitespace-display-mappings): Adjust initialization.
7391 (whitespace-point, whitespace-font-lock-refontify): New vars.
7392 (whitespace-color-on, whitespace-color-off): Adjust code.
7393 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7394 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7395 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7396
7397 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
7398
7399 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7400
7401 * textmodes/sgml-mode.el: Remove xml-mode alias.
7402
7403 * files.el (auto-mode-alist, conf-mode-maybe)
7404 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7405
7406 2009-09-24 Alan Mackenzie <acm@muc.de>
7407
7408 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7409 c-forward-conditionals, but it doesn't move point and doesn't set
7410 the mark.
7411 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7412 (c-down-conditional-with-else, c-backward-conditional)
7413 (c-forward-conditional): Refactor to use c-scan-conditionals.
7414
7415 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7416
7417 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7418 (help-default-arg-highlight): Remove.
7419 (help-highlight-arg): New function.
7420 (help-do-arg-highlight): Use it.
7421 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7422
7423 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7424
7425 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7426 Undo last change, which didn't fix the problem and introduced others.
7427
7428 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
7429
7430 * progmodes/gdb-mi.el: Don't require speedbar.
7431 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7432
7433 2009-09-24 Glenn Morris <rgm@gnu.org>
7434
7435 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7436
7437 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7438
7439 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7440 there is no newline after the final mime boundary. (Bug#4539)
7441 Move markers on insertion so that any buttons inserted don't end up in
7442 the next part of a multipart message.
7443 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7444 (rmail-mime-bulk-handler): Optionally handle images.
7445 (rmail-mime-image): New button action.
7446 (rmail-mime-image-handler): New function.
7447 (rmail-mime-mode): New mode.
7448 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
7449
7450 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7451
7452 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7453 than just dropping elements from it (bug#4504).
7454
7455 * term.el (term-set-scroll-region): Don't move cursor any more.
7456 (term-handle-ansi-escape): Call term-goto here instead.
7457 Suggested by Ivan Kanis <apple@kanis.eu>.
7458
7459 * term.el: Require CL.
7460 (term-ansi-reset): New function.
7461 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7462 (term-handle-colors-array): Simplify.
7463
7464 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7465
7466 * allout.el (allout-overlay-interior-modification-handler)
7467 (allout-obtain-passphrase):
7468 * epa-file.el (epa-file-write-region):
7469 * ps-print.el (ps-begin-job):
7470 * vc-hooks.el (vc-toggle-read-only):
7471 * vc-rcs.el (vc-rcs-rollback):
7472 * vc-sccs.el (vc-sccs-rollback):
7473 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7474 (vc-version-diff, vc-revert, vc-rollback):
7475 * wdired.el (wdired-check-kill-buffer):
7476 * emacs-lisp/authors.el (authors):
7477 * net/socks.el (socks-open-connection):
7478 * net/zeroconf.el (zeroconf-service-add-hook):
7479 * obsolete/vc-mcvs.el (vc-mcvs-register):
7480 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7481 (gdb-select-frame):
7482 * progmodes/grep.el (lgrep, rgrep):
7483 * progmodes/idlw-help.el (idlwave-help-check-locations)
7484 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7485 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7486 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7487 (reftex-toc-rename-label): Fix typos in error messages.
7488
7489 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7490 (dired-copy-how-to-fn): Doc fix.
7491 (dired-files-attributes, dired-read-shell-command):
7492 Fix typos in docstrings.
7493
7494 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7495 (dired-x-find-file-other-window): Reflow docstrings.
7496 (dired-omit-marker-char, dired-read-shell-command)
7497 (dired-x-submit-report): Fix typos in docstrings.
7498
7499 * shell.el (shell-mode-hook):
7500 * view.el (View-scroll-line-forward):
7501 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7502 Fix typos in docstrings.
7503
7504 * net/dig.el (dig-invoke): Fix typo in docstring.
7505 (query-dig): Reflow docstring.
7506
7507 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7508 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7509 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7510 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7511 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7512 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7513 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7514 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7515 (idlwave-completion-map, idlwave-current-indent)
7516 (idlwave-custom-ampersand-surround, idlwave-customize)
7517 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7518 (idlwave-define-abbrev, idlwave-determine-class-special)
7519 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7520 (idlwave-end-block-reg, idlwave-end-of-statement)
7521 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7522 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7523 (idlwave-explicit-class-listed, idlwave-file-header)
7524 (idlwave-fill-paragraph, idlwave-find-class-definition)
7525 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7526 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7527 (idlwave-in-quote, idlwave-indent-action-table)
7528 (idlwave-indent-expand-table, idlwave-indent-line)
7529 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7530 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7531 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7532 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7533 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7534 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7535 (idlwave-outlawed-buffers, idlwave-popup-select)
7536 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7537 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7538 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7539 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7540 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7541 (idlwave-statement-type, idlwave-struct-skip)
7542 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7543 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7544 (idlwave-what-module-find-class): Fix typos in docstrings.
7545 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7546 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7547 (idlwave-find-module, idlwave-find-structure-definition)
7548 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7549 (idlwave-list-load-path-shadows, idlwave-next-statement)
7550 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7551 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7552 (idlwave-template): Reflow docstrings.
7553
7554 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7555 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7556 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7557 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7558 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7559 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7560 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7561 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7562 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7563 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7564 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7565 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7566 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7567 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7568 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7569 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7570 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7571 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7572 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7573 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7574 Fix typos in docstrings.
7575 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7576 (idlwave-shell-hide-output, idlwave-shell-mode)
7577 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7578 Reflow docstrings.
7579
7580 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7581
7582 2009-09-24 Ivan Kanis <apple@kanis.eu>
7583
7584 * term.el (term-bold-attribute): New var.
7585 (term-handle-colors-array): Use it.
7586
7587 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
7588
7589 * progmodes/gdb-mi.el (gdb-version): New variable.
7590 (gdb-non-stop-handler): Set gdb-version.
7591 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7592 Condition "--thread" option on gdb-version.
7593 (gdb-invalidate-threads): Remove unused argument.
7594
7595 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7596
7597 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7598 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7599
7600 2009-09-23 Glenn Morris <rgm@gnu.org>
7601
7602 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7603 replying to mail without References or Message-Id. (Bug#4525)
7604
7605 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7606
7607 * term/ns-win.el (ns-reg-to-script): New variable.
7608
7609 2009-09-23 Daiki Ueno <ueno@unixuser.org>
7610
7611 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7612
7613 2009-09-22 Sam Steingold <sds@gnu.org>
7614
7615 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7616 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7617 to 1 because hg returns status 1 when nothing is found.
7618 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7619
7620 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7621
7622 * textmodes/fill.el: Convert to utf-8 encoding.
7623 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7624 pre-unicode days.
7625
7626 * add-log.el (change-log-fill-forward-paragraph): New function.
7627 (change-log-mode): Use it so fill-region DTRT.
7628 Set fill-indent-according-to-mode here rather than in
7629 change-log-fill-paragraph.
7630 (change-log-fill-paragraph): Remove.
7631
7632 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
7633
7634 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7635 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7636
7637 2009-09-22 Glenn Morris <rgm@gnu.org>
7638
7639 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7640 the scroll-bar scroll the calendar window rather than the buffer.
7641
7642 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7643 commands that move point (as opposed to scrolling).
7644
7645 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7646
7647 * emacs-lisp/elint.el (elint): New custom group.
7648 (elint-log-buffer): Make it a defcustom.
7649 (elint-scan-preloaded, elint-ignored-warnings)
7650 (elint-directory-skip-re): New options.
7651 (elint-builtin-variables): Doc fix.
7652 (elint-preloaded-env): New variable.
7653 (elint-unknown-builtin-args): Add an entry for encode-time.
7654 (elint-extra-errors): Make it a variable rather than a constant.
7655 (elint-preloaded-skip-re): New constant.
7656 (elint-directory): Skip files matching elint-directory-skip-re.
7657 (elint-features): New variable, local to linted buffers.
7658 (elint-update-env): Initialize elint-features. Possibly add
7659 elint-preloaded-env to the buffer's environment.
7660 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7661 Skip quoted forms.
7662 (elint-init-form): New function, extracted from elint-init-env.
7663 Make non-list forms a warning rather than an error.
7664 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7665 easy-menu-define, put that adds an error-condition, and provide.
7666 When requiring cl, also require cl-macs. Really require cl, to handle
7667 some cl macros. Store required libraries in the list elint-features,
7668 so as not to re-load them. Treat cc-require like require.
7669 (elint-init-env): Call elint-init-form to do the work.
7670 Handle eval-and-compile and such like.
7671 (elint-add-required-env): Do not clear messages.
7672 (elint-special-forms): Add handlers for function, defalias, if, when,
7673 unless, and, or.
7674 (elint-form): Add optional argument to ignore elint-special-forms,
7675 useful to prevent recursive calls from handlers. Doc fix.
7676 Respect elint-ignored-warnings.
7677 (elint-form): Respect elint-ignored-warnings.
7678 (elint-bound-variable, elint-bound-function): New variables.
7679 (elint-unbound-variable): Respect elint-bound-variable.
7680 (elint-get-args): Respect elint-bound-function.
7681 (elint-check-cond-form): Add some simple handling for (f)boundp and
7682 featurep tests.
7683 (elint-check-defalias-form): New handler.
7684 (elint-check-let-form): Make an empty let a warning rather than an
7685 error.
7686 (elint-check-setq-form): Make an empty setq a warning rather than an
7687 error. Respect elint-ignored-warnings.
7688 (elint-check-defvar-form): Accept null doc-strings.
7689 (elint-check-conditional-form): New handler. Does some simple-minded
7690 checking of featurep and (f)boundp tests.
7691 (elint-put-function-args): New function.
7692 (elint-initialize): Use elint-scan-doc-file rather than
7693 elint-find-builtin-variables. Use elint-put-function-args.
7694 Possibly scan preloaded-file-list.
7695 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7696 extend to handle functions as well.
7697
7698 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7699
7700 * linum.el (linum-delete-overlays, linum-update-window):
7701 Do not modify the right margin. (Bug#3971)
7702
7703 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
7704
7705 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7706 nxml-mode instead of xml-mode.
7707
7708 2009-09-21 Kevin Ryde <user42@zip.com.au>
7709
7710 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7711
7712 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7713
7714 * net/dig.el (dig-mode): Use define-derived-mode.
7715
7716 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7717
7718 * vc-dispatcher.el (vc-do-command): Return the process object in
7719 the asynchronous case. Use when instead of if. Do not run
7720 vc-exec-after to display a message if not enabled. (Bug#4463)
7721
7722 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7723 properties to the stash strings.
7724 (vc-git-stash-list): Return a list of strings.
7725 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7726 (vc-git-stash-show-at-point): New functions.
7727 (vc-git-stash-map): New keymap.
7728
7729 * register.el (ctl-x-r-map): Define the keys here instead of
7730 using autoload.
7731
7732 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
7733
7734 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7735 list, to workaround performance problem (bug#4485).
7736
7737 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
7738
7739 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7740
7741 2009-09-20 Daiki Ueno <ueno@unixuser.org>
7742
7743 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7744 Document that this option is not recommended to use.
7745
7746 2009-09-19 Glenn Morris <rgm@gnu.org>
7747
7748 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7749 variable `var'.
7750
7751 * calc/calc-alg.el (var):
7752 * calc/calcalg2.el (var): Define for compiler.
7753
7754 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
7755
7756 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7757 Doc fix (Bug#3932).
7758
7759 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7760
7761 * time-stamp.el (time-stamp-month-dd-yyyy)
7762 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7763 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7764 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7765 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7766 Remove functions that have been obsolete since 1995 (Bug#4436).
7767
7768 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7769 indent buffer only if called interactively (Bug#4452).
7770
7771 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
7772 Eli Zaretskii <eliz@gnu.org>
7773
7774 This fixes bug#4197 (merged to bug#865, though not identical).
7775 * server.el (server-auth-dir): Add docstring note about FAT32.
7776 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7777 but warn against using them.
7778
7779 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
7780
7781 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7782 older GDB where there is no has_more field.
7783
7784 2009-09-19 Glenn Morris <rgm@gnu.org>
7785
7786 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7787
7788 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
7789
7790 * files.el (auto-mode-alist): Change default for XML files to nXML
7791 mode (Bug#4169).
7792
7793 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
7794
7795 * server.el (server-ensure-safe-dir): Pass 'integer
7796 to `file-attributes', as suggested.
7797
7798 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7799
7800 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7801 (dired-query): Use read-key.
7802
7803 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7804
7805 * cus-start.el (ns-use-qd-smoothing): Remove.
7806
7807 2009-09-18 Glenn Morris <rgm@gnu.org>
7808
7809 * allout.el (top-level): Remove unnecessary progn.
7810
7811 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7812
7813 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7814 definition of abbrev table.
7815
7816 * speedbar.el (speedbar-track-mouse):
7817 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7818 * net/eudc.el (eudc-expand-inline):
7819 * net/newst-backend.el (newsticker--cache-read-feed):
7820 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7821 condition-case handlers.
7822
7823 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
7824
7825 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7826 (gdb-var-list): Add an element for has_more field.
7827 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7828 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7829 (gdb-var-update-handler-1): Parse output of dynamic variable
7830 objects (STL containers).
7831 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7832 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7833
7834 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7835 gdb-var-list.
7836 (gud-speedbar-buttons): Make node expandable if expression "has more"
7837 children.
7838
7839 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
7840
7841 * startup.el (emacs-quick-startup): Remove variable and all uses.
7842 (command-line): Set `inhibit-x-resources' instead.
7843 (command-line-1): Use `inhibit-x-resources' instead.
7844
7845 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
7846
7847 * subr.el: Fix last change to avoid using the `unless' macro,
7848 which breaks bootstrapping.
7849
7850 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7851
7852 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7853 extended definitions, in case we reload subr.el after having
7854 loaded CL.
7855 (eval-next-after-load): Mark as obsolete.
7856
7857 2009-09-17 Juri Linkov <juri@jurta.org>
7858
7859 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7860 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7861 (menu-bar-showhide-menu, menu-bar-tools-menu)
7862 (menu-bar-describe-menu, menu-bar-help-menu)
7863 (minibuffer-local-completion-map, minibuffer-local-map):
7864 Fix list quoting.
7865
7866 2009-09-17 Glenn Morris <rgm@gnu.org>
7867
7868 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7869 arguments, whether or not it has a handler.
7870
7871 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7872
7873 * simple.el (hard-newline): Give it a doc-string.
7874
7875 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7876 (lisp-mode-syntax-table): Give them doc-strings.
7877
7878 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7879
7880 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7881 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7882 (menu-bar-options-menu, menu-bar-showhide-menu)
7883 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7884 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7885 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7886 (menu-bar-options-menu, menu-bar-tools-menu)
7887 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7888 (menu-bar-help-menu):
7889 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7890 string arguments.
7891
7892 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7893 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7894 calls for the menu names and :help.
7895
7896 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7897
7898 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7899 to :minor-mode-function (bug#4455).
7900
7901 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7902
7903 * startup.el (command-line): Initialize the window-system after
7904 processing the command-line.
7905
7906 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7907 page-delimiter matches the empty string.
7908
7909 2009-09-16 Glenn Morris <rgm@gnu.org>
7910
7911 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7912 byte-compile-not-obsolete-var. It's a list now.
7913 (byte-compile-not-obsolete-funcs): New variable.
7914 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7915 byte-compile-not-obsolete-funcs.
7916 (byte-compile-variable-ref, byte-compile-defvar): Update for
7917 byte-compile-not-obsolete-vars name-change and list nature.
7918 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7919 and variables behind (f)boundp tests.
7920 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7921
7922 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7923
7924 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7925
7926 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7927
7928 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7929 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7930 Don't autoload.
7931
7932 2009-09-15 Stephen Eglen <stephen@gnu.org>
7933
7934 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7935 the virtual-buffers, use the name of the buffer specified by
7936 find-file-noselect, as the match may be a symlink. (This was a
7937 problem if the target and the symlink had different names.)
7938
7939 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7940
7941 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7942
7943 * desktop.el (desktop-path): Check user-emacs-directory.
7944
7945 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7946
7947 * loadup.el: Use after-load-functions to GC after loading each file.
7948 Remove the explicit GC calls that used to be sprinkled around.
7949
7950 * subr.el (after-load-functions): New hook.
7951 (do-after-load-evaluation): Run it. Use string-match-p to detect
7952 `obsolete' packages, rather than painfully extracting the relevant
7953 directory name.
7954
7955 2009-09-15 Glenn Morris <rgm@gnu.org>
7956
7957 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7958 free variable `doc'.
7959
7960 * dired.el (dired-mode-map): Add menu entry for async shell command.
7961
7962 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7963 variables, also consider the .elc files, since the .el files are
7964 normally gzipped (subsequent code locates the .el.gz from the .elc).
7965
7966 * calc/calc-prog.el (arglist): Define for compiler.
7967
7968 * calendar/diary-lib.el (diary-display-function): Change the default to
7969 fancy display.
7970 (body): Define for compiler.
7971
7972 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7973 (byte-compile-file-form, byte-compile-lambda)
7974 (byte-compile-top-level-body, byte-compile-form)
7975 (byte-compile-variable-ref, byte-compile-setq)
7976 (byte-compile-setq-default, byte-compile-body)
7977 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7978 (batch-byte-compile): Give some more local variables with common names
7979 a "bytecomp-" prefix to avoid masking warnings about free variables.
7980
7981 * startup.el (command-line-1): Give local variables with common names a
7982 distinguishing prefix, so as not to hide free variable warnings during
7983 bootstrap.
7984
7985 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7986 clever and add a suffix to make a unique name, just let the user decide
7987 whether or not to overwrite it. If the input is a directory, write the
7988 default filename to that directory. (Bug#4388)
7989 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7990 is a filename-as-a-directory.
7991
7992 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7993
7994 * textmodes/page.el (what-page): Don't move to beginning of line.
7995 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7996
7997 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7998
7999 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8000
8001 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8002
8003 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8004 * help.el (help-for-help-internal): Add purecopy calls for text.
8005
8006 * vc.el (top): print-log method now takes an optional SHORTLOG
8007 argument. Add a new method: root.
8008 (vc-root-diff, vc-print-root-log): New functions.
8009 (vc-log-short-style): New variable.
8010 (vc-print-log-internal): Add support for showing short logs.
8011
8012 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8013 vc-print-root-log and vc-print-root-diff.
8014
8015 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8016 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8017 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8018 short logs.
8019
8020 * vc-cvs.el (vc-cvs-print-log):
8021 * vc-mtn.el (vc-mtn-print-log):
8022 * vc-rcs.el (vc-rcs-print-log):
8023 * vc-sccs.el (vc-sccs-print-log):
8024 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8025 that is ignored for now.
8026
8027 * vc-mtn.el (vc-mtn-annotate-command):
8028 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8029
8030 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8031
8032 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8033 to function-key-map, and give them ascii-character property.
8034 * term/x-win.el (x-alternatives-map):
8035 * term/ns-win.el (ns-alternatives-map):
8036 * term/internal.el (msdos-key-remapping-map):
8037 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8038
8039 2009-09-14 Glenn Morris <rgm@gnu.org>
8040
8041 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8042 temp-buffers (2009-09-12).
8043
8044 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8045
8046 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8047 the new read-key function.
8048
8049 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8050
8051 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8052 is defined (Bug#4405).
8053
8054 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8055
8056 * recentf.el (recentf-cleanup): Use a hash table to find
8057 duplicates (Bug#4407).
8058
8059 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
8060
8061 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8062 kp-0 to ascii equivalents (Bug#4325).
8063
8064 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8065
8066 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8067
8068 * eshell/em-hist.el:
8069 * eshell/em-dirs.el (eshell-complete-user-reference):
8070 Declare pcomplete functions and variables to avoid compiler warnings.
8071
8072 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8073
8074 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8075 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8076 * eshell/em-alias.el (eshell-aliases-file):
8077 * eshell/em-hist.el (eshell-history-file-name):
8078 Use expand-file-name instead of concat to make file names (Bug#4308).
8079
8080 2009-09-13 Glenn Morris <rgm@gnu.org>
8081
8082 * ediff-merg.el (ediff-do-merge):
8083 * filesets.el (filesets-run-cmd):
8084 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8085 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8086 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8087 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8088 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8089 Replace empty `let's with `progn'.
8090
8091 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8092
8093 * mail/sendmail.el (send-mail-function):
8094 * tooltip.el (tooltip-mode):
8095 * simple.el (transient-mark-mode):
8096 * rfn-eshadow.el (file-name-shadow-mode):
8097 * frame.el (blink-cursor-mode):
8098 * font-core.el (global-font-lock-mode):
8099 * files.el (temporary-file-directory)
8100 (small-temporary-file-directory, auto-save-file-name-transforms):
8101 * epa-hook.el (auto-encryption-mode):
8102 * composite.el (global-auto-composition-mode):
8103 Use custom-initialize-delay.
8104 * startup.el (command-line): Don't explicitly call
8105 custom-reevaluate-setting for all the above vars.
8106 * custom.el (custom-initialize-safe-set)
8107 (custom-initialize-safe-default): Delete.
8108
8109 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8110
8111 * term/x-win.el (x-initialize-window-system):
8112 * term/w32-win.el (w32-initialize-window-system):
8113 * term/ns-win.el (ns-initialize-window-system): Don't call
8114 mouse-wheel-mode since it's enabled globally by default already.
8115
8116 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8117 actually define the variable, but only silences the byte-compiler.
8118 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8119 before looking it up.
8120 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8121 is changed.
8122
8123 2009-09-12 Glenn Morris <rgm@gnu.org>
8124
8125 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8126 1000.
8127 (elint-add-required-env): Don't beep on error.
8128 (elint-forms): In case of error, return ENV unchanged.
8129 (elint-init-env): Skip non-list forms.
8130 (elint-log): Handle unknown file positions.
8131
8132 2009-09-12 Daiki Ueno <ueno@unixuser.org>
8133
8134 * epg.el (epg-make-context): Add autoload cookie.
8135 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8136 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8137 (epg-verify-string, epg-start-sign, epg-sign-file)
8138 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8139 (epg-encrypt-string, epg-start-export-keys)
8140 (epg-export-keys-to-file, epg-export-keys-to-string)
8141 (epg-start-import-keys, epg-import-keys-from-file)
8142 (epg-import-keys-from-string, epg-start-receive-keys)
8143 (epg-receive-keys, epg-import-keys-from-server)
8144 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8145 (epg-sign-keys, epg-start-generate-key)
8146 (epg-generate-key-from-file, epg-generate-key-from-string):
8147 Remove autoload cookie.
8148
8149 2009-09-12 Eli Zaretskii <eliz@gnu.org>
8150
8151 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8152 reevaluation of trash-directory.
8153
8154 * mwheel.el: Fix last change.
8155 (mouse-wheel-mode): New defvar.
8156 (mouse-wheel-mode): Remove autoload cookie.
8157
8158 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8159
8160 * mwheel.el (mwheel-installed-bindings): New var.
8161 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8162 the bindings we set last time. Use custom-initialize-delay.
8163 * loadup.el: Load mwheel after term/*-win.el.
8164 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8165 and mouse-wheel-up-event now that their first evaluation is done
8166 sufficiently late to be correct.
8167
8168 * startup.el (tutorial-directory): Make it a defcustom.
8169 Use custom-initialize-delay rather than eval-at-startup to set it.
8170 * image.el (image-load-path): Make it a defcustom.
8171 Use custom-initialize-delay rather than eval-at-startup to set it.
8172 * subr.el (eval-at-startup): Remove.
8173 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8174
8175 * subr.el (do-after-load-evaluation): Warn the user after loading an
8176 obsolete package.
8177
8178 2009-09-12 Glenn Morris <rgm@gnu.org>
8179
8180 * proced.el (proced-mark-alt): Remove alias.
8181 (proced-mode-map): Remove proced-mark-alt.
8182
8183 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8184 Elint file and directory. Remove initialization entry.
8185
8186 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8187 commands.
8188 (elint-current-buffer): Set mode-line-process.
8189 (elint-init-env): Handle define-derived-mode.
8190 Fix declare-function with unspecified arglist. Guard against odd
8191 defalias statements (eg iso-insert's 8859-1-map).
8192 (elint-add-required-env): Use a temp buffer.
8193 (elint-form): Just print the function/macro name, not the whole form.
8194 Return env unchanged if we fail to parse a macro.
8195 (elint-forms): Guard against parse errors.
8196 (elint-output): New function, to handle batch mode.
8197 (elint-log-message): Add optional argument. Use elint-output.
8198 (elint-set-mode-line): New function.
8199
8200 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8201
8202 * emacs-lisp/elp.el (elp-not-profilable): Add more
8203 functions (Bug#4233).
8204
8205 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8206
8207 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8208 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8209
8210 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8211
8212 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8213 (gdb-var-list-children): Use json parsing.
8214
8215 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
8216
8217 * progmodes/js.el (js--proper-indentation): Handle the case where
8218 char-before is null. Reported by Deniz Dogan.
8219
8220 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8221
8222 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8223
8224 2009-09-11 Daiki Ueno <ueno@unixuser.org>
8225
8226 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8227 (epg-digest-algorithm-alist): Add SHA224.
8228 (epg-context-set-passphrase-callback)
8229 (epg-context-set-progress-callback): Add description about
8230 callback function.
8231
8232 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8233
8234 * custom.el (custom-delayed-init-variables): New var.
8235 (custom-initialize-delay): New function.
8236 * startup.el (command-line): "Re"evaluate all vars in
8237 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8238 explicitly any more.
8239 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8240 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8241
8242 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8243
8244 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8245
8246 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8247 (gdb-var-update-handler): Use json parsing.
8248
8249 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8250
8251 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8252 decode annotated text, regardless of language environment. (Bug#2741)
8253
8254 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8255
8256 * Makefile.in (autoloads): Make rmail.el writable as well.
8257
8258 2009-09-11 Glenn Morris <rgm@gnu.org>
8259
8260 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8261 loaddefs.el.
8262 * dired.el: Regenerate with extracted autoloads.
8263 * Makefile.in (autoloads): Make dired.el writable.
8264
8265 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8266 * ibuffer.el: Regenerate with extracted autoloads.
8267 * Makefile.in (autoloads): Make ibuffer.el writable.
8268
8269 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8270 * version.el (emacs-copyright, emacs-major-version)
8271 (emacs-minor-version): Reformat doc-strings for make-docfile.
8272
8273 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8274 functions and variables, since they must be stuff specific to some other
8275 platform.
8276 (apropos-print): Make mouse-click message less specific about button.
8277
8278 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8279 that records where a macro was defined.
8280 * help-fns.el (describe-function-1): Mention if a function has a
8281 compiler-macro.
8282 * help-mode.el (help-function-cmacro): New button.
8283
8284 * locate.el (top-level): Always require dired.
8285 (locate-mode-map): Initialize inside the defvar.
8286
8287 * net/ange-ftp.el (dired-compress-file): Declare.
8288 (ange-ftp-dired-compress-file): Add doc string.
8289
8290 * term/ns-win.el (x-display-name, x-setup-function-keys):
8291 Unify doc-strings with X versions.
8292
8293 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8294
8295 * emulation/crisp.el (crisp-mode-map): Move initialization
8296 into declaration.
8297 (crisp-mode): Use define-minor-mode.
8298
8299 * progmodes/xscheme.el (xscheme-evaluation-commands):
8300 Put a :advertised-binding property rather than using
8301 advertised-xscheme-send-previous-expression.
8302 (advertised-xscheme-send-previous-expression): Declare obsolete.
8303 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8304 `advertised-undo'.
8305 (crisp-mode): Add corresponding bindings to
8306 undo's :advertised-binding instead.
8307 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8308 than using dired-advertised-find-file.
8309 (dired-advertised-find-file):
8310 * simple.el (advertised-undo):
8311 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8312 (widget-keymap): Put a :advertised-binding property rather
8313 than using advertised-widget-backward.
8314 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8315 than using advertised-undo.
8316 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8317
8318 2009-09-10 Simon South <ssouth@slowcomputing.org>
8319
8320 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8321 Mark mode is enabled and region is active; otherwise indent or
8322 insert TAB as usual.
8323 (delphi-mode): Update description of TAB-key binding.
8324
8325 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8326
8327 * subr.el (define-key-rebound-commands): Mark obsolete.
8328 * startup.el (precompute-menubar-bindings): Remove.
8329 (normal-top-level): Remove obsolete code that tried to precompute
8330 menubar bindings.
8331 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8332 define-key-rebound-commands and precompute-menubar-bindings.
8333
8334 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8335
8336 * net/imap.el (imap-interactive-login): Better messages.
8337 (imap-open): Fix bug with renamed buffer on reconnect.
8338 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8339 for easier debugging and cleaner code. On successful (guessed based on
8340 server capabilities) secondary authentication, set imap-state
8341 correctly.
8342 (imap-last-authenticator): Define imap-last-authenticator as a variable
8343 to avoid warnings.
8344
8345 2009-09-10 Glenn Morris <rgm@gnu.org>
8346
8347 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8348
8349 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8350 (byte-compile-file-form-autoload): Don't warn about unknown functions
8351 where the autoload statement comes after the use.
8352 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8353 that any handlers inside the body (eg require) are in turn respected.
8354
8355 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8356 effects.
8357
8358 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8359 and syntax and abbrev tables basic docs, if they don't have any.
8360
8361 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8362
8363 * international/mule-cmds.el (top-level): Require cl when compiling.
8364 (view-hello-file): Use default-value rather than
8365 default-enable-multibyte-characters.
8366
8367 * progmodes/fortran.el: Move all safe and risky properties into the
8368 defcustoms.
8369
8370 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8371 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8372 * mail/undigest.el:
8373 Put autoloads in rmail.el rather than loaddefs.el.
8374 * mail/rmail.el: Regenerate with extracted autoloads.
8375
8376 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8377 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8378
8379 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
8380
8381 Reported in thread for Bug#4375.
8382 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8383 "-data-evaluate-expression" instead of print.
8384 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8385 (gdb-tooltip-print): Parse output from above MI command.
8386 (gdb): Revert 2009-08-11 change. User should detach inferior
8387 manually.
8388
8389 Remove the word "separate" from IO functions as inferior
8390 output is now never displayed in the GUD buffer.
8391
8392 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
8393
8394 * startup.el (command-line-normalize-file-name): On Windows and
8395 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8396
8397 2009-09-10 Juri Linkov <juri@jurta.org>
8398
8399 * isearch.el (isearch-text-char-description): Propertize escape
8400 character sequences with the `escape-glyph' face. (Bug#4344)
8401
8402 * simple.el (shell-command): Set asynchronous process filter to
8403 `comint-output-filter'. (Bug#4343)
8404
8405 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8406 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8407 the list. Move "asm" to the bottom.
8408 (grep-find-ignored-directories): Add `choice' with nil value
8409 to empty the list easily.
8410 (grep-find-ignored-files): New option.
8411 (grep-files-history): Set to nil by default instead of '("ch" "el").
8412 (grep-compute-defaults): Add "<X>" to `grep-template'.
8413 (grep-read-files): Bind new local variables `default-alias' and
8414 `default-extension'. Use a list of default values for the file prompt.
8415 (lgrep): Add `--exclude=' command line options composed from
8416 `grep-find-ignored-files'.
8417 (rgrep): Add `-name' command line options composed from
8418 `grep-find-ignored-files'. (Bug#4301)
8419
8420 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8421
8422 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8423 (bug#4368).
8424
8425 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8426
8427 * calendar/time-date.el (autoload):
8428 Expand define-obsolete-function-alias into defalias and make-obsolete
8429 for old Emacsen that Gnus supports.
8430 (with-no-warnings): Define it for old Emacsen.
8431 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8432 is available.
8433 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8434 float-time is available; suppress compile warning for time-to-seconds.
8435
8436 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8437
8438 * net/imap.el (imap-message-map): Docstring fix.
8439
8440 2009-09-09 Glenn Morris <rgm@gnu.org>
8441
8442 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8443 line numbers too. (Bug#4374)
8444
8445 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * smerge-mode.el (smerge-remove-props, smerge-refine):
8448 Use with-silent-modifications (bug#4342).
8449
8450 * subr.el (with-silent-modifications): New macro.
8451
8452 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
8453
8454 * files.el (top-level): Require `cl' when compiling.
8455
8456 2009-09-07 Glenn Morris <rgm@gnu.org>
8457
8458 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8459
8460 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8461 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8462
8463 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
8464
8465 * vc-git.el (vc-git-annotate-command): Use separator to parse
8466 arguments correctly.
8467
8468 2009-09-06 Eli Zaretskii <eliz@gnu.org>
8469
8470 * proced.el (proced-mode): Doc fix.
8471
8472 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8473
8474 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8475 lstat fails.
8476 (tramp-do-file-attributes-with-ls): Check for file existence at
8477 remote end.
8478 (tramp-do-file-attributes-with-stat): Likewise.
8479 (tramp-convert-file-attributes): Return nil when attr is nil.
8480
8481 2009-09-05 Glenn Morris <rgm@gnu.org>
8482
8483 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8484 properties to this button.
8485 (diary-fancy-display): Don't extend the button to the final newline.
8486 (diary-fancy-display-mode): Continue to define "q" as a local key.
8487
8488 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8489 efficient.
8490
8491 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8492
8493 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8494 (byte-compile-dest-file-function): New option.
8495 (byte-compile-dest-file): Doc fix.
8496 Obey byte-compile-dest-file-function.
8497 (byte-compile-cl-file-p): New function.
8498 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8499 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8500 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8501 than for file being previously loaded.
8502 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8503 (byte-compile-file-form-require): Handle the case where requiring a file
8504 indirectly causes CL to be loaded.
8505
8506 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8507
8508 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8509 before killing the old buffer, since by the time `kill-buffer' is
8510 run so many buffer variables have been set to nil that it may not
8511 behave as expected. (Bug#4061)
8512
8513 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8514
8515 * files.el (find-alternate-file): If the old buffer is modified
8516 and visiting a file, behave similarly to `kill-buffer' when
8517 killing it, thus reverting to the pre-1.878 behavior; see
8518 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8519 for discussion. Also, consult `buffer-file-name' as a variable
8520 not as a function, for consistency with the rest of the code.
8521
8522 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
8523
8524 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8525 also when adding a new directory.
8526
8527 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8528 defun.
8529
8530 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8531
8532 * files.el (locate-file-completion-table): Make it provide boundary
8533 information, so partial-completion works better.
8534
8535 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8536
8537 * mail/footnote.el (Footnote-text-under-cursor):
8538 Check footnote-text-marker-alist before using it (bug#4324).
8539
8540 2009-09-04 Glenn Morris <rgm@gnu.org>
8541
8542 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8543 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8544 * play/solitaire.el, play/tetris.el:
8545 Remove leading * from defcustom and defface docs.
8546
8547 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8548 necessary.
8549 (diary-fancy-overriding-map): New variable.
8550 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8551 Use view-mode.
8552
8553 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8554 goto-line.
8555
8556 2009-09-03 Glenn Morris <rgm@gnu.org>
8557
8558 * arc-mode.el (archive-mode):
8559 * dos-fns.el (set-default-process-coding-system):
8560 * man.el (Man-getpage-in-background):
8561 * menu-bar.el (menu-bar-describe-menu):
8562 * server.el (server-process-filter):
8563 * startup.el (command-line):
8564 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8565 * w32-fns.el (set-default-process-coding-system):
8566 * x-dnd.el (x-dnd-handle-file-name):
8567 * international/mule-cmds.el (mule-menu-keymap)
8568 (set-default-coding-systems, language-info-alist, set-language-info)
8569 (set-language-environment, standard-display-european-internal)
8570 (set-locale-environment):
8571 * international/mule-diag.el (mule-diag):
8572 * mail/emacsbug.el (report-emacs-bug):
8573 * mail/rmail.el (rmail-mode):
8574 * mail/sendmail.el (mail-setup):
8575 Use default-value rather than default-enable-multibyte-characters.
8576
8577 * progmodes/f90.el: Move all safe properties into the defcustoms.
8578 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8579
8580 * calendar/appt.el (appt-check):
8581 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8582 (diary-check-diary-file, diary-list-entries)
8583 (diary-include-other-diary-files, diary-simple-display)
8584 (diary-fancy-display, diary-print-entries)
8585 (diary-mark-included-diary-files, diary-make-entry):
8586 Don't call substitute-in-file-name on diary-file.
8587
8588 2009-09-03 Eduard Wiebe <usenet@pusto.de>
8589 Stefan Monnier <monnier@iro.umontreal.ca>
8590
8591 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8592 (footnote-mode-map): Move initialization into the declaration.
8593 (footnote-minor-mode-map): Define it rather than changing global-map.
8594 (footnote-mode): Use define-minor-mode.
8595
8596 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
8597
8598 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8599 (tramp-do-file-attributes-with-perl)
8600 (tramp-do-file-attributes-with-stat): Rename from
8601 `tramp-handle-file-attributes-with-*'.
8602 (tramp-handle-file-attributes): Use them.
8603 (tramp-do-directory-files-and-attributes-with-perl)
8604 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8605 `tramp-handle-directory-files-and-attributes-with-*'.
8606 (tramp-handle-directory-files-and-attributes): Use them.
8607 (tramp-method-out-of-band-p): Additional parameter SIZE.
8608 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8609 (tramp-handle-write-region): Use it.
8610 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8611 (tramp-handle-vc-registered): Check, whether the first run did
8612 return files to be tested.
8613 (tramp-advice-make-auto-save-file-name): Do not call directly
8614 `tramp-handle-make-auto-save-file-name', because this would bypass
8615 the locking mechanism.
8616
8617 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8618 (file-remote-p, process-file, start-file-process, set-file-times)
8619 (tramp-compat-file-attributes): Compatibility functions shall not
8620 call directly `tramp-handle-*', because this would bypass the
8621 locking mechanism.
8622 (tramp-compat-number-sequence): New defun.
8623
8624 2009-09-02 Glenn Morris <rgm@gnu.org>
8625
8626 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8627 alias for float-time.
8628 (time-to-number-of-days): In Emacs, use float-time.
8629 * net/newst-backend.el (time-add): Suppress warnings from compat
8630 function.
8631 * time.el (emacs-uptime, emacs-init-time):
8632 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8633 Use float-time rather than time-to-seconds.
8634
8635 * minibuffer.el (completion-initials-expand): Fix typo.
8636
8637 * faces.el (modeline, modeline-inactive, modeline-highlight)
8638 (modeline-buffer-id):
8639 * info.el (info-menu-5): Mark these face aliases as obsolete.
8640
8641 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8642
8643 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8644 space ...
8645 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8646 no "--thread" option.
8647 (gdb-stopped): Don't print "Switched to thread" message when it is
8648 unchanged.
8649
8650 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8651
8652 * minibuffer.el (completion-try-completion)
8653 (completion-all-completions): Remove ill-defined (and
8654 mistakenly installed and luckily never used nor documented)
8655 `completion-styles' property.
8656 (completion-initials-expand, completion-initials-all-completions)
8657 (completion-initials-try-completion): New functions.
8658 (completion-styles-alist): Add doc to each entry.
8659 Add new `initials' entry.
8660
8661 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8662
8663 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8664 MI command -var-evaluate-expression.
8665 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8666 and tweak for case of string child.
8667 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8668
8669 2009-09-01 Glenn Morris <rgm@gnu.org>
8670
8671 * add-log.el (change-log-date-face, change-log-name-face)
8672 (change-log-email-face, change-log-file-face, change-log-list-face)
8673 (change-log-conditionals-face, change-log-function-face)
8674 (change-log-acknowledgement-face):
8675 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8676 (custom-modified-face, custom-set-face, custom-changed-face)
8677 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8678 (custom-documentation-face, custom-state-face, custom-comment-face)
8679 (custom-comment-tag-face, custom-variable-tag-face)
8680 (custom-variable-button-face, custom-face-tag-face)
8681 (custom-group-tag-face-1, custom-group-tag-face):
8682 * diff-mode.el (diff-header-face, diff-file-header-face)
8683 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8684 (diff-added-face, diff-changed-face, diff-function-face)
8685 (diff-context-face, diff-nonexistent-face):
8686 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8687 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8688 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8689 (Info-title-4-face):
8690 * isearch.el (isearch-lazy-highlight-face):
8691 * log-view.el (log-view-file-face, log-view-message-face):
8692 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8693 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8694 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8695 (cvs-msg-face):
8696 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8697 (smerge-base-face, smerge-markers-face):
8698 * wid-edit.el (widget-documentation-face, widget-button-face)
8699 (widget-field-face, widget-single-line-field-face)
8700 (widget-inactive-face, widget-button-pressed-face):
8701 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8702 (woman-addition-face):
8703 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8704 (eshell-ls-executable-face, eshell-ls-readonly-face)
8705 (eshell-ls-unreadable-face, eshell-ls-special-face)
8706 (eshell-ls-missing-face, eshell-ls-archive-face)
8707 (eshell-ls-backup-face, eshell-ls-product-face)
8708 (eshell-ls-clutter-face):
8709 * eshell/em-prompt.el (eshell-prompt-face):
8710 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8711 * obsolete/old-whitespace.el (whitespace-highlight-face):
8712 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8713 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8714 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8715 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8716 (antlr-font-lock-literal-face):
8717 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8718 (ebrowse-root-class-face, ebrowse-file-name-face)
8719 (ebrowse-default-face, ebrowse-member-attribute-face)
8720 (ebrowse-member-class-face, ebrowse-progress-face):
8721 * progmodes/make-mode.el (makefile-space-face):
8722 * progmodes/sh-script.el (sh-heredoc-face):
8723 * textmodes/flyspell.el (flyspell-incorrect-face)
8724 (flyspell-duplicate-face):
8725 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8726 * textmodes/texinfo.el (texinfo-heading-face):
8727 Mark face aliases with "-face" suffix as obsolete.
8728
8729 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8730 compiler.
8731
8732 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8733 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8734 easy-menu-define wants to modify these.
8735
8736 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8737
8738 * net/browse-url.el (browse-url-file-url):
8739 * term/internal.el (dos-codepage-setup):
8740 Use default-value rather than default-enable-multibyte-characters.
8741
8742 * progmodes/etags.el (etags-goto-tag-location):
8743 * progmodes/flymake.el (flymake-highlight-line)
8744 (flymake-goto-file-and-line, flymake-goto-line):
8745 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8746 (gdb-goto-breakpoint):
8747 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8748 * progmodes/python.el (python-find-function)
8749 (python-pdbtrack-track-stack-file):
8750 * progmodes/verilog-mode.el (verilog-surelint-off):
8751 * term/ns-win.el (ns-open-file-select-line):
8752 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8753 Use forward-line rather than goto-line.
8754
8755 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8756 * textmodes/reftex-index.el (reftex-display-index):
8757 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8758 * textmodes/reftex-toc.el (reftex-toc):
8759 Remove unnecessary bindings of default-major-mode (all are followed by
8760 major-mode check and possible mode switch).
8761
8762 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8763
8764 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8765 Handle watchpoints (bug#4282).
8766 (def-gdb-thread-buffer-command): Enable thread to be selected by
8767 clicking without selecting threads buffer first.
8768 (gdb-current-context-command): Use selected frame so that "up",
8769 "down" etc work in the GUD buffer.
8770 (gdb-update): Find selected frame before rendering stack buffer.
8771 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8772
8773 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8774
8775 * progmodes/sym-comp.el (displayed-completions): Remove.
8776 (symbol-complete): Use minibuffer-complete.
8777
8778 2009-08-31 Glenn Morris <rgm@gnu.org>
8779
8780 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8781
8782 * apropos.el (apropos-symbols-internal):
8783 Handle (obsolete) face aliases.
8784
8785 * faces.el (describe-face): Adjust the output format to be more like
8786 describe-variable, and to mention (obsolete) face aliases.
8787 Adjust the whitespace so that help-setup-xref works.
8788
8789 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8790 * calendar/diary-lib.el (diary-button-face):
8791 Mark these face aliases as obsolete.
8792
8793 * calendar/calendar.el (calendar-today): Doc fix.
8794
8795 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8796
8797 * progmodes/gdb-mi.el (gdb-control-all-threads)
8798 (gdb-control-current-thread): Force tool bar update.
8799 (gdb-non-stop-handler): New function.
8800 (gdb-init-1): Use it to test if non-stop mode is supported.
8801 Remove unused gdbmi buffer type.
8802
8803 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8804
8805 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8806 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
8807
8808 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
8809
8810 * comint.el (comint-exec-1): Check command is non-null first.
8811 Part of gdb-mi.el change (2009-08-28).
8812
8813 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8814
8815 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8816
8817 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
8818
8819 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8820 instead of `dolist' to avoid a recursive require when bootstrapping.
8821
8822 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8823
8824 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8825
8826 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8827
8828 * net/imap.el (imap-send-command): Simplify.
8829 (imap-wait-for-tag): point-max -> buffer-size.
8830
8831 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8832
8833 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8834 with constant argument.
8835
8836 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8837
8838 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8839
8840 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8841 Change default, since most of our files don't have a history.
8842 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8843 the user.
8844
8845 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8846 Add comint-run.
8847
8848 * calc/calc.el: Improve commenting convention.
8849 (calc-digit-map, toplevel): Simplify.
8850
8851 * comint.el (comint-insert-input): Be careful to only set point if we
8852 don't delegate to some other command.
8853
8854 * proced.el (proced-signal-list): Make it an alist.
8855 (proced-grammar-alist): Capitalize names.
8856 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8857 Disable undo manually and make it read-only.
8858 Use completion-annotate-function.
8859
8860 * minibuffer.el (minibuffer-message): If the current buffer is not
8861 a minibuffer, insert the message in the echo area rather than at the
8862 end of the buffer.
8863 (completion-annotate-function): New variable.
8864 (minibuffer-completion-help): Use it.
8865 (completion--embedded-envvar-table): Environment vars are
8866 always case-sensitive.
8867
8868 2009-08-30 Glenn Morris <rgm@gnu.org>
8869
8870 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8871 from fortran-current-defun.
8872 (fortran-beginning-of-subprogram): Be more precise about finding the
8873 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8874 (fortran-end-of-subprogram): Simplify.
8875 (fortran-current-defun): Use fortran-start-prog-re.
8876
8877 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
8878
8879 * subr.el (do-after-load-evaluation): Simplify.
8880
8881 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8882
8883 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8884
8885 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8886 (vc-rcs-print-log): Use it.
8887
8888 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8889
8890 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8891
8892 * paths.el (abbrev-file-name): Move to abbrev.el.
8893 * abbrev.el (abbrev-file-name): Move from paths.el.
8894 Obey user-emacs-directory.
8895 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8896 user-emacs-directory.
8897 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8898 abbrev-file-name and calc-settings-file any more.
8899 * startup.el (command-line): Recompute abbrev-file-name and
8900 abbreviated-home-dir.
8901 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8902 of the special code for when C-h bindings haven't been changed.
8903 (display-startup-echo-area-message): Use with-current-buffer.
8904 (command-line-1): Use a list of strings, rather than a list of lists
8905 of strings for longopts.
8906
8907 * files.el (get-free-disk-space): Use / for default-directory.
8908
8909 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8910 Use with-current-buffer.
8911
8912 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8913 Recognize immutable variables like most-positive-fixnum.
8914 (byte-compile-setq-default): Check and warn if trying to assign
8915 to an immutable variable, or a non-variable.
8916
8917 * progmodes/cc-vars.el (c-comment-continuation-stars):
8918 * progmodes/cc-engine.el (c-looking-at-bos):
8919 * progmodes/cc-cmds.el (c-toggle-auto-state)
8920 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8921 (c-comment-line-break-function): Add version of obsolescence.
8922
8923 2009-08-28 Juri Linkov <juri@jurta.org>
8924
8925 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8926 associated with `archive-mode'.
8927
8928 * image.el (image-type-header-regexps): Use only JPEG magic number
8929 to determine JPEG images, and don't use `image-jpeg-p' because
8930 Emacs can display non-JFIF non-Exif JPEG images.
8931
8932 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8933
8934 * arc-mode.el (archive-mode):
8935 * emacs-lisp/re-builder.el (re-builder-unload-function):
8936 Protect against the default value of `major-mode' being nil.
8937
8938 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8939
8940 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8941 Fix typos in docstrings.
8942
8943 * progmodes/js.el (js--macro-decl-re): Doc fix.
8944 (js--plain-method-re, js--split-name): Refloc docstring.
8945 (js--class-styles, js--make-merged-item, js--splice-into-items):
8946 Fix typos in docstrings; reflow docstrings.
8947 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8948 (js--variable-decl-matcher, js--inside-pitem-p)
8949 (js--parse-state-at-point, js--get-all-known-symbols)
8950 (js--symbol-history, js-find-symbol, js--js-references)
8951 (js--moz-interactor, js--js-encode-value, js--read-tab):
8952 Fix typos in docstrings.
8953
8954 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8955
8956 * textmodes/reftex.el (reftex-get-file-buffer-force):
8957 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8958 * emulation/viper.el (viper-go-away, viper-set-hooks):
8959 * emacs-lisp/re-builder.el (re-builder-unload-function):
8960 * emacs-lisp/bytecomp.el (byte-compile-file):
8961 * ses.el (ses-unload-function):
8962 * hexl.el (hexl-find-file):
8963 * files.el (normal-mode):
8964 * ehelp.el (with-electric-help):
8965 * autoinsert.el (auto-insert-alist):
8966 * arc-mode.el (archive-mode):
8967 Use (default-value 'major-mode) instead of default-major-mode.
8968
8969 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8970 * international/mule.el (load-with-code-conversion):
8971 * emacs-lisp/debug.el (debug):
8972 * ediff-vers.el (ediff-rcs-get-output-buffer):
8973 * dired.el (dired-internal-noselect): Don't let-bind
8974 default-major-mode around code that doesn't use it.
8975 E.g. buffer creation via get-buffer-create doesn't use it.
8976
8977 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
8978
8979 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8980 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8981 when writing the temp file. Otherwise, epa-file gets confused.
8982 (tramp-register-file-name-handlers): Make it a defun. Move also
8983 `epa-file-handler' to the front of `file-name-handler-alist'.
8984
8985 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8986
8987 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8988 start right after a ^M.
8989 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8990 (tramp-completion-file-name-regexp-separate)
8991 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8992 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8993 Don't modify last-coding-system-used by accident.
8994 (tramp-completion-file-name-handler): Apply the checks here,
8995 instead during registration.
8996 (tramp-register-file-name-handlers): Renamed from
8997 `tramp-register-file-name-handler'. Register both
8998 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8999 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
9000
9001 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
9002
9003 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9004 Remove variable ...
9005 (gdb-init-1, gdb-display-separate-io-buffer)
9006 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9007 references to it.
9008 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9009 (gdb-inferior-filter): Use comint-output-filter to stop
9010 echoing and remove ^M characters.
9011
9012 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9013
9014 * emulation/viper-init.el (viper-restore-cursor-type):
9015 * emulation/cua-base.el (cua--update-indications):
9016 Replace default-cursor-type with (default-value 'cursor-type).
9017
9018 * mail/sendmail.el (mail-recover-1):
9019 * international/mule-diag.el (describe-current-coding-system-briefly)
9020 (describe-current-coding-system):
9021 * international/mule-cmds.el (select-safe-coding-system)
9022 (select-message-coding-system)
9023 (set-language-environment-coding-systems, set-locale-environment):
9024 * hexl.el (hexl-insert-multibyte-char):
9025 * dos-w32.el (find-buffer-file-type-coding-system):
9026 * simple.el (what-cursor-position):
9027 Replace uses of default-buffer-file-coding-system
9028 with (default-value 'buffer-file-coding-system).
9029
9030 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9031 Replace uses of default-cursor-in-non-selected-windows
9032 with (default-value 'cursor-in-non-selected-windows).
9033 Use with-current-buffer.
9034
9035 * mail/feedmail.el: Use CL macros.
9036 (feedmail-run-the-queue, feedmail-send-it-immediately):
9037 * dos-w32.el (find-buffer-file-type): Replace uses of
9038 default-buffer-file-type with (default-value 'buffer-file-type).
9039
9040 2009-08-28 Glenn Morris <rgm@gnu.org>
9041
9042 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9043 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9044 Use default-value of major-mode rather than default-major-mode.
9045
9046 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9047
9048 * Makefile.in (update-elcfiles): Report left over elc files.
9049
9050 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9051 expand-file-name and with-current-buffer.
9052 (mail-get-names, mail-directory): Use with-current-buffer.
9053
9054 * vc.el (vc-read-revision): New function.
9055 (vc-version-diff, vc-merge): Use it.
9056
9057 2009-08-27 Sam Steingold <sds@gnu.org>
9058
9059 * simple.el (kill-do-not-save-duplicates): New user option.
9060 (kill-new): When it is non-nil, and the new string is the same as
9061 the latest kill, set replace to t to avoid duplicates in kill-ring.
9062
9063 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
9064
9065 * net/tramp.el (tramp-handle-process-file): Do not flush all
9066 caches when `process-file-side-effects' is set.
9067 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9068 instead of `tramp-find-file-exists-command'.
9069 Unset `process-file-side-effects'.
9070
9071 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
9072
9073 * net/tramp.el (tramp-methods): New method "rsyncc".
9074 (top): Add completion function for "rsyncc".
9075 (tramp-message-show-message): New defvar.
9076 (tramp-message, tramp-error): Use it.
9077 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9078 remote copying.
9079 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9080 `tramp-methods' entry `copy-env' of "rsyncc".
9081 (tramp-vc-registered-read-file-names): New defconst.
9082 (tramp-vc-registered-file-names): New defvar.
9083 (tramp-handle-vc-registered): Implement optimization strategy.
9084 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9085 (tramp-vc-file-name-handler): New defun.
9086 (tramp-get-ls-command, tramp-get-test-command)
9087 (tramp-get-file-exists-command, tramp-get-remote-ln)
9088 (tramp-get-remote-perl, tramp-get-remote-stat)
9089 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9090
9091 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9092 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9093 timestamps.
9094 (tramp-get-file-property): Check for timestamps in
9095 `tramp-cache-inhibit-cache'.
9096 (tramp-set-file-property): Write timestamp.
9097
9098 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9099
9100 * language/japan-util.el (japanese-symbol-table): Add entries for
9101 cp932-2-byte.
9102
9103 * international/characters.el: Add category `j' to cp932-2-byte.
9104
9105 2009-08-27 Kenichi Handa <handa@m17n.org>
9106
9107 * international/fontset.el (build-default-fontset-data): New macro.
9108 (setup-default-fontset): Use build-default-fontset-data for CJK,
9109 tibetan, ethiopic, and ipa.
9110
9111 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9112
9113 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9114 (enable-multibyte-characters): Not customizable any more.
9115
9116 * subr.el (default-mode-line-format, default-header-line-format)
9117 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9118 (default-direction-reversed, default-truncate-lines)
9119 (default-left-margin, default-tab-width, default-case-fold-search)
9120 (default-left-margin-width, default-right-margin-width)
9121 (default-left-fringe-width, default-right-fringe-width)
9122 (default-fringes-outside-margins, default-scroll-bar-width)
9123 (default-vertical-scroll-bar, default-indicate-empty-lines)
9124 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9125 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9126 (default-scroll-down-aggressively, default-fill-column)
9127 (default-cursor-type, default-buffer-file-type)
9128 (default-cursor-in-non-selected-windows)
9129 (default-buffer-file-coding-system, default-major-mode)
9130 (default-enable-multibyte-characters): Mark as obsolete.
9131
9132 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9133
9134 * vc-dir.el (vc-dir-update): Remove debug helper.
9135
9136 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9137
9138 2009-08-26 Sam Steingold <sds@gnu.org>
9139
9140 * simple.el (save-interprogram-paste-before-kill): New user option.
9141 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9142 save the interprogram-paste into kill-ring before overriding it
9143 with the Emacs kill.
9144
9145 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9146
9147 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9148 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9149 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9150 and move to vc-rcs.el.
9151 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9152 move to vc-rcs.el.
9153 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9154 (vc-rcs-update-changelog): Remove.
9155 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9156 and move to vc-rcs.el.
9157
9158 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9159 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9160 renaming.
9161 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9162 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9163 vc.el, renamed to be RCS specific.
9164
9165 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9166 New functions.
9167 (vc-cvs-update-changelog): Move here from vc.el.
9168
9169 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9170 New functions.
9171
9172 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9173
9174 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9175
9176 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9177
9178 * vc-git.el (vc-git-register): Use "git add" for directories.
9179 (vc-git-stash, vc-git-stash-show): New functions.
9180 (vc-git-extra-menu-map): Bind them.
9181
9182 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9183 directory correctly in case the item is a directory itself.
9184
9185 * vc.el: Document the desired behavior for reverted files in the
9186 `added' state.
9187 (vc-default-prettify-state-info): Remove function, unused.
9188
9189 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9190
9191 2009-08-26 Glenn Morris <rgm@gnu.org>
9192
9193 * bindings.el (standard-mode-line-format): Reposition dashes in
9194 which-func entry. (Bug#4217)
9195
9196 * files.el (enable-local-variables, enable-local-eval)
9197 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9198 the defcustoms.
9199 (auto-mode-alist, ignored-local-variables)
9200 (save-some-buffers-action-alist): Move risky declarations to the
9201 definitions.
9202 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9203 (font-lock-defaults, format-alist, imenu--index-alist)
9204 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9205 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9206 (mode-line-modified, mode-line-mule-info, mode-line-position)
9207 (mode-line-process, mode-line-remote, outline-level)
9208 (parse-time-rules, rmail-output-file-alist)
9209 (special-display-buffer-names, vc-mode):
9210 Move risky declarations to the relevant files.
9211 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9212 (mode-line-modified, mode-line-process, mode-line-position)
9213 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9214 * font-core.el (font-lock-defaults):
9215 * format.el (format-alist):
9216 * vc-hooks.el (vc-mode):
9217 * window.el (special-display-buffer-names):
9218 * international/mule-cmds.el (input-method-alist):
9219 Define riskiness here (dumped file) rather than in files.el.
9220 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9221 * imenu.el (imenu-generic-expression, imenu--index-alist):
9222 * outline.el (outline-level):
9223 * time.el (display-time-string):
9224 * calendar/parse-time.el (parse-time-rules):
9225 * mail/rmailout.el (rmail-output-file-alist):
9226 Autoload riskiness here, rather than placing in files.el.
9227
9228 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9229
9230 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9231
9232 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
9233
9234 * simple.el (process-file-side-effects): New defvar.
9235
9236 * dired-aux.el (dired-show-file-type):
9237 * vc.el (vc-diff-internal):
9238 * vc-arch.el (vc-arch-diff):
9239 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9240 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9241 * vc-git.el (vc-git-registered, vc-git-working-revision)
9242 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9243 (vc-git--empty-db-p):
9244 * vc-hooks.el (vc-user-login-name):
9245 * vc-svn.el (vc-svn-registered, vc-svn-state)
9246 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9247 * progmodes/grep.el (grep-probe): Let-bind
9248 `process-file-side-effects' with nil.
9249
9250 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9251
9252 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9253 daemon. Replace ping by checking for running service for bluez
9254 and zeroconf. (Bug#4239)
9255
9256 2009-08-25 Kevin Ryde <user42@zip.com.au>
9257
9258 * net/dig.el (dig): Add autoload cookie.
9259
9260 2009-08-25 Glenn Morris <rgm@gnu.org>
9261
9262 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9263 load-history for absolute file-names.
9264 (byte-compile-file-form-require): Warn about use of the cl package.
9265
9266 * format.el (format-alist): Doc fix.
9267
9268 * play/bubbles.el (top-level): Don't require cl at run-time.
9269
9270 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9271 run-time cl).
9272
9273 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9274
9275 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9276 from cl package.
9277 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9278
9279 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9280
9281 * calc/calc-alg.el (math-trig-rewrite)
9282 (math-hyperbolic-trig-rewrite): New functions.
9283 (calc-simplify): Simplify trig functions when asked.
9284
9285 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9286
9287 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9288
9289 2009-08-24 Kenichi Handa <handa@m17n.org>
9290
9291 * language/ind-util.el (mapthread): Delete it.
9292 (combinatorial): New function.
9293 (indian--puthash-cv): Use combinatorial instead of mapthread.
9294
9295 2009-08-22 Kevin Ryde <user42@zip.com.au>
9296
9297 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9298 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9299 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9300 Clarify docstring that the value is strings not symbols.
9301 (checkdoc-list-of-strings-p): New function.
9302
9303 2009-08-22 Glenn Morris <rgm@gnu.org>
9304
9305 * files.el (auto-mode-alist):
9306 * hippie-exp.el (he-concat-directory-file-name):
9307 * lpr.el (lpr-windows-system, printer-name):
9308 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9309 * ps-print.el (ps-windows-system):
9310 * startup.el (command-line):
9311 * emulation/viper-ex.el (viper-glob-function):
9312 * international/mule-cmds.el (set-language-environment-coding-systems):
9313 * net/ange-ftp.el (ange-ftp-write-region):
9314 * obsolete/fast-lock.el (fast-lock-cache-name):
9315 Remove code for defunct system-types emx, macos, mswindows, next-mach,
9316 unisoft-unix, vax-vms, win32, w32.
9317
9318 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9319 given name if the pattern is not more specific.
9320
9321 * calendar/lunar.el (lunar-phase-names): New option.
9322 (lunar-phase): Doc fix.
9323 (lunar-cycles-per-year): New constant.
9324 (lunar-index): New function.
9325 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9326 (lunar-phase-name): Use lunar-phase-names.
9327 (calendar-lunar-phases): Use format.
9328 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9329
9330 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9331 Copy imenu-example--name-and-position function here for own use.
9332 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9333
9334 * bs.el (bs--redisplay):
9335 * cus-edit.el (custom-redraw):
9336 * ibuffer.el (ibuffer-bury-buffer):
9337 * server.el (server-goto-line-column):
9338 * startup.el (command-line-1):
9339 * strokes.el (strokes-xpm-for-stroke):
9340 * term.el (term-display-buffer-line):
9341 * view.el (View-goto-line):
9342 * calc/calc.el (calc-do, calc-trail-buffer):
9343 * play/gamegrid.el (gamegrid-add-score-insecure):
9344 * progmodes/ada-mode.el (ada-compile-goto-error):
9345 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9346 (ebrowse-select-1st-to-9nth):
9347 * progmodes/cperl-mode.el (cperl-time-fontification):
9348 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9349 * progmodes/gud.el (gud-display-line):
9350 (idlwave-shell-display-line):
9351 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9352 * progmodes/make-mode.el (makefile-browser-toggle):
9353 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9354 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9355 * textmodes/picture.el (picture-draw-rectangle):
9356 * textmodes/reftex-index.el (reftex-index-goto-letter):
9357 (reftex-select-jump-to-previous):
9358 * textmodes/reftex-sel.el (reftex-find-start-point)
9359 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9360 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9361 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9362 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9363 * textmodes/two-column.el (2C-associated-buffer):
9364 Use forward-line rather than goto-line.
9365
9366 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9367 goto-line.
9368
9369 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9370 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9371 (quick-check-list-to-regexp): Declare.
9372
9373 * progmodes/make-mode.el (makefile-browser-insert-selection):
9374 Use goto-char rather than goto-line.
9375
9376 * progmodes/prolog.el (compilation-error-regexp-alist)
9377 (compilation-forget-errors): Declare.
9378
9379 2009-08-22 Juri Linkov <juri@jurta.org>
9380
9381 * progmodes/grep.el (lgrep, rgrep): At the beginning
9382 set `dir' to `default-directory' unless `dir' is a non-nil
9383 readable directory. (Bug#4052)
9384 (lgrep, rgrep): Change a weird way to report an error
9385 from using `read-string' to using `error'.
9386 Instead of using interactive arguments in the function body,
9387 add new argument `confirm'.
9388
9389 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9390
9391 * textmodes/remember.el (remember-buffer):
9392 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9393 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9394 (icalendar-extract-ical-from-buffer):
9395 * net/newst-treeview.el (newsticker-groups-filename):
9396 * net/newst-backend.el (newsticker-cache-filename):
9397 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9398 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9399 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9400 (speedbar-buffers-line-path, speedbar-path-line)
9401 (speedbar-buffers-line-path):
9402 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9403 (epg-sign-keys):
9404 * epa.el (epa-display-verify-result):
9405 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9406
9407 2009-08-21 Glenn Morris <rgm@gnu.org>
9408
9409 * progmodes/js.el (inferior-moz-process): Fix declaration.
9410
9411 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9412
9413 * obsolete/rnewspost.el (news-mail-reply):
9414 Use goto-char rather than goto-line.
9415
9416 * term/ns-win.el (ns-open-file-select-line):
9417 Use line-beginning-position rather than goto-line.
9418
9419 * apropos.el (apropos-command):
9420 * ehelp.el (electric-helpify):
9421 * printing.el (pr-show-setup):
9422 * strokes.el (strokes-help):
9423 * tutorial.el (tutorial--describe-nonstandard-key)
9424 (tutorial--detailed-help):
9425 * woman.el (woman-mini-help, woman-display-extended-fonts):
9426 * calc/calc-help.el (calc-describe-key):
9427 * emulation/edt.el (edt-electric-helpify):
9428 * international/mule-diag.el (mule-diag):
9429 * play/yow.el (apropos-zippy):
9430 * progmodes/python.el (python-describe-symbol):
9431 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9432 * textmodes/table.el (*table--cell-describe-mode)
9433 (*table--cell-describe-bindings):
9434 Use help-print-return-message rather than the now obsolete alias.
9435
9436 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9437 (calendar-cursor-to-visible-date):
9438 * play/5x5.el (5x5-position-cursor):
9439 * play/decipher.el (decipher):
9440 * play/gomoku.el (gomoku-goto-xy):
9441 * play/landmark.el (lm-goto-xy):
9442 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9443 (mpuz-paint-digit):
9444 Use forward-line, not goto-line.
9445
9446 * mail/rmail.el (rmail-obsolete): Delete custom group.
9447 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9448 (rmail-remote-password, rmail-remote-password-required):
9449 Remove unneeded :set-after and :set properties.
9450
9451 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
9452
9453 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9454
9455 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9456
9457 * loadup.el: Remove leftover macos code.
9458
9459 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9460 Explicitly pass the date format to git blame so that user local
9461 so that the output format can be parsed.
9462
9463 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
9464
9465 * net/dbus.el (top): Don't check for (getenv
9466 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9467
9468 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9469
9470 * log-edit.el (log-edit-strip-single-file-name): New var.
9471 (log-edit-insert-changelog): Use it. Bug#3571
9472
9473 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9474
9475 * subr.el (read-passwd): Use read-key so keypad keys work as well.
9476 Bug#3287
9477
9478 * help.el (help-print-return-message): Rename from
9479 print-help-return-message.
9480
9481 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9482 cvs-mode-map parent hack.
9483 (log-view-mode): Derive from special-mode.
9484
9485 * linum.el (linum-mode): window-size-change-functions is redundant.
9486 Adapt to new window-configuration-change-hook behavior.
9487 (linum-after-size, linum-after-config): Remove.
9488
9489 * imenu.el (imenu-example--name-and-position)
9490 (imenu-example--lisp-extract-index-name)
9491 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9492 Mark as obsolete.
9493
9494 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9495 (inferior-prolog-mode): Use it.
9496 (inferior-prolog-load-file): Reset list of errors.
9497
9498 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9499
9500 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9501
9502 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9503
9504 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
9505
9506 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9507 is running already.
9508
9509 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9510
9511 * subr.el (listify-key-sequence-1): Use normal syntax since those
9512 integers are nowadays always represented by the same (positive) number
9513 on all platforms.
9514 (read-key-empty-map): New const.
9515 (read-key-delay): New var.
9516 (read-key): New function.
9517 (force-mode-line-update): Use with-current-buffer.
9518 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9519 (start-process-shell-command, start-file-process-shell-command):
9520 Discourage the use of command-args.
9521
9522 2009-08-19 Glenn Morris <rgm@gnu.org>
9523
9524 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9525
9526 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9527
9528 * simple.el (choose-completion-string): Don't rely on
9529 minibuffer-completing-file-name and ad-hoc checks to decide whether
9530 to continue completion or not.
9531
9532 * minibuffer.el (minibuffer-hide-completions): New function.
9533 (completion--do-completion): Use it.
9534 (completions-annotations): New face.
9535 (completion--insert-strings): Use it.
9536 (completion-pcm--delim-wild-regex): Add docstring.
9537 (completion-pcm--string->pattern): Add support for 0-width delimiters
9538 in completion-pcm--delim-wild-regex.
9539
9540 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9541
9542 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9543 Remove unused var `buffer-modified-p'.
9544
9545 * minibuffer.el (completion--do-completion): Move point for the #b001
9546 case as well (bug#4176).
9547 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9548
9549 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
9550
9551 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9552 and :session buses.
9553
9554 2009-08-18 Kenichi Handa <handa@m17n.org>
9555
9556 * international/ucs-normalize.el (ucs-normalize-version):
9557 Change to 1.1.
9558 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9559 (utf-8-hfs): Make it perform normalization on encoding too.
9560
9561 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9562 (sentence-end-without-space): Delete duplicated chars.
9563 (sentence-end-base): Likewise.
9564
9565 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9566 (html-mode): Delete duplicated chars from sentence-end-base.
9567
9568 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9569 (texinfo-mode): Delete duplicated chars from sentence-end-base.
9570
9571 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
9572
9573 * files.el (hack-one-local-variable): If the mode function is for
9574 a minor mode, pass it an argument (Bug#4148).
9575
9576 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
9577
9578 * net/tramp.el (tramp-register-completion-file-name-handler):
9579 Check also for (member 'partial-completion completion-styles).
9580
9581 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9582
9583 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9584 abbrev (Bug#3943).
9585
9586 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
9587
9588 * progmodes/cperl-mode.el: Merge upstream 6.2.
9589 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9590 (cperl-forward-re): Check cperl-brace-recursing.
9591 (cperl-highlight-charclass): New function.
9592 (cperl-find-pods-heres): Use it.
9593 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9594 (cperl-beautify-regexp-piece): Fix column calculation.
9595 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9596 (cperl-beautify-level): Don't process entire regexp.
9597 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9598 calling man.
9599 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9600 (cperl-init-faces): Build a list in the normal way.
9601
9602 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9603
9604 * calendar/parse-time.el (parse-time-string-chars): Save match
9605 data.
9606
9607 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9608
9609 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9610 (sql-product): Use it.
9611 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9612 (sql-set-product): Add completion.
9613 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9614 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9615 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9616 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9617 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9618 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9619 (sql-highlight-db2-keywords): Remove.
9620 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9621 (sql-highlight-product): Use derived-mode-p.
9622 (sql-set-sqli-buffer): Use with-current-buffer.
9623 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9624 Simplify.
9625
9626 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9627
9628 * term.el: Fix commenting convention, turn comments into docstrings.
9629
9630 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9631
9632 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9633
9634 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
9635
9636 * calendar/parse-time.el (parse-time-string-chars): Compute using
9637 character classes, to handle non-ascii characters (Bug#3190).
9638
9639 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9640
9641 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9642 another heredoc if the user adds another < (Bug#3226).
9643
9644 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9645 Don't initialize based on window-system (Bug#4124).
9646
9647 * facemenu.el (facemenu-read-color): Use a completion function
9648 that accepts any defined color, such as RGB triplets (Bug#3677).
9649
9650 * files.el (get-free-disk-space): Change fallback default
9651 directory to /. Expand DIR argument before switching to fallback.
9652 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9653
9654 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9655
9656 * files.el (load-library): Doc fix.
9657
9658 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9659
9660 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9661 (viper-if-string): Redefine C-s in the minibuffer to insert the last
9662 incremental search string.
9663
9664 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9665 XEmacs.
9666
9667 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9668 (ediff-merge-region-is-non-clash)
9669 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9670 Also check if the job is really a merge job.
9671
9672 * ediff.el (ediff-current-file): New function.
9673
9674 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9675
9676 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9677 conventions.
9678 (js-insert-and-indent): Delete function.
9679 (js-mode-map): Don't bind keys to js-insert-and-indent.
9680 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9681 (js-end-of-defun): Rename from js--end-of-defun.
9682 (js-auto-indent-flag): Delete variable.
9683
9684 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
9685
9686 * progmodes/js.el: Remove proclaim statement.
9687 Defvar which-func-imenu-joiner-function to silence compiler.
9688
9689 * files.el (auto-mode-alist): Use js-mode for .js files.
9690
9691 * progmodes/js2-mode.el: Remove file.
9692
9693 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9694
9695 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9696
9697 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9698
9699 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
9700 Karl Landstrom <karl.landstrom@brgeight.se>
9701
9702 * progmodes/js.el: New file.
9703
9704 2009-08-14 Mark A. Hershberger <mah@everybody.org>
9705
9706 * timezone.el (timezone-parse-date): Add ability to understand ISO
9707 basic format (minimal separators) dates in addition to the
9708 already-supported extended format dates.
9709
9710 2009-08-14 Eli Zaretskii <eliz@gnu.org>
9711
9712 * international/ucs-normalize.el: Add a `coding' file variable.
9713
9714 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9715
9716 2009-08-14 Sam Steingold <sds@gnu.org>
9717
9718 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9719
9720 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
9721
9722 * faces.el (help-argument-name): Define it here instead of
9723 help-fns.el, because in daemon mode help-fns.el may be loaded when
9724 faces are still uninitialized (Bug#1078).
9725
9726 * help-fns.el (help-argument-name): Move defface to faces.el.
9727
9728 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
9729
9730 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9731 create buffer with a pty but no process so that GDB can make the
9732 inferior the controlling process.
9733
9734 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
9735
9736 * international/ucs-normalize.el: New file.
9737
9738 2009-08-13 Richard Stallman <rms@gnu.org>
9739
9740 * mail/rmail.el (rmail-get-attr-names):
9741 Accept an attribute header that is too short.
9742
9743 * mail/rmail.el (rmail-forget-messages):
9744 Ignore nil elt in rmail-message-vector. Use dotimes.
9745
9746 * progmodes/compile.el (compilation-goto-locus):
9747 Use next-error-move-function.
9748
9749 * simple.el (next-error-move-function): New variable.
9750
9751 2009-08-12 Juri Linkov <juri@jurta.org>
9752
9753 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9754 always non-nil. (Bug#4052)
9755
9756 * replace.el (read-regexp): Return empty string when
9757 `default-value' is nil.
9758 (keep-lines-read-args): Don't use empty string as the
9759 default value for `read-regexp'. (Bug#2495)
9760
9761 2009-08-12 Juri Linkov <juri@jurta.org>
9762
9763 * international/mule-cmds.el (ucs-insert): Change arguments
9764 from `arg' to `character', `count', `inherit' to be the same
9765 as in `insert-char'. Doc fix. (Bug#4039)
9766
9767 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9768
9769 2009-08-12 Juri Linkov <juri@jurta.org>
9770
9771 * files-x.el: New file.
9772
9773 * files.el: Move code that deals with adding/deleting
9774 file/directory-local variables to files-x.el.
9775
9776 * Makefile.in (ELCFILES): Add files-x.elc.
9777
9778 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9779
9780 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9781 to use `goto-line'.
9782 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9783 `goto-line'.
9784 (gdb-invalidate-disassembly): Do not refresh upon receiving
9785 'update signal. Instead, update all disassembly buffers only after
9786 threads list.
9787 (gdb): Send -target-detach when buffer is killed (Bug#3794).
9788 (gdb-starting): Moved -data-list-register-names...
9789 (gdb-stopped): ...here so it's sent when first thread stops.
9790 (gdb-registers-handler-custom): Do nothing if register names are
9791 unknown yet.
9792
9793 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9794 from `gdb-mi.el' to avoid extra tangling.
9795
9796 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9797 change which breaks `gud-def' definitions used in `gdb'.
9798 (gdb-update-gud-running): No extra fuss for updating frame number.
9799
9800 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9801
9802 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9803 (describe-language-environment-map, setup-language-environment-map)
9804 (set-coding-system-map): Move initialization into declaration.
9805 (set-language-info-alist): Last arg to define-key-after can be skipped.
9806
9807 * international/quail.el (quail-completion-1): Simplify.
9808 (quail-define-rules): Use slightly more compact code.
9809 (quail-insert-decode-map): Propertize keys, compact columns.
9810
9811 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9812 Add goto-line.
9813
9814 2009-08-10 Miles Bader <miles@gnu.org>
9815
9816 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9817 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9818 (js2-instance-member, js2-private-member, js2-private-function-call)
9819 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9820 (js2-magic-paren, js2-external-variable):
9821 Remove "-face" suffix from face names.
9822 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9823 (js2-highlight-undeclared-vars, js2-peek-token)
9824 (js2-parse-function-params, js2-mode-show-errors)
9825 (js2-mode-show-warnings, js2-make-magic-delimiter)
9826 (js2-mode-highlight-magic-parens): Update to use new face names.
9827
9828 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
9829
9830 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9831 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9832
9833 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
9834
9835 * subr.el: Provide hashtable-print-readable.
9836
9837 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9838 hs-c-like-adjust-block-beginning.
9839 (hs-hide-block-at-point): Stop hiding at the beginning of
9840 hs-block-end-regexp (Bug#700).
9841
9842 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9843
9844 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9845 a macro.
9846 (gdb-registers-handler-custom): Do not fail when register names
9847 are unavailable.
9848
9849 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9850
9851 * progmodes/gdb-mi.el (gdb-control-all-threads)
9852 (gdb-control-current-thread): Interactive setters for
9853 `gdb-gud-control-all-threads' to use in menu.
9854 (gdb-show-run-p): Show «Go» when process is not active.
9855 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
9856 gud/thread.xpm and gud/all.xpm.
9857
9858 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
9859
9860 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9861 (nslookup-font-lock-keywords): Make it a variable.
9862 (net-utils-mode): New mode for viewing diagnostic network output.
9863 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9864 (net-utils-run-simple): New function.
9865 (ifconfig, iwconfig, netstat, arp, route): Use it.
9866
9867 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9868
9869 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9870 (gdb-memory-set-address, def-gdb-set-positive-number)
9871 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9872 after changing settings.
9873 (gdb-invalidate-disassembly): Update when first shown.
9874 (gdb-edit-locals-value): Fixed.
9875 (gdb-registers-handler-custom): Print registers in right order and
9876 allow changing register values (only for current thread yet).
9877 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9878 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9879 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9880 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9881 info in mode name.
9882 (gdb-registers-mode-map): TAB to switch to locals.
9883
9884 2009-08-08 Eli Zaretskii <eliz@gnu.org>
9885
9886 * mail/rmail.el (rmail-add-mbox-headers)
9887 (rmail-set-message-counters-counter): Search for
9888 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9889
9890 2009-08-08 Glenn Morris <rgm@gnu.org>
9891
9892 * Makefile.in (ELCFILES): Update.
9893
9894 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9895
9896 * mail/sendmail.el (mail-yank-original): Set
9897 buffer-file-coding-system from the one used by the message whose
9898 text is yanked.
9899
9900 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9901 to "windows" when "pgnuplot" is used.
9902 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9903 call accept-process-output if "pgnuplot" is used.
9904 (calc-graph-init): Don't send -display and -geometry to
9905 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9906 running "pgnuplot -V" with shell-command-to-string.
9907
9908 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9909 the default.
9910
9911 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9912
9913 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9914 org/org-latex.elc.
9915
9916 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9917
9918 * vc-dispatcher.el (vc-resynch-window): Update comment.
9919
9920 * term.el (term-handle-ansi-escape): Add comments with the
9921 terminfo capabilities implemented.
9922
9923 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9924
9925 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9926 (gdb-var-create-handler): Rewritten using JSON parser.
9927 (gdb-propertize-header): Moved earlier.
9928 (gdb-set-header): Removed to avoid duplication.
9929 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9930 Refresh disassembly buffers only after threads list have been
9931 update.
9932 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9933 variables.
9934
9935 2009-08-04 Juri Linkov <juri@jurta.org>
9936
9937 * files.el: Commands to add/delete file/directory-local variables.
9938 (read-file-local-variable, read-file-local-variable-value)
9939 (read-file-local-variable-mode, modify-file-local-variable)
9940 (modify-file-local-variable-prop-line)
9941 (modify-dir-local-variable): New functions.
9942 (add-file-local-variable, delete-file-local-variable)
9943 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9944 (add-dir-local-variable, delete-dir-local-variable)
9945 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9946 (copy-dir-locals-to-file-locals-prop-line): New commands.
9947
9948 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
9949
9950 * abbrev.el (insert-abbrev-table-description): Prettify output.
9951 Suggested by Karl Chen.
9952
9953 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9954
9955 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9956 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9957 (gdb-overlay-arrow-position, gdb-thread-position)
9958 (gdb-disassembly-position): Declare variables.
9959 (gdb-wait-for-pending): Function now.
9960 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9961 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9962 compilation goes smoothly.
9963 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9964 (gdb-non-stop-setting): New customization setting which replaces
9965 `gdb-non-stop' so changing it doesn't break active GDB session.
9966 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9967 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9968 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9969 (gdb-show-threads-by-default): New customization options.
9970 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9971 routines.
9972 (gdb-get-buffer-create): Send buffers update signal when they are
9973 created.
9974 (gdb-invalidate-locals, gdb-invalidate-registers)
9975 (gdb-invalidate-breakpoints)
9976 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9977 (gdb-invalidate-memory): Accept update signal.
9978 (gdb-current-context-command): Use --frame option.
9979 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9980 Implement `gdb-frame-number' selection logic.
9981 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9982 whether to show GUD toolbar buttons.
9983 (gdb-thread-exited): Unselect current thread when it exits.
9984 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9985 (gdb-mark-line): Routine which sets overlay arrow or inverses
9986 video on fringeless displays.
9987 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9988 to build aligned columns of data in GDB buffers and set text
9989 properties line-by-line.
9990 (gdb-invalidate-breakpoints)
9991 (gdb-breakpoints-list-handler-custom)
9992 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9993 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9994 (gdb-registers-handler-custom): Align data columns.
9995 (gdb-locals-handler-custom): Now prints data like in variable
9996 declarations.
9997 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9998 Removed confusing buttons.
9999 (gdb-invalidate-threads): Append --frame.
10000 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10001 between breakpoints/threads buffers.
10002 (gdb-set-window-buffer): Now can ignore dedicated windows.
10003 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10004 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10005 (def-gdb-thread-buffer-gud-command): Replaces
10006 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10007 for fine thread control.
10008 (gdb-preempt-existing-or-display-buffer): New function used to
10009 display bound buffers without breaking window layout.
10010 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10011 (gdb-select-frame): New version of `gdb-frames-select' which now
10012 sets `gdb-frame-number' so commands may use --frame option instead
10013 of inner debugger state.
10014 (gdb-frame-handler): Do not set `gdb-frame-number'.
10015 (gdb-threads-mode-map): Select threads with mouse.
10016
10017 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10018 avoid compilation warning.
10019 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10020 `gdb-show-stop-p`.
10021
10022 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10023 Argument `key' renamed to `buffer-type'.
10024 (gdb-current-context-buffer-name): Do not add thread info to
10025 buffer name when no thread is selected.
10026 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10027 command (bug 3794).
10028 (gdb-thread-selected): Handle `=thread-selected' notification.
10029 (gdb-wait-for-pending): New macro to deal with congestion problems.
10030 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10031 breakpoints.
10032 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10033 This fixes problem similar to one described in bug 3947.
10034 (gud-menu-map): More menu items.
10035 (gdb-init-1): Reset `gdb-thread-number' to nil.
10036
10037 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10038 non-stop settings.
10039
10040 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10041 (gdb-current-context-command): Do not append --thread if
10042 `gdb-thread-number' is nil.
10043 (gdb-running-threads-count, gdb-stopped-threads-count): New
10044 variables.
10045 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10046 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10047 customization options.
10048 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10049 GUD commands.
10050 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10051 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10052 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10053 set `gdb-thread-number' and update `gud-running' properly.
10054 (gdb-running): Update threads list when new threads appear.
10055 (gdb-stopped): Support non-stop operation and new thread switching
10056 logic.
10057 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10058 (gdb-json-partial-output): New set of JSON routines.
10059 (def-gdb-auto-update-trigger): New `signal-list' optional
10060 argument.
10061 (gdb-thread-list-handler-custom): Update `gud-running',
10062 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10063 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10064 (gdb-continue-thread, gdb-step-thread): New commands for fine
10065 thread execution control.
10066 (gud-menu-map): New menu items to switch non-stop options.
10067 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10068 (gdb-send): Mimic RET properly (bug 3794).
10069
10070 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10071 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10072 gdb-buffer-rules.
10073 (def-gdb-auto-update-handler): New nopreserve optional argument.
10074 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10075
10076 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10077 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10078 (gdb-parent-mode): New mode to derive other GDB modes from.
10079 (gdb-display-disassembly-for-thread)
10080 (gdb-frame-disassembly-for-thread): New commands for threads
10081 buffer.
10082
10083 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10084 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10085 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10086 (gdb-update): We now store all GDB buffers in a list so that they
10087 can be updated by traversing a list instead of calling invalidate
10088 triggers explicitly.
10089 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10090 pair for GDB buffer.
10091 (gdb-stack-buffer-name): Add thread information.
10092 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10093 handle pending triggers.
10094 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10095 (def-gdb-thread-buffer-simple-command)
10096 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10097 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10098 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10099 New commands which show buffers bound to thread.
10100 (gdb-stack-list-locals-regexp): Removed unused regexp.
10101
10102 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10103 (gdb-locals-buffer-name, gdb-registers-buffer-name)
10104 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10105 to (gud-comint-buffer) in *-buffer-name functions
10106 because (gdb-get-target-string) already does that.
10107 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10108 (gdb-changed-registers-handler): Rewritten without regexps.
10109
10110 * progmodes/gdb-mi.el: Basic thread selection support.
10111 (gdb-thread-number): New variable.
10112 (gdb-current-context-command): New macro which adds --thread
10113 option to command.
10114 (gdb-threads-mode-map): Select thread with SPC.
10115 (gdb-thread-list-handler-custom): Mark current thread with overlay
10116 arrow. Synchronize GDB thread and Emacs thread.
10117 (gdb-select-thread): New command which selects current thread.
10118 (gdb-invalidate-frames, gdb-invalidate-locals)
10119 (gdb-invalidate-registers): Use --thread option.
10120
10121 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
10122
10123 * net/tramp.el (top): Make check for tramp-gvfs loading more
10124 robust. (Bug#3977)
10125 (tramp-handle-insert-file-contents): `unwind-protect' must be
10126 inside `with-parsed-tramp-file-name'.
10127
10128 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10129 fails.
10130
10131 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
10132
10133 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10134 directory if CLASSPATH is not set.
10135
10136 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
10137
10138 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10139 New defconst.
10140 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
10141
10142 2009-08-02 Kevin Ryde <user42@zip.com.au>
10143
10144 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10145 Update freshmeat link. Delete newsforge.com as it seems gone.
10146
10147 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10148
10149 * select.el (x-set-selection): Doc fix (Bug#4021).
10150
10151 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10152
10153 * help-fns.el (describe-variable): Treat list return values from
10154 dir-locals-find-file properly (Bug#4005).
10155
10156 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
10157
10158 * net/tramp.el (tramp-debug-message): Print also microseconds.
10159
10160 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
10161
10162 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10163 or END is non-nil.
10164 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10165 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10166 format.
10167
10168 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10169 (tramp-get-file-property): Use it.
10170
10171 * autorevert.el (auto-revert-handler): Allow
10172 `auto-revert-tail-mode' for remote files.
10173
10174 2009-08-02 Jason Rumney <jasonr@gnu.org>
10175
10176 * minibuffer.el (read-file-name): Treat confirm options to
10177 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
10178
10179 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10180
10181 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10182 (font-lock-variable-name-face, font-lock-constant-face): Darken
10183 the colors for light backgrounds.
10184
10185 2009-08-01 Eli Zaretskii <eliz@gnu.org>
10186
10187 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10188 month names. (Bug#3987)
10189
10190 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
10191
10192 * simple.el (line-move-finish): Pass whole number to
10193 line-move-to-column.
10194 (line-move-visual): Perform hscroll to the recorded position.
10195
10196 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10197
10198 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10199
10200 2009-07-29 Alan Mackenzie <acm@muc.de>
10201
10202 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10203
10204 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10205
10206 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10207 (gdb-place-breakpoints): Use full path when setting breakpoints.
10208
10209 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10210
10211 * calc/calc.el (calc-mode-map): Add keybinding for
10212 `calc-transpose-lines'.
10213
10214 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
10215
10216 * calc/calc-misc.el (calc-transpose-lines): New function.
10217
10218 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
10219
10220 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10221 Simplify check for out-of-band methods.
10222 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10223 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10224
10225 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10226
10227 * vc-git.el (vc-git-checkin): Fix typo.
10228
10229 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
10230
10231 * progmodes/js2-mode.el: New file.
10232
10233 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
10234
10235 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10236 (gud-menu-map): Adjust tooltip accordingly.
10237
10238 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10239
10240 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10241 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10242
10243 * add-log.el (change-log-mode-map): Add a menu.
10244
10245 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
10246
10247 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10248 function returns nil.
10249 (dbus-handle-event): Handle special return value :ignore.
10250 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10251
10252 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
10253
10254 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10255 it's not needed.
10256
10257 2009-07-25 Eli Zaretskii <eliz@gnu.org>
10258
10259 Fix Bug#3888:
10260
10261 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10262
10263 * term/pc-win.el (x-display-name, x-colors)
10264 (x-select-enable-clipboard, x-select-text): Doc fix.
10265
10266 * term/common-win.el (x-display-name, x-colors): Doc fix.
10267
10268 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10269 (xw-defined-colors): Doc fix.
10270
10271 * w32-fns.el (x-select-text, x-setup-function-keys)
10272 (x-get-selection, x-set-selection): Doc fix.
10273
10274 * term/x-win.el (x-select-text, x-setup-function-keys)
10275 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10276
10277 * select.el (x-set-selection): Doc fix.
10278
10279 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
10280
10281 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10282 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10283 "IsNSSSupportAvailable" method is not available. Reported by
10284 Steve Youngs <steve@sxemacs.org>.
10285
10286 2009-07-24 Kenichi Handa <handa@m17n.org>
10287
10288 * international/characters.el: Fix setting of category ?C, ?|, ?K,
10289 and ?H. Fix setting of case for Latin Extended and Greek Extended.
10290 (build-unicode-category-table): Fix range checks.
10291
10292 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10293
10294 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10295 the buffer we try to sync is current when calling
10296 vc-resynch-buffer.
10297
10298 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10299 not show up to date files.
10300
10301 2009-07-24 Glenn Morris <rgm@gnu.org>
10302
10303 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10304 Add autoload cookies. If necessary, initialize.
10305 (elint-log): Handle non-file buffers.
10306 (elint-initialize): Add optional argument to reinitialize.
10307 (elint-find-builtin-variables): Save excursion.
10308
10309 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10310
10311 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10312 for Lint.
10313
10314 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10315
10316 * vc.el (vc-print-log-internal): New function, split out from ...
10317 (vc-print-log): ... here.
10318 (vc-dir-move-to-goal-column): Declare.
10319
10320 * vc-git.el (vc-git-add-signoff): New variable.
10321 (vc-git-checkin): Use it.
10322 (vc-git-toggle-signoff): New function.
10323 (vc-git-extra-menu-map): Bind it to menu.
10324 (vc-git--run-command-string): Accept a nil FILE argument.
10325 (vc-git-stash-list): New function.
10326 (vc-git-dir-extra-headers): Use it.
10327
10328 2009-07-23 Glenn Morris <rgm@gnu.org>
10329
10330 * help-fns.el (describe-variable): Describe ignored and risky local
10331 variables in a similar way to that in which we describe safe ones.
10332
10333 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10334 (byte-compile-output-file-form, byte-compile-output-docform)
10335 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10336 Give some more local variables with common names a "bytecomp-" prefix,
10337 so as not to shadow things during compilation.
10338 * emacs-lisp/cl-macs.el (load-time-value)
10339 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10340 `outbuffer' to `bytecomp-outbuffer'.
10341
10342 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10343 since the next two variables cover them automatically now.
10344 (elint-builtin-variables, elint-autoloaded-variables): New.
10345 (elint-unknown-builtin-args): Remove all members, since they can be
10346 parsed automatically now.
10347 (elint-extra-errors): New.
10348 (elint-env-add-env, elint-env-add-macro): Use cadr.
10349 (elint-current-buffer): Use or. Change final message.
10350 (elint-get-top-forms): Use line-end-position.
10351 (elint-init-env): Use cadr. Handle autoload, declare-function,
10352 and defalias.
10353 (elint-add-required-env): Doc fix. Use or. Standardize error.
10354 (regexp-assoc): Remove unused function.
10355 (elint-top-form): Set elint-current-pos, to record the start of the
10356 top-level form, for compilation-mode.
10357 (elint-form): Trap errors in macro expansion. Use dolist.
10358 (elint-unbound-variable): Use elint-builtin-variables and
10359 elint-autoloaded-variables.
10360 (elint-get-args): Use cadr, or.
10361 (elint-check-cond-form): Use dolist, cadr.
10362 (elint-check-condition-case-form): Doc fix. Use cadr.
10363 Use elint-extra-errors.
10364 (elint-log): New function.
10365 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10366 Distinguish errors and warnings.
10367 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10368 Use a bytecomp-style format.
10369 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10370 (elint-get-log-buffer): Use compilation mode. Disable undo.
10371 Don't truncate lines.
10372 (elint-initialize): Set builtin and autoloaded variable lists.
10373 Only process elint-unknown-builtin-args if non-nil.
10374 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10375 New functions.
10376 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10377
10378 2009-07-22 Kevin Ryde <user42@zip.com.au>
10379
10380 * net/newst-backend.el (newsticker--parse-atom-1.0)
10381 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10382 (newsticker--parse-rss-1.0):
10383 * progmodes/idlwave.el (idlwave-mode):
10384 * progmodes/idlw-shell.el (idlwave-shell-mode):
10385 * progmodes/vera-mode.el (vera-mode):
10386 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10387 * progmodes/vhdl-mode.el (vhdl-mode):
10388 * textmodes/table.el (table-generate-source)
10389 (table--warn-incompatibility):
10390 Hyperlink urls in docstrings with URL `...'.
10391
10392 2009-07-22 Glenn Morris <rgm@gnu.org>
10393
10394 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10395 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10396 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10397 Remove leading * from defcustom docs.
10398
10399 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10400
10401 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10402 defcustom doc.
10403 (list-load-path-shadows): Optionally, just return shadows as a string.
10404
10405 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10406
10407 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
10408
10409 * mail/rmailedit.el (rmail-edit-mode): Use
10410 auto-save-include-big-deletions.
10411
10412 * mail/rmail.el (rmail-variables): Use
10413 auto-save-include-big-deletions.
10414
10415 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10416 changes.
10417
10418 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10419
10420 * calc/calc.el (calc-undo-length): New variable.
10421 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10422
10423 2009-07-21 Richard Stallman <rms@gnu.org>
10424
10425 * files.el (auto-save-mode): Handle buffer-save-size = -2
10426 for toggling mode.
10427
10428 2009-07-21 Glenn Morris <rgm@gnu.org>
10429
10430 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10431
10432 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10433
10434 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10435 silence compiler. Instead...
10436 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10437 (ps-print-ensure-fontified): Update for above function name changes.
10438
10439 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10440 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10441 silence compiler. Instead...
10442 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10443 (mh-show-buffer): Only define for compiler.
10444 (pr-mh-current-message): Update for above function name changes.
10445
10446 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10447 as an argument.
10448 (find-file-noselect, insert-file-1): Update for above change.
10449
10450 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10451
10452 * mail/mailclient.el (mailclient-send-it): Fix message.
10453
10454 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10455 (edebug-eval): Check cl-debug-env is bound.
10456 (print-level, print-circle): Don't redefine built-in variables.
10457
10458 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10459 (custom-print-vectors): Remove old comments from doc.
10460
10461 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10462 (emerge-version): Make the variable an obsolete alias for the
10463 emacs-version variable. Make the function obsolete.
10464 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10465 Emerge options, rather than merging in into the main Options menu.
10466 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10467 and auto advance modes. Disable edit/fast items when not relevant.
10468
10469 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10470
10471 * term/vt420.el (terminal-init-vt420): Fix typo.
10472
10473 2009-07-20 Sam Steingold <sds@gnu.org>
10474
10475 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10476 variable (removed from compile.el on 2004-03-11).
10477
10478 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
10479
10480 * files.el (hack-local-variables-filter): Fix last change.
10481
10482 2009-07-19 Juri Linkov <juri@jurta.org>
10483
10484 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10485 (dir-local-variables-alist): New buffer-local variable.
10486 (hack-local-variables-filter): If variable is not dir-local,
10487 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10488 because file-local overrides dir-local.
10489 (c-postprocess-file-styles) <declare-function>:
10490 Remove obsolete declaration.
10491 (hack-dir-local-variables): Add dir-local variable/value pair to
10492 `dir-local-variables-alist' and remove duplicates. Doc fix.
10493
10494 * help-fns.el (describe-variable): Add information about
10495 file-local and dir-local variables.
10496
10497 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
10498
10499 * files.el (hack-local-variables-filter): Rewrite.
10500
10501 2009-07-19 Glenn Morris <rgm@gnu.org>
10502
10503 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10504 Silence compiler by only defining on XEmacs.
10505
10506 * international/mule.el (auto-coding-regexp-alist): Only match
10507 BABYL... at the start of buffer, not of lines. (Bug#3790)
10508
10509 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10510 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10511 (cal-menu-context-mouse-menu): Doc fix.
10512
10513 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10514
10515 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10516
10517 2009-07-18 Juri Linkov <juri@jurta.org>
10518
10519 * info.el: Virtual Info keyword finder.
10520 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10521 (Info-finder-file): New variable.
10522 (Info-finder-find-file): New function.
10523 (finder-known-keywords, finder-package-info)
10524 (find-library-name, lm-commentary): Use defvar and
10525 declare-function to silence compiler warnings.
10526 (Info-finder-find-node): New function.
10527 (info-finder): New command.
10528
10529 * subr.el (process-kill-buffer-query-function): New function.
10530 (add-hook)<kill-buffer-query-functions>: Add hook
10531 `process-kill-buffer-query-function'.
10532
10533 2009-07-18 Alan Mackenzie <acm@muc.de>
10534
10535 * progmodes/cc-mode.el (c-before-hack-hook)
10536 (c-postprocess-file-styles): Give invocation of `c-set-style'
10537 DONT-OVERRIDE parameter of t. Already set style variables will
10538 thus not be overridden by style settings given by `c-file-syle'.
10539
10540 * files.el (hack-local-variables-filter): Remove entries with
10541 duplicate keys from `file-local-variables-alist'.
10542
10543 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10544
10545 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10546 x-set-selection if display-selections-p returns nil for the
10547 current frame.
10548
10549 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
10550
10551 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10552
10553 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10554
10555 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10556 Accept nil in addition to a regexp.
10557 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10558 Accept nil in addition to a regexp.
10559 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10560 buffers that have an associated file. Handle nil values of
10561 desktop-buffers-not-to-save and desktop-files-not-to-save.
10562 (Bug#3833)
10563
10564 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10565 (x-disown-selection-internal): New functions.
10566
10567 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
10568
10569 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10570 warning.
10571 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10572 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10573
10574 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
10575
10576 * simple.el (set-mark): Revert last change.
10577
10578 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10579
10580 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10581 rendering of pngs is not possible instead of messaging a long
10582 description.
10583
10584 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
10585
10586 * w32-fns.el (x-selection-owner-p): New function.
10587
10588 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10589 (mouse-yank-at-click, mouse-yank-primary): If
10590 select-active-regions is non-nil, deactivate the mark before
10591 insertion.
10592
10593 * simple.el (deactivate-mark, set-mark): Only save selection if we
10594 own it.
10595
10596 2009-07-17 Kenichi Handa <handa@m17n.org>
10597
10598 * case-table.el (describe-buffer-case-table): Fix for the case
10599 that KEY is a cons.
10600
10601 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10602
10603 * vc-rcs.el (vc-rcs-find-file-hook):
10604 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10605
10606 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
10607
10608 * net/tramp.el (tramp-wait-for-output): Handle the case when
10609 commands do not return a newline but a null byte before the shell
10610 prompt. (Bug#3858)
10611
10612 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10613
10614 * term/ns-win.el (ns-set-alpha): Don't declare.
10615 (ns-set-background-alpha): Remove function.
10616
10617 2009-07-16 Kevin Ryde <user42@zip.com.au>
10618
10619 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10620 y-or-n-p, for safety.
10621
10622 2009-07-16 Richard Stallman <rms@gnu.org>
10623
10624 * files.el (auto-save-mode): If buffer-saved-size is -2,
10625 don't clobber it.
10626
10627 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10628 (rmail-retry-ignored-headers): Add more uninteresting fields.
10629
10630 2009-07-15 Jari Aalto <jari.aalto@cante.net>
10631
10632 * net/rcirc.el (rcirc): Use history variables.
10633 (rcirc-server-name-history, rcirc-nick-name-history)
10634 (rcirc-server-port-history): New variables.
10635
10636 2009-07-15 Kenichi Handa <handa@m17n.org>
10637
10638 * international/mule-cmds.el (set-language-environment-charset):
10639 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10640 ignore them.
10641
10642 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10643 Delete unibyte-display.
10644
10645 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10646
10647 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10648
10649 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10650
10651 * simple.el (deactivate-mark): Optional argument FORCE.
10652 (set-mark): Use deactivate-mark.
10653
10654 * info.el (Info-search): No need to check transient-mark-mode
10655 before calling deactivate-mark.
10656
10657 * select.el (x-set-selection): Doc fix.
10658 (x-valid-simple-selection-p): Allow buffer values.
10659 (xselect--selection-bounds): Handle buffer values. Suggested by
10660 David De La Harpe Golden.
10661
10662 * mouse.el (mouse-set-region, mouse-drag-track): Call
10663 copy-region-as-kill before setting the mark, to let
10664 select-active-regions work.
10665
10666 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
10667
10668 * simple.el (deactivate-mark): If select-active-regions is
10669 non-nil, copy the selection data into a string.
10670 (activate-mark): If select-active-regions is non-nil, set the
10671 selection to the current buffer.
10672 (set-mark): Update selection if select-active-regions is non-nil.
10673
10674 * select.el (x-valid-simple-selection-p): Allow buffer values.
10675
10676 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10677
10678 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10679 and more featureful message-mode.
10680
10681 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
10682
10683 * select.el (x-set-selection): Doc fix.
10684 (x-valid-simple-selection-p): Disallow selection data consisting
10685 of a list or cons of integers, since that is not used.
10686 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10687 (xselect-convert-to-string, xselect-convert-to-length)
10688 (xselect-convert-to-filename, xselect-convert-to-charpos)
10689 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10690
10691 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10692
10693 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10694 output in -break-info command (Emacs bug #3794).
10695
10696 2009-07-14 Glenn Morris <rgm@gnu.org>
10697
10698 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10699 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10700 (edebug-print-length, edebug-print-level, edebug-print-circle)
10701 (edebug-sit-for-seconds, edebug-view-outside)
10702 (edebug-bounce-point, edebug-set-global-break-condition)
10703 (edebug-Go-nonstop-mode, edebug-trace-mode)
10704 (edebug-Trace-fast-mode, edebug-continue-mode)
10705 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10706 (edebug-visit-eval-list): Doc fixes.
10707
10708 * subr.el (def-edebug-spec): Doc fix.
10709
10710 2009-07-14 Kenichi Handa <handa@m17n.org>
10711
10712 * international/characters.el: Fix setting of category ?C.
10713
10714 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10715
10716 * term/ns-win.el (x-select-font): defalias x-select-font to
10717 ns-popup-font-panel instead of generate-fontset-menu.
10718
10719 2009-07-12 Eli Zaretskii <eliz@gnu.org>
10720
10721 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
10722
10723 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10724
10725 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10726 the PK\003\004 header (Bug#3770).
10727
10728 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10729
10730 * pcomplete.el (pcomplete-comint-setup): Check for
10731 shell-dynamic-complete-filename too.
10732
10733 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
10734
10735 * simple.el (temporary-goal-column): Change the value for
10736 line-move-visual to a cons cell.
10737 (line-move-visual): Record or set the window hscroll, if
10738 necessary (Bug#3494).
10739 (line-move-1): Handle cons value of temporary-goal-column.
10740
10741 2009-07-11 Kenichi Handa <handa@m17n.org>
10742
10743 * international/mule-diag.el (describe-character-set): Don't show
10744 width.
10745
10746 2009-07-10 Sam Steingold <sds@gnu.org>
10747
10748 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10749 Omake sometimes indents the errors it prints, so allow all
10750 regexps to start with spaces.
10751
10752 2009-07-10 Eli Zaretskii <eliz@gnu.org>
10753
10754 * cus-edit.el (customize-changed-options-previous-release):
10755 Bump value to 22.1. (Bug#3804)
10756
10757 2009-07-08 Sam Steingold <sds@gnu.org>
10758
10759 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10760 to be a cons cell (test . ignored-directory) to selectively ignore
10761 some directories depending on the location of the search.
10762
10763 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
10764
10765 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10766 remote user is root, on the local host.
10767 (tramp-local-host-p): Either the local user or the remote user
10768 must be root. (Bug#3771)
10769
10770 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10771
10772 * progmodes/gdb-mi.el (gdb): Remove description of
10773 gdb-use-separate-io-buffer.
10774 (menu): Don't allow toggling of or enable
10775 gdb-use-separate-io-buffer from menubar.
10776
10777 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10778
10779 * mail/unrmail.el (unrmail): Make sure the message ends with two
10780 newlines (Bug#3769).
10781
10782 2009-07-08 Glenn Morris <rgm@gnu.org>
10783
10784 * calendar/calendar.el (calendar-current-date): Rework previous change.
10785
10786 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10787
10788 * calendar/calendar.el (calendar-current-date):
10789 Add an optional argument giving an offset from today.
10790
10791 2009-07-08 Glenn Morris <rgm@gnu.org>
10792
10793 * tutorial.el (tutorial--describe-nonstandard-key):
10794 Adjust the message for when a key has been unbound.
10795 (help-with-tutorial): Hide the arch-tag.
10796
10797 2009-07-08 Kenichi Handa <handa@m17n.org>
10798
10799 * international/fontset.el (setup-default-fontset): For each
10800 script, append (not set) font-specs.
10801
10802 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10803 docstring.
10804
10805 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10806
10807 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10808 -data-list-register-names to ...
10809 (gdb-starting): ... here because GDB 7.0 requires execution to
10810 have started when using this MI command.
10811 (gdb-set-header): New function to distinguish select and
10812 unselected tabs in gdb buffers.
10813 (gdb-propertize-header): New macro that uses gdb-set-header.
10814 (gdb-breakpoints-header, gdb-locals-header): Use it.
10815 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10816
10817 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
10818
10819 * Makefile.in (ELCFILES): Remove fadr.elc.
10820
10821 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10822
10823 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10824 may contain frame information, so `string-match' should be used.
10825 (gdb-update): Disassembly is invalidated through
10826 `gdb-get-selected-frame'.
10827 (gdb-pad-string): New function to pad string with spaces.
10828 (gdb-invalidate-disassembly): Invalidate only if the buffer
10829 exists.
10830 (gdb-disassembly-handler-custom): Column alignment.
10831 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10832 placing new ones.
10833 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10834 end of line, too.
10835 (gdb-frame-handler): Match convention to for disassembly buffer
10836 mode name.
10837 (gdb-stack-list-frames-handler): Rewritten without regexps.
10838 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10839 not highlight breakpoints without line information.
10840 (gdb-input): Add trailing newline to command.
10841
10842 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10843 buffer properly.
10844 (gdb-breakpoints-list-handler-custom): Replacement for
10845 `gdb-break-list-handler'. Using real parser instead of regexps
10846 now.
10847 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10848 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10849 to place breakpoints.
10850 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10851 functions.
10852 (gdb-disassembly-handler-custom): Show overlay arrow.
10853 (gdb-disassembly-place-breakpoints): Show breakpoints in
10854 disassembly buffer.
10855 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10856 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10857 instead of parsing breakpoints buffer. Fixed old menu references
10858 in `gud-menu-map'.
10859
10860 * fadr.el: Remove.
10861
10862 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10863 (gdb-memory-address): New variable which holds top address of
10864 memory page shown in memory buffer.
10865 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10866 customization variables.
10867 New functions:
10868 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10869 display the memory buffer.
10870 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10871 buffer display parameters.
10872 (def-gdb-memory-format, gdb-memory-format-binary)
10873 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10874 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10875 Functions for setting memory buffer format.
10876 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10877 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10878 unit size used in memory buffer.
10879 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10880 to next/previous page of memory buffer.
10881 Now using (bindat-get-field) instead of fadr functions.
10882
10883 2009-07-07 Sam Steingold <sds@gnu.org>
10884
10885 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10886 non-top-level files.
10887
10888 2009-07-07 Kenichi Handa <handa@m17n.org>
10889
10890 * international/mule-cmds.el (reset-language-environment): Put
10891 the highset priority to the charset iso-8859-1.
10892
10893 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10894
10895 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10896 to the end of the line when locating the block (Bug#700).
10897
10898 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
10899
10900 * net/tramp.el (tramp-handle-write-region): Flush file properties
10901 in case of short track.
10902
10903 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
10904
10905 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10906 Coded custom representation of verilog error regular expressions
10907 to work with Emacs-22's new format.
10908 (verilog-error-regexp-xemacs-alist): Coded custom representation
10909 of verilog error regular expressions to work with XEmacs format.
10910 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10911 error recognition into XEmacs.
10912 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10913 error recognition into Emacs-22.
10914
10915 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10916
10917 * woman.el: Remove stand-alone closing parentheses.
10918 (woman-file-name, woman2-format-paragraphs)
10919 (woman-leave-blank-lines): Code cleanup.
10920 (woman-use-own-frame): Change default to nil.
10921 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10922 defaults to inherit from default faces.
10923 (woman2-process-escapes): Consume the newline after a stand-alone
10924 filler character (Bug#3651).
10925
10926 2009-07-06 Glenn Morris <rgm@gnu.org>
10927
10928 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10929 (top-level): Move provide to the end.
10930 (ffap): Remove defunct URL from custom group.
10931
10932 * subr.el (eval-after-load): Doc fix.
10933
10934 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
10935
10936 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10937 `calc-embedded-word' is called twice.
10938
10939 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10940
10941 * files.el (find-alternate-file-other-window, find-alternate-file):
10942 Obey confirm-nonexistent-file-or-buffer.
10943
10944 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
10945
10946 * dired-aux.el (dired-show-file-type): Handle remote files.
10947
10948 2009-07-05 Jari Aalto <jari.aalto@cante.net>
10949
10950 * desktop.el (desktop-globals-to-save):
10951 Add file-name-history (Bug#2750).
10952
10953 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
10954
10955 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10956
10957 2009-07-04 Johan Bockgård <bojohan@gnu.org>
10958
10959 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10960 property on entire argument since this is what eshell-lisp-command
10961 expects.
10962
10963 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
10964
10965 * net/tramp-gvfs.el (tramp-gvfs-methods)
10966 (tramp-gvfs-zeroconf-domain)
10967 (tramp-bluez-discover-devices-timeout): Add version flag.
10968 (tramp-gvfs-handler-mounted-unmounted)
10969 (tramp-gvfs-connection-mounted-p): Polish handling of
10970 incompatibilities between GVFS 0.2 and 1.0.
10971
10972 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10973
10974 * cus-start.el (all): Add make-pointer-invisible.
10975
10976 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10977
10978 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10979 formatted correctly.
10980
10981 2009-07-02 Juri Linkov <juri@jurta.org>
10982
10983 * info.el: Virtual Info files and nodes.
10984 (Info-virtual-files, Info-virtual-nodes): New variables.
10985 (Info-current-node-virtual): New variable.
10986 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10987 New functions.
10988 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10989 to check for a virtual file instead of checking a fixed list
10990 of node names.
10991 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10992 instead of ad-hoc processing of "dir" and (apropos history toc).
10993 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10994 instead of ad-hoc processing of "dir" and (apropos history toc).
10995 Reread a file when moving from a virtual node.
10996 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10997 (Info-directory-toc-nodes, Info-directory-find-file)
10998 (Info-directory-find-node): New functions.
10999 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11000 (Info-history): Move part of code to
11001 `Info-history-find-node'.
11002 (Info-history-toc-nodes, Info-history-find-file)
11003 (Info-history-find-node): New functions.
11004 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11005 (Info-toc): Move part of code to `Info-toc-find-node'.
11006 (Info-toc-find-node): New function.
11007 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
11008 the current Info file name to references because now the node
11009 "*TOC*" belongs to the same Info manual.
11010 (Info-toc-build): Rename from `Info-build-toc'.
11011 (Info-toc-nodes): Rename input argument `file' to `filename'.
11012 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11013 instead of ad-hoc processing of ("dir" apropos history toc).
11014 (Info-index-nodes): Use Info-virtual-file-p
11015 to check for a virtual file instead of checking a fixed list
11016 of node names.
11017 (Info-index-node): Add check for `Info-current-node-virtual'.
11018 Raise `save-match-data' higher up the tree to contain
11019 `search-forward' too (bug fix).
11020 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11021 (Info-virtual-index-nodes): New variable.
11022 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11023 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11024 (Info-apropos-file, Info-apropos-nodes): New variables.
11025 (Info-apropos-toc-nodes, Info-apropos-find-file)
11026 (Info-apropos-find-node, Info-apropos-matches): New functions.
11027 (info-apropos): Move part of code to `Info-apropos-find-node' and
11028 `Info-apropos-matches'.
11029 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11030 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11031 for a virtual file instead of checking a fixed list of node names.
11032
11033 * simple.el (async-shell-command): New command.
11034
11035 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11036
11037 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11038 instead of `mount-info'.
11039
11040 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
11041
11042 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11043 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11044
11045 2009-07-02 Kenichi Handa <handa@m17n.org>
11046
11047 * international/mule.el (set-keyboard-coding-system): Force *-unix
11048 coding-system to avoid eol conversion.
11049
11050 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
11051
11052 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11053 Add handler for `process-file', `shell-command' and
11054 `start-file-process'.
11055 (tramp-gvfs-handle-shell-command)
11056 (tramp-gvfs-handle-start-file-process)
11057 (tramp-gvfs-handle-process-file): New defuns.
11058 (tramp-synce-list-devices): Simplify check for existence of property.
11059
11060 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11061
11062 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11063
11064 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11065
11066 * language/korean.el (set-language-info-alist): Add korean-cp949,
11067 cp949 to spec.
11068
11069 2009-07-01 Kenichi Handa <handa@m17n.org>
11070
11071 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11072
11073 * international/encoded-kb.el: Deleted.
11074
11075 * international/mule.el (set-keyboard-coding-system): Perform the
11076 necessary setup here instead of calling encoded-kbd-setup-display.
11077
11078 2009-07-01 Glenn Morris <rgm@gnu.org>
11079
11080 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11081
11082 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11083
11084 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11085
11086 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
11087
11088 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11089 Handle also the 'rename case, when setting file modes. (Bug#3712)
11090 (tramp-default-file-modes): Remove execute permissions.
11091
11092 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11093 (top): Add a default for "synce" in `tramp-default-user-alist'.
11094 Add completion function for "synce" method.
11095 (tramp-hal-service, tramp-hal-path-manager)
11096 (tramp-hal-interface-manager, tramp-hal-interface-device):
11097 New defconst.
11098 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11099 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11100 New defuns.
11101
11102 * net/trampver.el: Update release number.
11103
11104 2009-06-30 Kenichi Handa <handa@m17n.org>
11105
11106 * international/fontset.el (setup-default-fontset): Add CJK fonts
11107 for symbols and the other miscellaneous characters.
11108
11109 * language/korea-util.el (setup-korean-environment-internal):
11110 Make char-width-table suitable for Korean environments.
11111 (exit-korean-environment): Cancel above.
11112
11113 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11114 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11115 setup-function to make char-width-table suitable for respective
11116 environments, and an exit-function to cancel that.
11117
11118 * language/japan-util.el (setup-japanese-environment-internal):
11119 Call use-cjk-char-width-table with arg `ja_JP'.
11120
11121 * international/characters.el (cjk-char-width-table): Delete it.
11122 (cjk-char-width-table-list): New variable.
11123 (use-cjk-char-width-table): New arg local-name.
11124 (use-default-char-width-table): Fix for the case that Emacs is
11125 already using the default char-width-table.
11126
11127 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
11128
11129 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11130 modes mandatory. (Bug#3712)
11131
11132 2009-06-29 Alan Mackenzie <acm@muc.de>
11133
11134 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11135 correction between the visible width of TABs and their number of bytes.
11136
11137 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
11138
11139 * server.el (server-buffer-done): Prevent kill-buffer from
11140 prompting by clearing the buffer modification flag (Bug#3696).
11141
11142 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
11143
11144 * progmodes/verilog-mode.el (verilog-beg-of-statement)
11145 (verilog-endcomment-reason-re): Support unique case and priority case.
11146 (verilog-basic-complete-re): Support localparam lineup.
11147 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11148 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11149 commenting.
11150 (verilog-leap-to-case-head): Now support *nested* unique &
11151 priority case statements.
11152 (verilog-auto-lineup): Make just declarations the default (as it
11153 had been).
11154 (verilog-leap-to-case-head): Support priority/unique case statements.
11155 (verilog-auto-lineup): Rework to give users radio buttons to
11156 select the various styles of automatic lineup.
11157 (verilog-error-regexp-alist): Rework to support the XEmacs style
11158 of error regular expressions from compilers, lint tools &
11159 simulators. Note that GNU Emacs has made it impossible for a mode
11160 to load such things.
11161 (electric-verilog-terminate-line, verilog-indent-declaration)
11162 (verilog-auto-wiure): Rework for radio button selection of
11163 auto-lineup selection of specification of auto lineup.
11164 (verilog-beg-of-statement-1): Redesign to support proper operation
11165 in additional code, based on testing with auto-lineup.
11166 (verilog-calculate-indent, assignments & declarations)
11167 (verilog-backward-token): Enhance to support auto-lineup of
11168 assignments & declarations.
11169 (verilog-in-directive-p, verilog-at-struct-p): New function for
11170 easy test of whether we are.
11171 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11172 to support safe execution at almost anyline.
11173 (verilog-calc-1): Properly support indenting deep inside generate
11174 blocks.
11175 (verilog-init-font): Remove definition & use of verilog-init-font,
11176 as it is redundant with font-lock-defaults.
11177 (verilog-mode): Alter the definition of verilog-font-lock-defaults
11178 to avoid circular calls if syntax-ppss is a function (as is the
11179 case now in 22.x GNU Emacs) as that function would sometimes call
11180 itself, leading to (nearly) infinite recursion.
11181 (verilog-ovm-begin-re, verilog-ovm-end-re)
11182 (verilog-ovm-statement-re, verilog-leap-to-head)
11183 (verilog-backward-token): Add support for OVM macros. Some are
11184 complete statements, and others open and close scopes like begin
11185 and end.
11186 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11187 (verilog-defun-level-generate-only-re): Really fix the defun-list
11188 compilation issue.
11189 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11190 coverpoint, constraint and cross statements.
11191 (verilog-defun-level-list, verilog-generate-defun-level-list)
11192 (verilog-all-defun-level-list): Redo these specifications - it is
11193 too hard to support eval-when compile aggregation of lists also
11194 built at when-compile time.
11195 (verilog-defun-level-list): Place defconsts of variables used in
11196 building regular expressions which are built in eval-when-compile
11197 bodies in the same eval-when-compile body to facilitate compile
11198 without load.
11199 (verilog-beg-block-re-ordered): Support indenting
11200 virtual/protected tasks and functions.
11201 (verilog-defun-level-list, verilog-in-generate-region-p)
11202 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11203 indentation of some module items (generate items).
11204 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11205 across virtual/protected tasks and functions.
11206
11207 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11208
11209 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11210 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
11211 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11212 in concatenations. Reported by Yishay Belkind.
11213 (verilog-auto-ascii-enum): Support one-hot state machines in
11214 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11215 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11216 modport in AUTOINST and add vl-modport for users. Reported by
11217 David Rogoff.
11218 (verilog-auto-inout-module, verilog-auto-inst)
11219 (verilog-decls-get-interfaces, verilog-insert-definition)
11220 (verilog-insert-one-definition, verilog-read-decls)
11221 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11222 (verilog-sig-modport, verilog-signals-combine-bus)
11223 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11224 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11225 Suggested by David Rogoff.
11226 (verilog-repair-open-comma): Fix non-insertion of comma when
11227 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11228 (verilog-make-width-expression): Simplify [A-1:0] expression
11229 widths to just {A{1'b0}}.
11230 (verilog-mode): Cleanup checkdoc warnings.
11231 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11232 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11233 inputs/outputs or data type. Suggested by Vasu Kandadi.
11234 (next-error-last-buffer): Fix byte-compiler warning.
11235 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11236 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11237 or shell command text during AUTO expansion. Suggested by Tad Truex.
11238 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11239 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11240 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11241 in AUTOINOUT. Reported by Matthew Lovell.
11242 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11243 causing use of <= assignments. Reported by Alex Reed.
11244 (verilog-read-decls): Fix triand, trior, wand, wor to be
11245 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11246 (verilog-extended-complete-re): Support import "DPI-C" functions.
11247 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11248 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
11249 (verilog-insert-date, verilog-insert-year)
11250 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11251 Windows systems. Reported by Michael Potts.
11252 (verilog-read-module-name): Fix AUTOINST when the child module
11253 declaration's name is a tick define. Reported by Elliot Mednick.
11254 (verilog-read-decls): Fix V2K parameter bit subscripts getting
11255 passed to next parameter's definition. Reported by Bruce T.
11256 (verilog-read-decls): Fix detecting "parameter int" when using
11257 AUTOINSTPARAM. Reported by Bruce T.
11258 (verilog-goto-defun): Fix goto not finding modules unless first
11259 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
11260 (verilog-mode): Expand -f flag arguments on entry to mode so
11261 verilog-goto-defun will work. Reported by Lawrence Butcher.
11262 (verilog-getopt): Expand environment variables in -f file
11263 arguments. Suggested by Lawrence Butcher.
11264 (verilog-set-define): Fix "Symbol's value as variable is void"
11265 when reading enumerations.
11266 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11267 Suggested by Stephen Peltan.
11268 (verilog-read-defines): Fix reading of enumerations in include
11269 files. Reported by Steve Peltan.
11270
11271 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11272
11273 * files.el (trash-directory): Fix defcustom type.
11274
11275 2009-06-28 Juri Linkov <juri@jurta.org>
11276
11277 * help-fns.el (describe-function-1): Correctly locate adviced
11278 functions in hyperlink (Bug#2438).
11279
11280 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
11281
11282 * files.el (trash-directory): Change default to nil.
11283 (move-file-to-trash): If trash-directory is nil and
11284 system-move-file-to-trash is unbound, perform freedesktop-style
11285 trashing.
11286
11287 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11288
11289 * files.el (move-file-to-trash): Add freedesktop trash
11290 support (Bug#973).
11291
11292 2009-06-28 Glenn Morris <rgm@gnu.org>
11293
11294 * autorevert.el (global-auto-revert-non-file-buffers)
11295 (global-auto-revert-mode): Doc fixes.
11296
11297 2009-06-27 Johan Bockgård <bojohan@gnu.org>
11298
11299 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11300
11301 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
11302
11303 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11304 opened an X connection before calling x-get-resource (Bug#3194).
11305
11306 * play/doctor.el: Remove reference to obsolete website.
11307 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11308
11309 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11310
11311 Remove find-file-not-found-hook VC method. (Bug#2757)
11312 * vc-hooks.el (vc-file-not-found-hook)
11313 (vc-default-find-file-not-found-hook): Remove functions.
11314 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11315 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11316 * vc.el:
11317 * vc-hg.el:
11318 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11319
11320 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11321
11322 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11323 compatibility function for `looking-back'.
11324
11325 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11326 Use `ispell-looking-back'.
11327
11328 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
11329
11330 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11331 rather than `filename'.
11332
11333 2009-06-23 Miles Bader <miles@gnu.org>
11334
11335 * face-remap.el (text-scale-set): New function.
11336
11337 2009-06-23 Glenn Morris <rgm@gnu.org>
11338
11339 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11340
11341 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11342
11343 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11344
11345 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11346
11347 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11348 Simplify Persian conditionals.
11349
11350 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11351 variable `filename'.
11352
11353 * comint.el (comint-insert-input): Doc fix.
11354
11355 * Makefile.in (ELCFILES): Fix typo in previous change.
11356
11357 2009-06-23 Miles Bader <miles@gnu.org>
11358
11359 * cus-start.el: Add entry for `recenter-redisplay'.
11360
11361 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11362
11363 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11364 Add an optional argument for the backend, use it instead of
11365 calling vc-backend.
11366 (vc-mode-line): Add an optional argument for the backend.
11367 Pass the backend to vc-state and vc-working-revision. Move code for
11368 special handling for vc-state being a buffer to ...
11369
11370 * vc-rcs.el (vc-rcs-find-file-hook):
11371 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11372
11373 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11374 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11375 vc-stay-local-p and vc-mode-line calls.
11376
11377 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11378 (vc-cvs-diff, vc-cvs-annotate-command)
11379 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11380 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11381 vc-mode-line calls.
11382
11383 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11384 direct comparison.
11385 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11386 backend when calling vc-mode-line.
11387 (vc-register): Do not create a closure for calling the vc register
11388 function, call it directly.
11389
11390 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11391
11392 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11393 to make it obvious item can be clicked.
11394
11395 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11396
11397 2009-06-23 Kenichi Handa <handa@m17n.org>
11398
11399 * language/korea-util.el (korean-key-bindings): Change the binding
11400 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11401 same command.
11402
11403 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
11404
11405 Sync with Tramp 2.1.16.
11406
11407 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11408
11409 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11410 when a loading of a package fails. Completion function for rsync
11411 is `tramp-completion-function-alist-ssh'.
11412 (all): Replace all calls of `split-string' and
11413 `tramp-split-string' by `tramp-compat-split-string'.
11414 (tramp-default-method): Use `tramp-compat-process-running-p'.
11415 (tramp-default-proxies-alist): Allow also Lisp forms.
11416 (tramp-remote-path): Add choice "Private Directories".
11417 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11418 (tramp-domain-regexp): Allow also "-", "_" and ".".
11419 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11420 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11421 (tramp-debug-message): Insert header line in debug buffer.
11422 (tramp-handle-directory-files-and-attributes-with-stat):
11423 Care about filenames with spaces, or starting with "-".
11424 (tramp-handle-dired-uncache): New defun.
11425 (tramp-handle-insert-directory): Don't flush the directory from
11426 cache, this is handled by `dired-uncache' now.
11427 (tramp-handle-insert-file-contents): Improve error handling.
11428 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11429 Quote `tramp-end-of-output'.
11430 (tramp-action-password): Improve trace message.
11431 (tramp-check-for-regexp): Both echoes must be present, before removing.
11432 (tramp-open-connection-setup-interactive-shell): Trace coding system.
11433 (tramp-compute-multi-hops): Eval cons cells of
11434 `tramp-default-proxies-alist'.
11435 (tramp-maybe-open-connection): Use the same command pattern for
11436 first hop and further hops.
11437 (tramp-wait-for-output): Remove handling of newlines.
11438 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11439 (tramp-split-string): Remove function. It is handled in
11440 tramp-compat now.
11441
11442 * net/tramp-cmds.el (tramp-bug):
11443 Recommend `tramp-cleanup-all-connections' in the bug mail.
11444
11445 * net/tramp-compat.el (tramp-compat-split-string)
11446 (tramp-compat-process-running-p): New defuns.
11447
11448 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11449 for `dired-uncache'.
11450
11451 * net/tramp-gvfs.el: New package.
11452
11453 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11454 Add handler for `dired-uncache'.
11455 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11456
11457 * net/trampver.el: Update release number. Make version check fit
11458 for SXEmacs 22.
11459
11460 2009-06-22 Jim Meyering <meyering@redhat.com>
11461
11462 Automatically handle .xz suffix (XZ-compressed files), too.
11463 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11464 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11465
11466 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
11467 Nick Roberts <nickrob@snap.net.nz>
11468
11469 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11470 repository (http://sphinx.net.ru/hg/gdb-mi/).
11471
11472 2009-06-22 Glenn Morris <rgm@gnu.org>
11473
11474 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11475 `mode' and `eval' entries. (Bug#3430)
11476
11477 * Makefile.in (ELCFILES): Add fadr.elc.
11478
11479 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11480 differing behavior of \n and ^ in strings. (Bug#3385)
11481
11482 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11483
11484 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11485 property.
11486 (lisp-indent-function): Make it a defcustom.
11487
11488 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
11489
11490 * progmodes/gdb-ui.el: Replace with ...
11491 * progmodes/gdb-mi.el: ... this file.
11492 * progmodes/gud.el: Modify for gdb-mi.el.
11493
11494 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11495
11496 * fadr.el: New file.
11497
11498 See ChangeLog.14 for earlier changes.
11499
11500 ;; Local Variables:
11501 ;; coding: utf-8
11502 ;; End:
11503
11504 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
11505
11506 This file is part of GNU Emacs.
11507
11508 GNU Emacs is free software: you can redistribute it and/or modify
11509 it under the terms of the GNU General Public License as published by
11510 the Free Software Foundation, either version 3 of the License, or
11511 (at your option) any later version.
11512
11513 GNU Emacs is distributed in the hope that it will be useful,
11514 but WITHOUT ANY WARRANTY; without even the implied warranty of
11515 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11516 GNU General Public License for more details.
11517
11518 You should have received a copy of the GNU General Public License
11519 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11520
11521 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1