]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Make saving and restoring of hidden threads work with overlays.
[gnu-emacs] / lisp / ChangeLog
1 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
4 comment style (bug#6834).
5 * progmodes/scheme.el (scheme-mode-syntax-table):
6 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
7 "b" flag in "' 14b" syntax.
8
9 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
10 for (un)commenting the region and performing completion.
11 (octave-mode-menu): Use standard commands for help and completion.
12 (octave-mode-syntax-table): Support %{..%} comments (sort of).
13 (octave-mode): Use define-derived-mode.
14 Set completion-at-point-functions and don't set columns.
15 Don't disable adaptive-fill-regexp.
16 (octave-describe-major-mode, octave-comment-region)
17 (octave-uncomment-region, octave-comment-indent)
18 (octave-indent-for-comment): Remove.
19 (octave-indent-calculate): Rename from calculate-octave-indent.
20 (octave-indent-line, octave-fill-paragraph): Update caller.
21 (octave-initialize-completions): No need to make an alist.
22 (octave-completion-at-point-function): New function.
23 (octave-complete-symbol): Use it.
24 (octave-insert-defun): Use define-skeleton.
25
26 * progmodes/octave-mod.el (octave-mode): Set comment-add.
27 (octave-mode-map): Use comment-dwim (bug#6829).
28
29 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
30
31 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
32 indentation of inserted comment.
33
34 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
35
36 * faces.el (region): Add type gtk that uses gtk colors.
37
38 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
39 Handle theme-name change.
40
41 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
42
43 * progmodes/sql.el: Version 2.5
44 (sql-product-alist): Add :prompt-cont-regexp property for several
45 database products.
46 (sql-prompt-cont-regexp): New variable.
47 (sql-output-newline-count, sql-output-by-send):
48 New variables. Record number of newlines in input text.
49 (sql-send-string): Handle multiple filters and count newlines.
50 (sql-send-magic-terminator): Count terminator newline.
51 (sql-interactive-remove-continuation-prompt): Filters output to
52 remove continuation prompts; one for each newline.
53 (sql-interactive-mode): Set up new variables, prompt regexp and
54 output filter.
55 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
56 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
57
58 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
59
60 * emacs-lisp/pcase.el: New file.
61
62 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
63
64 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
65 as here-document, otherwise the command could exceed maximum
66 length of command line.
67 (tramp-handle-vc-registered): Call script accordingly.
68 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
69
70 2010-08-10 Kenichi Handa <handa@m17n.org>
71
72 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
73 composable pattern.
74
75 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
76
77 * emacs-lisp/package.el (package-version-split)
78 (package--version-first-nonzero, package-version-compare):
79 Functions removed.
80 (package-directory-list, package-load-all-descriptors)
81 (package--built-in, package-activate, define-package)
82 (package-installed-p, package-compute-transaction)
83 (package-read-all-archive-contents)
84 (package--add-to-archive-contents, package-buffer-info)
85 (package-tar-file-info, package-list-packages-internal):
86 Use version-to-list and version-list-*.
87
88 * emacs-lisp/package-x.el (package-upload-buffer-internal):
89 Use version-to-list.
90 (package-upload-buffer-internal): Use version-list-<=.
91
92 2010-08-09 Kenichi Handa <handa@m17n.org>
93
94 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
95 composable pattern.
96
97 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
98
99 * tutorial.el (tutorial--default-keys): C-d is now bound to
100 delete-forward-char (Bug#6826).
101
102 * mouse.el (mouse-drag-track): Remove accidentally-removed check
103 for `double' value of mouse-1-click-follows-link (Bug#6807).
104
105 2010-08-08 Johan Bockgård <bojohan@gnu.org>
106
107 * replace.el (replace-highlight): Bind isearch-forward and
108 isearch-error, ensuring that highlighting is updated if the user
109 switches the search direction (Bug#6808).
110
111 * isearch.el (isearch-lazy-highlight-forward): New var.
112 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
113 (isearch-lazy-highlight-update): Use it.
114
115 2010-08-08 Kenichi Handa <handa@m17n.org>
116
117 * international/mule.el (define-charset): Store NAME as :base property.
118 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
119 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
120 current priority. Force using the designation of the specific
121 charset by adding `charset' text property. Improve the whole algorithm.
122
123 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
124
125 * emulation/pc-select.el (pc-selection-mode-hook)
126 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
127 (pc-selection-mode): Fix typos in docstrings.
128
129 2010-08-08 Kenichi Handa <handa@m17n.org>
130
131 * language/cyrillic.el: Don't add "microsoft-cp1251" to
132 ctext-non-standard-encodings-alist here.
133
134 * international/mule.el (ctext-non-standard-encodings-alist):
135 Add "koi8-r" and "microsoft-cp1251".
136 (ctext-standard-encodings): New variable.
137 (ctext-non-standard-encodings-table): List only elements for
138 non-standard encodings.
139 (ctext-pre-write-conversion): Adjusted for the above change.
140 Check ctext-standard-encodings.
141
142 * international/mule-conf.el (compound-text): Doc fix.
143 (ctext-no-compositions): Doc fix.
144 (compound-text-with-extensions): Doc fix.
145
146 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
147
148 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
149
150 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
151
152 * progmodes/which-func.el (which-func-format): Split help-echo text
153 into lines, like other mode-line tooltips.
154
155 * server.el (server-start): When using TCP sockets, force IPv4
156 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
157
158 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
159
160 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
161
162 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
163
164 * term.el (term-delimiter-argument-list): Reflow docstring.
165 (term-read-input-ring, term-write-input-ring, term-send-input)
166 (term-bol, term-erase-in-display, serial-supported-or-barf):
167 Fix typos in docstrings.
168
169 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
170
171 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
172
173 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
174
175 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
176
177 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
178
179 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
180 Fix typo in docstring (bug#6747).
181
182 2010-08-08 Leo <sdl.web@gmail.com>
183
184 * eshell/esh-io.el (eshell-get-target): Better detection of
185 read-only file (Bug#6762).
186
187 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
188
189 * align.el (align-default-spacing): Doc fix.
190 (align-region-heuristic, align-regexp): Fix typos in docstrings.
191
192 2010-08-08 Stephen Peters <speters@itasoftware.com>
193
194 * calendar/icalendar.el
195 (icalendar--split-value): Fixed splitting regexp. (Bug#6766)
196 (icalendar--get-weekday-numbers): New
197 (icalendar--convert-recurring-to-diary): Handle multiple byday
198 values in weekly rules. (Bug#6766)
199
200 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
201
202 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
203 (icalendar--create-uid, icalendar-export-region)
204 (icalendar--parse-summary-and-rest): Code formatting.
205
206 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
207
208 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
209 to italicize headers.
210 (calc-highlight-selections-with-faces): New variable.
211 (calc-selected-face, calc-nonselected-face): New faces.
212
213 * calc/calccomp.el (math-comp-highlight-string): Use
214 `calc-highlight-selections-with-faces' to determine how to highlight
215 sub-formulas.
216
217 * calc/calc-sel.el (calc-show-selections): Change message to when
218 using faces to highlight selections.
219
220 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
221
222 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
223 Add SQLite 3 keywords, functions and datatypes.
224 (sql-interactive-mode): Remove `comint-process-echoes' set to t
225 (Bug#6686).
226
227 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
228
229 * simple.el (select-active-regions): Move to keyboard.c.
230 (deactivate-mark): Used saved-region-selection.
231 (select-active-region): Function removed.
232 (activate-mark, set-mark, push-mark-command)
233 (handle-shift-selection): Don't call it.
234 (keyboard-quit): Avoid adding the region to the window selection.
235
236 * mouse.el (mouse-drag-track): Remove hacks to deal with old
237 select-active-regions implementation.
238 (mouse-yank-at-click): Doc fix.
239
240 * cus-start.el: Add custom declaration for select-active-regions.
241
242 2010-08-07 Eli Zaretskii <eliz@gnu.org>
243
244 * simple.el (delete-forward-char): Doc fix.
245
246 * tutorial.el (help-with-tutorial): Hack safe file-local variables
247 after reading the tutorial.
248
249 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
250
251 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
252 for the case that a C style comment has its delimiters alone on
253 their respective lines.
254
255 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
256
257 * net/tramp.el (tramp-handle-start-file-process): Set connection
258 property "vec".
259 (tramp-process-sentinel): Use it for flushing the cache. We
260 cannot do it via the process buffer, the buffer could be deleted
261 already when running the sentinel.
262
263 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
264
265 * comint.el (comint-mode): Make directory tracking functions
266 functional on remote files. (Bug#6764)
267
268 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
269
270 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
271
272 2010-08-05 Eli Zaretskii <eliz@gnu.org>
273
274 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
275 unexec.c => unexcoff.c.
276
277 * emacs-lisp/authors.el (authors-fixed-entries): Rename
278 unexec.c => unexcoff.c.
279
280 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
281
282 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
283 cache, not only file cache.
284 (tramp-process-sentinel): New defun.
285 (tramp-handle-start-file-process): Use it, in order to invalidate
286 file caches.
287
288 2010-08-03 Leo <sdl.web@gmail.com>
289
290 * server.el (server-start): Simplify loop.
291
292 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
293
294 * frame.el (screen-height, screen-width, set-screen-width)
295 (set-screen-height): Remove ancient compatibility aliases.
296
297 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
298 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
299
300 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
301 that change current buffer.
302
303 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
304
305 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
306 beginning of the string. Use `string-match-p'. (Bug#6765)
307
308 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
309
310 * cus-start.el (x-gtk-use-system-tooltips): New variable.
311
312 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
313
314 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
315 (package--builtins): Tweak descriptions.
316 (package-print-package): Upcase descriptions if necessary.
317 Show all built-in packages in font-lock-builtin-face.
318 (package-list-packages-internal): Omit "emacs" package.
319 Show status of built-in packages as "built-in".
320
321 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
322
323 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
324 before killing to preserve the primary selection (Bug#6701).
325
326 * term/x-win.el (x-select-text): Doc fix.
327
328 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
329
330 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
331 The following functions were modified or created:
332
333 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
334 (objc-font-lock-extra-types):
335 * progmodes/cc-mode.el (c-basic-common-init):
336 * progmodes/cc-langs.el (c-make-mode-syntax-table)
337 (c++-make-template-syntax-table)
338 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
339 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
340 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
341 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
342 * progmodes/cc-fonts.el (c-make-inverse-face)
343 (c-basic-matchers-after):
344 * progmodes/cc-engine.el (c-forward-keyword-clause)
345 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
346 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
347 (c-guess-continued-construct, c-guess-basic-syntax):
348
349 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
350
351 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
352
353 2010-07-31 Eli Zaretskii <eliz@gnu.org>
354
355 * files.el (bidi-paragraph-direction): Define safe local values.
356
357 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
358 language-info-alist. Remove outdated FIXME in a comment.
359
360 2010-07-31 Alan Mackenzie <acm@muc.de>
361
362 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
363 Auto-fill broken in C/C++ modes.
364
365 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
366
367 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
368 (menu-bar-showhide-tool-bar-menu-customize-disable)
369 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
370 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
371 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
372 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
373 make a menu for Options => toolbar that can move it.
374
375 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
376
377 * emacs-lisp/package-x.el (package--make-rss-entry):
378 (package-maint-add-news-item, package--update-news)
379 (package-upload-buffer-internal): New arg ARCHIVE-URL.
380
381 * emacs-lisp/package.el (package-archive-url): Rename from
382 package-archive-id.
383 (package-install): Doc fix.
384 (package-download-single, package-download-tar, package-install)
385 (package-menu-view-commentary): Callers changed.
386
387 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
388
389 * net/tramp.el (tramp-handle-start-file-process): Check only for
390 `remote-tty' process property.
391 (tramp-open-shell): Don't check for tty.
392 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
393 process property.
394
395 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
396 host.
397
398 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
399
400 * emacs-lisp/package.el (package-load-list, package-archives)
401 (package-archive-contents, package-user-dir)
402 (package-directory-list, package--builtins, package-alist)
403 (package-activated-list, package-obsolete-alist): Mark as risky.
404
405 2010-07-28 Phil Hagelberg <phil@evri.com>
406
407 Add support for non-default package repositories.
408 * emacs-lisp/package.el (package-archive-base): Var deleted.
409 (package-archives): New variable.
410 (package-archive-contents): Doc fix.
411 (package-load-descriptor): Do nothing if descriptor file is missing.
412 (package--write-file-no-coding): New function.
413 (package-unpack-single): Use it.
414 (package-archive-id): New function.
415 (package-download-single, package-download-tar)
416 (package-menu-view-commentary): Use it.
417 (package-installed-p): Make second argument optional.
418 (package-read-all-archive-contents): New function.
419 (package-initialize): Use it.
420 (package-read-archive-contents): Add ARCHIVE argument.
421 (package--add-to-archive-contents): New function.
422 (package-install): Don't call package-read-archive-contents.
423 (package--download-one-archive): Store archive file in a
424 subdirectory of package-user-dir.
425 (package-menu-execute): Remove spurious line movement.
426
427 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
428
429 * cus-start.el (tool-bar-style): Add text-image-horiz.
430
431 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
432
433 * progmodes/gud.el (gud-common-init): Check for remoteness of
434 `file', and not of `default-directory'.
435
436 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
437
438 * net/tramp.el (tramp-methods): Move hostname to the end in all
439 ssh `tramp-login-args'.
440 (tramp-verbose): Describe verbose level 9.
441 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
442 (tramp-open-connection-setup-interactive-shell): Trace stty
443 settings if `tramp-verbose' >= 9.
444 (tramp-handle-start-file-process): Implement tty setting.
445 (Bug#4604, Bug#6360)
446
447 * net/tramp-cmds.el (tramp-bug): Recommend setting of
448 `tramp-verbose' to 9.
449
450 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
451
452 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
453 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
454 Remove references to package `lisp-re' (bug#4369).
455
456 2010-07-27 Tom Tromey <tromey@redhat.com>
457
458 * progmodes/js.el (js-mode):
459 * progmodes/make-mode.el (makefile-mode):
460 * progmodes/simula.el (simula-mode):
461 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
462
463 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
464
465 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
466
467 * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
468
469 * time.el (display-time-day-and-date): Remove spurious * in docstring.
470 (display-time-world-buffer-name, display-time-world-mode-map):
471 Fix typos in docstrings.
472
473 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
474
475 * image-mode.el (image-display-size): New function.
476 (image-forward-hscroll, image-next-line, image-eol, image-eob)
477 (image-mode-fit-frame): Use it (Bug#6639).
478
479 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
480
481 * dired.el (dired-buffers-for-dir): Handle list values of
482 dired-directory (Bug#6636).
483
484 2010-07-26 Sam Steingold <sds@gnu.org>
485
486 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
487 Do not call `x-get-selection' the second time, reuse the value.
488
489 2010-07-26 Daiki Ueno <ueno@unixuser.org>
490
491 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
492 which consist of control chars only. Suggested by Richard Stallman.
493
494 2010-07-25 Daiki Ueno <ueno@unixuser.org>
495
496 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
497 exists before passing an error to find-file-not-found-functions
498 (bug#6723).
499
500 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
501
502 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
503 Remove leading nil element, adjust values.
504 (tetris-shapes, tetris-shape-scores):
505 Change representation of shapes and remove some redundancy.
506 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
507 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
508 Adjust for working with new representation of shapes.
509 (tetris-shape-rotations): New function.
510 (tetris-move-bottom, tetris-move-left, tetris-move-right)
511 (tetris-rotate-prev, tetris-rotate-next):
512 Adjust for working with the new version of tetris-test-shape.
513
514 2010-07-23 Markus Triska <markus.triska@gmx.at>
515
516 * progmodes/ps-mode.el: Use comint (bug#5954).
517 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
518 (ps-mode-other-newline): Simplify.
519 (ps-run-mode): Derive from comint-mode instead of
520 fundamental-mode, yielding input history etc.
521 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
522 (ps-run-send-string): Adapt for comint-mode.
523 (ps-run-newline): Remove now unneeded function.
524
525 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
526
527 * net/tramp.el (tramp-methods): Move hostname to the end in all
528 plink `tramp-login-args'.
529
530 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
531
532 * net/tramp.el (tramp-open-shell): New defun.
533 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
534 Use it.
535
536 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
537
538 * net/tramp.el (tramp-file-name-regexp-unified)
539 (tramp-completion-file-name-regexp-unified): On W32 systems, do
540 not regard the volume letter as remote filename. (Bug#5447)
541
542 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
543
544 * custom.el (custom-declare-variable): Give a clearer error message
545 when the docstring is missing (bug#6476).
546
547 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
548
549 * progmodes/sql.el: Version 2.4. Improved Login prompting.
550 (sql-login-params): New widget definition.
551 (sql-oracle-login-params, sql-mysql-login-params)
552 (sql-solid-login-params, sql-sybase-login-params)
553 (sql-informix-login-params, sql-ingres-login-params)
554 (sql-ms-login-params, sql-postgres-login-params)
555 (sql-interbase-login-params, sql-db2-login-params)
556 (sql-linter-login-params): Use it.
557 (sql-sqlite-login-params): Use it; Define "database" parameter as
558 a file name.
559 (sql-sqlite-program): Change to "sqlite3".
560 (sql-comint-sqlite): Make sure database name is complete.
561 (sql-for-each-login): New function.
562 (sql-connect, sql-save-connection): Use it.
563 (sql-get-login-ext): New function.
564 (sql-get-login): Use it.
565 (sql-make-alternate-buffer-name): Handle :file parameters.
566
567 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
568
569 * dired.el (dired-no-confirm): Document value t and fix defcustom to
570 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
571
572 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
573
574 * dired.el (dired-mode-map): Use command remapping (bug#6632).
575
576 2010-07-22 Lawrence Mitchell <wence@gmx.li>
577
578 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
579
580 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
581
582 * net/tramp.el (tramp-get-ls-command)
583 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
584 instead of "/".
585
586 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
587
588 * progmodes/sql.el: Version 2.3.
589 (sql-connection-alist): Changed keys from symbols to strings;
590 enhanced the widget definition.
591 (sql-mode-menu): Added submenu to select connections.
592 (sql-interactive-mode-menu): Added "Save Connection" item.
593 (sql-add-product): Fixed menu item.
594 (sql-get-product-feature): Improved error handling.
595 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
596 (sql-make-alternate-buffer-name): Simplified.
597 (sql-product-interactive): Handle missing product.
598 (sql-connect): Support string keys, minor improvements.
599 (sql-save-connection): New function.
600 (sql-connection-menu-filter): New function.
601
602 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
603
604 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
605 (tramp-open-connection-setup-interactive-shell): Apply
606 workaround for IRIX64 bug. Move argument of last
607 `tramp-send-command' where it belongs to.
608
609 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
610
611 * net/tramp.el (tramp-perl-file-attributes)
612 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
613 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
614 front of `login-args'.
615
616 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
617
618 * time.el (display-time-world-mode): Define with `define-derived-mode'.
619 Set `show-trailing-whitespace' to nil.
620 (display-time-world-display): Simplify.
621
622 2010-07-18 Alan Mackenzie <acm@muc.de>
623
624 Enhance `c-file-style' in file/directory local variables.
625 * progmodes/cc-mode.el (c-count-cfss): New function.
626 (c-before-hack-hook): Call `c-set-style' differently according to
627 whether c-file-style was set in file or directory local
628 variables.
629
630 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
631
632 * progmodes/sql.el: Version 2.2.
633 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
634 defcustom :safe keyword rather than putting safe-local-variable
635 property.
636 (sql-password): Use defcustom :risky keyword rather than putting
637 risky-local-variable property.
638 (sql-oracle-login-params, sql-sqlite-login-params)
639 (sql-solid-login-params, sql-sybase-login-params)
640 (sql-informix-login-params, sql-ingres-login-params)
641 (sql-ms-login-params, sql-postgres-login-params)
642 (sql-interbase-login-params, sql-db2-login-params)
643 (sql-linter-login-params): Add `port' option.
644 (sql-get-product-feature): Added NO-INDIRECT parameter.
645 (sql-comint-oracle, sql-comint-sybase)
646 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
647 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
648 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
649 (sql-comint-linter): Renamed sql-connect-* functions to
650 sql-comint-*.
651 (sql-product-alist, sql-mode-menu): Renamed as above and
652 :sqli-connect-func to :sqli-comint-func.
653 (sql-connection): New variable.
654 (sql-interactive-mode): Set it.
655 (sql-connection-alist): New variable.
656 (sql-connect): New function.
657 (sql--alt-buffer-part, sql--alt-if-not-empty)
658 (sql-make-alternate-buffer-name): Improved alternative buffer name.
659
660 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
661
662 * image-mode.el (image-bookmark-make-record): Do not set context
663 in an image (Bug#6650).
664
665 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
666
667 * simple.el (select-active-region): New function.
668 (push-mark-command, set-mark, activate-mark)
669 (handle-shift-selection): Use it.
670 (deactivate-mark): Don't check for size of region.
671
672 * mouse.el (mouse-drag-track): Use select-active-region.
673
674 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
675
676 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
677 "--dired" stronger.
678
679 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
680
681 * term/x-win.el (x-select-enable-primary): Change default to nil.
682 (x-select-enable-clipboard): Add :version keyword.
683
684 * mouse.el (mouse-drag-copy-region):
685 * simple.el (select-active-regions): Likewise.
686
687 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
688
689 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
690 (vc-coding-system-for-diff): Use it to decide whether to inherit
691 from the file the EOL format for reading the diffs of that file.
692 (Bug#4451)
693
694 2010-07-16 Eli Zaretskii <eliz@gnu.org>
695
696 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
697 unibyte, so compressed attachments are not compressed again.
698
699 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
700
701 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
702 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
703 (tramp-find-shell): Simplify setting connection property.
704 (tramp-get-ls-command): Make test for "--color=never" stronger.
705
706 2010-07-15 Simon South <ssouth@member.fsf.org>
707
708 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
709 blocks within record declarations (i.e. variant parts) correctly.
710
711 2010-07-15 Simon South <ssouth@member.fsf.org>
712
713 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
714 over literal tokens when parsing so newlines aren't "absorbed" by
715 single-line comments. Corrects the indentation of case blocks
716 that have a comment on the first line.
717
718 2010-07-14 Karl Fogel <kfogel@red-bean.com>
719
720 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
721 by Drew Adams (Bug#5504).
722
723 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
724
725 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
726 now that Unicode is used (Bug#6594).
727
728 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
729
730 * term/x-win.el (x-select-enable-clipboard): Default to t.
731 (x-initialize-window-system): Don't overwrite Paste menu item.
732
733 * simple.el (select-active-regions): Default to t.
734 (push-mark-command): Don't overwrite primary with empty string.
735
736 * mouse.el: Bind mouse-2 to mouse-yank-primary.
737 (mouse-drag-copy-region): Default to nil.
738
739 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
740 Cut/Copy/Paste menu bar items.
741
742 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
743
744 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
745 Patch applied by Karl Fogel.
746
747 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
748 and `bookmark-current-buffer' if they have been already set in
749 another buffer (e.g gnus-art).
750
751 2010-07-13 Karl Fogel <kfogel@red-bean.com>
752 Thierry Volpiatto <thierry.volpiatto@gmail.com>
753
754 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
755
756 * bookmark.el (bookmark-make-record-default): Allow unneeded
757 information to be omitted from the record.
758
759 Adjust declarations and calls:
760
761 * info.el (bookmark-make-record-default): Adjust declaration.
762 (Info-bookmark-make-record): Adjust call.
763
764 * woman.el (bookmark-make-record-default): Adjust declaration.
765 (woman-bookmark-make-record): Adjust call.
766
767 * man.el (bookmark-make-record-default): Adjust declaration.
768 (Man-bookmark-make-record): Adjust call.
769
770 * image-mode.el (bookmark-make-record-default): Adjust declaration.
771
772 * doc-view.el (bookmark-make-record-default): Adjust declaration.
773
774 2010-07-13 Karl Fogel <kfogel@red-bean.com>
775
776 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
777 This is also from Thierry Volpiatto's patch in bug #6444. However,
778 because it was extraneous to the functional change in that patch,
779 and causes a re-indendation, I am committing it separately.
780
781 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
782
783 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
784 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
785 Patch applied by Karl Fogel (Bug#6444).
786
787 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
788
789 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
790
791 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
792
793 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
794 Dempsky; bug#5084). Remove incorrect binding for S-tab.
795 (ns-alternatives-map): Change S-tab binding to backtab
796 (bug#6616).
797
798 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
799 under ns.
800
801 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
802
803 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
804 (Bug#5806)
805
806 * language/tv-util.el (tai-viet-re): Remove format.
807
808 2010-07-12 Kenichi Handa <handa@m17n.org>
809
810 * language/hebrew.el: Remove no-byte-compile declaration.
811 Change coding: tag to utf-8. Register hebrew-shape-gstring in
812 composition-function-table for 3-character looking back.
813 (hebrew-font-get-precomposed): New function.
814 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
815
816 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
817
818 * mouse.el (mouse-drag-track): Handle select-active-regions
819 (Bug#6612).
820
821 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
822
823 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
824 empty argument to gvfs-copy.
825
826 2010-07-10 Glenn Morris <rgm@gnu.org>
827
828 * calendar/calendar.el (calendar-week-end-day): New function.
829 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
830 Respect calendar-week-start-day. (Bug#6606)
831 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
832 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
833 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
834 respect calendar-week-start-day.
835
836 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
837
838 * simple.el (use-region-p): Doc fix (Bug#6607).
839
840 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
841
842 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
843 regexps for cucumber and ruby.
844
845 2010-07-08 Daiki Ueno <ueno@unixuser.org>
846
847 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
848 (epa-file-insert-file-contents): Hack to prevent
849 find-file from opening empty buffer when decryption failed
850 (bug#6568).
851
852 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
853
854 * textmodes/ispell.el (ispell-alternate-dictionary):
855 Use file-readable-p.
856 Return nil if no word-list is found at default locations.
857 (ispell-complete-word-dict): Default to nil.
858 (ispell-command-loop): Use 'word-list' when using lookup-words.
859 (lookup-words): Use ispell-complete-word-dict or
860 ispell-alternate-dictionary. Check for word-list availability
861 and handle errors if needed with better messages (Bug#6539).
862 (ispell-complete-word): Use ispell-complete-word-dict or
863 ispell-alternate-dictionary.
864
865 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
866
867 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
868 builtins (BufferError, BytesWarning, WindowsError; callables
869 bin, bytearray, bytes, format, memoryview, next, print; __package__).
870
871 2010-07-07 Glenn Morris <rgm@gnu.org>
872
873 * play/zone.el (top-level): Do not require timer, tabify, or cl.
874 (zone-shift-left): Ignore intangibility, and any errors from
875 forward-char.
876 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
877 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
878 deleting, and copying text properties.
879 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
880 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
881 to point-max is hard.
882 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
883 (zone-fill-out-screen): Ignore intangibility.
884
885 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
886
887 * menu-bar.el (menu-bar-mode):
888 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
889 if it has been set.
890
891 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
892 word/line selection (Bug#6565).
893
894 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
895
896 * net/dbus.el (dbus-send-signal): Declare function.
897
898 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
899
900 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
901 (dbus-register-property): New optional argument EMITS-SIGNAL.
902 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
903
904 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
905
906 * mouse.el (mouse-drag-overlay): Variable deleted.
907 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
908 (mouse--remap-link-click-p): New function.
909 (mouse-drag-track): Handle dragging by using temporary Transient
910 Mark mode, instead of a special overlay.
911 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
912 mouse-show-mark.
913
914 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
915 deleted.
916
917 2010-07-02 Juri Linkov <juri@jurta.org>
918
919 * autoinsert.el (auto-insert-alist): Fix readability
920 by using dotted pair notation for lambda.
921
922 2010-07-02 Juri Linkov <juri@jurta.org>
923
924 * faces.el (read-face-name): Rename arg `string-describing-default'
925 to `default'. Doc fix. Display the default value in quotes
926 in the prompt. With empty input, return the `default' arg,
927 unless the default value is a string (in which case return nil).
928 (describe-face): Replace the string `default' arg of `read-face-name'
929 with the symbol `default'.
930
931 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
932
933 * emulation/viper-cmd.el (viper-delete-backward-char)
934 (viper-del-backward-char-in-insert)
935 (viper-del-backward-char-in-replace, viper-change)
936 (viper-backward-indent): Replace delete-backward-char with
937 delete-char (Bug#6552).
938
939 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
940
941 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
942
943 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
944
945 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
946 argument passed to frame-creation-function (Bug#5378).
947
948 * faces.el (x-handle-named-frame-geometry)
949 (x-handle-reverse-video, x-create-frame-with-faces)
950 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
951 separately consult default-frame-alist. It is now passed as the
952 PARAMETER argument.
953
954 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
955
956 * startup.el (command-line): Don't call tool-bar-setup in a
957 tty-only build.
958
959 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
960
961 * ruler-mode.el (ruler--save-header-line-format): New fun.
962 (ruler-mode): Use it as a setter function, so as not to overwrite
963 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
964
965 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
966
967 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
968 (vc-root-diff, vc-print-root-log, vc-log-incoming)
969 (vc-log-outgoing): Use it.
970 (vc-diff-internal): Set diff-vc-backend.
971
972 * vc/diff-mode.el (diff-vc-backend): New var.
973
974 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
975
976 * dynamic-setting.el (font-setting-change-default-font): Remove
977 call to message.
978
979 2010-06-28 Kenichi Handa <handa@m17n.org>
980
981 * international/quail.el (quail-insert-kbd-layout): Fix the
982 showing of untranslated characters.
983
984 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
985
986 * simple.el (delete-active-region): New option.
987 (delete-backward-char): Implement in Lisp.
988 (delete-forward-char): New command.
989
990 * mouse.el (mouse-region-delete-keys): Deleted.
991 (mouse-show-mark): Simplify.
992
993 * bindings.el (global-map): Bind delete and DEL, the former to
994 delete-forward-char.
995
996 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
997
998 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
999 (ruby-mode): Bind indent-line-function (Bug#5119).
1000
1001 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
1002
1003 * startup.el (command-line): Recognize "0" X resource value.
1004
1005 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
1006
1007 * startup.el (command-line): Use X resources to set the value of
1008 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
1009
1010 * menu-bar.el (menu-bar-mode):
1011 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
1012 Set init-value to t.
1013
1014 * frame.el (frame-notice-user-settings): Don't change
1015 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
1016 vice versa (Bug#2249).
1017
1018 2010-06-26 Eli Zaretskii <eliz@gnu.org>
1019
1020 * w32-fns.el (w32-convert-standard-filename): Doc fix.
1021
1022 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
1023
1024 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
1025 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
1026
1027 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
1028 default directories are expanded (Bug#6143).
1029
1030 2010-06-24 Juri Linkov <juri@jurta.org>
1031
1032 * minibuffer.el (completions-format): Change default from nil to
1033 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
1034
1035 2010-06-24 Juri Linkov <juri@jurta.org>
1036
1037 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
1038 buffer-locally to lambda that re-runs the vc diff command.
1039 (Bug#6447)
1040
1041 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
1042
1043 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
1044 echo area is in use (Bug#3412).
1045
1046 2010-06-22 Glenn Morris <rgm@gnu.org>
1047
1048 * textmodes/texinfmt.el (texinfo-format-region)
1049 (texinfo-raise-lower-sections, texinfo-format-separate-node)
1050 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
1051 (texinfo-format-option, texinfo-noindent):
1052 Use line-beginning-position and line-end-position.
1053
1054 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
1055 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
1056 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
1057 utf-8 characters.
1058
1059 2010-06-21 Karl Fogel <kfogel@red-bean.com>
1060
1061 * play/zone.el (zone-fall-through-ws): Fix next-line ->
1062 forward-line fallout.
1063
1064 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
1065
1066 * mouse.el (mouse-appearance-menu): Add docstring.
1067
1068 * help.el (describe-key): Print up-event using key-description.
1069
1070 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
1071
1072 * net/zeroconf.el (zeroconf-resolve-service)
1073 (zeroconf-service-resolver-handler): Use
1074 `dbus-byte-array-to-string'.
1075 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1076
1077 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1078
1079 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1080
1081 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1082
1083 Avoid displaying files with a nil state in vc-dir.
1084 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1085 cases that cause insertion.
1086 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1087 with a nil state.
1088
1089 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1090
1091 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1092
1093 2010-06-29 Leo <sdl.web@gmail.com>
1094
1095 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
1096
1097 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1098
1099 * generic-x.el (bat-generic-mode): Fix regexp for command line
1100 switches (Bug#5719).
1101
1102 2010-06-27 Masatake YAMATO <yamato@redhat.com>
1103
1104 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1105 of nconc to avoid pure storage error (Bug#6239).
1106
1107 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
1108
1109 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1110 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1111 bindings of bookmark-automatically-show-annotations (Bug#6515).
1112
1113 2010-06-25 Eli Zaretskii <eliz@gnu.org>
1114
1115 * arc-mode.el (archive-zip-extract): Don't quote the file name on
1116 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
1117
1118 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
1119
1120 * comint.el (make-comint, make-comint-in-buffer): Mention return
1121 value in the docstrings. (Bug#6498)
1122
1123 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
1124
1125 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1126 since it is not present when using some non-default switches.
1127
1128 2010-06-23 Karl Fogel <kfogel@red-bean.com>
1129
1130 * simple.el (compose-mail): Fix doc string to refer to
1131 `compose-mail-user-agent-warnings', instead of to the
1132 nonexistent `compose-mail-check-user-agent'.
1133
1134 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
1135
1136 Fix an indentation bug:
1137
1138 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
1139 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
1140 of existing values.
1141
1142 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
1143 (c-clear->-pair-props-if-match-before): now return t when they've
1144 cleared properties, nil otherwise.
1145 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
1146 by taking account of the existing value.
1147
1148 * progmodes/cc-defs.el
1149 (c-clear-char-property-with-value-function): Fix this to clear the
1150 property rather than overwriting it with nil.
1151
1152 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
1153
1154 * emacs-lisp/package.el (package-print-package): Add link to
1155 package description via describe-package.
1156 (describe-package-1): List package requirements. Add button to
1157 perform installation.
1158 (package-menu-describe-package): New command.
1159
1160 * help-mode.el (help-package): New button type.
1161
1162 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
1163
1164 * emacs-lisp/package.el: Move package-list-packages binding to
1165 menu-bar.el.
1166 (describe-package, describe-package-1, package--dir): New funs.
1167 (package-activate-1): Use package--dir.
1168
1169 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
1170
1171 * help-mode.el (help-package-def): New button type.
1172
1173 * menu-bar.el: Move package-list-packages binding here from
1174 package.el.
1175
1176 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
1177
1178 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
1179
1180 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1181
1182 * emacs-lisp/edebug.el (edebug-read-list):
1183 Phase out old-style backquotes.
1184
1185 2010-06-17 Juri Linkov <juri@jurta.org>
1186
1187 * help-mode.el (help-mode): Set buffer-local variable
1188 revert-buffer-function to help-mode-revert-buffer.
1189 (help-mode-revert-buffer): New function.
1190
1191 * info.el (Info-revert-find-node): Check for major-mode Info-mode
1192 before popping to "*info*" (like in other Info functions).
1193 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
1194 old-history-forward. Pop to old-buffer-name or "*info*" to
1195 recreate the killed buffer. Set Info-history-forward from
1196 old-history-forward.
1197 (Info-breadcrumbs-depth): Add :group and :version.
1198
1199 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
1200
1201 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
1202
1203 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
1204
1205 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
1206 for languages like Portuguese with pt_{BR,PT} and no plain pt.
1207
1208 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
1209
1210 * emacs-lisp/package.el (package-menu-mode-map):
1211 Move initialization into declaration.
1212
1213 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
1214
1215 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
1216
1217 * emacs-lisp/package.el (package-archive-base): Point to
1218 elpa.gnu.org.
1219 (package-enable, package-load-list): New defcustoms.
1220 (package-user-dir, package-directory-list): Turn into defcustoms.
1221 Don't include package-user-dir in package-directory-list.
1222 (package--builtins-base): Don't include Emacs as a "package".
1223 (package-subdirectory-regexp): New var.
1224 (package-load-all-descriptors, package-compute-transaction)
1225 (package-download-transaction): Obey package-load-list.
1226 (package-activate-1): Rename from package-do-activate.
1227 (package-list-packages-internal): Check package-load-list.
1228 (package-load-descriptor, package-generate-autoloads)
1229 (package-unpack, package-unpack-single)
1230 (package--read-archive-file, package-delete): Use
1231 expand-file-name.
1232
1233 * emacs-lisp/package-x.el: New file. Package uploading
1234 functionality split out from package.el.
1235
1236 * startup.el (command-line): Load packages after reading init
1237 file.
1238
1239 2010-06-17 Tom Tromey <tromey@redhat.com>
1240
1241 * emacs-lisp/package.el: New file.
1242
1243 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1244
1245 Fix vc-annotate for renamed files when using Git.
1246 * vc-git.el (vc-git-find-revision): Deal with empty results from
1247 ls-files. Doe not pass the object as a file name to cat-file, it
1248 is not a file name.
1249 (vc-git-annotate-command): Pass the file name using -- to avoid
1250 ambiguity with the revision.
1251 (vc-git-previous-revision): Pass a relative file name.
1252
1253 2010-06-22 Glenn Morris <rgm@gnu.org>
1254
1255 * progmodes/js.el (js-mode-map): Use standard capitalization and
1256 ellipses for menu entries.
1257
1258 * wid-edit.el (widget-complete): Doc fix.
1259
1260 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
1261
1262 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1263
1264 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1265
1266 Fix annotating other revisions for renamed files in vc-annotate.
1267 * vc-annotate.el (vc-annotate): Add an optional argument for the
1268 VC backend. Use it when non-nil.
1269 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
1270 (Bug#6487)
1271
1272 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1273 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1274 Do not pass the file name to the 'previous-revision call when we
1275 don't want a file diff. (Bug#6489)
1276
1277 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1278
1279 Fix finding revisions for renamed files in vc-annotate.
1280 * vc.el (vc-find-revision): Add an optional argument for
1281 the VC backend. Use it when non-nil.
1282 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1283 backend to vc-find-revision. (Bug#6487)
1284
1285 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1286
1287 Fix reading file names in Git annotate buffers.
1288 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
1289 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
1290
1291 2010-06-20 Alan Mackenzie <acm@muc.de>
1292
1293 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1294 in file local variables, set it first.
1295
1296 2010-06-19 Glenn Morris <rgm@gnu.org>
1297
1298 * descr-text.el (describe-char-unicode-data): Insert separating
1299 space when needed. (Bug#6422)
1300
1301 * progmodes/idlwave.el (idlwave-action-and-binding):
1302 Fix typo in 2009-12-03 change. (Bug#6450)
1303
1304 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1305
1306 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
1307 handling for `lambda' (misunderstanding).
1308
1309 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
1310
1311 * calc/calc-poly.el (math-accum-factors): Make sure that
1312 constants aren't distributed after they are factored out.
1313
1314 2010-06-16 Juri Linkov <juri@jurta.org>
1315
1316 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
1317 `list-colors-print'. (Bug#6332)
1318
1319 * subr.el (read-quoted-char): Fix up last change (bug#6290).
1320
1321 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1322
1323 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
1324 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
1325
1326 * font-lock.el (font-lock-major-mode): Rename from
1327 font-lock-mode-major-mode to distinguish it from
1328 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1329 (font-lock-set-defaults):
1330 * font-core.el (font-lock-default-function): Adjust users.
1331 (font-lock-mode): Don't set it at all.
1332
1333 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1334
1335 * vc-annotate.el (vc-annotate): Use vc-read-revision.
1336
1337 2010-06-16 Glenn Morris <rgm@gnu.org>
1338
1339 * calendar/appt.el (appt-time-msg-list): Doc fix.
1340 (appt-check): Let-bind appt-warn-time.
1341 (appt-add): Make the 3rd argument optional.
1342 Simplify argument names. Doc fix. Check for integer WARNTIME.
1343 Only add WARNTIME to the output list if non-nil.
1344
1345 2010-06-16 Ivan Kanis <apple@kanis.eu>
1346
1347 * calendar/appt.el (appt-check): Let the 3rd element of
1348 appt-time-msg-list specify the warning time.
1349 (appt-add): Add new argument with the warning time. (Bug#5176)
1350
1351 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1352
1353 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1354 older than version 1.6. (Bug#6361)
1355
1356 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
1357
1358 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1359 used by cl-do-arglist. (Bug#6408)
1360
1361 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
1362
1363 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
1364 portuguese casechars/not-casechars for missing 'çÇ'.
1365 Suggested by Rolando Pereira (bug#6434).
1366
1367 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
1368
1369 * facemenu.el (list-colors-sort): Doc fix.
1370
1371 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1372
1373 * progmodes/sql.el (sql-connect-mysql): Fix typo.
1374
1375 2010-06-14 Juri Linkov <juri@jurta.org>
1376
1377 Add sort option `list-colors-sort'. (Bug#6332)
1378 * facemenu.el (color-rgb-to-hsv): New function.
1379 (list-colors-sort): New defcustom.
1380 (list-colors-sort-key): New function.
1381 (list-colors-display): Doc fix. Sort list according to the option
1382 `list-colors-sort'.
1383 (list-colors-print): Add HSV values to `help-echo' property of
1384 RGB strings.
1385
1386 2010-06-14 Juri Linkov <juri@jurta.org>
1387
1388 * compare-w.el: Move to the "vc" subdirectory.
1389
1390 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1391
1392 * image-mode.el (image-mode-map): Remap left-char and right-char.
1393
1394 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
1395
1396 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
1397
1398 * term/common-win.el (x-colors): Add all the color names defined
1399 in rgb.txt (Bug#6332).
1400
1401 * facemenu.el (list-colors-print): Don't print extra names if it
1402 will overflow the window width.
1403
1404 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
1405 change (Bug#6343).
1406
1407 2010-06-12 Eli Zaretskii <eliz@gnu.org>
1408
1409 * files.el (make-directory): Doc fix (bug#6396).
1410
1411 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
1412
1413 * net/tramp.el (tramp-remote-process-environment): Protect version
1414 string by apostroph.
1415 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1416 XEmacs.
1417 (tramp-file-name-for-operation): Add `call-process-region'.
1418 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1419
1420 * net/tramp-compat.el (top): Do not autoload
1421 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1422 only when `start-file-process' is not bound.
1423 (tramp-advice-file-expand-wildcards): Do not use
1424 `tramp-handle-file-remote-p'.
1425 (tramp-compat-make-temp-file): Handle the case, that
1426 `make-temp-file' has no third argument EXTENSION.
1427
1428 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
1429
1430 * makefile.w32-in (WINS_BASIC): Include new directory vc.
1431
1432 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
1433
1434 2010-06-11 Juri Linkov <juri@jurta.org>
1435
1436 * finder.el (finder-known-keywords): Add keyword "vc"
1437 for version control.
1438
1439 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
1440 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
1441 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
1442 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
1443
1444 2010-06-11 Juri Linkov <juri@jurta.org>
1445
1446 Move version control related files to the "vc" subdirectory.
1447 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
1448 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
1449 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
1450 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
1451 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
1452 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
1453 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
1454 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
1455 Move files to the "vc" subdirectory.
1456
1457 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
1458
1459 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
1460 (Bug#6367).
1461
1462 2010-06-11 Stephen Eglen <stephen@gnu.org>
1463
1464 * shell.el: Bind `shell-resync-dirs' to M-RET.
1465
1466 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
1467
1468 * notifications.el: Move file from lisp/net, because it is
1469 supposed to talk locally to the user.
1470
1471 2010-06-10 Julien Danjou <julien@danjou.info>
1472
1473 * net/notifications.el (notifications-on-action-signal)
1474 (notifications-on-closed-signal): Pass notification id as first
1475 argument to the callback functions. Add docstrings.
1476 (notifications-notify): Fix docstring.
1477
1478 2010-06-10 Glenn Morris <rgm@gnu.org>
1479
1480 * emacs-lisp/authors.el (authors-ignored-files)
1481 (authors-valid-file-names): Add some files.
1482
1483 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1484
1485 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
1486 merge conflict, giving preference to the emacs-23 version of the code.
1487
1488 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1489
1490 * emacs-lisp/advice.el (ad-compile-function):
1491 Define warning-suppress-types before we let-bind it (bug#6275).
1492
1493 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1494 declare it, make it buffer-local and permanent-local (bug#6324).
1495 (vc-resynch-window): Adjust name.
1496 * vc-hooks.el (vc-find-file-hook): Adjust name.
1497
1498 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
1499
1500 * net/notifications.el (notifications-notify): Fix docstring.
1501
1502 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
1503
1504 Update to Unicode 6.0.0 beta.
1505 * international/charprop.el: Update copyright.
1506 * international/mule-cmds.el (ucs-names): Update character ranges.
1507 * international/uni-bidi.el:
1508 * international/uni-category.el:
1509 * international/uni-combining.el:
1510 * international/uni-comment.el:
1511 * international/uni-decimal.el:
1512 * international/uni-decomposition.el:
1513 * international/uni-digit.el:
1514 * international/uni-lowercase.el:
1515 * international/uni-mirrored.el:
1516 * international/uni-name.el:
1517 * international/uni-numeric.el:
1518 * international/uni-old-name.el:
1519 * international/uni-titlecase.el:
1520 * international/uni-uppercase.el: Regenerate.
1521
1522 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
1523
1524 * emacs-lisp/smie.el (comment-string-strip): Declare function.
1525 (smie-precs-precedence-table): Fix typo in docstring.
1526
1527 * vc-mtn.el (log-edit-extract-headers): Declare function.
1528
1529 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
1530
1531 * net/notifications.el (dbus-register-signal): Declare function.
1532 (notifications-notify): Fix typos and reflow docstring.
1533
1534 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1535
1536 Improve VC create/retrieve tag/branch.
1537 * vc.el (vc-create-tag): Do not read the directory name for VCs
1538 with repository revision granularity. Adjust the tag/branch
1539 prompt. Reset VC properties.
1540 (vc-retrieve-tag): Do not read the directory name for VCs
1541 with repository revision granularity. Reset VC properties.
1542
1543 2010-06-09 Julien Danjou <julien@danjou.info>
1544
1545 * net/notifications.el: New file.
1546
1547 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1548
1549 Add optional support for resetting VC properties.
1550 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1551 call vc-file-clearprops when true.
1552 (vc-resynch-buffer): Add new optional argument, pass it down.
1553 (vc-resynch-buffers-in-directory): Likewise.
1554
1555 Improve support for special markup in the VC commit message.
1556 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
1557 * vc-hg.el (vc-hg-checkin): Add support for Date:.
1558 * vc-git.el (vc-git-checkin):
1559 * vc-bzr.el (vc-bzr-checkin): Likewise.
1560
1561 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1562
1563 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
1564 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
1565
1566 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
1567
1568 * iimage.el: Remove images as soon as the underlying text is modified.
1569 (iimage-modification-hook): New function.
1570 (iimage-mode-buffer): Use it.
1571
1572 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1573
1574 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1575 smie-indent-offset-after. Add :prev case. Make a bit more generic.
1576 (smie-indent-virtual): Remove `virtual' arg. Update callers.
1577 (smie-indent-keyword): Add handling of open-paren keywords.
1578 (smie-indent-comment-continue): Don't assume comment-continue.
1579
1580 2010-06-07 Martin Rudalics <rudalics@gmx.at>
1581
1582 * window.el (pop-to-buffer): Remove the conditional that
1583 compares new-window and old-window, so it will reselect
1584 the selected window unconditionally.
1585 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1586
1587 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1588
1589 * emacs-lisp/smie.el (smie-indent-offset-after)
1590 (smie-indent-forward-token, smie-indent-backward-token): New functions.
1591 (smie-indent-after-keyword): Use them.
1592 (smie-indent-fixindent): Only applies to the indentation of the BOL.
1593 (smie-indent-keyword): Tweak the black magic.
1594 (smie-indent-comment-continue): Strip comment-continue before use.
1595 (smie-indent-functions): Indent comments before keywords.
1596
1597 2010-06-06 Juri Linkov <juri@jurta.org>
1598
1599 * isearch.el (isearch-lazy-highlight-search): Fix looping
1600 by checking for empty match. This syncs this loop with the
1601 similar loop in `isearch-search'. (Bug#6362)
1602
1603 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
1604
1605 * net/dbus.el (dbus-register-method): Declare function.
1606 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1607 (dbus-introspect): Doc fix.
1608 (dbus-event-bus-name, dbus-introspect-get-interface)
1609 (dbus-introspect-get-argument): Reflow docstrings.
1610
1611 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
1612
1613 vc-log-incoming/vc-log-outgoing fixes for Git.
1614 * vc-git.el (vc-git-log-view-mode): Fix font lock for
1615 incoming/outgoing logs.
1616 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1617 instead of vc-git-compute-remote.
1618 (vc-git-compute-remote): Remove.
1619
1620 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
1621
1622 * term/common-win.el (x-colors): Add "dark green" and "dark
1623 turquoise" (Bug#6332).
1624
1625 2010-06-04 Juri Linkov <juri@jurta.org>
1626
1627 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1628 Instead of setting `replace' to t and replacing the same string
1629 with itself, don't do certain actions when
1630 kill-do-not-save-duplicates is non-nil and string is equal to car
1631 of kill-ring: don't call menu-bar-update-yank-menu, don't push
1632 interprogram-paste strings to kill-ring, and don't push the input
1633 argument `string' to kill-ring.
1634 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1635
1636 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1637
1638 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1639
1640 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
1641
1642 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1643 (tramp-gvfs-handler-mounted-unmounted)
1644 (tramp-gvfs-connection-mounted-p): Handle default-location.
1645
1646 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1647 move files to trash.
1648
1649 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1650
1651 * international/mule-cmds.el (nonascii-insert-offset)
1652 (nonascii-translation-table): Add obsolescence information.
1653
1654 * international/mule.el (make-translation-table-from-vector): Doc fix.
1655
1656 2010-06-03 Eric Ludlam <zappo@gnu.org>
1657
1658 * cedet/semantic/lex-spp.el
1659 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1660 invalid values during save, just save a nil (Bug#6324).
1661
1662 2010-06-03 Glenn Morris <rgm@gnu.org>
1663
1664 * desktop.el (desktop-clear-preserve-buffers):
1665 Add "*Warnings*" buffer. (Bug#6336)
1666
1667 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
1668
1669 vc-log-incoming/vc-log-outgoing improvements for Git.
1670 * vc-git.el (vc-git-log-outgoing): Use the same format as the
1671 short log.
1672 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
1673
1674 Add bindings for vc-log-incoming and vc-log-outgoing.
1675 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1676 and vc-log-outgoing.
1677 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1678 and vc-log-outgoing.
1679
1680 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
1681
1682 * net/rcirc.el (rcirc-sort-nicknames): Remove.
1683 (rcirc-handler-366): Always sort nicknames.
1684
1685 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
1686
1687 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1688
1689 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
1690
1691 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1692
1693 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1694
1695 * net/rcirc.el (rcirc-sort-nicknames): Change default.
1696 (rcirc-sort-nicknames-join): Avoid setq.
1697
1698 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1699
1700 * net/rcirc.el (rcirc-sort-nicknames): New custom.
1701 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1702 (rcirc-handler-366): Use them.
1703
1704 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1705
1706 Split smie-indent-calculate into more manageable chunks.
1707 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1708 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1709 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1710 (smie-indent-exps): Extract from smie-indent-calculate.
1711 (smie-indent-functions): New var.
1712 (smie-indent-functions): Use them.
1713
1714 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1715
1716 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1717 (smie-indent-calculate): Simplify and cleanup.
1718
1719 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
1720
1721 * net/tramp-gvfs.el (top): Require url-util.
1722 (tramp-gvfs-mount-point): Remove.
1723 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1724 New defuns.
1725 (with-tramp-dbus-call-method): Format trace message.
1726 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1727 Implement backup call, when operation on local files fails.
1728 Use progress reporter. Flush properties of changed files.
1729 (tramp-gvfs-handle-make-directory): Make more traces.
1730 (tramp-gvfs-url-file-name): Hexify file name in url.
1731 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1732 into account for the resulting file name.
1733 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1734 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
1735 (tramp-gvfs-handler-mounted-unmounted)
1736 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1737 attribute "default_location". Set "prefix" property.
1738 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1739 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1740 exists. Raise an error, if not (due to a corresponding answer
1741 "no" in interactive questions, for example).
1742
1743 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1744
1745 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1746
1747 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
1748
1749 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1750 right-*. (Bug#6265)
1751
1752 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
1753
1754 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1755 * vc-git.el (vc-git-compute-remote): New function.
1756 (vc-git-log-outgoing): Use it instead of hard coding a value.
1757 (vc-git-log-incoming): New function.
1758
1759 Improve state updating for VC tag commands.
1760 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1761 to update the state of all buffers in the directory.
1762
1763 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1764
1765 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1766
1767 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1768 `file-directory-p' to the filename part rather than to the whole text.
1769
1770 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
1771
1772 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1773 (bug#6231).
1774
1775 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1776
1777 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1778
1779 2010-05-31 Drew Adams <drew.adams@oracle.com>
1780
1781 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1782
1783 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
1784
1785 * subr.el (momentary-string-display): Just use read-event to read
1786 the exit event (Bug#6238).
1787
1788 2010-05-30 Eli Zaretskii <eliz@gnu.org>
1789
1790 * international/mule.el (define-coding-system): Doc fix (bug#6313).
1791
1792 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
1793
1794 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1795 Suggested by Eli Zaretskii <eliz@gnu.org>.
1796
1797 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1798
1799 * minibuffer.el (completion-file-name-table): Don't return a boundary
1800 past the end of `string' (bug#6299).
1801 (completion--file-name-table): Delegate to completion-file-name-table
1802 for the `boundaries' case.
1803
1804 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
1805
1806 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1807 movement commands.
1808
1809 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1810 `path-separator', but maintain compatibility with Emacs 20.2.
1811
1812 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1813
1814 * server.el (server-process-filter): Receive parent-id argument
1815 from emacsclient.
1816 (server-create-window-system-frame): New arg. Pass parent-id as
1817 frame parameter.
1818
1819 2010-05-29 Eli Zaretskii <eliz@gnu.org>
1820
1821 Bidi-sensitive word movement with arrow keys.
1822 * subr.el (right-arrow-command, left-arrow-command): Move to
1823 bindings.el.
1824
1825 * bindings.el (right-char, left-char): Move from subr.el and
1826 rename from right-arrow-command and left-arrow-command.
1827 (right-word, left-word): New functions.
1828 (global-map) <right>: Bind to right-char.
1829 (global-map) <left>: Bind to left-char.
1830 (global-map) <C-right>: Bind to right-word.
1831 (global-map) <C-left>: Bind to left-word.
1832
1833 * ls-lisp.el (ls-lisp-classify-file): New function.
1834 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1835 (ls-lisp-classify): Call ls-lisp-classify-file.
1836 (insert-directory): Remove blanks from switches.
1837
1838 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1839
1840 * ansi-color.el: Delete unused escape sequences (Bug#6085).
1841 (ansi-color-drop-regexp): New constant.
1842 (ansi-color-apply, ansi-color-filter-region)
1843 (ansi-color-apply-on-region): Delete unrecognized control sequences.
1844 (ansi-color-apply): Build string list before calling concat.
1845
1846 2010-05-28 Juri Linkov <juri@jurta.org>
1847
1848 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1849 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
1850 (Bug#5270)
1851
1852 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
1853
1854 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
1855 to ignored backtrace functions.
1856 (with-progress-reporter): Expand docstring.
1857 (tramp-handle-delete-file): Implement TRASH argument.
1858 (tramp-get-remote-trash): New defun.
1859
1860 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
1861
1862 * net/tramp-compat.el (tramp-compat-delete-file): Use
1863 `symbol-value' for backward compatibility.
1864
1865 * net/tramp.el (tramp-handle-make-symbolic-link)
1866 (tramp-handle-load)
1867 (tramp-do-copy-or-rename-file-via-buffer)
1868 (tramp-do-copy-or-rename-file-directly)
1869 (tramp-do-copy-or-rename-file-out-of-band)
1870 (tramp-handle-process-file, tramp-handle-call-process-region)
1871 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1872 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1873 (tramp-delete-temp-file-function): Use `delete-file' instead
1874 of `tramp-compat-delete-file'.
1875
1876 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1877 (tramp-fish-handle-make-symbolic-link)
1878 (tramp-fish-handle-process-file): Use `delete-file' instead
1879 of `tramp-compat-delete-file'.
1880
1881 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
1882 `delete-file' instead of `tramp-compat-delete-file'.
1883
1884 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1885 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
1886 `tramp-compat-delete-file'.
1887
1888 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
1889 `delete-file' instead of `tramp-compat-delete-file'.
1890
1891 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1892 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1893 (tramp-smb-handle-write-region): Use `delete-file' instead of
1894 `tramp-compat-delete-file'.
1895 (tramp-smb-handle-delete-directory): Use 'trash as arg.
1896
1897 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1898
1899 * dired.el (dired-delete-file): New arg TRASH.
1900 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
1901 (dired-do-flagged-delete, dired-do-delete): Use trash.
1902
1903 * speedbar.el (speedbar-item-delete): Allow trashing.
1904
1905 * files.el (delete-directory): New arg TRASH.
1906
1907 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
1908 (ange-ftp-rename-remote-to-remote)
1909 (ange-ftp-rename-local-to-remote)
1910 (ange-ftp-rename-remote-to-local, ange-ftp-load)
1911 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
1912 `delete-file'.
1913 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
1914 allow trashing.
1915
1916 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1917 handle new TRASH arg of `delete-file'.
1918
1919 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
1920 (tramp-handle-make-symbolic-link, tramp-handle-load)
1921 (tramp-do-copy-or-rename-file-via-buffer)
1922 (tramp-do-copy-or-rename-file-directly)
1923 (tramp-do-copy-or-rename-file-out-of-band)
1924 (tramp-handle-process-file, tramp-handle-call-process-region)
1925 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1926 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1927 (tramp-delete-temp-file-function): Use null TRASH arg in
1928 tramp-compat-delete-file call.
1929
1930 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1931 (tramp-fish-handle-delete-file)
1932 (tramp-fish-handle-make-symbolic-link)
1933 (tramp-fish-handle-process-file): Use null TRASH arg in
1934 `tramp-compat-delete-file' call.
1935
1936 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
1937 arg in `tramp-compat-delete-file' call.
1938
1939 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1940 (tramp-gvfs-handle-write-region): Use null TRASH arg in
1941 `tramp-compat-delete-file' call.
1942
1943 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
1944 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
1945 `tramp-compat-delete-file' call.
1946
1947 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1948 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1949 (tramp-smb-handle-write-region): Use null TRASH arg in
1950 tramp-compat-delete-file call.
1951 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
1952 (tramp-smb-handle-delete-file): Rename arg.
1953
1954 * diff.el (diff-sentinel):
1955 * epg.el (epg--make-temp-file, epg-decrypt-string)
1956 (epg-verify-string, epg-sign-string, epg-encrypt-string):
1957 * jka-compr.el (jka-compr-partial-uncompress)
1958 (jka-compr-call-process, jka-compr-write-region):
1959 * server.el (server-sentinel): Remove optional arg from
1960 delete-file, reverting 2010-05-03 change.
1961
1962 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1963
1964 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
1965 font-lock-constant-face, not obsolete font-lock-reference-face.
1966
1967 2010-05-27 Kenichi Handa <handa@m17n.org>
1968
1969 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
1970 element of GSTRING is nil.
1971
1972 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1973
1974 * emacs-lisp/smie.el (smie-forward-token-function)
1975 (smie-backward-token-function): New vars.
1976 (smie-backward-sexp, smie-forward-sexp)
1977 (smie-indent-hanging-p, smie-indent-calculate): Use them.
1978 (smie-default-backward-token): Rename from smie-backward-token and
1979 skip comments.
1980 (smie-default-forward-token): Rename from smie-forward-token and
1981 skip comments.
1982 (smie-next-sexp): Handle nil results from next-token.
1983 (smie-indent-calculate): Add a new case for special `fixindent' comments.
1984
1985 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1986
1987 * progmodes/verilog-mode.el (verilog-type-font-keywords):
1988 Use font-lock-constant-face, not obsolete font-lock-reference-face.
1989
1990 2010-05-27 Masatake YAMATO <yamato@redhat.com>
1991
1992 * htmlfontify.el (hfy-face-resolve-face): New function.
1993 (hfy-face-to-style): Use it (Bug#6279).
1994
1995 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1996
1997 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
1998 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
1999
2000 2010-05-26 Glenn Morris <rgm@gnu.org>
2001
2002 * emulation/edt.el (edt-load-keys): Use locate-library.
2003
2004 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
2005
2006 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
2007 (log-edit-changelog-entries): Doc fix.
2008 (log-edit-changelog-insert-entries): Args changed.
2009 Rename relative filenames in ChangeLog entries. Delete tabs.
2010 (log-edit-insert-changelog-entries): Reorganize return value of
2011 `log-edit-changelog-entries' to pass filenames to
2012 log-edit-changelog-insert-entries.
2013
2014 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2015
2016 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
2017 `image-dired-dired-insert-marked-thumbs' to
2018 `image-dired-dired-toggle-marked-thumbs'.
2019
2020 * image-dired.el: Require cl when compiling.
2021 (image-dired-dired-toggle-marked-thumbs): Rename from
2022 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
2023 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
2024 to 'no-dir. Skip files whose names don't match
2025 `image-file-name-regexp'. When file has a thumbnail overlay,
2026 delete it. (Bug#5270)
2027
2028 2010-05-25 Juri Linkov <juri@jurta.org>
2029
2030 * image-mode.el (image-mode): Add image-after-revert-hook to
2031 after-revert-hook.
2032 (image-after-revert-hook): New function. (Bug#5669)
2033
2034 2010-05-25 Juri Linkov <juri@jurta.org>
2035
2036 * image.el (image-animated-p): When delay between animated images
2037 is 0, set it to 10 (0.1 sec). (Bug#6258)
2038
2039 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
2040
2041 * net/tramp.el (tramp-handle-insert-directory): Don't use
2042 `forward-word', its default syntax could be changed.
2043
2044 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
2045
2046 * net/tramp.el (tramp-progress-reporter-update): New defun.
2047 (with-progress-reporter): Use it.
2048 (tramp-process-actions):
2049 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
2050 current message, in order to let progress reporter continue
2051 afterwards. (Bug#6257)
2052
2053 2010-05-25 Glenn Morris <rgm@gnu.org>
2054
2055 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
2056 Add :version.
2057
2058 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
2059
2060 * net/rcirc.el (rcirc-default-user-name): Change to "user".
2061 (rcirc-default-full-name): Change to "unknown".
2062 (rcirc-user-name-history): Add variable.
2063
2064 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
2065 Jonathan Rockway <jon@jrock.us>
2066
2067 * net/rcirc.el (rcirc-server-alist): Add :pass.
2068 (rcirc): When prompting for connection parameters, also prompt for
2069 username and password.
2070 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
2071 value to server when connecting.
2072
2073 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2074
2075 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
2076 (smie-merge-prec2s): Pass the tables as separate args.
2077 (smie-bnf-precedence-table): Adjust call accordingly.
2078 (smie-prec2-levels): Set levels at the end.
2079
2080 Replace Lisp calls to delete-backward-char by delete-char.
2081 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
2082 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
2083 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
2084 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
2085 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
2086 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
2087 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
2088 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
2089 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
2090 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
2091 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
2092 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
2093 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
2094 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
2095 delete-backward-char by calls to delete-char.
2096
2097 2010-05-25 Kenichi Handa <handa@m17n.org>
2098
2099 * language/hebrew.el (hebrew-shape-gstring): New function.
2100 Register it in composition-function-table for all Hebrew combining
2101 characters.
2102
2103 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2104
2105 * epa.el (epa--select-keys): Don't explicitly delete the window since
2106 that can fail (e.g. sole window in frame). Use dedication instead.
2107
2108 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2109
2110 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2111
2112 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
2113
2114 * image.el (image-refresh): Define as an alias for image-flush.
2115
2116 * image-mode.el (image-toggle-display-image): Caller changed.
2117
2118 2010-05-21 Juri Linkov <juri@jurta.org>
2119
2120 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
2121 Remove "all" from grep-files-aliases. Split grep-files-aliases by
2122 whitespace, call wildcard-to-regexp on substrings and concat them
2123 with "\\|". (Bug#6114)
2124
2125 2010-05-21 Alan Mackenzie <acm@muc.de>
2126
2127 * progmodes/cc-engine.el (c-parse-state-get-strategy):
2128 Replace parameter `here' with `here-' and `here-plus', which sandwich
2129 any pertinent CPP construct.
2130 (c-remove-stale-state-cache-backwards): Fix a bug which happens
2131 when doing (c-parse-state) in a CPP construct: Exclude any "new"
2132 CPP construct from taking part in the scanning.
2133
2134 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
2135
2136 * net/tramp.el (tramp-do-copy-or-rename-file)
2137 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
2138 Tune `with-progress-reporter' messages.
2139 (tramp-handle-vc-registered):
2140 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
2141 (tramp-fish-handle-insert-file-contents)
2142 (tramp-fish-maybe-open-connection):
2143 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2144 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
2145 (tramp-imap-handle-insert-file-contents)
2146 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2147
2148 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
2149
2150 * add-log.el (change-log-font-lock-keywords):
2151 Highlight all authors in multi-author entries.
2152
2153 * smerge-mode.el (smerge-refine-ignore-whitespace)
2154 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
2155 Fix typos in docstrings.
2156 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
2157
2158 2010-05-21 Glenn Morris <rgm@gnu.org>
2159
2160 * progmodes/fortran.el (fortran-mode):
2161 * progmodes/f90.el (f90-mode): Derive from prog-mode.
2162
2163 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
2164 having a relative path in src/Makefile.in.
2165
2166 2010-05-20 Kevin Ryde <user42@zip.com.au>
2167
2168 * help-mode.el (help-make-xrefs): For Info node links turn
2169 newlines into spaces. Link node names with newlines are matched
2170 by help-xref-info-regexp and buttonized, this change ensures they
2171 can be followed successfully with RET. (Bug#6206)
2172
2173 2010-05-20 Juri Linkov <juri@jurta.org>
2174
2175 * locate.el (locate): Use pop-to-buffer instead of
2176 switch-to-buffer-other-window. (Bug#6204)
2177
2178 2010-05-20 Juri Linkov <juri@jurta.org>
2179
2180 * replace.el (replace-highlight): Fix lazy-highlighting
2181 for `M-s w str M-% str RET'.
2182
2183 2009-12-15 Masatake YAMATO <yamato@redhat.com>
2184
2185 * isearch.el (isearch-yank-word-or-char): Pull next subword
2186 when `subword-mode' is activated. (Bug#6220)
2187
2188 2010-05-20 Mark A. Hershberger <mah@everybody.org>
2189
2190 * isearch.el (isearch-update-post-hook): New hook.
2191 (isearch-update): Use the new hook. (Bug#6225)
2192
2193 2010-05-20 Juri Linkov <juri@jurta.org>
2194
2195 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
2196 [f1], [help], and (char-to-string help-char) instead of "\C-h".
2197 (Bug#6222)
2198
2199 2010-05-20 Juri Linkov <juri@jurta.org>
2200
2201 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
2202 (Bug#6223)
2203
2204 2010-05-20 Juri Linkov <juri@jurta.org>
2205
2206 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
2207 FILE-NAME to read from the minibuffer when called interactively
2208 with prefix argument instead of using buffer-file-name.
2209 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
2210
2211 * dired.el: Update autoloads.
2212
2213 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
2214
2215 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
2216 nxml-finish-element, for consistency with SGML mode.
2217
2218 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
2219 octave-close-block.
2220
2221 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
2222
2223 * composite.el: Require cl when compiling.
2224 (reference-point-alist, compose-gstring-for-graphic)
2225 (compose-gstring-for-terminal): Fix typos in docstrings.
2226
2227 2010-05-19 Juri Linkov <juri@jurta.org>
2228
2229 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
2230 set-window-parameter.
2231
2232 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
2233
2234 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
2235 where appropriate.
2236 (tramp-maybe-open-connection): Use it.
2237
2238 2010-05-19 Eli Zaretskii <eliz@gnu.org>
2239
2240 * simple.el (move-end-of-line): Make sure we are at line beginning
2241 before backing up to end of previous line.
2242
2243 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
2244
2245 * password-cache.el (password-cache-remove): Fix docstring.
2246
2247 * net/secrets.el: Autoload the widget functions.
2248 (secrets-search-items, secrets-create-item)
2249 (secrets-get-attributes, secrets-expand-item): Attributes will be
2250 stored on the password database without leading ":", as all other
2251 clients do as well.
2252 (secrets-mode): Fix docstring.
2253 (secrets-show-secrets): Provide it as autoloaded command only when
2254 D-Bus support is available. Check existence of Secret Service API.
2255
2256 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2257
2258 * indent.el (indent-region): Deactivate region (bug#6200).
2259
2260 2010-05-19 Glenn Morris <rgm@gnu.org>
2261
2262 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
2263
2264 2010-05-19 Kenichi Handa <handa@m17n.org>
2265
2266 * composite.el: Register compose-gstring-for-graphic in
2267 composition-function-table only for combining characters (Mn, Mc, Me).
2268
2269 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
2270
2271 * calc/calc-trail.el (calc-trail-isearch-forward)
2272 (calc-trail-isearch-backward): Ensure that the new window
2273 point is set correctly.
2274
2275 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2276
2277 * subr.el (read-quoted-char): Resolve modifiers after key
2278 remapping (bug#6212).
2279
2280 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
2281
2282 Add visualization code for secrets.
2283 * net/secrets.el (secrets-mode): New major mode.
2284 (secrets-show-secrets, secrets-show-collections)
2285 (secrets-expand-collection, secrets-expand-item)
2286 (secrets-tree-widget-after-toggle-function)
2287 (secrets-tree-widget-show-password): New defuns.
2288
2289 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2290
2291 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
2292 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
2293 handled in smie-next-sexp.
2294 (smie-indent-calculate): Provide a starting indentation (so the
2295 recursion is well-founded ;-).
2296
2297 Fix handling of non-associative equal levels.
2298 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
2299 when it's not needed.
2300 (smie-op-left, smie-op-right): New functions.
2301 (smie-next-sexp): New function, extracted from smie-backward-sexp.
2302 Better handle equal levels to distinguish the associative case from
2303 the "multi-keyword construct" case.
2304 (smie-backward-sexp, smie-forward-sexp): Use it.
2305
2306 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
2307
2308 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
2309
2310 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
2311 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
2312
2313 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2314
2315 Provide a simple generic indentation engine and use it for Prolog.
2316 * emacs-lisp/smie.el: New file.
2317 * progmodes/prolog.el (prolog-smie-op-levels)
2318 (prolog-smie-indent-rules): New var.
2319 (prolog-mode-variables): Use them to configure SMIE.
2320 (prolog-indent-line, prolog-indent-level): Remove.
2321
2322 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
2323
2324 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
2325 order before computing the averages.
2326
2327 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2328
2329 * calc/calc-vec.el (calc-histogram):
2330 (calcFunc-histogram): Allow vectors as inputs.
2331 (math-vector-avg): New function.
2332
2333 * calc/calc-ext.el (math-group-float): Have the number of digits
2334 being grouped depend on the radix (Bug#6189).
2335
2336 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
2337
2338 * version.el (emacs-copyright, emacs-version): Don't define here,
2339 now that emacs.c defines it.
2340
2341 2010-05-15 Eli Zaretskii <eliz@gnu.org>
2342
2343 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
2344 "Describe Language Environment" menu item.
2345
2346 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
2347
2348 Bidi-sensitive movement with arrow keys.
2349 * subr.el (right-arrow-command, left-arrow-command): New functions.
2350
2351 * bindings.el (global-map): Bind them to right and left arrow keys.
2352
2353 Don't override standard definition of convert-standard-filename.
2354 * files.el (convert-standard-filename): Call
2355 w32-convert-standard-filename and dos-convert-standard-filename on
2356 the corresponding systems.
2357
2358 * w32-fns.el (w32-convert-standard-filename): Rename from
2359 convert-standard-filename. Doc fix.
2360
2361 * dos-fns.el (dos-convert-standard-filename): Doc fix.
2362 (convert-standard-filename): Don't defalias.
2363 (register-name-alist, make-register, register-value)
2364 (set-register-value, intdos): Obsolete aliases for the
2365 corresponding dos-* functions and variables.
2366 (dos-intdos): Add a doc string.
2367
2368 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
2369
2370 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
2371 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
2372 (math-compose-tex-func):
2373 * calc/calccomp.el (math-compose-expr):
2374 * calc/calc-ext.el (math-format-flat-expr-fancy):
2375 * calc/calc-store.el (calc-read-var-name):
2376 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
2377
2378 * calc/calc.el (var-π, var-φ, var-γ): New variables.
2379 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
2380 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
2381 (math-standard-units): Add units.
2382
2383 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2384
2385 * progmodes/asm-mode.el (asm-mode):
2386 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
2387
2388 * pcomplete.el (pcomplete-completions-at-point): New function,
2389 extracted from pcomplete-std-complete.
2390 (pcomplete-std-complete): Use it.
2391
2392 2010-05-15 Glenn Morris <rgm@gnu.org>
2393
2394 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2395 Remove references to CVS, RCS and Old directories.
2396
2397 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
2398
2399 * calc/calc-bin.el (math-format-twos-complement): Group digits when
2400 appropriate.
2401
2402 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2403
2404 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
2405 (sh-mode-syntax-table): Give it a default value instead.
2406 (sh-header-marker): Make buffer-local.
2407 (sh-mode): Move make-local-variable to the corresponding setq.
2408 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
2409 Use complete-with-action.
2410
2411 * simple.el (prog-mode): New (abstract) major mode.
2412 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
2413 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
2414
2415 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
2416
2417 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
2418 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
2419 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
2420 (sql-make-alternate-buffer-name, sql-placeholders-filter)
2421 (sql-escape-newlines-filter, sql-input-sender)
2422 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
2423
2424 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
2425
2426 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2427
2428 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
2429 latex-open-block and C-c / to latex-close-block.
2430
2431 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
2432 and C-c C-e to sgml-close-tag.
2433
2434 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
2435
2436 * net/tramp.el (with-progress-reporter): Create reporter object
2437 only when the message would be displayed. Handle nested calls.
2438 (tramp-handle-load, tramp-handle-file-local-copy)
2439 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2440 (tramp-maybe-send-script, tramp-find-shell):
2441 Use `with-progress-reporter'.
2442 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
2443 Fix message text.
2444
2445 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2446 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2447 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2448 Use `with-progress-reporter'.
2449
2450 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
2451
2452 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
2453 process everytime when spellchecking from the minibuffer (bug#6143).
2454
2455 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2456
2457 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
2458
2459 * dos-fns.el: Add "dos-" prefix for namespace control.
2460 (convert-standard-filename): Define as alias for
2461 dos-convert-standard-filename but only if applicable.
2462
2463 2010-05-12 Alan Mackenzie <acm@muc.de>
2464
2465 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2466 Push the mark at the start of these functions when appropriate.
2467
2468 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2469
2470 * minibuffer.el (completion-cycle-threshold): New custom var.
2471 (completion--do-completion): Use it.
2472 (minibuffer-complete): Use cycling if appropriate.
2473
2474 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
2475
2476 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
2477 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
2478
2479 2010-05-11 Juri Linkov <juri@jurta.org>
2480
2481 * scroll-all.el (scroll-all-check-to-scroll):
2482 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
2483
2484 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2485
2486 * iimage.el (iimage-mode-map): Move initialization into declaration.
2487 (iimage-mode-buffer): Use with-silent-modifications.
2488 Simplify calling convention. Adjust callers.
2489 (iimage-mode): Don't run hook redundantly.
2490
2491 * minibuffer.el (completion-pcm--pattern->regex):
2492 Fix last change (bug#6160).
2493
2494 2010-05-10 Juri Linkov <juri@jurta.org>
2495
2496 Remove nodes visited during Isearch from the Info history.
2497 * info.el (Info-isearch-initial-history)
2498 (Info-isearch-initial-history-list): New variables.
2499 (Info-isearch-start): Record initial values of
2500 Info-isearch-initial-history and Info-isearch-initial-history-list.
2501 Add Info-isearch-end to isearch-mode-end-hook.
2502 (Info-isearch-end): New function.
2503
2504 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
2505
2506 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
2507 format string, in order to work around a bug in pdksh.
2508 Reported by Gilles Pion <gpion@lfdj.com>.
2509 (tramp-handle-verify-visited-file-modtime): Do not send a command
2510 when the connection is not established.
2511 (tramp-handle-set-file-times): Simplify the check for utc.
2512
2513 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
2514
2515 Fix use of `filter-buffer-substring' (rework previous change).
2516 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
2517 (cua-repeat-replace-region):
2518 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
2519 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2520 (cua-cut-region-to-global-mark): Use it.
2521
2522 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
2523
2524 * progmodes/sql.el: Version 2.1.
2525 (sql-product-alist): Redesign structure of product info.
2526 (sql-product, sql-user, sql-server, sql-database): Safe variables.
2527 (sql-port, sql-port-history): New variables.
2528 (sql-interactive-product): New variable.
2529 (sql-send-terminator): New variable.
2530 (sql-imenu-generic-expression): Add "Types" imenu entry.
2531 (sql-oracle-login-params, sql-sqlite-login-params)
2532 (sql-mysql-login-params, sql-solid-login-params)
2533 (sql-sybase-login-params, sql-informix-login-params)
2534 (sql-ingres-login-params, sql-ms-login-params)
2535 (sql-postgres-login-params, sql-interbase-login-params)
2536 (sql-db2-login-params, sql-linter-login-params)
2537 (sql-oracle-scan-on): New variables.
2538 (sql-mode-map): Add C-c C-i to start interactive mode.
2539 (sql-mode-menu): Update existing menu entries.
2540 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
2541 (sql-mode-oracle-font-lock-keywords)
2542 (sql-mode-postgres-font-lock-keywords)
2543 (sql-mode-ms-font-lock-keywords)
2544 (sql-mode-sybase-font-lock-keywords)
2545 (sql-mode-informix-font-lock-keywords)
2546 (sql-mode-interbase-font-lock-keywords)
2547 (sql-mode-ingres-font-lock-keywords)
2548 (sql-mode-solid-font-lock-keywords)
2549 (sql-mode-mysql-font-lock-keywords)
2550 (sql-mode-sqlite-font-lock-keywords)
2551 (sql-mode-db2-font-lock-keywords)
2552 (sql-mode-linter-font-lock-keywords): Update initialization to
2553 reduce run-time complexity.
2554 (sql-add-product, sql-del-product): New functions.
2555 (sql-set-product-feature, sql-get-product-feature): New functions.
2556 (sql-product-font-lock): Update product API.
2557 (sql-add-product-keywords): New function.
2558 (sql-highlight-product): Update product API.
2559 (sql-help-list-products): New function.
2560 (sql-help): Dynamically lists free and non-free products.
2561 (sql-get-login): Correct bug in handling history and added
2562 prompt for port.
2563 (sql-copy-column): Copy without properties.
2564 (sqli-input-sender): Apply filters to SQLi input.
2565 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
2566 Implement as a filter.
2567 (sql-escape-newlines-filter): Implement as a filter.
2568 (sql-remove-tabs-filter): New function.
2569 (sql-send-magic-terminator): New function.
2570 (sql-send-string): Implement magic terminator.
2571 (sql-send-region): Use `sql-send-string'.
2572 (sql-interactive-mode): Use product API.
2573 (sql-product-interactive): Use product API.
2574 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2575 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2576 (sql-db2, sql-linter): Use `sql-product-interactive'.
2577 (sql-connect): New function.
2578 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2579 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2580 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
2581 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2582 Use `sql-connect'.
2583
2584 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2585
2586 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2587 New custom variable.
2588 (completion-pcm--string->pattern): Use it.
2589 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2590 Make it handle any symbol as `any'.
2591 (completion-pcm--merge-completions): Extract common suffix for the new
2592 `prefix' symbol as well.
2593 (completion-substring--all-completions): Use the new `prefix' symbol.
2594
2595 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
2596
2597 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2598 not bound.
2599 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2600 (tramp-compat-funcall): New defmacro.
2601 (tramp-compat-line-beginning-position)
2602 (tramp-compat-line-end-position)
2603 (tramp-compat-temporary-file-directory)
2604 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2605 (tramp-compat-copy-file, tramp-compat-copy-directory)
2606 (tramp-compat-delete-file, tramp-compat-delete-directory)
2607 (tramp-compat-number-sequence, tramp-compat-process-running-p)
2608 * net/tramp.el (top, with-progress-reporter)
2609 (tramp-rfn-eshadow-setup-minibuffer)
2610 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2611 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2612 (tramp-completion-mode-p, tramp-check-for-regexp)
2613 (tramp-open-connection-setup-interactive-shell)
2614 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2615 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2616 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2617 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2618 (tramp-reporter-dump-variable, tramp-load-report-modules)
2619 (tramp-append-tramp-buffers)
2620 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2621
2622 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2623
2624 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2625
2626 * progmodes/compile.el (compilation-buffer-modtime): Rename from
2627 buffer-modtime. Adjust users.
2628
2629 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2630
2631 * international/mule.el (auto-coding-alist): Only purecopy
2632 car of each item, not the whole list (Bug#6083).
2633
2634 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2635
2636 * progmodes/js.el (js-mode): Make paragraph variables local before
2637 calling c-setup-paragraph-variables (Bug#6071).
2638
2639 2010-05-08 Eli Zaretskii <eliz@gnu.org>
2640
2641 * composite.el (compose-region, reference-point-alist): Fix typos
2642 in the doc strings.
2643
2644 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2645
2646 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2647 gnuplot's "set" command.
2648
2649 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2650
2651 * abbrev.el (last-abbrev-text): Doc fix.
2652 (abbrev-prefix-mark): Don't escape parenthesis.
2653
2654 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
2655
2656 * composite.el (find-composition): Doc fix.
2657
2658 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2659
2660 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2661 (sql-oracle-program, sql-sqlite-options)
2662 (sql-query-placeholders-and-send): Doc fixes.
2663 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2664 (sql-imenu-generic-expression, sql-buffer)
2665 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2666 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2667 (sql-mode-sybase-font-lock-keywords)
2668 (sql-mode-informix-font-lock-keywords)
2669 (sql-mode-interbase-font-lock-keywords)
2670 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2671 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2672 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2673 (sql-product-feature, sql-highlight-product)
2674 (comint-line-beginning-position, sql-rename-buffer)
2675 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2676 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2677 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2678 Fix typos in docstrings.
2679
2680 2010-05-08 Juri Linkov <juri@jurta.org>
2681
2682 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2683 property instead of `invisible' and `after-string' (bug#5998).
2684
2685 2010-05-08 Juri Linkov <juri@jurta.org>
2686
2687 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2688
2689 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2690
2691 * filecache.el (file-cache-add-directory-list)
2692 (file-cache-add-directory-recursively): Fix typos in docstrings.
2693
2694 2010-05-08 Kenichi Handa <handa@m17n.org>
2695
2696 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2697 (gujarati-composable-pattern): Fix typo.
2698
2699 2010-05-08 Kenichi Handa <handa@m17n.org>
2700
2701 * language/indian.el (oriya-composable-pattern)
2702 (tamil-composable-pattern, malayalam-composable-pattern):
2703 Add two-part vowels to "v" (vowel sign).
2704
2705 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2706
2707 * files.el (copy-directory): Handle symlinks (Bug#5982).
2708
2709 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2710
2711 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2712 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2713 (Bug#5846).
2714
2715 2010-05-08 Glenn Morris <rgm@gnu.org>
2716
2717 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2718
2719 * minibuffer.el (completion-at-point): Doc fix.
2720
2721 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2722
2723 * electric.el (Electric-command-loop): Minor tweak.
2724
2725 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2726 better with dedicated windows.
2727
2728 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2729
2730 * Version 23.2 released.
2731
2732 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2733 Stefan Monnier <monnier@iro.umontreal.ca>
2734
2735 Highlight vendor specific properties.
2736 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2737 (css-proprietary-property): New face.
2738 (css-font-lock-keywords): Use them.
2739
2740 2010-05-07 Eli Zaretskii <eliz@gnu.org>
2741
2742 * cus-start.el (all): Add native condition for tool-bar-* symbols.
2743
2744 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2745
2746 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2747 * files.el (auto-mode-alist): Remove redundant entries.
2748
2749 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2750 * simple.el (auto-save-mode): Move from files.el.
2751 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2752
2753 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
2754
2755 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2756
2757 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
2758
2759 * mail/binhex.el (binhex-decode-region-internal)
2760 * mail/uudecode.el (uudecode-decode-region-internal)
2761 * net/dns.el (dns-read-string-name, dns-write, dns-read)
2762 (dns-read-type, dns-query)
2763 * pgg-parse.el (pgg-parse-armor)
2764 * pgg.el (pgg-verify-region)
2765 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2766 XEmacs.
2767
2768 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2769
2770 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
2771
2772 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2773
2774 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2775 * emulation/cua-base.el (cua-repeat-replace-region):
2776 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2777 (cua-cut-region-to-global-mark):
2778 Remove text properties with `set-text-properties'.
2779
2780 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
2781
2782 * net/tramp.el (top, with-progress-reporter):
2783 Use `symbol-function' inside `funcall'.
2784
2785 * net/tramp-compat.el (tramp-compat-file-attributes)
2786 (tramp-compat-delete-file, tramp-compat-delete-directory):
2787 Handle only `wrong-number-of-arguments' error.
2788
2789 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2790 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2791 inside `funcall'.
2792
2793 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * minibuffer.el (completion--sreverse, completion--common-suffix):
2796 New functions.
2797 (completion-pcm--merge-completions): Extract common suffix when safe.
2798
2799 * emacs-lisp/easy-mmode.el (define-minor-mode):
2800 Make :variable more flexible.
2801 * files.el (auto-save-mode): Use it to define using define-minor-mode.
2802
2803 2010-05-05 Juri Linkov <juri@jurta.org>
2804
2805 Add `slow' and `history' tags to the desktop data.
2806
2807 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2808 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2809 (Info-finder-find-node): Require `finder.el' to be able
2810 to restore node from the desktop.
2811 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
2812 data `Info-history' and `slow' tag in the assoc list.
2813 (Info-restore-desktop-buffer): Don't restore nodes with the
2814 `slow' tag. Restore `Info-history'.
2815
2816 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
2817
2818 Add FORCE argument to `delete-file'.
2819
2820 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2821 forcing to delete the temporary file.
2822 (ange-ftp-delete-file): Add FORCE arg.
2823 (ange-ftp-rename-remote-to-remote)
2824 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
2825 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
2826 Force file deletion.
2827
2828 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
2829
2830 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
2831 (tramp-handle-make-symbolic-link, tramp-handle-load)
2832 (tramp-do-copy-or-rename-file-via-buffer)
2833 (tramp-do-copy-or-rename-file-directly)
2834 (tramp-do-copy-or-rename-file-out-of-band)
2835 (tramp-handle-process-file, tramp-handle-call-process-region)
2836 (tramp-handle-shell-command, tramp-handle-file-local-copy)
2837 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2838 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
2839
2840 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
2841 (tramp-fish-handle-make-symbolic-link)
2842 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
2843
2844 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2845 Use `tramp-compat-delete-file'.
2846
2847 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
2848 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
2849
2850 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
2851 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
2852
2853 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
2854 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
2855 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
2856 `tramp-compat-delete-file'.
2857
2858 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2859
2860 Minor cleanups.
2861 * subr.el (add-minor-mode): Use push.
2862 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
2863 * emulation/edt.el (edt-select-mode): Simplify.
2864
2865 Use define-minor-mode in more cases.
2866 * term/tvi970.el (tvi970-set-keypad-mode):
2867 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2868 (normal-erase-is-backspace-mode):
2869 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
2870 (set-scroll-bar-mode-1): (Re)move to its sole caller.
2871 (get-scroll-bar-mode): New function.
2872 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
2873
2874 Use define-minor-mode for less obvious cases.
2875 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
2876 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
2877 * international/iso-ascii.el (iso-ascii-mode):
2878 * frame.el (auto-raise-mode, auto-lower-mode):
2879 * composite.el (global-auto-composition-mode): Use define-minor-mode.
2880
2881 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
2882
2883 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
2884 in order to see error messages for failed logins.
2885
2886 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
2887
2888 * diff.el (diff-sentinel):
2889
2890 * epg.el (epg--make-temp-file, epg-decrypt-string)
2891 (epg-verify-string, epg-sign-string, epg-encrypt-string):
2892
2893 * jka-compr.el (jka-compr-partial-uncompress)
2894 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
2895
2896 * server.el (server-sentinel): Use delete-file's new FORCE arg
2897 (Bug#6070).
2898
2899 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2901 Use define-minor-mode where applicable.
2902 * view.el (view-mode):
2903 * type-break.el (type-break-query-mode)
2904 (type-break-mode-line-message-mode):
2905 * textmodes/reftex.el (reftex-mode):
2906 * term/vt100.el (vt100-wide-mode):
2907 * tar-mode.el (tar-subfile-mode):
2908 * savehist.el (savehist-mode):
2909 * ibuf-ext.el (ibuffer-auto-mode):
2910 * composite.el (auto-composition-mode):
2911 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2912 Use define-minor-mode.
2913 (vhdl-mode): Use static mode-line format.
2914 (vhdl-mode-line-update): Delete.
2915 (vhdl-create-mode-menu, vhdl-activate-customizations)
2916 (vhdl-hs-minor-mode): Don't bother calling it.
2917
2918 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2919
2920 * simple.el (with-wrapper-hook): Move.
2921 (buffer-substring-filters): Mark obsolete.
2922 (filter-buffer-substring-functions): New variable.
2923 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
2924
2925 Use a mode-line spec rather than a static string in Semantic.
2926 * cedet/semantic/util-modes.el:
2927 (semantic-minor-modes-format): New var to replace...
2928 (semantic-minor-modes-status): Remove.
2929 (semantic-mode-line-update): Construct a mode-line spec rather than
2930 a static string so that mouse buttons can be used on individual minor
2931 modes and so that semantic-mode-line-update only needs to be called
2932 when global settings are changed.
2933 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
2934 Call semantic-mode-line-update.
2935 (semantic-toggle-minor-mode-globally): Don't assume mode is on
2936 minor-mode-alist, check semantic-minor-mode-alist as well.
2937 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
2938 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
2939 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
2940 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2941 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2942 (define-semantic-idle-service, semantic-idle-summary-mode):
2943 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
2944 Don't call semantic-mode-line-update any more.
2945
2946 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2947
2948 Use define-minor-mode in CEDET where applicable.
2949
2950 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
2951 Use define-minor-mode.
2952
2953 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
2954 Remove unused arg `keymap' and code redundant with define-minor-mode.
2955 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
2956 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
2957 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
2958 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
2959 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
2960 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
2961 Use define-minor-mode.
2962 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
2963 (semantic-show-unmatched-syntax-mode-setup)
2964 (semantic-show-parser-state-mode-setup)
2965 (semantic-highlight-func-mode-setup): Inline into sole caller.
2966
2967 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2968 (semantic-mru-bookmark-mode): Use define-minor-mode.
2969 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
2970
2971 * cedet/semantic/idle.el (define-semantic-idle-service):
2972 Use define-minor-mode and inline setup function into its sole caller.
2973 (semantic-idle-scheduler-mode-setup)
2974 (semantic-idle-summary-mode-setup): Inline into sole caller.
2975 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
2976 Use define-minor-mode.
2977
2978 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
2979 (semantic-decoration-mode): Use define-minor-mode.
2980 (semantic-decoration-mode-setup): Inline into sole caller.
2981
2982 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
2983 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
2984 (ede-dired-add-to-target): Use dolist.
2985
2986 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2987 Michael Albinus <michael.albinus@gmx.de>
2988
2989 Implement compression for inline methods.
2990
2991 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2992 (tramp-copy-size-limit): Allow also nil.
2993 (tramp-inline-compress-commands): New defconst.
2994 (tramp-find-inline-compress, tramp-get-inline-compress)
2995 (tramp-get-inline-coding): New defuns.
2996 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2997 replaced by `tramp-get-inline-coding'.
2998 (tramp-handle-file-local-copy, tramp-handle-write-region)
2999 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
3000
3001 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3002
3003 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
3004 Remove unused functions.
3005
3006 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
3007 Set find-tag-default-function as a variable rather than a property.
3008
3009 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
3010 * progmodes/etags.el (tags-completion-at-point-function):
3011 Remove left over interactive spec. Add autoloading stub.
3012 (complete-tag): Use tags-completion-at-point-function.
3013
3014 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
3015
3016 * minibuffer.el (tags-completion-at-point-function): Fix return value.
3017
3018 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
3019
3020 * ido.el (ido-init-completion-maps): Remove C-v binding.
3021 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
3022
3023 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
3024
3025 * minibuffer.el (tags-completion-at-point-function): New function.
3026 (completion-at-point-functions): Use it.
3027
3028 * cedet/semantic.el (semantic-completion-at-point-function): New function.
3029 (semantic-mode): Use semantic-completion-at-point-function for
3030 completion-at-point-functions instead.
3031
3032 * progmodes/etags.el (complete-tag): Revert last change.
3033
3034 2010-04-29 Alan Mackenzie <acm@muc.de>
3035
3036 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
3037 off-by-one error (in end of macro position).
3038
3039 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3040
3041 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
3042 firefox is absent. Don't autoload.
3043 (browse-url-galeon-program): Don't autoload.
3044
3045 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
3046
3047 * bindings.el (complete-symbol): Move into minibuffer.el.
3048
3049 * minibuffer.el (complete-tag): Move from etags.el. If tags
3050 completion cannot be performed, return nil instead of signalling
3051 an error.
3052 (completion-at-point): Make it an alias for complete-symbol.
3053 (complete-symbol): Move from bindings.el, and replace with the
3054 body of completion-at-point.
3055
3056 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
3057
3058 * cedet/semantic.el (semantic-mode): When enabled, add
3059 semantic-ia-complete-symbol to completion-at-point-functions.
3060
3061 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
3062 if Semantic is not active.
3063
3064 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
3065
3066 * net/tramp.el (tramp-remote-selinux-p): New defun.
3067 (tramp-handle-file-selinux-context)
3068 (tramp-handle-set-file-selinux-context): Use it.
3069
3070 2010-04-28 Sam Steingold <sds@gnu.org>
3071
3072 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
3073 `safe-local-variable' if the value is a string or a symbol with
3074 the property `bug-reference-url-format'.
3075
3076 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
3077
3078 * progmodes/bug-reference.el (bug-reference-url-format): Revert
3079 2010-04-27 change due to security risk.
3080
3081 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3082
3083 Make it possible to locally disable a globally enabled mode.
3084 * simple.el (fundamental-mode): Run fundamental-mode-hook.
3085 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
3086 rather than kill-all-local-variables so it runs fundamental-mode-hook.
3087 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3088 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
3089 that subsequent hooks get a chance to disable it.
3090
3091 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3092
3093 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3094 Avoid re-enabling a minor mode after the user turned the minor mode
3095 off if MODE-enable-in-buffers is run twice (typically once from
3096 fundamental-mode's after-change-major-mode-hook and a second time from
3097 run-mode-hook's own after-change-major-mode-hook).
3098
3099 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
3100
3101 2010-04-27 Sam Steingold <sds@gnu.org>
3102
3103 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
3104 `safe-local-variable' if the value is a string or a function, as
3105 documented and implemented on 2010-04-02.
3106
3107 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
3108
3109 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
3110 when method is 'kill.
3111
3112 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
3113
3114 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
3115 condition in default directory check.
3116 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
3117 Kill ispell process when killing its associated buffer.
3118
3119 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
3120
3121 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
3122 but we aren't using it.
3123
3124 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
3125
3126 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
3127 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
3128
3129 2010-04-24 Glenn Morris <rgm@gnu.org>
3130
3131 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
3132 Ignore VCS-ignore files, and deleted nextstep preferences files.
3133 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
3134 (authors-ambiguous-files): New list.
3135 (authors-valid-file-names): Add some deleted files.
3136 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
3137 (authors-disambiguate-file-name): New function. (Bug#5501)
3138 (authors-canonical-file-name): Doc fix.
3139 Don't warn about obsolete files.
3140 (authors-canonical-file-name, authors-scan-el):
3141 Use authors-disambiguate-file-name.
3142
3143 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
3144 Add autoload cookies.
3145 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
3146 (generated-autoload-file): Set file-local value to "htmlfontify.el".
3147 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
3148 They have definitions / compiler macros in cl.el.
3149 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
3150 Replace manual autoloads with generated ones.
3151 (htmlfontify-unload-rgb-file): Remove autoload.
3152 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
3153
3154 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3155
3156 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
3157 (byte-compile-setq-default): Optimize for the
3158 single-var case and don't call byte-compile-form in this case to avoid
3159 inf-loop with byte-compile-set-default.
3160
3161 * progmodes/compile.el (compilation-start): Abbreviate default directory.
3162
3163 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
3164
3165 Implement SELINUX backends.
3166
3167 * net/tramp.el (tramp-file-name-handler-alist):
3168 Add `file-selinux-context' and `set-file-selinux-context'.
3169 (tramp-handle-file-selinux-context)
3170 (tramp-handle-set-file-selinux-context): New defuns.
3171 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
3172 Handle PRESERVE-SELINUX-CONTEXT.
3173
3174 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3175 Add `file-selinux-context' and `set-file-selinux-context'.
3176 (tramp-gvfs-handle-file-selinux-context)
3177 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
3178 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
3179
3180 * net/ange-ftp.el (ange-ftp-copy-file):
3181 * net/tramp-fish.el (tramp-fish-handle-copy-file):
3182 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3183 * net/tramp-smb.el (tramp-smb-handle-copy-file):
3184 Add PRESERVE-SELINUX-CONTEXT.
3185
3186 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
3187
3188 Synchronize with Tramp repository.
3189
3190 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
3191 (tramp-action-process-alive, tramp-action-out-of-band)
3192 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
3193 (tramp-exists-file-name-handler): Fix docstring.
3194 (with-progress-reporter): New defmacro.
3195 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
3196 (tramp-maybe-open-connection): Use it.
3197
3198 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
3199
3200 Detect ssh 'ControlMaster' argument automatically in some cases.
3201
3202 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
3203 (tramp-default-method): Use it.
3204
3205 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
3206
3207 * net/tramp.el (tramp-handle-copy-file): Add new optional
3208 parameter `preserve-selinux-context'.
3209 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
3210
3211 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
3212
3213 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
3214 Ensure, that non remote files are still checked. Oops.
3215
3216 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
3217
3218 Fix Bug#5840.
3219
3220 * icomplete.el (icomplete-completions): Use `non-essential'.
3221
3222 * net/tramp.el (tramp-connectable-p): New defun.
3223 (tramp-handle-expand-file-name)
3224 (tramp-completion-handle-file-name-all-completions)
3225 (tramp-completion-handle-file-name-completion): Use it.
3226
3227 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3228
3229 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
3230
3231 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3232
3233 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
3234
3235 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
3236
3237 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
3238 is present.
3239
3240 * info.el (info-tool-bar-map): Add labels.
3241
3242 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
3243
3244 * cus-edit.el (custom-commands): Add labels for tool bar.
3245 (custom-buffer-create-internal, Custom-mode): Adjust for
3246 labels in custom-commands.
3247
3248 * dynamic-setting.el: Renamed from font-setting.el.
3249
3250 2010-04-21 John Wiegley <jwiegley@gmail.com>
3251
3252 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
3253 toggles the use of virtual buffers.
3254 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
3255 value.
3256 (ido-toggle-virtual-buffers): New function.
3257
3258 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
3259
3260 Use `define-derived-mode'; fix window selection; doc fixes.
3261 * play/tetris.el (tetris, tetris-update-speed-function)
3262 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
3263 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
3264 (tetris-rotate-next, tetris-end-game, tetris-start-game)
3265 (tetris-pause-game): Fix typos in docstrings.
3266 (tetris-mode-map, tetris-null-map):
3267 Move initialization into declaration.
3268 (tetris-mode): Define with `define-derived-mode';
3269 set show-trailing-whitespace to nil.
3270 (tetris): Prefer window already displaying the "*Tetris*" buffer.
3271
3272 2010-04-21 Karel Klíč <kklic@redhat.com>
3273
3274 * files.el (backup-buffer): Handle SELinux context, and return it
3275 if a backup was made by renaming.
3276 (backup-buffer-copy): Set SELinux context to the target file.
3277 (basic-save-buffer): Set SELinux context of the newly written file.
3278 (basic-save-buffer-1): Now it also returns any SELinux context.
3279 (basic-save-buffer-2): Set SELinux context of the newly created file,
3280 and return it.
3281 * net/tramp.el (tramp-file-name-for-operation):
3282 Add file-selinux-context.
3283
3284 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3285
3286 Make the log-edit comments use RFC822 format throughout.
3287
3288 * vc.el (vc-checkin, vc-modify-change-comment):
3289 Adjust to new vc-start/finish-logentry.
3290 (vc-find-conflicted-file): New command.
3291 (vc-transfer-file): Adjust to new vc-checkin.
3292 (vc-next-action): Improve scoping.
3293
3294 * vc-hg.el (vc-hg-log-edit-mode): Remove.
3295 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
3296
3297 * vc-git.el (vc-git-log-edit-mode): Remove.
3298 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
3299 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
3300
3301 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
3302 (vc-start-logentry): Remove argument `extra'.
3303 (vc-finish-logentry): Remove extra args.
3304
3305 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
3306 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
3307 (vc-bzr-conflicted-files): New function.
3308
3309 * log-edit.el (log-edit-extra-flags)
3310 (log-edit-before-checkin-process): Remove.
3311 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
3312 (log-edit-headers-alist): New var.
3313 (log-edit-header-contents-regexp): New const.
3314 (log-edit-match-to-eoh): New function.
3315 (log-edit-font-lock-keywords): Use them.
3316 (log-edit): Insert a "Summary:" header as default.
3317 (log-edit-mode): Mark font-lock rules as case-insensitive.
3318 (log-edit-done): Cleanup headers.
3319 (log-view-process-buffer): Remove.
3320 (log-edit-extract-headers): New function to replace it.
3321
3322 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
3323
3324 * subr.el (default-direction-reversed): Remove obsolescence info.
3325
3326 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3327
3328 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
3329 windows/frames.
3330
3331 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
3332 I.e. include text after point in the completion region.
3333 Also, return nil when we're not after/in a symbol.
3334
3335 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
3336 default enable-multibyte-characters.
3337
3338 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3339
3340 * international/mule.el: Help the user choose a valid coding-system.
3341 (read-buffer-file-coding-system): New function.
3342 (set-buffer-file-coding-system): Use it. Prompt the user if the
3343 coding-system cannot encode all the chars.
3344
3345 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
3346 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
3347 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
3348 Don't use *vc-bzr-shelve*.
3349
3350 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3351
3352 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
3353 Don't destroy list before using it.
3354
3355 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
3356
3357 Fix the version number for added files.
3358 * vc-hg.el (vc-hg-working-revision): Check if the file is
3359 registered after hg parent fails (Bug#5961).
3360
3361 2010-04-19 Glenn Morris <rgm@gnu.org>
3362
3363 * htmlfontify.el (htmlfontify-buffer)
3364 (htmlfontify-copy-and-link-dir): Autoload entry points.
3365
3366 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
3367
3368 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
3369 name relative to the project root (Bug#5960).
3370
3371 2010-04-19 Glenn Morris <rgm@gnu.org>
3372
3373 * vc-git.el (vc-git-print-log): Doc fix.
3374
3375 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3376
3377 * ido.el (ido-file-internal): Fix 2009-12-02 change.
3378
3379 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
3380
3381 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
3382 default settings (Bug#5928).
3383
3384 2010-04-19 Glenn Morris <rgm@gnu.org>
3385
3386 * progmodes/fortran.el (fortran-match-and-skip-declaration):
3387 New function.
3388 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
3389
3390 2010-04-19 Kenichi Handa <handa@m17n.org>
3391
3392 * language/indian.el (malayalam-composable-pattern): Fix previous
3393 change (add U+0D4D "SIGN VIRAMA").
3394 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
3395 (tamil-composable-pattern): Fix typo in the regexp.
3396 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
3397 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
3398 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
3399
3400 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3401
3402 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
3403 paragraph-separate (Bug#5821).
3404
3405 2010-04-19 Juri Linkov <juri@jurta.org>
3406
3407 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
3408
3409 * info.el (Info-find-node-2): Comment out code that skips
3410 breadcrumbs line.
3411 (Info-mouse-follow-link): New command.
3412 (Info-link-keymap): New keymap.
3413 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
3414 Return a string with links instead of inserting breadcrumbs
3415 to the Info buffer.
3416 (Info-fontify-node): Comment out code that inserts breadcrumbs.
3417 Instead of putting the `invisible' text property over the Info
3418 header, make an overlay over the Info header with the `invisible'
3419 property and `after-string' set to the string returned by
3420 `Info-breadcrumbs'.
3421
3422 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3423
3424 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
3425 Reported by monkey@sandpframing.com.
3426
3427 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3428
3429 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
3430 (tmm-get-keymap): Add key-binding shortcuts now that they're not
3431 available in the "keyseq cache" any more.
3432
3433 * custom.el (defcustom): Add edebug spec.
3434
3435 2010-04-18 Juri Linkov <juri@jurta.org>
3436
3437 Test for special mode-class in view-buffer instead of view-file (bug#5513).
3438
3439 * view.el (view-file, view-buffer): Move test for special mode-class
3440 from view-file to view-buffer.
3441
3442 * tar-mode.el (tar-extract): Turn if's into one cond
3443 like in arc-mode.el.
3444
3445 2010-04-18 Juri Linkov <juri@jurta.org>
3446
3447 Add 7z archive format support (bug#5475).
3448
3449 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
3450 (archive-7z-extract): New defcustom.
3451 (archive-find-type): Add magic string for 7z.
3452 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
3453 If `stderr-file' is non-nil, use `(t stderr-file)' for the
3454 `buffer' arg of `call-process'.
3455 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
3456 call the function `archive-7z-extract' with the variable
3457 `archive-7z-extract' let-bound to `archive-zip-extract'.
3458 (archive-7z-summarize, archive-7z-extract): New functions.
3459
3460 * international/mule.el (auto-coding-alist):
3461 * files.el (auto-mode-alist): Add 7z file extension.
3462
3463 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3464
3465 * loadup.el: Setup hash-cons for pure data.
3466
3467 Fix duplicate entries in cedet's loaddefs.el files.
3468 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
3469 Should make most file-local generated-autoload-file unnecessary.
3470 (print-readably): Silence warnings.
3471 (autoload-find-destination): Take load-name as an arg to make sure
3472 it's the same as the one that will be in the file.
3473 (autoload-generate-file-autoloads): Adjust to above changes.
3474 Try to make the dataflow a bit simpler.
3475
3476 * cvs-status.el (cvs-refontify): Remove unused.
3477
3478 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3479
3480 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
3481
3482 * calc-bin.el (calc-radix): Have the "O" option turn on
3483 twos-complement mode.
3484
3485 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
3486
3487 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
3488 Add `calc-option-prefix-help' to calc-help autoloads.
3489 (calc-inverse): Add "Option" to message, as appropriate.
3490 (calc-hyperbolic): Add "Option" to message, as appropriate.
3491 (calc-option, calc-is-option): New functions.
3492
3493 * calc-help.el (calc-full-help): Add `calc-option-help'.
3494 (calc-option-prefix-help): New function.
3495
3496 * calc-misc.el (calc-help): Add "Option" entry.
3497
3498 * calc.el (calc-local-var-list): Add `calc-option-flag'.
3499 (calc-option-flag): New variable.
3500 (calc-do): Set `calc-option-flag to nil.
3501 (calc-set-mode-line): Add "Opt " as appropriate.
3502
3503 2010-04-16 Juri Linkov <juri@jurta.org>
3504
3505 Move scrolling commands from simple.el to window.el
3506 because their primitives are implemented in window.c.
3507
3508 * simple.el (scroll-error-top-bottom)
3509 (scroll-up-command, scroll-down-command, scroll-up-line)
3510 (scroll-down-line, scroll-other-window-down)
3511 (beginning-of-buffer-other-window, end-of-buffer-other-window):
3512 * window.el (scroll-error-top-bottom)
3513 (scroll-up-command, scroll-down-command, scroll-up-line)
3514 (scroll-down-line, scroll-other-window-down)
3515 (beginning-of-buffer-other-window, end-of-buffer-other-window):
3516 Move from simple.el to window.el because their primitives are
3517 implemented in window.c.
3518
3519 2010-04-16 Juri Linkov <juri@jurta.org>
3520
3521 * isearch.el (isearch-lookup-scroll-key): Check both
3522 `isearch-scroll' and `scroll-command' properties.
3523 (scroll-up, scroll-down): Remove `isearch-scroll' property.
3524
3525 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
3526
3527 * simple.el (scroll-up-command, scroll-down-command)
3528 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
3529
3530 2010-04-15 Juri Linkov <juri@jurta.org>
3531
3532 * simple.el (scroll-up-command, scroll-down-command)
3533 (scroll-up-line, scroll-down-line): Put `scroll-command'
3534 property on the these symbols. Remove them from
3535 `scroll-preserve-screen-position-commands'.
3536
3537 * mwheel.el (mwheel-scroll): Put `scroll-command' and
3538 `isearch-scroll' properties on the `mwheel-scroll' symbol.
3539 Remove it from `scroll-preserve-screen-position-commands'.
3540
3541 * isearch.el (isearch-allow-scroll): Doc fix.
3542
3543 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
3544
3545 * net/tramp.el (tramp-error-with-buffer): Don't show the
3546 connection buffer when we are in completion mode.
3547 (tramp-file-name-handler): Catch the error for some operations
3548 when we are in completion mode. This gives the user the chance to
3549 correct the file name in the minibuffer.
3550
3551 2010-04-15 Glenn Morris <rgm@gnu.org>
3552
3553 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
3554
3555 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
3556
3557 Simplify by using `define-derived-mode'.
3558 * info.el (Info-mode):
3559 * calendar/todo-mode.el (todo-mode):
3560 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
3561 (gomoku-mode-map): Move initialization into declaration.
3562
3563 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
3564
3565 Fix Bug#5840.
3566 * ido.el (ido-file-name-all-completions-1):
3567 * minibuffer.el (minibuffer-completion-help):
3568 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
3569
3570 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3571
3572 * simple.el (non-essential): New var.
3573
3574 Add a new field `location' to bookmarks for non-file bookmarks.
3575 * bookmark.el (bookmark-location): Use the new field, if present.
3576 (bookmark-insert-location): Undo last change, not needed any more.
3577 * man.el (Man-bookmark-make-record):
3578 * woman.el (woman-bookmark-make-record): Add `location' field.
3579
3580 2010-04-14 Juri Linkov <juri@jurta.org>
3581
3582 * simple.el (scroll-error-top-bottom): New defcustom.
3583 (scroll-up-command, scroll-down-command): Use it. Doc fix.
3584
3585 * emulation/pc-select.el (pc-select-override-scroll-error):
3586 Obsolete in favor of `scroll-error-top-bottom'.
3587
3588 2010-04-14 Juri Linkov <juri@jurta.org>
3589
3590 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3591 `scroll-up-command' and `M-v' to `scroll-down-command'.
3592
3593 * emulation/cua-rect.el (cua--init-rectangles):
3594 * forms.el (forms--change-commands):
3595 * image-mode.el (image-mode-map):
3596 Remap scroll-down-command and scroll-up-command
3597 in addition to scroll-down and scroll-up.
3598
3599 2010-04-14 Juri Linkov <juri@jurta.org>
3600
3601 * mwheel.el (scroll-preserve-screen-position-commands):
3602 Add mwheel-scroll to this list of commands.
3603
3604 * simple.el (scroll-preserve-screen-position-commands):
3605 Add scroll-up-command, scroll-down-command, scroll-up-line,
3606 scroll-down-line to this list of commands.
3607
3608 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3609
3610 * obsolete/complete.el: Move from lisp/complete.el.
3611
3612 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3613
3614 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3615 to the minor mode function now turns the mode ON unconditionally.
3616
3617 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3618
3619 * vc-dir.el (vc-dir-kill-line): New command.
3620 (vc-dir-mode-map): Bind it to C-k.
3621
3622 * bookmark.el (bookmark-insert-location): Handle a nil filename.
3623
3624 * woman.el: Add bookmark declarations to silence the compiler.
3625 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3626 step to compatibility between man and woman bookmarks.
3627 Adjust for Man-default-bookmark-title renaming.
3628 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
3629
3630 * man.el: Add bookmark declarations to silence the compiler.
3631 (Man-name-local-regexp): Make it match NAME as well.
3632 (Man-getpage-in-background): Return the buffer.
3633 (Man-notify-when-ready): Use `case'.
3634 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3635 Don't hardcode "NAME". Simplify.
3636 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3637 Rename from Man-bookmark-make-record.
3638 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
3639 we have the actual man-args. Use Man-getpage-in-background rather
3640 than `man' since the arg is already processed. Let bookmark.el do the
3641 window handling. Only wait for the relevant process.
3642 Don't forget to autoload.
3643
3644 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3645
3646 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3647
3648 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3649 New functions.
3650 (woman-mode): Setup bookmark support.
3651
3652 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3653 (man-bookmark-jump): New functions.
3654 (Man-mode): Setup bookmark support.
3655
3656 2010-04-10 Jari Aalto <jari.aalto@cante.net>
3657
3658 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3659 recognize ssh-keygen prompt (Bug#2817).
3660
3661 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3662
3663 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3664
3665 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3666
3667 Synchronize with Tramp repository.
3668
3669 * net/tramp.el (tramp-completion-function-alist)
3670 (tramp-file-name-regexp, tramp-chunksize)
3671 (tramp-local-coding-commands, tramp-remote-coding-commands):
3672 Fix docstring.
3673 (tramp-remote-process-environment): Use `format' instead of `concat'.
3674 (tramp-handle-directory-files-and-attributes)
3675 (tramp-get-remote-path): Use `copy-tree'.
3676 (tramp-handle-file-name-all-completions): Backward/ XEmacs
3677 compatibility: Use `completion-ignore-case' if
3678 `read-file-name-completion-ignore-case' does not exist.
3679 (tramp-do-copy-or-rename-file-directly): Do not use
3680 `tramp-handle-file-remote-p'.
3681 (tramp-do-copy-or-rename-file-out-of-band):
3682 Use `tramp-compat-delete-directory'.
3683 (tramp-do-copy-or-rename-file-out-of-band)
3684 (tramp-compute-multi-hops, tramp-maybe-open-connection):
3685 Use `format-spec-make'.
3686 (tramp-find-foreign-file-name-handler)
3687 (tramp-advice-make-auto-save-file-name)
3688 (tramp-set-auto-save-file-modes): Remove superfluous check for
3689 `stringp'. This is done inside `tramp-tramp-file-p'.
3690 (tramp-debug-outline-regexp): New defconst.
3691 (tramp-get-debug-buffer): Use it.
3692 (tramp-check-for-regexp): Use (forward-line 1).
3693 (tramp-set-auto-save-file-modes): Adapt version check.
3694
3695 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3696 Wrap call of `featurep' for 2nd argument.
3697 (tramp-compat-make-temp-file): Simplify fallback implementation.
3698 (tramp-compat-copy-tree): Remove function.
3699 (tramp-compat-delete-directory): Provide implementation for older
3700 Emacsen.
3701
3702 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3703 Do not use `tramp-fish-handle-file-attributes.
3704
3705 * net/trampver.el: Update release number.
3706
3707 2010-04-10 Glenn Morris <rgm@gnu.org>
3708
3709 * progmodes/compile.el (compilation-save-buffers-predicate):
3710 Add missing :version tag.
3711
3712 2010-04-09 Sam Steingold <sds@gnu.org>
3713
3714 * progmodes/compile.el (compilation-save-buffers-predicate):
3715 Remove the "autoload" cookie.
3716
3717 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3718 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3719 and `bug-reference-prog-mode' can be used in hooks directly.
3720
3721 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3722
3723 Add --author support to git commit.
3724 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3725 (vc-git-log-edit-mode): New minor mode.
3726 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3727 New declarations.
3728
3729 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
3730
3731 * vc-hooks.el, vc-git.el: Improve documentation comments.
3732
3733 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3734
3735 Fix some of the problems in defsubst* (bug#5728).
3736 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3737 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3738
3739 2010-04-07 Sam Steingold <sds@gnu.org>
3740
3741 * progmodes/compile.el (compilation-save-buffers-predicate):
3742 New custom variable.
3743 (compile, recompile): Pass it to `save-some-buffers'.
3744
3745 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
3746
3747 * wid-edit.el (widget-choose): Move cursor to the second line of
3748 the buffer (Bug#5695).
3749
3750 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3751
3752 Add new VC methods: vc-log-incoming and vc-log-outgoing.
3753 * vc.el (vc-print-log-setup-buttons): New function split out from
3754 vc-print-log-internal.
3755 (vc-log-internal-common): New function, a parametrized version of
3756 vc-print-log-internal.
3757 (vc-print-log-internal): Just call vc-log-internal-common with the
3758 right arguments.
3759 (vc-incoming-outgoing-internal):
3760 (vc-log-incoming, vc-log-outgoing): New functions.
3761 (vc-log-view-type): New permanent local variable.
3762
3763 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3764
3765 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3766 of the dynamic bound vc-short-log.
3767 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3768
3769 * vc-git.el (vc-git-log-outgoing): New function.
3770 (vc-git-log-view-mode): Use vc-log-view-type instead
3771 of the dynamic bound vc-short-log.
3772
3773 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3774 of the dynamic bound vc-short-log. Highlight the tag.
3775 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3776 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3777 (vc-hg-incoming-mode): Remove.
3778 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3779
3780 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3781
3782 Fix default-directory for vc-root-diff.
3783 * vc.el (vc-root-diff): Bind default-directory to the root
3784 directory for the diff command.
3785
3786 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
3787
3788 * progmodes/verilog-mode.el (verilog-forward-sexp):
3789 (verilog-calc-1): Support "disable fork" and "fork wait" multi
3790 word keywords, suggested by Steve Pearlmutter.
3791 (verilog-pretty-declarations): Support lineup of declarations in
3792 port lists.
3793 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3794 fix bug for /* / comments.
3795 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3796 Speed up and simplfy as this is never called with a bound.
3797 (verilog-pretty-declarations): Enhance to line up declarations
3798 inside a parameter list, suggested by Alan Morgan.
3799 (verilog-pretty-expr): Tune assignment regular expression match
3800 string for corner cases; also use markers instead of character
3801 number as indent changes the later.
3802
3803 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
3804
3805 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3806 as missing keyword.
3807 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3808 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
3809 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3810 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
3811 Tennant.
3812 (verilog-keywords):
3813 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3814 1800-2009 keywords, including "global.".
3815
3816 2010-04-06 John Wiegley <jwiegley@gmail.com>
3817
3818 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3819 appearing in buffer list (if a live buffer name matched a recentf
3820 file basename). Should use uniquify to offer a real solution.
3821
3822 2010-04-06 John Wiegley <jwiegley@gmail.com>
3823
3824 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
3825 comment to code, and add a :version tag.
3826 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
3827
3828 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
3829
3830 Enable recentf-mode if using virtual buffers.
3831 * ido.el (recentf-list): Declare for byte-compiler.
3832 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
3833 (ido-make-buffer-list): Simplify.
3834 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
3835
3836 2010-04-05 Juri Linkov <juri@jurta.org>
3837
3838 Scrolling commands which scroll a line instead of full screen.
3839 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3840
3841 * simple.el (scroll-up-line, scroll-down-line): New commands.
3842 Put property isearch-scroll=t on them.
3843
3844 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
3845 Remove commands.
3846
3847 2010-04-05 Juri Linkov <juri@jurta.org>
3848
3849 Scrolling commands which do not signal errors at top/bottom.
3850 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3851
3852 * simple.el (scroll-up-command, scroll-down-command): New commands.
3853 Put property isearch-scroll=t on them.
3854
3855 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
3856 `scroll-down-command' and [next] from `scroll-up' to
3857 `scroll-up-command'.
3858
3859 * emulation/cua-base.el: Put property CUA=move on
3860 `scroll-up-command' and `scroll-down-command'.
3861 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
3862 and `scroll-down-command' to `cua-scroll-down'.
3863
3864 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
3865
3866 * help.el (describe-mode): Return nil.
3867
3868 2010-04-04 John Wiegley <jwiegley@gmail.com>
3869
3870 * ido.el (ido-use-virtual-buffers): New variable to indicate
3871 whether "virtual buffer" support is enabled for IDO.
3872 (ido-virtual): Face used to indicate virtual buffers in the list.
3873 (ido-buffer-internal): If a buffer is chosen, and no such buffer
3874 exists, but a virtual buffer of that name does (which would be why
3875 it was in the list), recreate the buffer by reopening the file.
3876 (ido-make-buffer-list): If virtual buffers are being used, call
3877 `ido-add-virtual-buffers-to-list' before the make list hook.
3878 (ido-virtual-buffers): New variable which contains a copy of the
3879 current contents of the `recentf-list', albeit pared down for the
3880 sake of speed, and with proper faces applied.
3881 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
3882 create a list of "virtual buffers" to present to the user in
3883 addition to the currently open set. Note that this logic could
3884 get rather slow if that list is too large. With the default
3885 `recentf-max-saved-items' of 200, there is little speed penalty.
3886
3887 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3888
3889 * font-lock.el: Require CL when compiling.
3890 (font-lock-turn-on-thing-lock): Use `case'.
3891
3892 2010-04-03 Eli Zaretskii <eliz@gnu.org>
3893
3894 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
3895 Zaretskii.
3896
3897 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
3898
3899 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
3900 (semantic-create-imenu-directory-index): Fix typos in docstrings.
3901 (semantic-imenu-goto-function): Reflow docstring.
3902
3903 2010-04-02 Juri Linkov <juri@jurta.org>
3904
3905 * ehelp.el (electric-help-orig-major-mode):
3906 New buffer-local variable.
3907 (electric-help-mode): Set it to original major-mode. Doc fix.
3908 (with-electric-help): Use `electric-help-orig-major-mode' instead
3909 of (default-value 'major-mode). Doc fix.
3910 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
3911
3912 2010-04-02 Sam Steingold <sds@gnu.org>
3913
3914 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
3915 `vc-hg-command' with a list of flags.
3916
3917 * progmodes/bug-reference.el (bug-reference-bug-regexp):
3918 Also accept "patch" and "RFE".
3919 (bug-reference-fontify): `bug-reference-url-format' can also be a
3920 function to be able to handle the bug kind.
3921 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
3922
3923 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
3924
3925 * tmm.el (tmm-get-keymap): Check with symbolp before passing
3926 value to fboundp, it may not be a symbol.
3927
3928 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3929
3930 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
3931
3932 2010-03-31 Juri Linkov <juri@jurta.org>
3933
3934 * simple.el (next-line, previous-line): Re-throw a signal
3935 with `signal' instead of using `ding'.
3936 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
3937
3938 2010-03-31 Juri Linkov <juri@jurta.org>
3939
3940 * simple.el (keyboard-escape-quit): Raise deselecting the active
3941 region higher than exiting the minibuffer.
3942 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
3943
3944 2010-03-31 Juri Linkov <juri@jurta.org>
3945
3946 * image.el (image-animated-p): Use `image-metadata' instead of
3947 `image-extension-data'. Get GIF extenstion data from metadata
3948 property `extension-data'.
3949
3950 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3951
3952 * simple.el (append-to-buffer): Simplify.
3953
3954 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
3955
3956 * textmodes/artist.el (artist-mode): Fix typo in docstring.
3957 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
3958
3959 2010-03-31 Kenichi Handa <handa@m17n.org>
3960
3961 * language/sinhala.el (composition-function-table): Fix regexp for
3962 the new Unicode specification.
3963
3964 * language/indian.el (devanagari-composable-pattern)
3965 (tamil-composable-pattern, kannada-composable-pattern)
3966 (malayalam-composable-pattern): Adjust for the new Unicode
3967 specification.
3968 (bengali-composable-pattern, gurmukhi-composable-pattern)
3969 (gujarati-composable-pattern, oriya-composable-pattern)
3970 (telugu-composable-pattern): New variables to cope with the new
3971 Unicode specification. Use them in composition-function-table.
3972
3973 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3974
3975 Make tmm-menubar work for the Buffers menu again (bug#5726).
3976 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
3977 vectors rather than cons cells, as used in menu-bar-update-buffers.
3978
3979 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3980
3981 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
3982 (js-insert-and-indent): Revert 2009-08-15 change, restoring
3983 electric punctuation for "{}();,:" (Bug#5586).
3984
3985 * mail/sendmail.el (mail-default-directory): Doc fix.
3986
3987 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3988
3989 * mail/sendmail.el (mail-default-directory): Doc fix.
3990
3991 2010-03-31 Eli Zaretskii <eliz@gnu.org>
3992
3993 * subr.el (version-regexp-alist, version-to-list)
3994 (version-list-<, version-list-=, version-list-<=)
3995 (version-list-not-zero, version<, version<=, version=): Doc fix.
3996 (Bug#5744).
3997
3998 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
3999
4000 * vc.el (vc-root-diff): Doc fix.
4001
4002 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4003
4004 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
4005
4006 * simple.el (append-to-buffer): Fix last change.
4007
4008 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4009
4010 * simple.el (append-to-buffer): Ensure that point is preserved if
4011 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
4012 (Bug#5749)
4013
4014 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4015
4016 * files.el (auto-mode-case-fold): Change default to t.
4017
4018 2010-03-30 Juri Linkov <juri@jurta.org>
4019
4020 * dired-x.el (dired-omit-mode): Doc fix.
4021
4022 2010-03-30 Juri Linkov <juri@jurta.org>
4023
4024 * replace.el (occur-accumulate-lines): Move occur-engine related
4025 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
4026 to be located after `occur-engine'.
4027
4028 2010-03-30 Juri Linkov <juri@jurta.org>
4029
4030 Make occur handle multi-line matches cleanly with context.
4031 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
4032
4033 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
4034 (occur-engine): Add local variables `ret', `prev-after-lines',
4035 `prev-lines'. Use more arguments for `occur-context-lines'.
4036 Set first elem of its returned list to `data', and the second elem
4037 to `prev-after-lines'. Don't print the separator line.
4038 In the end, print remaining context after-lines.
4039 (occur-context-lines): Add new arguments `begpt', `endpt',
4040 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
4041 after-lines of the previous match with before-lines of the
4042 current match and not overlap them. Return a list with two
4043 values: the output line and the list of context after-lines.
4044
4045 2010-03-30 Juri Linkov <juri@jurta.org>
4046
4047 * replace.el (occur-accumulate-lines): Fix a bug where the first
4048 context line at the beginning of the buffer was missing.
4049
4050 2010-03-30 Eli Zaretskii <eliz@gnu.org>
4051
4052 * files.el: Make bidi-display-reordering safe variable for boolean
4053 values.
4054
4055 2010-03-29 Phil Hagelberg <phil@evri.com>
4056 Chong Yidong <cyd@stupidchicken.com>
4057
4058 * subr.el: Extend progress reporters to perform "spinning".
4059 (progress-reporter-update, progress-reporter-do-update):
4060 Handle non-numeric value arguments.
4061 (progress-reporter--pulse-characters): New var.
4062
4063 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
4064
4065 * progmodes/compile.el (compilation-start): Fix regexp detection
4066 of initial cd command (Bug#5771).
4067
4068 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
4069
4070 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
4071
4072 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
4073
4074 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
4075 * lisp/progmodes/gdb-mi.el: Restore.
4076 * lisp/progmodes/gdb-ui.el: Remove.
4077 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
4078
4079 2010-03-25 Glenn Morris <rgm@gnu.org>
4080
4081 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
4082 all dired buffers, even tramp ones. (Bug#5755)
4083
4084 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4085
4086 Add "union tags" in mpc.el.
4087 * mpc.el: Remove backward compatibility code.
4088 (mpc-browser-tags): Change default.
4089 (mpc--find-memoize-union-tags): New var.
4090 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
4091 (mpc-cmd-find): Handle the case where the playlist does not exist.
4092 Handle union-tags.
4093 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
4094 (mpc-cmd-add): Use mpc-cmd-flush.
4095 (mpc-tagbrowser-tag-name): New fun.
4096 (mpc-tagbrowser-buf): Use it.
4097 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
4098
4099 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4100
4101 Misc cleanup.
4102 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
4103 Use replace-regexp-in-string.
4104 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
4105 (makefile-imake-mode-syntax-table): Move init into defvar.
4106 (makefile-mode): Use define-derived-mode.
4107
4108 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
4109 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
4110 not be present any more.
4111
4112 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
4113
4114 * faces.el (set-face-attribute): Fix typo in docstring.
4115 (face-valid-attribute-values): Reflow docstring.
4116
4117 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
4118
4119 2010-03-24 Glenn Morris <rgm@gnu.org>
4120
4121 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4122
4123 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
4124
4125 * indent.el (indent-for-tab-command): Doc fix.
4126
4127 2010-03-24 Alan Mackenzie <acm@muc.de>
4128
4129 * progmodes/cc-engine.el (c-remove-stale-state-cache):
4130 Fix off-by-one error. Fixes bug #5747.
4131
4132 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
4133
4134 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
4135 (image-dired-read-comment): Doc fix.
4136
4137 * json.el (json-object-type, json-array-type, json-key-type)
4138 (json-false, json-null, json-read-number):
4139 * minibuffer.el (completion-in-region-functions):
4140 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
4141 (cal-tex-cursor-week):
4142 * emacs-lisp/trace.el (trace-function):
4143 * eshell/em-basic.el (eshell/printnl):
4144 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
4145 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
4146 * obsolete/levents.el (allocate-event, event-key, event-object)
4147 (event-point, event-process, event-timestamp, event-to-character)
4148 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
4149 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
4150 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
4151 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
4152 (reftex-highlight-selection): Fix typos in docstrings.
4153
4154 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
4155
4156 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
4157
4158 2010-03-24 Glenn Morris <rgm@gnu.org>
4159
4160 * mail/rmail.el (rmail-highlight-face): Restore option deleted
4161 2008-02-13 without comment; mark it obsolete.
4162 (rmail-highlight-headers): Use rmail-highlight-face once more.
4163
4164 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
4165
4166 * woman.el (woman2-process-escapes): Only consume the newline if
4167 the filler character is on a line by itself (Bug#5729).
4168
4169 2010-03-24 Kenichi Handa <handa@m17n.org>
4170
4171 * language/indian.el (devanagari-composable-pattern): Add more
4172 consonants.
4173
4174 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
4175
4176 * net/trampver.el: Update release number.
4177
4178 2010-03-24 Glenn Morris <rgm@gnu.org>
4179
4180 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
4181
4182 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
4183
4184 * net/tramp.el (tramp-find-executable):
4185 Use `tramp-get-connection-buffer'. Make the regexp for checking
4186 output of "wc -l" more robust.
4187 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
4188 (tramp-open-connection-setup-interactive-shell): Remove workaround
4189 for OpenSolaris bug, it is not needed anymore.
4190
4191 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
4192
4193 * cedet/semantic/imenu.el: New file, from the CEDET repository
4194 (Bug#5412).
4195
4196 2010-03-24 Glenn Morris <rgm@gnu.org>
4197
4198 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
4199
4200 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
4201
4202 * files.el (auto-mode-alist): Accept more verilog file patterns.
4203
4204 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4205
4206 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
4207
4208 2010-03-24 Glenn Morris <rgm@gnu.org>
4209
4210 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
4211 log-edit-before-checkin-process.
4212
4213 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
4214
4215 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
4216
4217 * vc-dispatcher.el (vc-start-logentry): Doc fix.
4218 (log-view-process-buffer, log-edit-extra-flags): Declare.
4219
4220 * log-edit.el (log-edit-before-checkin-process): Doc fix.
4221
4222 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
4223 Consistently check ede-object is bound throughout.
4224
4225 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
4226
4227 2010-03-23 Sam Steingold <sds@gnu.org>
4228
4229 Fix bug#5620: recalculate all markers on compilation buffer
4230 modifications, not on file modifications.
4231 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
4232 the buffer modification time, for buffers not associated with files.
4233 (compilation-mode): Create it.
4234 (compilation-filter): Update it.
4235 (compilation-next-error-function): Use it instead of
4236 `visited-file-modtime' for timestamp.
4237
4238 2010-03-23 Juri Linkov <juri@jurta.org>
4239
4240 Implement Occur multi-line matches.
4241 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
4242
4243 * replace.el (occur): Doc fix.
4244 (occur-engine): Set `begpt' to the beginning of the first line.
4245 Set `endpt' to the end of the last match line. At first, count
4246 line numbers between `origpt' and `begpt'. Split out code from
4247 `out-line' variable to new let-bindings `match-prefix' and
4248 `match-str'. In `out-line' add non-numeric prefix to all
4249 non-first lines of multi-line matches. Finally, count lines
4250 between `begpt' and `endpt' and add to `lines'.
4251
4252 2010-03-23 Juri Linkov <juri@jurta.org>
4253
4254 * replace.el (occur-accumulate-lines, occur-engine):
4255 Use `occur-engine-line' instead of duplicate code.
4256 (occur-engine-line): New function created from duplicate code
4257 in `occur-accumulate-lines' and `occur-engine'.
4258
4259 * replace.el (occur-engine-line): Add optional arg `keep-props'.
4260 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
4261
4262 2010-03-23 Juri Linkov <juri@jurta.org>
4263
4264 * finder.el: Remove TODO tasks.
4265
4266 * info.el (Info-finder-find-node): Add node "all"
4267 with all package info. Handle a list of multiple keywords
4268 separated by comma.
4269 (info-finder): In interactive use with a prefix argument,
4270 use `completing-read-multiple' to read a list of keywords
4271 separated by comma.
4272
4273 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4274
4275 Add a new completion style `substring'.
4276 * minibuffer.el (completion-basic--pattern): New function.
4277 (completion-basic-try-completion, completion-basic-all-completions):
4278 Use it.
4279 (completion-substring--all-completions)
4280 (completion-substring-try-completion)
4281 (completion-substring-all-completions): New functions.
4282 (completion-styles-alist): New style `substring'.
4283
4284 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4285
4286 Get rid of .elc files after removal of the corresponding .el.
4287 * Makefile.in (compile-clean): New target.
4288 (compile-main): Use it.
4289
4290 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
4291
4292 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
4293 don't do make there. When compiling with separate object dir, there
4294 is no Makefile there.
4295
4296 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4297
4298 Get rid of the ELCFILES abomination, again.
4299 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4300 (all, compile): Don't call compile-last.
4301 (compile-main): Build the "elcfiles" list dynamically.
4302 (compile-targets): New (internal) target.
4303
4304 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
4305
4306 * Makefile.in (top_srcdir): Define.
4307 (abs_top_builddir): Define.
4308 (srcdir): Don't append `/..'.
4309 (EMACS): Use ${abs_top_builddir}.
4310 (all, compile, compile-always, compile-last): Don't set emacswd.
4311 (update-subdirs, update-authors): Use $(top_srcdir) instead of
4312 $(srcdir).
4313 (lisp): Use $(srcdir) instead of @srcdir@.
4314
4315 2010-03-21 Juri Linkov <juri@jurta.org>
4316
4317 Fix message of multi-line occur regexps and multi-buffer header lines.
4318 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
4319
4320 * replace.el (occur-1): Don't display regexp if it is longer
4321 than window-width. Use `query-replace-descr' to display regexp.
4322 (occur-engine): Don't display regexp in the buffer header for
4323 multi-buffer occur. Display a separate header line with total
4324 match count and regexp for multi-buffer occur.
4325 Use `query-replace-descr' to display regexp.
4326
4327 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
4328
4329 * net/secrets.el: Fix parenthesis.
4330 (secrets-enabled): Fix parenthesis.
4331
4332 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4333
4334 Use more relative file and directory names.
4335 * Makefile.in (EMACS): Arrange for it to work when we chdir.
4336 (setwins, setwins_almost, setwins_for_subdirs):
4337 Don't `cd'; output relative names.
4338 (all, compile, compile-always, compile-last): Set emacswd.
4339 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
4340 Just cd to the lisp source dir so we can use relative file names.
4341
4342 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
4343
4344 2010-03-20 Glenn Morris <rgm@gnu.org>
4345
4346 * textmodes/rst.el: Use faces for font-lock customization, and make the
4347 old -face variables obsolete.
4348 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
4349 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
4350 (rst-block-face, rst-external-face, rst-definition-face)
4351 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
4352 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
4353 Make obsolete.
4354 (rst-font-lock-keywords-function): Update for above changes.
4355
4356 2010-03-20 Juri Linkov <juri@jurta.org>
4357
4358 * s-region.el:
4359 * obsolete/s-region.el: Move to obsolete.
4360
4361 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
4362
4363 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
4364
4365 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4366
4367 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
4368
4369 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4370
4371 Add special markup processing for commit logs.
4372 * log-edit.el (log-edit-extra-flags): New variable.
4373 (log-edit): Add new argument MODE. Use that mode when non-nil
4374 instead of the log-view-mode.
4375 (log-view-process-buffer): New function.
4376
4377 * vc.el: Document that the checkin method takes optional
4378 arguments. Document new backend specific method: log-view-mode.
4379 (vc-default-log-edit-mode): New function.
4380 (vc-checkin): Use a backend specific log-view-mode.
4381 Pass extra arguments to the checkin method.
4382 (vc-modify-change-comment): Pass a dummy extra argument.
4383
4384 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
4385 log-edit.
4386 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
4387 (vc-finish-logentry): Process the log buffer before passing it
4388 down. Pass log-edit-extra-flags.
4389
4390 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
4391 command.
4392 (log-edit-extra-flags, log-edit-before-checkin-process):
4393 New declarations.
4394
4395 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
4396 command.
4397 (log-edit-extra-flags, log-edit-before-checkin-process):
4398 New declarations.
4399 (vc-hg-log-edit-mode): New derived mode.
4400
4401 * vc-arch.el (vc-arch-checkin):
4402 * vc-cvs.el (vc-cvs-checkin):
4403 * vc-git.el (vc-git-checkin):
4404 * vc-mtn.el (vc-mtn-checkin):
4405 * vc-rcs.el (vc-rcs-checkin):
4406 * vc-sccs.el (vc-sccs-checkin):
4407 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
4408
4409 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4410
4411 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
4412 parent typo).
4413
4414 2010-03-19 Glenn Morris <rgm@gnu.org>
4415
4416 * password-cache.el (password-cache, password-cache-expiry): Autoload.
4417
4418 2010-03-18 Glenn Morris <rgm@gnu.org>
4419
4420 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
4421
4422 * replace.el (query-replace-history): Give it a doc string.
4423 (map-query-replace-regexp): Use query-replace-from-history-variable
4424 and query-replace-to-history-variable.
4425
4426 * mail/hashcash.el (declare-function): Remove duplicate definition.
4427
4428 * mail/emacsbug.el (report-emacs-bug-pretest-address):
4429 Make it an obsolete alias for report-emacs-bug-address.
4430 (message-strip-special-text-properties): Declare.
4431 (report-emacs-bug): Remove test for a pretest bug address.
4432 Combine message-mode-specific code.
4433
4434 * mail/supercite.el: Don't require sendmail.
4435 (mh-in-header-p): Declare rather than using with-no-warnings.
4436 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
4437 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
4438
4439 * calendar/cal-french.el: Convert to utf-8.
4440
4441 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
4442 Emacs scripts.
4443
4444 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
4445
4446 * net/secrets.el (secrets-enabled): New variable. Use it instead
4447 of a subfeature.
4448
4449 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
4450
4451 * net/secrets.el (top): Register the D-Bus signals only when the
4452 service "org.freedesktop.secrets" can be pinged.
4453 Provide subfeature `enabled'.
4454
4455 2010-03-14 Juri Linkov <juri@jurta.org>
4456
4457 Add finder unknown keywords.
4458
4459 * finder.el (finder-unknown-keywords): New function.
4460
4461 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
4462 to create a Finder node with unknown keywords.
4463
4464 2010-03-14 Juri Linkov <juri@jurta.org>
4465
4466 * finder.el (finder-compile-keywords): Replace `princ' with
4467 `prin1' on a list of symbols interned from keyword strings.
4468
4469 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
4470 a comma, then split keywords using a comma and optional whitespace.
4471 Otherwise, split by whitespace.
4472
4473 * complete.el:
4474 * face-remap.el:
4475 * log-view.el:
4476 * net/hmac-def.el:
4477 * net/hmac-md5.el:
4478 * net/netrc.el:
4479 * progmodes/mixal-mode.el: Fix keywords.
4480
4481 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
4482
4483 * Makefile.in (ELCFILES): Add net/secrets.elc.
4484
4485 * net/secrets.el: New file.
4486
4487 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4488
4489 * facemenu.el (list-colors-display, list-colors-print): New arg
4490 callback. Use it to allow selecting colors.
4491
4492 * wid-edit.el (widget-image-insert): Insert image prop even if the
4493 current display is non-graphic.
4494 (widget-field-value-set): New fun.
4495 (editable-field): Use it.
4496 (widget-field-value-get): Clean up unused var.
4497 (widget-color-value-create, widget-color--choose-action):
4498 New funs. Allow using list-colors-display to choose color.
4499
4500 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4501
4502 * cus-edit.el: Resort topmost custom groups.
4503 (custom-buffer-sort-alphabetically): Default to t.
4504 (customize-apropos): Use apropos-parse-pattern.
4505 (custom-search-field): New var.
4506 (custom-buffer-create-internal): Add custom-apropos search field.
4507 (custom-add-parent-links): Don't display parent doc.
4508 (custom-group-value-create): Don't sort top-level custom group.
4509 (custom-magic-value-create): Show visibility button before option name.
4510
4511 (custom-variable-state): New fun, from custom-variable-state-set.
4512 (custom-variable-state-set): Use it.
4513 (custom-group-value-create): Hide options with standard values
4514 using the :hidden-states property. Use progress reporter.
4515
4516 (custom-show): Simplify.
4517 (custom-visibility): Disable images by default.
4518 (custom-variable): New property :hidden-states.
4519 (custom-variable-value-create): Enable images for
4520 custom-visibility widgets. Use :hidden-states property to
4521 determine initial visibility.
4522
4523 * wid-edit.el (widget-image-find): Give images center ascent.
4524 (visibility): Add :on-image and :off-image properties.
4525 (widget-visibility-value-create): Use them.
4526
4527 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4528
4529 * cus-edit.el (processes): Remove from development group.
4530 (oop, hypermedia): Delete group.
4531 (comm): Promote to top-level group.
4532
4533 * net/browse-url.el (browse-url):
4534 * net/xesam.el (xesam):
4535 * net/tramp.el (tramp):
4536 * net/goto-addr.el (goto-address):
4537 * net/ange-ftp.el (ange-ftp): Put in comm group.
4538
4539 * view.el (view): Remove from editing group.
4540
4541 * uniquify.el (uniquify): Put in files group.
4542
4543 * net/browse-url.el (browse-url):
4544 * ps-print.el (postscript): Put in external group.
4545
4546 * cus-edit.el (outlines):
4547 * textmodes/text-mode.el (text-mode-hook):
4548 * textmodes/table.el (table):
4549 * textmodes/picture.el (picture):
4550 * outline.el (outlines): Put in wp group.
4551
4552 * nxml/nxml-mode.el (nxml): Remove from wp group.
4553
4554 * net/tramp-imap.el (tramp-imap): Put in tramp group.
4555
4556 * mail/metamail.el (metamail): Remove from hypermedia group.
4557
4558 * cus-edit.el (abbrev):
4559 * whitespace.el (whitespace):
4560 * vcursor.el (vcursor):
4561 * reveal.el (reveal):
4562 * hl-line.el (hl-line): Put in convenience group.
4563
4564 * epg-config.el (epg): Put in data group.
4565
4566 * emulation/pc-select.el (pc-select): Put in emulations group.
4567
4568 * calculator.el (calculator): Put in applications group.
4569
4570 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4571
4572 Add .dir-locals.el support for file-less buffers.
4573 * files.el (hack-local-variables): Split out code to apply local
4574 variable settings ...
4575 (hack-local-variables-apply): ... here. New function.
4576 (hack-dir-local-variables): Use the default directory for when the
4577 buffer does not have an associated file.
4578 (hack-dir-local-variables-non-file-buffer): New function.
4579 * diff-mode.el (diff-mode):
4580 * vc-annotate.el (vc-annotate-mode):
4581 * vc-dir.el (vc-dir-mode):
4582 * log-edit.el (log-edit-mode):
4583 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4584
4585 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4586
4587 Add support for shelving snapshots and for showing shelves.
4588 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4589 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4590 New functions.
4591 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4592 (vc-bzr-extra-menu-map): Map them.
4593
4594 2010-03-11 Glenn Morris <rgm@gnu.org>
4595
4596 * cus-edit.el (customize-changed-options-previous-release):
4597 Bump to 23.1.
4598
4599 * image.el (image-animate-max-time): Fix :version tag.
4600
4601 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4602
4603 * Branch for 23.2.
4604
4605 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4606
4607 * vc-git.el (vc-git-revision-table): Include remote branches.
4608
4609 2010-03-10 Kim F. Storm <storm@cua.dk>
4610
4611 Animated image API.
4612 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4613
4614 * image.el (image-animate-max-time): New defcustom.
4615 (image-animated-types): New defconst.
4616 (create-animated-image, image-animate-timer)
4617 (image-animate-start, image-animate-stop, image-animate-timeout)
4618 (image-animated-p): New functions.
4619
4620 * image-mode.el (image-toggle-display-image):
4621 Replace `create-image' with `create-animated-image'.
4622
4623 2010-03-09 Miles Bader <miles@gnu.org>
4624
4625 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4626 instead of "format:"; this ensures that the output is
4627 newline-terminated.
4628
4629 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
4630
4631 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4632 that all errors are caught, and that the return value is always a
4633 list (Bug#5692).
4634
4635 2010-03-08 Kenichi Handa <handa@m17n.org>
4636
4637 * language/misc-lang.el (windows-1256): New coding system.
4638 (cp1256): New alias of windows-1256 (bug#5690).
4639
4640 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
4641
4642 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4643 call to rfc822-bad-address. (Bug#5692)
4644
4645 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
4646
4647 * vc-git.el (vc-git-annotate-extract-revision-at-line):
4648 Use vc-git-root as default directory for revision path (Bug#5657).
4649
4650 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
4651
4652 * calculator.el (calculator): Don't bind split-window-keep-point
4653 (Bug#5674).
4654
4655 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4656
4657 * vc-git.el: Re-flow to fit into 80 columns.
4658 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4659 Remove spurious `quote' element in each case alternative.
4660 (vc-git-show-log-entry): Use prog1.
4661 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4662
4663 2010-03-06 Glenn Morris <rgm@gnu.org>
4664
4665 * cedet/semantic/grammar.el (semantic-grammar-header-template):
4666 Update template copyright to GPLv3+.
4667
4668 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4669
4670 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4671
4672 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
4673
4674 * macros.el (insert-kbd-macro): Look up keyboard macro using the
4675 definition, not the name (Bug#5481).
4676
4677 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
4678
4679 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4680 argument with a local variable. (Bug#5670)
4681
4682 2010-03-02 Juri Linkov <juri@jurta.org>
4683
4684 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
4685
4686 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
4687
4688 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4689 error when FILENAME and NEWNAME are existing remote directories.
4690
4691 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4692 parameter DIR-FLAG.
4693
4694 2010-03-02 Glenn Morris <rgm@gnu.org>
4695
4696 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4697 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4698
4699 2010-03-01 Kenichi Handa <handa@m17n.org>
4700
4701 * language/burmese.el (burmese-composable-pattern): Rename from
4702 myanmar-composable-pattern.
4703
4704 * international/characters.el (script-list):
4705 * international/fontset.el (script-representative-chars):
4706 Change myanmar to burmese.
4707 (otf-script-alist): Likewise.
4708 (setup-default-fontset): Likewise. Re-fix :otf spec.
4709
4710 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
4711
4712 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4713
4714 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
4715
4716 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4717
4718 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4719
4720 * net/tramp.el (tramp-handle-write-region): START can be a string.
4721 Take care in the checks. Reported by Dan Davison
4722 <davison@stats.ox.ac.uk>.
4723
4724 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4725
4726 * net/dbus.el (dbus-introspect, dbus-get-property)
4727 (dbus-set-property, dbus-get-all-properties):
4728 Use `dbus-call-method' when noninteractive. (Bug#5645)
4729
4730 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
4731
4732 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4733 * emacs-lisp/elint.el (elint-add-required-env):
4734 * cedet/semantic/db-find.el
4735 (semanticdb-find-translate-path-brutish-default):
4736 * cedet/ede/make.el (ede-make-check-version):
4737 * calendar/icalendar.el (icalendar--add-diary-entry):
4738 * calc/calcalg2.el (math-tracing-integral):
4739 * files.el (recover-session-finish): Use with-current-buffer
4740 instead of save-excursion.
4741
4742 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
4743
4744 Fix in-buffer completion when after-change-functions modify the buffer.
4745 * minibuffer.el (completion--replace): New function.
4746 (completion--do-completion): Use it and use relative movement.
4747
4748 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
4749
4750 * international/fontset.el (setup-default-fontset): Fix :otf spec.
4751
4752 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
4753
4754 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4755 Allow the characters _<> in the stack entry (Bug#5653).
4756
4757 2010-02-26 Kenichi Handa <handa@m17n.org>
4758
4759 * language/burmese.el: Fix entries in composition-function-table.
4760 (myanmar-composable-pattern): New variable.
4761
4762 * international/fontset.el (setup-default-fontset): Add an entry
4763 for myanmar.
4764
4765 * international/characters.el (script-list): Add Myanmar
4766 Extended-A.
4767
4768 2010-02-26 Glenn Morris <rgm@gnu.org>
4769
4770 * custom.el (custom-initialize-delay): Doc fix.
4771
4772 * mail/sendmail.el (send-mail-function): Autoload the call
4773 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4774
4775 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
4776
4777 * files.el (hack-local-variables-filter): For eval forms, also
4778 check safe-local-variable-p (Bug#5636).
4779
4780 2010-02-24 Eduard Wiebe <usenet@pusto.de>
4781
4782 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4783 and use c(ad)r of cddr (Bug#5640).
4784
4785 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
4786
4787 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4788 setting the modes by `ignore-errors'. It might fail, for example
4789 if the file is not owned by the user but the group.
4790 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4791
4792 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
4793
4794 * files.el (directory-listing-before-filename-regexp): Use
4795 stricter matching for iso-style dates, to avoid false matches with
4796 date-like filenames (Bug#5597).
4797
4798 * htmlfontify.el (htmlfontify): Doc fix.
4799
4800 * eshell/eshell.el (eshell): Doc fix.
4801
4802 * startup.el (fancy-about-screen): In mode-line, apply
4803 mode-line-buffer-id face only to the buffer name (Bug#5613).
4804
4805 2010-02-20 Kevin Ryde <user42@zip.com.au>
4806
4807 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4808 In `watcom' anchor regexp to start of line, to avoid slowness
4809 (Bug#5599).
4810
4811 2010-02-20 Eli Zaretskii <eliz@gnu.org>
4812
4813 * subr.el (remove-yank-excluded-properties): Explain in a comment
4814 why `category' property is removed.
4815
4816 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
4817
4818 * isearch.el (isearch-update-post-hook, isearch-update): Revert
4819 2010-02-17 change.
4820
4821 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
4822
4823 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
4824 (icalendar--convert-weekly-to-ical)
4825 (icalendar--convert-yearly-to-ical)
4826 (icalendar--convert-block-to-ical)
4827 (icalendar--convert-cyclic-to-ical)
4828 (icalendar--convert-anniversary-to-ical): Take care of time
4829 specifications where hour has 1-digit only (Bug#5549).
4830
4831 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
4832
4833 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
4834 of disassemble output in GDB 7.1.
4835
4836 2010-02-19 Glenn Morris <rgm@gnu.org>
4837
4838 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
4839 property. (Bug#5593)
4840
4841 2010-02-18 Sam Steingold <sds@gnu.org>
4842
4843 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4844
4845 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4846
4847 Use abbreviated file names in bookmarks (bug#5591).
4848 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
4849 calls to expand-file-name.
4850 (bookmark-relocate): Use abbreviated file names in bookmarks.
4851 (bookmark-load): Use abbreviated file names in messages.
4852
4853 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
4854
4855 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
4856 expand "." and "..". Reported by Thierry Volpiatto
4857 <thierry.volpiatto@gmail.com>.
4858
4859 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
4860
4861 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
4862 permissions of the temporary file to "0600". In case the remote
4863 file has no read permissions for the owner, there might be
4864 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
4865
4866 22010-02-18 Glenn Morris <rgm@gnu.org>
4867
4868 * emacs-lisp/authors.el (authors-renamed-files-alist):
4869 Add entries for INSTALL.CVS.
4870
4871 2010-02-17 Mark A. Hershberger <mah@everybody.org>
4872
4873 * vc-bzr.el: Fix typo in Known Bugs section.
4874
4875 * isearch.el (isearch-update-post-hook): New hook.
4876 (isearch-update): Use the new hook.
4877
4878 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
4879
4880 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4881 Fix errors in copying directories.
4882 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
4883 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
4884 (tramp-handle-delete-file)
4885 (tramp-handle-dired-recursive-delete-directory)
4886 (tramp-handle-write-region): Flush also the cache for the upper
4887 directory.
4888
4889 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
4890
4891 * simple.el (save-interprogram-paste-before-kill): Doc fix.
4892
4893 * cus-edit.el (hardware): Doc fix.
4894
4895 * man.el (man): Add to external custom group.
4896
4897 * delim-col.el (columns): Move to wp custom group.
4898
4899 * doc-view.el (doc-view): Add to data custom group.
4900
4901 * cedet/data-debug.el (data-debug): Move to extensions group.
4902
4903 * cedet/ede.el (ede):
4904 * cedet/srecode.el (srecode):
4905 * cedet/semantic.el (semantic): Put in tools and extensions group.
4906
4907 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
4908
4909 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4910 by ispell-parse-output (Bug#5575).
4911
4912 2010-02-16 Kenichi Handa <handa@m17n.org>
4913
4914 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
4915 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
4916 (skkdic-convert): Use `euc-japan' coding system for writing.
4917
4918 2010-02-16 Glenn Morris <rgm@gnu.org>
4919
4920 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
4921 tex-main-file before using it. (Bug#5562)
4922
4923 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4924
4925 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
4926 warnings, since it is annoying for the user to see them each time he
4927 runs the code.
4928
4929 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
4930
4931 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
4932 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
4933 instead of PROC for caching "first-password-request". Otherwise,
4934 new processes would not profit from passwords already entered.
4935
4936 * net/tramp-cache.el (tramp-dump-connection-properties):
4937 Don't save "first-password-request" property.
4938
4939 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
4940
4941 * outline.el (outline-head-from-level):
4942 * simple.el (with-wrapper-hook):
4943 * cedet/ede.el (ede-run-target, project-delete-target)
4944 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
4945 (ede-adebug-project, ede-adebug-project-parent)
4946 (ede-adebug-project-root):
4947 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
4948 (elint-defun, elint-buffer-env, elint-top-form-logged)
4949 (elint-unbound-variable):
4950 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
4951 Fix typos in docstrings.
4952
4953 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
4954
4955 * files.el (insert-directory): When WILDCARD-REGEXP and
4956 FULL-DIRECTORY-P are nil, insert the file entry instead of the
4957 whole directory. (Bug#5551)
4958
4959 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
4960 dired's alignment sanity. (Bug#5516)
4961
4962 2010-02-14 Juri Linkov <juri@jurta.org>
4963
4964 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
4965 Remove remaining ^H with their preceding chars. (Bug#5566)
4966
4967 2010-02-13 Glenn Morris <rgm@gnu.org>
4968
4969 * simple.el (transpose-subr): Give it a doc-string.
4970
4971 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
4972 Doc fixes.
4973
4974 2010-02-12 Juri Linkov <juri@jurta.org>
4975
4976 * arc-mode.el (archive-unique-fname): Make directories for nested
4977 archives. (Bug#5540)
4978
4979 2010-02-12 Juri Linkov <juri@jurta.org>
4980
4981 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
4982
4983 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4984
4985 * subr.el (copy-overlay): Handle deleted overlays.
4986
4987 * man.el (Man-completion-table): Don't signal an error if we can't run
4988 manual-program (bug#4056).
4989
4990 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
4991
4992 * textmodes/artist.el (artist-mt): Fix typos in docstring.
4993
4994 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4995
4996 * info.el (Info-bookmark-jump): Simplify.
4997
4998 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
4999 (bookmark-default-handler): Accept new bookmark field `buffer'.
5000
5001 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
5002
5003 * iswitchb.el (iswitchb-completions): Revert last change.
5004
5005 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
5006
5007 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
5008 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
5009 This prevents file names like "~/" being listed literally.
5010
5011 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
5012
5013 * term/xterm.el (xterm-maybe-set-dark-background-mode):
5014 Remove dead code. (Bug#5546)
5015
5016 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
5017
5018 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
5019 correctly (Bug#5548).
5020
5021 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
5022
5023 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
5024 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
5025
5026 2010-02-08 Kenichi Handa <handa@m17n.org>
5027
5028 * international/mule-util.el (with-coding-priority): Add autoload
5029 cookie for putting `lisp-indent-function'.
5030
5031 2010-02-07 Glenn Morris <rgm@gnu.org>
5032
5033 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
5034 Move F2003 named interfaces from keywords-2 to keywords-1, and
5035 use function-name-face rather than constant-face.
5036 Simplify "abstract interface" regexp.
5037
5038 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
5039
5040 * eshell/esh-util.el (eshell-file-attributes): New optional arg
5041 ID-FORMAT. Pass it to `file-attributes'.
5042
5043 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
5044
5045 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
5046
5047 * faces.el (set-face-attribute): Allow calling
5048 internal-set-lisp-face-attribute with 'unspecified family and
5049 foundry argument (Bug#5536).
5050
5051 2010-02-07 Glenn Morris <rgm@gnu.org>
5052
5053 * progmodes/f90.el (f90-font-lock-keywords-2)
5054 (f90-looking-at-type-like, f90-looking-at-program-block-end):
5055 Handle F2003 named interfaces.
5056
5057 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
5058
5059 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
5060 beg and end before calling c-get-state-before-change-functions.
5061
5062 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
5063
5064 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
5065
5066 2010-02-05 Juri Linkov <juri@jurta.org>
5067
5068 * doc-view.el (doc-view-mode):
5069 * image-mode.el (image-mode): Put property mode-class=special.
5070 (Bug#4896)
5071
5072 2010-02-05 Mark A. Hershberger <mah@everybody.org>
5073
5074 * vc-svn.el (vc-svn-revision-table): New function.
5075
5076 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
5077
5078 * net/ange-ftp.el (ange-ftp-insert-directory):
5079 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
5080 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
5081 Handle also directories. (Bug#5478)
5082
5083 2010-02-05 Glenn Morris <rgm@gnu.org>
5084
5085 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
5086
5087 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
5088
5089 * startup.el (command-line-1): Convert options beginning with a
5090 single dash as well (Bug#5519).
5091
5092 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
5093
5094 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
5095 * minibuffer.el (completion-initials-expand): Only check the presence
5096 of delims *within* the boundaries, since otherwise the / delim is
5097 always found for files.
5098
5099 Fix up various corner case problems.
5100 * doc-view.el (doc-view-last-page-number): New function.
5101 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
5102 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
5103 (doc-view-kill-proc): Avoid inf-loop in freak cases.
5104 (doc-view-reconvert-doc): Use the new recursive delete-directory.
5105 (doc-view-convert-current-doc): Don't create the resolution.el file
5106 here any more.
5107 (doc-view-pdf/ps->png): Do it here instead.
5108 (doc-view-already-converted-p): Check that resolution.el is present.
5109 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
5110 windows that are not yet showing images.
5111
5112 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
5113
5114 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
5115 `dired-uncache' for every elemnt which is an absolute file name.
5116
5117 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
5118 directory, handle its directory component.
5119 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
5120 function is called permanently and creates noise, otherwise.
5121
5122 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
5123 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
5124 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
5125
5126 2010-02-04 David Burger <dburger@google.com> (tiny change)
5127
5128 * macros.el (apply-macro-to-region-lines):
5129 Minor simplification. (Bug#5485)
5130
5131 2010-02-04 Glenn Morris <rgm@gnu.org>
5132
5133 * mail/rmail.el (rmail-show-message-1): Handle malformed
5134 quoted-printable text. (Bug#5441)
5135
5136 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
5137
5138 * simple.el (visual-line-mode): Capitalize lighter.
5139
5140 2010-02-03 John Wiegley <jwiegley@gmail.com>
5141
5142 * iswitchb.el (iswitchb-completions): Add bookmark files to the
5143 list of files considered for "virtual buffer" completions.
5144
5145 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
5146
5147 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
5148 also in case of (and (not full) (not wildcard)). This is needed
5149 when dired is called with a list of files, which are not in
5150 `default-directory'. (Bug#5478)
5151
5152 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
5153
5154 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
5155
5156 2010-02-02 Juri Linkov <juri@jurta.org>
5157
5158 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
5159 from unidiff to allow function-line after @@.
5160
5161 2010-02-02 Juri Linkov <juri@jurta.org>
5162
5163 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
5164 '(RCS SCCS) with inverted condition.
5165
5166 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
5167
5168 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
5169 messages.
5170
5171 2010-02-01 Juri Linkov <juri@jurta.org>
5172
5173 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
5174 compare with "pkunzip" and "pkzip" instead of only "pkzip".
5175 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
5176 only when (car archive-zip-extract) is "unzip". (Bug#5475)
5177
5178 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5179
5180 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
5181 (doc-view-revert-buffer): New command.
5182 (doc-view-mode-map): Use it.
5183
5184 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
5185
5186 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
5187 pending merge is detected.
5188
5189 2010-01-31 Juri Linkov <juri@jurta.org>
5190
5191 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
5192 beginning of interactive spec like all other grep commands do.
5193 Put "all" in front of "gz". (Bug#5260)
5194
5195 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
5196
5197 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
5198
5199 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
5200
5201 * dirtrack.el (dirtrack): Warn instead of signalling error if the
5202 regexp is incorrect (Bug#5476).
5203
5204 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
5205
5206 * net/tramp.el (tramp-handle-insert-directory): Handle also
5207 symlinks, when FILENAME is not in `default-directory'.
5208
5209 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
5210
5211 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
5212 FILE is not in `default-directory'. (Bug#5478)
5213
5214 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
5215 of SWITCHES. Handle the case, FILENAME is not in
5216 `default-directory'. (Bug#5478)
5217 (tramp-register-file-name-handlers): Add safe-magic property.
5218
5219 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
5220
5221 * arc-mode.el (archive-zip-extract): Quote the argument passed to
5222 unzip (Bug#5475).
5223
5224 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
5225
5226 * progmodes/flymake.el (flymake-allowed-file-name-masks)
5227 (flymake-master-make-header-init): Add other C++ filename masks.
5228 (flymake-find-possible-master-files)
5229 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
5230
5231 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
5232
5233 Fix some busybox annoyances.
5234
5235 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
5236 not responding." string.
5237 (tramp-open-connection-setup-interactive-shell): Dump stty
5238 settings. Enable "neveropen" arg for all `tramp-send-command'
5239 calls. Handle "=" in variable values properly.
5240 (tramp-find-inline-encoding): Raise an error, when no encoding is
5241 found.
5242 (tramp-wait-for-output): Check, whether PROC buffer is available.
5243 Remove spurious " ^H" sequences, sent by busybox.
5244 (tramp-get-ls-command): Suppress coloring, if possible.
5245
5246 2010-01-28 Glenn Morris <rgm@gnu.org>
5247
5248 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
5249
5250 * log-edit.el (log-edit-strip-single-file-name): Add missing
5251 :safe, :group, and :version tags.
5252
5253 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
5254
5255 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
5256 buffers. (Bug#5477)
5257
5258 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
5259
5260 * files.el (delete-directory): Handle moving to trash without
5261 first doing recursion (Bug#5436).
5262
5263 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
5264
5265 * vc-hooks.el (vc-path): Mark as obsolete.
5266
5267 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
5268
5269 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
5270 names too.
5271
5272 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
5273 for the short log.
5274 (vc-bzr-log-view-mode): Adjust regexp for the above change.
5275
5276 2010-01-25 Mark A. Hershberger <mah@everybody.org>
5277
5278 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
5279
5280 * vc-bzr.el (vc-bzr-revision-table): New function.
5281
5282 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
5283
5284 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
5285 diff-index command. This requires at least git-1.5.5. (Bug#1589).
5286
5287 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5288
5289 Remove support for adding --signoff on commit.
5290 Future support will use an incompatible generic mechanism.
5291 * vc-git.el (vc-git-add-signoff): Remove variable.
5292 (vc-git-toggle-signoff): Remove function.
5293 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
5294
5295 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
5296 from xterm-set-background-mode. Return t if the background mode
5297 was set.
5298 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
5299 earlier, call it again in case the background mode has changed.
5300
5301 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
5302
5303 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
5304 (Bug#3541).
5305
5306 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
5307
5308 * emacs-lisp/assoc.el (aelement): Doc fix.
5309 (aput, adelete, amake): Use lexical-let (Bug#5450).
5310
5311 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
5312
5313 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
5314 is the same as subprogram call, not declaration. (Bug#5435).
5315
5316 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
5317
5318 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
5319 (tramp-smb-maybe-open-connection): Use it.
5320
5321 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
5322
5323 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
5324
5325 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5326
5327 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
5328 just because we see "encoding: 8bit".
5329 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
5330
5331 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
5332
5333 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
5334
5335 2010-01-22 Eli Zaretskii <eliz@gnu.org>
5336
5337 * jka-compr.el (jka-compr-load): If load-file is not in
5338 load-history, try its file-truename version. (bug#5447)
5339
5340 2010-01-21 Alan Mackenzie <acm@muc.de>
5341
5342 Fix a situation where deletion of a cpp construct throws an error.
5343 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
5344 invoking c-with-all-but-one-cpps-commented-out, check that the
5345 special cpp construct is still in the buffer.
5346 (c-parse-state): Record the special cpp with markers, not numbers.
5347
5348 2010-01-21 Kenichi Handa <handa@m17n.org>
5349
5350 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
5351 process last-command-event, as it is now decoded first (Bug#5380).
5352
5353 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
5354
5355 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
5356
5357 2010-01-20 Glenn Morris <rgm@gnu.org>
5358
5359 * indent.el (tab-always-indent): Fix custom-type.
5360
5361 2010-01-19 Alan Mackenzie <acm@muc.de>
5362
5363 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
5364 buffer throws "args out of range".
5365 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
5366 playing the role of delimiter.
5367
5368 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
5369
5370 * progmodes/ada-mode.el: Fix bug#5400.
5371 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
5372 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
5373 changed. Delete RECURSIVE parameter; never used. Improve doc string.
5374 Improve comments in "is" portion. Handle null procedure declaration.
5375 (ada-move-to-end): Improve doc string.
5376
5377 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
5378
5379 * ido.el (ido-cur-list): Initialize to nil.
5380 Remove obsolete information from commentary.
5381 (ido-choice-list): Initialize to nil.
5382 (ido-get-bufname): Reject minibuffers.
5383 (ido-make-buffer-list): If "default" is a nonexistent
5384 buffer, ignore it, as per the function's comment.
5385 (ido-kill-buffer-internal): New function.
5386 (ido-kill-buffer-at-head): Use it.
5387 (ido-visit-buffer): Likewise.
5388
5389 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
5390
5391 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
5392
5393 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
5394
5395 * cedet/ede/locate.el (ede-locate-file-in-project)
5396 (ede-locate-file-in-project-impl): Fix typos in docstrings.
5397 (ede-enable-locate-on-project): Fix typos in error messages.
5398
5399 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
5400 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
5401 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
5402 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
5403 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
5404 Fix typos in menu help.
5405
5406 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
5407 Fix typos in chart titles.
5408
5409 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
5410 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
5411 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
5412 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
5413 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
5414 (semantic-parse-stream, semantic-parse-region)
5415 (semantic-parse-region-default, semantic--set-buffer-cache)
5416 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
5417 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
5418 (semantic-default-submodes):
5419 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
5420 (semanticdb-create-ebrowse-database)
5421 (semanticdb-find-tags-for-completion-method)
5422 (semanticdb-find-tags-by-class-method)
5423 (semanticdb-deep-find-tags-by-name-method)
5424 (semanticdb-deep-find-tags-for-completion-method):
5425 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
5426 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
5427 (semanticdb-find-tags-for-completion-method)
5428 (semanticdb-find-tags-by-class-method)
5429 (semanticdb-deep-find-tags-for-completion-method):
5430 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
5431 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
5432 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
5433 (semanticdb-find-tags-by-name-method)
5434 (semanticdb-find-tags-by-name-regexp-method)
5435 (semanticdb-find-tags-for-completion-method)
5436 (semanticdb-find-tags-by-class-method)
5437 (semanticdb-find-tags-external-children-of-type-method)
5438 (semanticdb-find-tags-subclasses-of-type-method)
5439 (semanticdb-deep-find-tags-by-name-method)
5440 (semanticdb-deep-find-tags-by-name-regexp-method)
5441 (semanticdb-deep-find-tags-for-completion-method):
5442 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
5443 (semanticdb-enable-gnu-global-in-buffer)
5444 (semanticdb-find-tags-for-completion-method)
5445 (semanticdb-deep-find-tags-by-name-method)
5446 (semanticdb-deep-find-tags-for-completion-method):
5447 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
5448 (javascript-mode, semanticdb-find-translate-path)
5449 (semanticdb-find-tags-for-completion-method)
5450 (semanticdb-find-tags-by-class-method)
5451 (semanticdb-deep-find-tags-by-name-method)
5452 (semanticdb-deep-find-tags-for-completion-method)
5453 (semanticdb-find-tags-external-children-of-type-method):
5454 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
5455 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
5456 (global-semantic-idle-scheduler-mode):
5457 * cedet/srecode/dictionary.el (srecode-field-value)
5458 (srecode-dictionary-add-section-dictionary):
5459 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
5460 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
5461 (describe-class, eieio-describe-generic, describe-generic):
5462 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
5463 (eieio-speedbar-expand):
5464 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5465 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
5466 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
5467 (viper-del-backward-char-in-replace, viper-backward-indent)
5468 (viper-brac-function, viper-register-to-point, viper-submit-report):
5469 * net/tramp.el (tramp-remote-coding-commands):
5470 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
5471 Fix typos in docstrings.
5472
5473 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5474
5475 * mail/sendmail.el (mail-yank-original): Set the mark if the
5476 specified function for yanking does not do it.
5477
5478 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
5479
5480 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
5481
5482 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
5483 resyncing a directory.
5484
5485 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
5486
5487 * progmodes/ada-mode.el: Fix bug#1920.
5488 (ada-ident-re): Delete ., allow multibyte characters.
5489 (ada-goto-label-re): New; matches goto labels.
5490 (ada-block-label-re): New; matches block labels.
5491 (ada-label-re): New; matches both.
5492 (ada-named-block-re): Deleted; callers changed to use
5493 `ada-block-label-re' instead.
5494 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
5495 Use `ada-block-label-re'.
5496 (ada-indent-on-previous-lines): Improve handling of goto labels.
5497 (ada-get-indent-block-start): Special-case block label.
5498 (ada-get-indent-label): Split into `ada-indent-block-label' and
5499 `ada-indent-goto-label'.
5500 (ada-goto-stmt-start, ada-goto-next-non-ws):
5501 Optionally ignore goto labels.
5502 (ada-goto-next-word): Simplify.
5503 (ada-indent-newline-indent-conditional): Insert newline before
5504 trying to fix indentation; doc fix.
5505
5506 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
5507
5508 * calc/calc.el (calc-command-flags): Give it an initial value.
5509
5510 2010-01-17 Glenn Morris <rgm@gnu.org>
5511
5512 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
5513
5514 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5515
5516 * cedet/semantic.el (semantic-mode):
5517 * files.el (minibuffer-with-setup-hook):
5518 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
5519 (artist-key-draw-continously, artist-key-do-continously-continously)
5520 (artist-key-set-point-continously, artist-mouse-draw-continously):
5521 Fix typos in docstrings.
5522
5523 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
5524
5525 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
5526 return t (Bug#3898).
5527
5528 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
5529
5530 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
5531 can parse the output of the external commands (Bug#5279).
5532
5533 2010-01-16 Jari Aalto <jari.aalto@cante.net>
5534
5535 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
5536
5537 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
5538
5539 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
5540
5541 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
5542
5543 * startup.el (command-line): Remove unused --icon-type arg.
5544 Handle --display arg, passing it to command-line-1 (Bug#5392).
5545
5546 2010-01-16 Mario Lang <mlang@delysid.org>
5547
5548 * cedet/ede/cpp-root.el (ede-cpp-root-project):
5549 * cedet/ede/files.el (ede-expand-filename):
5550 * cedet/ede/simple.el (ede-simple-project):
5551 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5552 (semantic-complete-inline-tag-engine):
5553 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5554 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
5555 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5556 * cedet/semantic/db.el (semanticdb-equivalent-mode):
5557 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
5558 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5559 * emacs-lisp/chart.el (chart-translate-namezone):
5560 * textmodes/artist.el (artist-compute-popup-menu-table):
5561 Remove duplicated words in doc-strings.
5562
5563 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
5564
5565 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
5566 to mairix-search to suppress threading (Bug#5342).
5567
5568 2010-01-15 Kenichi Handa <handa@m17n.org>
5569
5570 * international/mule-cmds.el (canonicalize-coding-system-name):
5571 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
5572
5573 2010-01-15 Glenn Morris <rgm@gnu.org>
5574
5575 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
5576
5577 * wid-edit.el (widget-keymap): Doc fix.
5578
5579 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5580 former seems to be more widely accepted by various svn versions.
5581
5582 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5583
5584 * find-cmd.el (find-constituents):
5585 * vc-arch.el (vc-arch-root):
5586 * window.el (window-body-height, pop-up-frames):
5587 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5588 (semantic-no-reparse-needed-change-hook):
5589 * cedet/srecode/insert.el (srecode-resolve-argument-list)
5590 (srecode-template-inserter-blank, srecode-template-inserter-variable)
5591 (srecode-template-inserter-ask, srecode-template-inserter-width)
5592 (srecode-template-inserter-section-start)
5593 (srecode-template-inserter-section-end, srecode-insert-method):
5594 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5595 * progmodes/ada-stmt.el (ada-if):
5596 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5597 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5598 (ispell-encoding8-command, ispell-aspell-supports-utf8)
5599 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5600
5601 * progmodes/flymake.el (flymake-post-syntax-check):
5602 Fix typo in error message.
5603
5604 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5605
5606 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5607 which is always a string. (Bug#5313)
5608
5609 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5610
5611 * progmodes/ada-xref.el (ada-default-prj-properties):
5612 Simplify previous change.
5613
5614 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5615
5616 * progmodes/ada-xref.el (ada-default-prj-properties):
5617 Default ada_project_path to $ADA_PROJECT_PATH.
5618
5619 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5620
5621 * progmodes/ada-mode.el (ada-create-keymap):
5622 Override `narrow-to-defun' with `ada-narrow-to-defun'.
5623
5624 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5625
5626 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5627 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5628 (ada-get-current-indent, ada-imenu-generic-expression)
5629 (ada-which-function): Check for it.
5630
5631 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5632
5633 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5634 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5635
5636 2010-01-14 Glenn Morris <rgm@gnu.org>
5637
5638 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
5639
5640 2010-01-14 Kenichi Handa <handa@m17n.org>
5641
5642 * composite.el (auto-composition-mode): Make it a buffer local
5643 variable (permanent-local).
5644 (auto-composition-function): Set the default value to
5645 auto-compose-chars.
5646 (auto-composition-mode): Make it a simple function, not a minor mode.
5647 (global-auto-composition-mode): Likewise.
5648 (turn-on-auto-composition-if-enabled): Delete it.
5649
5650 2010-01-13 Karl Fogel <kfogel@red-bean.com>
5651
5652 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5653
5654 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
5655
5656 * files.el (copy-directory): Compute target for recursive
5657 directories with identical names. (Bug#5343)
5658
5659 2010-01-12 Glenn Morris <rgm@gnu.org>
5660
5661 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5662 it to bug-gnu-emacs rather than emacs-pretest-bug.
5663
5664 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5665
5666 * cedet/data-debug.el (data-debug): Fix customization group reference.
5667
5668 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5669
5670 * cedet/semantic/analyze.el (semantic-analyze-push-error)
5671 (semantic-analyze-context, semantic-analyze-context-assignment)
5672 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5673 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5674 (semantic-java-doc-keywords-map):
5675 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5676 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5677 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5678 (semantic-c-classname, semantic-format-tag-uml-prototype)
5679 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5680 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5681 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5682 (semantic-get-local-variables, semantic-end-of-command)
5683 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5684 (lisp-mode):
5685 * cedet/semantic/bovine/make.el (makefile-mode):
5686 * cedet/semantic/wisent/python.el (wisent-python-string-re)
5687 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5688 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5689 (semantic-lex, semantic-get-local-variables, python-mode):
5690 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5691 * cedet/srecode/extract.el (srecode-extract-state-set)
5692 (srecode-extract-method): Fix typos in docstrings.
5693
5694 2010-01-11 Sam Steingold <sds@gnu.org>
5695
5696 * imenu.el (imenu-default-create-index-function): Detect infinite
5697 loops caused by imenu-prev-index-position-function.
5698
5699 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
5700
5701 * htmlfontify.el (htmlfontify-load-rgb-file)
5702 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5703 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5704 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5705 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5706 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5707 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5708 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5709 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5710 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5711 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5712 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5713 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5714 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5715 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5716 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5717 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5718 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5719 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5720 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5721 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5722 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5723 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5724 backslash-quoting from parentheses, etc.
5725
5726 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
5727
5728 * progmodes/js.el: Autoload javascript-mode alias.
5729
5730 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
5731
5732 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5733 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5734 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5735 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5736 Fix typos in docstrings.
5737 (ffap-url-regexp): Doc fix.
5738 (ffap-at-mouse): Fix typo in message.
5739
5740 2010-01-11 Glenn Morris <rgm@gnu.org>
5741
5742 * version.el (emacs-copyright): Set copyright year to 2010.
5743
5744 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5745
5746 * format.el (format-annotate-function): Only set
5747 write-region-post-annotation-function after running to-fn so as not to
5748 affect nested write-region calls (bug#5273).
5749
5750 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
5751
5752 * cedet/semantic.el (semantic-new-buffer-setup-functions):
5753 Add python parser.
5754
5755 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5756 wisent/python.el.
5757
5758 2010-01-10 Richard Kim <emacs18@gmail.com>
5759
5760 * cedet/semantic/wisent/python-wy.el:
5761 * cedet/semantic/wisent/python.el: New files.
5762
5763 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5764
5765 * man.el (Man-goto-section): Signal error if the section is not
5766 found (Bug#5317).
5767
5768 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
5769
5770 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5771 URLs with a leading triple slash in the file: scheme. (Bug#5345)
5772
5773 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5774
5775 * progmodes/compile.el: Don't treat compile-command as safe if
5776 compilation-read-command might be nil (Bug#4218).
5777
5778 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
5779
5780 * startup.el (command-line-1): Use orig-argi to check for ignored X and
5781 NS options.
5782
5783 2010-01-08 Kenichi Handa <handa@m17n.org>
5784
5785 * international/fontset.el (build-default-fontset-data):
5786 Exclude characters in scripts kana, hangul, han, or cjk-misc.
5787
5788 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
5789
5790 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5791 to `create-file-buffer' as it expects, not just a buffer name.
5792 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5793 to help uniquify. (Bug#3224)
5794
5795 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
5796
5797 * font-setting.el (font-setting-change-default-font): Use user-spec
5798 instead of name.
5799
5800 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5801
5802 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5803
5804 2010-01-05 Tom Tromey <tromey@redhat.com>
5805
5806 * progmodes/python.el (python-font-lock-keywords):
5807 Handle qualified decorators (Bug#881).
5808
5809 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5810
5811 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5812 in a lightweight checkout.
5813
5814 2010-01-05 Kenichi Handa <handa@m17n.org>
5815
5816 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5817
5818 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5819
5820 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5821
5822 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
5823
5824 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
5825 checkouts. (Bug#618)
5826 (vc-bzr-log-view-mode): Also highlight the author.
5827 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
5828 (vc-bzr-shelve-menu-map):
5829 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
5830 (vc-bzr-shelve-apply): Make prompt more explicit.
5831
5832 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5833
5834 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
5835 They are valid characters in URL paths (rfc3986), and at least
5836 Firefox does not understand the encoded version (Bug#3166).
5837
5838 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
5839
5840 * progmodes/octave-mod.el (octave-end-keywords)
5841 (octave-block-begin-or-end-regexp, octave-block-match-alist):
5842 Add "end" keyword (Bug#3061).
5843 (octave-end-as-array-index-p): New function.
5844 (calculate-octave-indent): Use it.
5845
5846 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5847
5848 * bookmark.el: Consistently put the text property on the bookmark name.
5849 (bookmark-bmenu-marks-width): Bump back to 2, to include
5850 annotation marks.
5851 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
5852 property on the bookmark name, instead of not putting it at all.
5853 (bookmark-bmenu-list): Fix where we put the text property.
5854
5855 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5856
5857 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
5858 for showing buffer modified state (as added in the previous change).
5859
5860 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5861
5862 * bookmark.el: Show modified state of bookmark buffer more accurately.
5863 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
5864 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
5865 (with-buffer-modified-unmodified): New macro.
5866 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5867 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
5868 Use new macro to preserve the buffer modified state.
5869
5870 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5871
5872 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
5873 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
5874 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
5875 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
5876 (bookmark-bmenu-rename, bookmark-bmenu-locate)
5877 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
5878 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
5879
5880 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5881
5882 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5883 Make the lines in the generated doc string shorter. (Bug#4668)
5884
5885 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
5886
5887 * net/rcirc.el: Add follow-link binding (Bug#4738).
5888
5889 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5890
5891 * Makefile.in (bzr-update): Rename from cvs-update.
5892 (cvs-update): New target for backward compatibility.
5893
5894 * makefile.w32-in (bzr-update): Rename from cvs-update.
5895 (cvs-update): New target for backward compatibility.
5896
5897 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5898
5899 * bookmark.el: Remove gratuitous gratitude.
5900
5901 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5902
5903 * bookmark.el (bookmark-bmenu-any-marks): New function.
5904 (bookmark-bmenu-save): Clear buffer modification if no marks.
5905
5906 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5907
5908 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5909 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
5910 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
5911 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
5912
5913 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
5914 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
5915 To: emacs-devel {_AT_} gnu.org
5916 Subject: bookmark.el bug report
5917 Date: Mon, 28 Dec 2009 14:19:16 +0800
5918 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
5919
5920 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5921
5922 * bookmark.el: Improvements suggested by Drew Adams:
5923 (bookmark-bmenu-ensure-position): New name for
5924 `bookmark-bmenu-check-position'. Just ensure the position,
5925 don't return any meaningful value.
5926 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
5927 New constants.
5928
5929 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
5930
5931 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
5932 (bookmark-yank-point, bookmark-bmenu-check-position):
5933 Fix typos in docstrings.
5934 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
5935 (bookmark-name-from-full-record, bookmark-get-position)
5936 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
5937 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
5938 Remove useless quoting of parenthesis, etc. in docstrings.
5939
5940 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
5941 (ediff-append-custom-diff): Fix typo in error message.
5942 (ediff-meta-mark-equal-files): Fix typos in messages.
5943
5944 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
5945
5946 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
5947 Fix typo in docstring.
5948
5949 * net/imap-hash.el (imap-hash-make): Doc fix.
5950 (imap-hash-test): Fix typo in error message; reflow docstring.
5951 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
5952 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
5953 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
5954 Fix typos in docstrings.
5955 (imap-hash-open-connection): Fix typo in error message.
5956
5957 * play/gomoku.el (gomoku): Fix typos in docstring.
5958
5959 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
5960 (gdb-jsonify-buffer): Fix typos in docstring.
5961 (gdb-goto-breakpoint): Fix typo in error message.
5962 ("Display Other Windows"): Fix typo in help message.
5963 (gdb-speedbar-expand-node): Fix typo in question.
5964
5965 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
5966 (idlwave-html-system-help-location, idlwave-html-help-location)
5967 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
5968 (idlwave-help-browser-generic-args, idlwave-help-directory)
5969 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
5970 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
5971 (idlwave-online-help, idlwave-help-html-link)
5972 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
5973 Fix typos in docstrings.
5974 (idlwave-help-with-source, idlwave-help-find-routine-definition):
5975 Reflow docstrings.
5976 (idlwave-help-assistant-start): Fix typo in error message.
5977
5978 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
5979 (octave-electric-space): Fix typos in docstrings.
5980
5981 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5982
5983 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
5984
5985 2010-01-01 Juri Linkov <juri@jurta.org>
5986
5987 * comint.el (comint-input-ring-size): Make it a defcustom and
5988 increase the default to 500 (Bug#5148).
5989
5990 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
5991
5992 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
5993 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
5994 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
5995
5996 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
5997
5998 Show working revision correctly for mercurial.
5999 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
6000 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
6001
6002 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
6003
6004 Declare some functions for the byte-compiler.
6005 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
6006 (speedbar-timer-fn, speedbar-change-expand-button-char)
6007 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
6008
6009 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
6010
6011 This changeset reverts GDB Graphical Interface to use annotations.
6012 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
6013
6014 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
6015
6016 Make vc-dir work on subdirectories of the bzr root.
6017 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
6018 file names relative to it.
6019 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
6020 relative directory to vc-bzr-after-dir-status.
6021
6022 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
6023
6024 * font-lock.el (font-lock-refresh-defaults): New function, which
6025 can be used to let font-lock react to external changes in
6026 variables like font-lock-defaults and keywords.
6027 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
6028
6029 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
6030
6031 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
6032
6033 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
6034
6035 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
6036
6037 Supersede color.diff settings in git log (bug#5211).
6038
6039 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
6040 escape chars in its output when the user has color.diff set to `always'.
6041 This fix works on git 1.4.2 and newer (released on 2006-08-13).
6042
6043 2009-12-26 Kevin Ryde <user42@zip.com.au>
6044
6045 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
6046 node. Keep previous "Index" name to work with past coreutils too.
6047
6048 * man.el (man): Revise docstring a bit to show -a and -l as
6049 examples. Add -k description since support for it has otherwise
6050 been a secret. (Further to bug#3717.)
6051 (Man-bgproc-sentinel): When "-k foo" produces no output show error
6052 "no matches" rather than "Can't find manpage", as the latter reads
6053 like -k was interpreted as a page name, which is not so. (Bug#5431)
6054
6055 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
6056
6057 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
6058 switches. Check also for //SUBDIRED// line.
6059
6060 2009-12-25 Kenichi Handa <handa@m17n.org>
6061
6062 * language/indian.el (devanagari-composable-pattern): Fixed to
6063 handle ZWNJ and ZWJ. Use it in composition-function-table for
6064 Devanagari.
6065 (malayalam-composable-pattern): Fix previous change.
6066
6067 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6068
6069 * ps-print.el (ps-face-attributes): It was not returning the
6070 attribute face for faces specified as string. Reported by harven
6071 <harven@free.fr>.
6072 (ps-print-version): New version 7.3.5.
6073
6074 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
6075
6076 * calendar/icalendar.el (icalendar--convert-tz-offset):
6077 Fix timezone names.
6078 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6079 (icalendar--add-diary-entry): Remove the trailing blank that
6080 diary-make-entry inserts.
6081
6082 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
6083
6084 Make `file-expand-wildcards' work for remote files.
6085
6086 * files.el (file-expand-wildcards): In case of remote files, check
6087 only local file name part for wildcards. Provide feature 'files
6088 and subfeature 'remote-wildcards. (Bug#5198)
6089
6090 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
6091 if there is already an established connection.
6092 (tramp-advice-file-expand-wildcards): Remove it.
6093
6094 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
6095 (tramp-advice-file-expand-wildcards): Move from tramp.el.
6096 Activate advice for older GNU Emacs versions. (Bug#5237)
6097
6098 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
6099
6100 Some doc fixes (more needed).
6101
6102 * find-cmd.el (find-constituents): Reflow docstring.
6103 (find-cmd, find-prune, find-command): Fix typos in docstrings.
6104 (find-generic): Doc fix.
6105
6106 2009-12-17 Juri Linkov <juri@jurta.org>
6107
6108 Fix regression from 23.1 to allow multiple modes in Local Variables.
6109
6110 * files.el (hack-local-variables-filter): While ignoring duplicates,
6111 don't take `mode' into account.
6112 (hack-local-variables-filter, hack-dir-local-variables):
6113 Don't remove duplicate `mode' from local-variables-alist (like `eval').
6114
6115 2009-12-17 Juri Linkov <juri@jurta.org>
6116
6117 Make `dired-diff' safer. (Bug#5225)
6118
6119 * dired-aux.el (dired-diff): Signal an error when `file' equals to
6120 `current' or when `file' is a directory of the `current' file.
6121
6122 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
6123
6124 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
6125 unconditionally preloaded files.
6126
6127 2009-12-16 Juri Linkov <juri@jurta.org>
6128
6129 Revert to old 23.1 logic of using the file at the mark as default.
6130 * dired-aux.el (dired-diff): Use the file at the mark as default
6131 if it's not the same as the current file, and the target dir is
6132 the current dir or the mark is active. Add the current file
6133 as the arg of `dired-dwim-target-defaults'. Use the default file
6134 in the prompt. (Bug#5225)
6135
6136 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
6137
6138 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
6139 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
6140 (tramp-check-for-regexp): Check also, when an echoing shell stops
6141 to echo sent commands.
6142
6143 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
6144
6145 * Makefile.in: Revert last change (Bug#5191).
6146
6147 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
6148
6149 * vc-hg.el (vc-hg-print-log): Fix argument order.
6150 (vc-hg-working-revision): Make sure the command is executed in a
6151 known environment so that we can parse the output. (Bug#4417)
6152
6153 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
6154
6155 * progmodes/python.el (python-symbol-completions): Remove text
6156 properties from symbol string before calling python-send-receive.
6157
6158 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
6159
6160 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
6161 when there are values for both file and line. (Bug#5060)
6162
6163 2009-12-14 Juri Linkov <juri@jurta.org>
6164
6165 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
6166 whitespace after the file name of the first line of unified format,
6167 because git-diff doesn't output whitespace and file modification time
6168 after the file name.
6169
6170 2009-12-14 David Kastrup <dak@gnu.org>
6171
6172 * info.el (Info-hide-cookies-node): Before hiding a cookie,
6173 check if it already has the `display' property added by
6174 `Info-display-images-node', and not put the `invisible' property
6175 in this case.
6176
6177 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
6178
6179 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
6180 (semantic-mru-bookmark-mode): Doc fixes.
6181
6182 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
6183 of assert.
6184
6185 2009-12-13 Glenn Morris <rgm@gnu.org>
6186
6187 * mail/emacsbug.el (message-sort-headers): Define for compiler.
6188 (report-emacs-bug): In message-mode, sort manually before storing
6189 original report text. (Bug#5178)
6190 Remove superfluous save-excursion.
6191
6192 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
6193
6194 * net/dbus.el (dbus-property-handler): Filter lambda forms out
6195 when responding to "GetAll" properties.
6196
6197 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
6198
6199 * simple.el (compose-mail): Remove mail-setup-with-from from
6200 customization checks.
6201
6202 2009-12-12 Eli Zaretskii <eliz@gnu.org>
6203
6204 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
6205 RAR archives created on Unix systems.
6206
6207 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6208
6209 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
6210 the varalias that was accidentally removed by the 2009-11-19 change
6211 (bug#5186).
6212
6213 2009-12-12 Kenichi Handa <handa@m17n.org>
6214
6215 * language/indian.el (indian-compose-regexp): New function.
6216 (malayalam-composable-pattern): Fix the pattern.
6217 (composition-function-table): Set malayalam-composable-pattern for
6218 Malayalam characters.
6219
6220 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
6221
6222 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
6223 rather than down-mouse-1, based on follow-link conventions.
6224
6225 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
6226 are compiled.
6227
6228 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
6229
6230 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
6231 (verilog-vmm-statement-re, verilog-ovm-statement-re)
6232 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
6233 (verilog-leap-to-head, verilog-backward-token):
6234 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
6235
6236 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
6237
6238 * progmodes/verilog-mode.el (verilog-auto-lineup)
6239 (verilog-nameable-item-re): Cleanup user-visible spelling and
6240 documentation errors. One reported by Gary Delp.
6241 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
6242 (verilog-read-decls): Fix AUTOWIRE with types declared in a
6243 package, bug195. Reported by Pierre-David Pfister.
6244
6245 2009-12-11 Glenn Morris <rgm@gnu.org>
6246
6247 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
6248
6249 * mail/emacsbug.el: No longer require sendmail.
6250 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
6251 (report-emacs-bug-orig-text): Doc fix.
6252 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
6253 New local variables, to adapt to different mail-user-agents.
6254 (report-emacs-bug): Fix test for a gnu.org address.
6255 Use overlays for emphasis, since font-lock defeats 'face property.
6256 Pretest bugs also end up at the newsgroup these days.
6257 Stop message-mode stripping text properties.
6258 Set and use the new buffer-local variables.
6259 (report-emacs-bug-hook): Add doc-string.
6260 Remove some unnecessary save-excursions and simplify.
6261 Use the appropriate hook and send-command.
6262
6263 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
6264 capitalization of some menu entries.
6265
6266 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6267
6268 * whitespace.el (whitespace-display-char-on):
6269 Ensure `buffer-display-table' is unique when two or more windows are
6270 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
6271 New version 12.1.
6272
6273 2009-12-10 Eli Zaretskii <eliz@gnu.org>
6274
6275 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
6276 characters in the Attribute field.
6277
6278 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
6279
6280 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
6281
6282 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
6283
6284 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
6285 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6286 Disregard autoload-excludes.
6287 (update-directory-autoloads): Obey autoload-excludes here instead.
6288 But don't store its contents in no-autoloads and remove entries that
6289 refer to excludes files.
6290
6291 2009-12-10 Glenn Morris <rgm@gnu.org>
6292
6293 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
6294 (expand-mail-aliases): Define for compiler.
6295
6296 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
6297 Define for compiler.
6298
6299 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
6300 appropriate for the mail-user-agent in use.
6301
6302 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
6303
6304 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
6305
6306 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
6307
6308 Fix short log parsing and fontification.
6309 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
6310 Fix fontification for the [merge] label.
6311
6312 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
6313
6314 Drop some properties to avoid surprises (bug#5002).
6315 * htmlfontify.el (hfy-ignored-properties): New defcustom.
6316 (hfy-fontify-buffer): Use it.
6317
6318 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
6319
6320 Minor cleanup.
6321 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
6322 Adjust all callers.
6323 (ffap-locate-file): Remove unused arg `dir-ok' and make other
6324 args compulsory. Adjust callers.
6325 (ffap-gopher-at-point): Remove unused var `name'.
6326
6327 Get rid of the ELCFILES abomination.
6328 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6329 (compile-elcfiles): New phony target.
6330 (compile-main): Compute ELCFILES dynamically.
6331 (compile-clean): New target to remove left-over elc files.
6332 (compile, all): Use it.
6333
6334 2009-12-09 Kenichi Handa <handa@etlken>
6335
6336 * international/mule-diag.el: Require help-mode instead of help-fns.
6337
6338 2009-12-09 Kenichi Handa <handa@m17n.org>
6339
6340 * international/mule-cmds.el (ucs-names): Supply sufficiently
6341 fine ranges instead of pre-calculating accurate ranges.
6342 Iterate with bigger gc-cons-threshold.
6343
6344 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
6345
6346 Add support for stashing a snapshot of the current tree.
6347 * vc-git.el (vc-git-stash-snapshot): New function.
6348 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
6349
6350 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
6351
6352 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
6353 instead of `(beginning|end)-of-line'.
6354
6355 2009-12-08 Glenn Morris <rgm@gnu.org>
6356
6357 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
6358
6359 * Makefile.in (ELCFILES): Regenerate.
6360
6361 2009-12-07 Juri Linkov <juri@jurta.org>
6362
6363 Don't lazy-highlight the comint output in history Isearch mode.
6364
6365 * comint.el (comint-history-isearch-search): Instead of
6366 `comint-line-beginning-position', use `comint-after-pmark-p'
6367 to check if point if before the process mark, and go to
6368 `process-mark' in this case.
6369
6370 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6371
6372 * textmodes/tex-mode.el (latex-complete)
6373 (latex-indent-or-complete): Remove.
6374 (latex-mode): Set completion-at-point-functions instead.
6375
6376 Provide a standard completion command and hook it into TAB.
6377 * minibuffer.el (completion-at-point-functions): New var.
6378 (completion-at-point): New command.
6379 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
6380 * progmodes/python.el (python-mode-map): Use completion-at-point.
6381 (python-completion-at-point): Rename from python-partial-symbol and
6382 adjust for use in completion-at-point-functions.
6383 (python-mode): Setup completion-at-point for Python completion.
6384 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
6385 extracted from lisp-complete-symbol.
6386 (lisp-complete-symbol): Use it.
6387 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
6388 setup completion-at-point for Elisp completion.
6389 (emacs-lisp-mode-map, lisp-interaction-mode-map):
6390 Use completion-at-point.
6391 * ielm.el (ielm-map): Use completion-at-point.
6392 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
6393 * progmodes/sym-comp.el: Move to...
6394 * obsolete/sym-comp.el: Move from progmodes.
6395
6396 2009-12-07 Eli Zaretskii <eliz@gnu.org>
6397
6398 Prevent save-buffer in Rmail buffers from using the coding-system
6399 of the current message, and from clobbering the encoding mnemonics
6400 in the mode line (Bug#4623).
6401
6402 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
6403 flag, too.
6404 (rmail-message-encoding): New variable.
6405 (rmail-write-region-annotate): Record the encoding of the current
6406 message in rmail-message-encoding.
6407 (rmail-after-save-hook): New function, restores the encoding of
6408 the current message after the message collection is saved.
6409
6410 2009-12-07 Juri Linkov <juri@jurta.org>
6411
6412 * progmodes/grep.el (grep-read-files): Use `completing-read'
6413 instead of `read-string'. Set its `collection' arg to
6414 `read-file-name-internal'. (Bug#4301)
6415
6416 2009-12-07 Juri Linkov <juri@jurta.org>
6417
6418 Correctly restore original Isearch point. (Bug#4994)
6419
6420 * isearch.el (isearch-mode): Move `isearch-push-state' after
6421 `(run-hooks 'isearch-mode-hook)'.
6422 (isearch-cancel): When `isearch-push-state-function' is defined,
6423 let-bind `isearch-cmds' to the first state (the last element of
6424 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
6425 function and restores the original point). Otherwise, move point
6426 to `isearch-opoint'.
6427
6428 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6429
6430 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
6431 chars that don't have names, so the table can be built much faster at
6432 run-time.
6433
6434 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
6435
6436 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
6437 change. Suggested by David Kastrup.
6438
6439 * simple.el (compose-mail): Check for incompatibilities and warn.
6440 (compose-mail-user-agent-warnings): New option.
6441
6442 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6443
6444 Support showing a single log entry from vc-annotate.
6445 * vc.el (print-log): Add a new argument: START-REVISION.
6446 (vc-print-log-internal): Add a new optional argument and
6447 pass it to the backend.
6448 (vc-print-log, vc-print-root-log): Adjust callers.
6449 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
6450 buffer already displays the requested log entry, use it.
6451 Otherwise display only the log entry in question.
6452 * vc-svn.el (vc-svn-print-log):
6453 * vc-mtn.el (vc-mtn-print-log):
6454 * vc-hg.el (vc-hg-state):
6455 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
6456 (vc-git-show-log-entry): Return t on success.
6457 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
6458 (vc-bzr-show-log-entry): Return t on success.
6459 * vc-rcs.el (vc-rcs-print-log):
6460 * vc-sccs.el (vc-sccs-print-log):
6461 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
6462
6463 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6464
6465 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
6466 Add menus to the meta mode. (Bug#5043)
6467
6468 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
6469
6470 * ediff-init.el (ediff-event-key): Use event-to-character instead of
6471 event-key.
6472
6473 * ediff.el (ediff-buffers-internal): Add unwind-protect.
6474
6475 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
6476
6477 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
6478 Berbain <raphael.berbain@gmail.com>.
6479
6480 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
6481 characters.
6482 (tramp-initial-end-of-output): New defconst.
6483 (tramp-methods, tramp-find-shell)
6484 (tramp-open-connection-setup-interactive-shell)
6485 (tramp-maybe-open-connection): Use it.
6486 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
6487 existence of `#' and `$'.
6488
6489 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
6490 `tramp-initial-end-of-output'.
6491
6492 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6493
6494 Get the background mode from the terminal for xterm, and set
6495 faces accordingly.
6496 * term/xterm.el (xterm-set-background-mode): New function.
6497 (terminal-init-xterm): Use it in case xterm supports background
6498 color queries. Recompute faces after getting the background
6499 color.
6500
6501 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
6502
6503 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
6504 number comment back on its own line, for easier parsing.
6505
6506 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6507
6508 Make it work for non-file buffers (bug#5102).
6509 * doc-view.el (doc-view-current-cache-dir):
6510 Use doc-view-buffer-file-name rather than buffer-file-name.
6511 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
6512
6513 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
6514
6515 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
6516 author field is too short.
6517
6518 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
6519
6520 * vc-git.el (vc-git-print-log): Handle a limit argument.
6521 Display the short log in graph form and with labels.
6522 (vc-git-log-view-mode): Handle labels.
6523
6524 Make vc-revert change VC state from 'added to 'unregistered.
6525 * vc-git.el (vc-git-revert): Call git reset first.
6526
6527 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
6528
6529 * net/newst-backend.el, net/newst-plainview.el:
6530 * net/newst-reader.el, net/newst-ticker.el:
6531 * net/newst-treeview.el, net/newsticker.el:
6532 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
6533
6534 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
6535
6536 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
6537
6538 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
6539 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
6540 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6541 Update annotation regexp.
6542
6543 * simple.el (beginning-of-visual-line): Constrain to field
6544 boundaries (Bug#5106).
6545
6546 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
6547
6548 * xml.el (xml-substitute-numeric-entities): Move
6549 newsticker--decode-numeric-entities in newst-backend.el to
6550 xml-substitute-numeric-entities in xml.el. (Bug#5008)
6551 * net/newst-backend.el (newsticker--parse-generic-feed)
6552 (newsticker--parse-generic-items)
6553 (newsticker--decode-numeric-entities): Move
6554 newsticker--decode-numeric-entities in newst-backend.el to
6555 xml-substitute-numeric-entities in xml.el. (Bug#5008)
6556
6557 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
6558
6559 * progmodes/js.el (js--js-not): Add null to the list of values.
6560
6561 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
6562
6563 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
6564
6565 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6566
6567 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
6568 delimiter if it is at the end of the current line.
6569 (bibtex-generate-url-list): Fix docstring.
6570
6571 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6572
6573 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
6574 minibuffer's content with itself.
6575 Fold the confirm-after-completion case into the `confirm' case.
6576 (completion-pcm-word-delimiters): Add : and / to the delimiters.
6577
6578 2009-12-06 Kevin Ryde <user42@zip.com.au>
6579
6580 * ffap.el (ffap-rfc-path): Make this a defcustom since
6581 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
6582
6583 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
6584 manuals, similar to existing setup for help-mode. (Bug#3913.)
6585
6586 2009-12-05 Juri Linkov <juri@jurta.org>
6587
6588 Save and restore dired buffer's point positions too. (Bug#4880)
6589
6590 * dired.el (dired-save-positions): Return in the first element
6591 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6592 Doc fix.
6593 (dired-restore-positions): First restore buffer's position.
6594 While restoring window's positions, check if window still displays
6595 the original buffer.
6596
6597 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
6598
6599 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6600 if possible.
6601
6602 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6603 Make argument optional.
6604
6605 * shell.el (shell): Require ansi-color (Bug#5113).
6606
6607 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6608
6609 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6610
6611 2009-12-05 Alan Mackenzie <acm@muc.de>
6612
6613 * progmodes/cc-mode.el (c-before-hack-hook)
6614 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6615 `c-file-style' to work again. This reversion restores the current
6616 software to its state in Emacs 23.1. (Bug#4146)
6617
6618 2009-12-05 Kevin Ryde <user42@zip.com.au>
6619
6620 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6621 comment-start-skip to comment-end-skip as comment (Bug#4781).
6622
6623 2009-12-05 Juri Linkov <juri@jurta.org>
6624
6625 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6626 for virtual nodes. (Bug#4147)
6627 (Info-find-node-2): Set `Info-current-node-virtual' to nil
6628 when moving from a virtual node.
6629 (Info-mode-menu): Add `Info-virtual-index' to the menu.
6630 (Info-mode): Add `Info-virtual-index' to the docstring.
6631
6632 2009-12-05 Eric Ludlam <zappo@gnu.org>
6633
6634 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6635 Describe project macro symbols.
6636
6637 * cedet/semantic/complete.el (semantic-complete-do-completion):
6638 Don't call semantic-collector-current-exact-match.
6639
6640 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6641 ede-objects as targets.
6642
6643 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6644 a target's object list even if compiler vars are already in the
6645 Makefile.
6646
6647 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6648 list of headers producing necessary macros.
6649
6650 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6651
6652 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6653 track of the buffer position of the end of a BibTeX entry as this
6654 position may change during reformatting.
6655 (bibtex-format-entry): Remove whitespace before processing
6656 numerical fields so that we recognize the latter properly.
6657 (bibtex-reformat): Do not use push which changes the global value
6658 of bibtex-entry-format.
6659 (bibtex-field-braces-alist, bibtex-field-strings-alist)
6660 (bibtex-field-re-init): Replace only space characters by regexp
6661 for whitespace.
6662 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6663 (bibtex-initialize): Also update bibtex-strings.
6664 (bibtex-kill-field): Preserve white space at end of entry.
6665 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6666 Update bibtex-reference-keys.
6667
6668 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6669
6670 * minibuffer.el (completion-pcm--merge-try): Also consider placing
6671 point after a star, if that's the only place where modifications can
6672 make progress.
6673
6674 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
6675
6676 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6677 in docstrings.
6678
6679 2009-12-04 Juri Linkov <juri@jurta.org>
6680
6681 * proced.el (proced): Call `(proced-update t)' to update process
6682 information instead of only running proced-post-display-hook.
6683 (proced-send-signal): Add a leading space to the buffer name
6684 " *Marked Processes*" to make this buffer ephemeral.
6685
6686 2009-12-04 Juri Linkov <juri@jurta.org>
6687
6688 * dired.el (dired-auto-revert-buffer): New defcustom.
6689 (dired-internal-noselect): Use it.
6690
6691 2009-12-04 Juri Linkov <juri@jurta.org>
6692
6693 Change roles of modes and functions in image-mode.el (Bug#5062).
6694
6695 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6696 in `auto-mode-alist'.
6697 (image-mode-previous-major-mode): New variable.
6698 (image-minor-mode-map): Rename from `image-mode-text-map'.
6699 (image-mode): Move graceful error-handling code from
6700 `image-minor-mode' to here. On errors call `image-mode-as-text'.
6701 (image-minor-mode): Remove all image-handling code.
6702 Replace `image-mode-text-map' with `image-minor-mode-map'.
6703 Check for `image-type' in mode-line format string.
6704 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6705 (image-mode-as-text): New function with most code from
6706 `image-mode-maybe'.
6707 (image-toggle-display-text): Move code that removes image
6708 properties from `image-toggle-display' to here.
6709 (image-toggle-display-image): New function with code that adds
6710 image properties copied from `image-toggle-display'.
6711 (image-toggle-display): Remove most code with leaving only code
6712 that toggles between `image-mode-as-text' and `image-mode'.
6713
6714 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
6715
6716 * net/newst-treeview.el
6717 (newsticker--treeview-list-highlight-start): Restored call to
6718 save-excursion: Selected item was stuck.
6719 (newsticker--treeview-list-select): New.
6720 (newsticker--treeview-item-show-text)
6721 (newsticker--treeview-item-show)
6722 (newsticker--treeview-item-update): Use new
6723 newsticker-treeview-item-mode.
6724 (newsticker-treeview-update): Keep current item.
6725 (newsticker-treeview-next-new-or-immortal-item): Doc change.
6726 (newsticker--treeview-first-feed): Doc change.
6727 (newsticker-treeview-list-menu)
6728 (newsticker-treeview-item-menu): Added menu entries.
6729 (newsticker-treeview-item-mode): New.
6730
6731 * net/newst-backend.el (newsticker-customize): Delete other
6732 windows.
6733
6734 2009-12-04 Sam Steingold <sds@gnu.org>
6735
6736 * log-view.el (log-view-mode-map): "q" calls quit-window,
6737 like in all the other non-self-insert buffers.
6738
6739 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6740
6741 Minor cleanup.
6742 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6743 key decoding rather than do it manually via last-input-event +
6744 ascii-character.
6745 (term-exec): Use delete-and-extract-region.
6746 (term-handle-ansi-terminal-messages): Remove unused var `end'.
6747 (term-process-pager): Remove unused var `i'.
6748 (term-dynamic-simple-complete): Make obsolete.
6749 (serial-update-config-menu): Remove unused vars `y' and `str'.
6750 (term-update-mode-line): Remove unused var `temp'.
6751
6752 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6753
6754 Limit the number of log entries displayed by default.
6755 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6756 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6757 using a prefix argument.
6758
6759 2009-12-03 Glenn Morris <rgm@gnu.org>
6760
6761 * progmodes/idlwave.el (class): Restore still useful declaration.
6762
6763 2009-12-03 Alan Mackenzie <acm@muc.de>
6764
6765 Enhance `c-parse-state' to run efficiently in "brace deserts".
6766
6767 * progmodes/cc-mode.el (c-basic-common-init):
6768 Call c-state-cache-init.
6769 (c-neutralize-syntax-in-and-mark-CPP): Rename from
6770 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
6771 placing `category' properties value 'c-cpp-delimiter at its boundaries.
6772
6773 * progmodes/cc-langs.el (c-before-font-lock-function):
6774 c-extend-and-neutralize-syntax-in-CPP has been renamed
6775 c-neutralize-syntax-in-and-mark-CPP.
6776
6777 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6778 with `category' properties now, not `syntax-table' ones.
6779
6780 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6781 enhanced (but slower) version of c-end-of-macro that won't land
6782 inside a literal or on another awkward character.
6783 (c-state-cache-too-far, c-state-cache-start)
6784 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6785 (c-state-nonlit-pos-cache-limit, c-state-point-min)
6786 (c-state-point-min-lit-type, c-state-point-min-lit-start)
6787 (c-state-min-scan-pos, c-state-brace-pair-desert)
6788 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6789 buffer local variables.
6790 (c-state-literal-at, c-state-lit-beg)
6791 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6792 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6793 (c-state-cache-top-paren, c-state-cache-after-top-paren)
6794 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6795 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6796 (c-renarrow-state-cache)
6797 (c-append-lower-brace-pair-to-state-cache)
6798 (c-state-push-any-brace-pair, c-append-to-state-cache)
6799 (c-remove-stale-state-cache)
6800 (c-remove-stale-state-cache-backwards, c-state-cache-init)
6801 (c-invalidate-state-cache-1, c-parse-state-1)
6802 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6803 (c-parse-state): Enhance and refactor.
6804 (c-debug-parse-state): Amend to deal with all the new variables.
6805
6806 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6807 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6808 modify to use category text properties rather than syntax-table ones.
6809 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6810 to switch off/on the syntactic paren property of C++ template
6811 delimiters using the category property.
6812 (c-with-<->-as-parens-suppressed): Macro to invoke code with
6813 template delims suppressed.
6814 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6815 New constant/macros which apply category properties to the start
6816 and end of preprocessor constructs.
6817 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6818 "comment out" the syntactic value of characters in preprocessor
6819 constructs.
6820 (c-with-cpps-commented-out)
6821 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6822 with characters in all or all but one preprocessor constructs
6823 "commented out".
6824
6825 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6826
6827 * proced.el (proced-filter-alist): Use regexp-quote.
6828
6829 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
6830
6831 Cleanup.
6832 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
6833 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
6834 arguments. Expand `default-directory'.
6835
6836 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
6837 the benefit of returning an expanded localname.
6838 (tramp-tramp-file-p): Handle the case NAME is not a string.
6839
6840 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6841
6842 Add support for bzr shelve/unshelve.
6843 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6844 (vc-bzr-extra-menu-map): New variables.
6845 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
6846 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
6847 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
6848 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
6849 (vc-bzr-dir-extra-headers): Display shelves.
6850
6851 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
6852
6853 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6854
6855 * textmodes/bibtex.el (bibtex-complete-internal):
6856 Use completion-in-region.
6857 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
6858
6859 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6860
6861 Support applying stashes. Improve UI.
6862 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
6863 (vc-git-stash-apply, vc-git-stash-pop)
6864 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
6865 (vc-git-stash-menu): New functions.
6866 (vc-git-stash-menu-map): New variable.
6867 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
6868
6869 2009-12-03 Glenn Morris <rgm@gnu.org>
6870
6871 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
6872 (vc-print-log-internal): Fix previous change.
6873 (vc-revert): Correct pluralization.
6874
6875 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6876
6877 * progmodes/make-mode.el (makefile-special-targets-list): No need for
6878 it to be an alist any more.
6879 (makefile-complete): Use completion-in-region.
6880
6881 * progmodes/octave-mod.el (octave-complete-symbol):
6882 Use completion-in-region.
6883
6884 Misc cleanup.
6885 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
6886 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
6887 (idlwave-complete-class): Don't quote lambda.
6888 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
6889 (idlwave-mode-map): Move initialization into declaration.
6890 (idlwave-action-and-binding): Use backquotes.
6891 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
6892 Simplify.
6893 (idlwave-is-pointer-dereference): Remove unused var `pos'.
6894 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
6895 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
6896 `parts', and `all-parts'.
6897 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
6898 (idlwave-convert-xml-system-routine-info): Remove unused string
6899 `version-string'.
6900 (idlwave-display-user-catalog-widget): Use dolist.
6901 (idlwave-scanning-lib): Declare dynamically-scoped var.
6902 (idlwave-scan-library-catalogs): Remove unused var `flags'.
6903 (completion-highlight-first-word-only): Declare to silence bytecomp.
6904 (idlwave-popup-select): Tighten scope of `resp'.
6905 (idlwave-find-struct-tag): Remove unused var `beg'.
6906 (idlwave-after-load-rinfo-hook): Declare.
6907 (idlwave-sintern-class-info): Remove unused var `taglist'.
6908 (idlwave-find-class-definition): Remove unused var `list'.
6909 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
6910 (idlwave-what-module-find-class): Remove unused var `classes'.
6911
6912 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
6913
6914 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
6915
6916 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6917
6918 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
6919 buffers visited. Remove redundant current-buffer-saving.
6920
6921 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6922
6923 Use completion-in-buffer and remove uses of dynamic scoping.
6924 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
6925 (pascal-buffer-to-use, pascal-flag): Don't declare.
6926 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
6927 (pascal-get-completion-decl, pascal-keyword-completion):
6928 Add `pascal-str' argument, save-excursion,
6929 return the found completions, and don't filter with pascal-pred.
6930 (pascal-completion-cache): New var.
6931 (pascal-completion): Don't switch buffer any more (it was never
6932 necessary). Don't save-excursion any more (it's done by the called
6933 subroutines). Use a cache to avoid redundant computations.
6934 Use complete-with-action rather than pascal-completion-response and
6935 let it apply the predicate as well.
6936 (pascal-complete-word): Use completion-in-buffer when
6937 pascal-toggle-completions is nil.
6938 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
6939 not used any more.
6940 (pascal-comp-defun): Don't change buffer any more.
6941 Use complete-with-action rather than pascal-completion-response and
6942 let it apply the predicate as well.
6943 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
6944 when neded.
6945
6946 2009-12-02 Kenichi Handa <handa@m17n.org>
6947
6948 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
6949 shape for all Indic scripts.
6950
6951 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6952
6953 Use completion-in-buffer.
6954 * wid-edit.el (widget-field-text-end): New function.
6955 (widget-field-value-get): Use it.
6956 (widget-string-complete, widget-file-complete)
6957 (widget-color-complete): Use it and completion-in-region.
6958 (widget-complete): Don't narrow the buffer.
6959
6960 2009-12-02 Glenn Morris <rgm@gnu.org>
6961
6962 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
6963 (rmail-select-summary): Use rmail-pop-to-buffer.
6964 * mail/rmailsum.el: Replace all pop-to-buffer calls with
6965 rmail-pop-to-buffer, to prevent horizontal splits.
6966
6967 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
6968 save-excursion with save-current-buffer.
6969 Widen before searching. (Bug#5093)
6970 (diary-list-sexp-entries): Remove superfluous save-excursion.
6971
6972 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
6973
6974 * woman.el (woman-make-bufname): Handle man-pages with "." in the
6975 name. (Bug#5038)
6976
6977 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
6978
6979 * ido.el (ido-file-internal): Handle filenames at point that do
6980 not have a directory part. (Bug#5049)
6981
6982 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
6983
6984 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
6985 (mpc-songs-jump-to, mpc-resume): Doc fixes.
6986
6987 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
6988
6989 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
6990 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
6991 any more.
6992
6993 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6994
6995 * comint.el (comint-insert-input): Ignore clicks to the right of
6996 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
6997
6998 * vc.el (vc-print-log-internal): Don't wait for the process to
6999 terminate before setting up the major mode.
7000
7001 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
7002 in case.
7003
7004 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
7005 the last element.
7006
7007 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
7008
7009 2009-12-01 Glenn Morris <rgm@gnu.org>
7010
7011 * window.el (window--display-buffer-2): Fix previous changes.
7012
7013 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
7014
7015 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
7016
7017 2009-12-01 Glenn Morris <rgm@gnu.org>
7018
7019 * Makefile.in (ELCFILES): Add mpc.elc.
7020
7021 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7022
7023 * mpc.el: New file.
7024
7025 2009-12-01 Glenn Morris <rgm@gnu.org>
7026
7027 * window.el (window-to-use): Define for compiler.
7028
7029 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
7030 consistent with others (no final period).
7031
7032 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
7033 (rmail-mime-show): Downcase the encoding. (Bug#5070)
7034
7035 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
7036
7037 Make vc-print-log buttons work.
7038 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
7039
7040 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
7041
7042 * savehist.el (savehist-autosave-interval): Allow setting to nil
7043 through customize. (Bug#5056)
7044
7045 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
7046
7047 Fix references to jit-lock properties.
7048 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7049 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
7050 (perl-font-lock-special-syntactic-constructs):
7051 Quote jit-lock-defer-multiline property.
7052
7053 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
7054
7055 * vc-git.el (vc-git-registered): Call vc-git-root only once.
7056
7057 2009-11-30 Juri Linkov <juri@jurta.org>
7058
7059 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
7060 value `buffer' of `multi-isearch-next-buffer-current-function'.
7061 Use `(current-buffer)' when `buffer' is nil.
7062 (multi-isearch-next-buffer-from-list): Don't fallback to
7063 `(current-buffer)' when `buffer' is nil. (Bug#4947)
7064
7065 2009-11-30 Juri Linkov <juri@jurta.org>
7066
7067 * misearch.el (multi-isearch-read-buffers): Move canonicalization
7068 of buffers with `get-buffer' to `multi-isearch-buffers'.
7069 (multi-isearch-buffers, multi-isearch-buffers-regexp):
7070 Canonicalize BUFFERS with `get-buffer'. Doc fix.
7071 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
7072 FILES with `expand-file-name' converting relative file names
7073 to absolute. Doc fix. (Bug#4727)
7074
7075 2009-11-30 Juri Linkov <juri@jurta.org>
7076
7077 * misearch.el (multi-isearch-read-buffers)
7078 (multi-isearch-read-matching-buffers): New functions.
7079 (multi-isearch-buffers, multi-isearch-buffers-regexp):
7080 Use them in the `interactive' spec. Doc fix.
7081 (multi-isearch-read-files, multi-isearch-read-matching-files):
7082 New functions.
7083 (multi-isearch-files, multi-isearch-files-regexp):
7084 Use them in the `interactive' spec. Doc fix. (Bug#4725)
7085
7086 2009-11-30 Juri Linkov <juri@jurta.org>
7087
7088 * doc-view.el (doc-view-continuous):
7089 Rename from `doc-view-continuous-mode'.
7090 (doc-view-menu): Move "Toggle display" to the top.
7091 Add submenu "Continuous" with radio buttons "Off"/"On"
7092 and "Save as Default".
7093 (doc-view-scroll-up-or-next-page)
7094 (doc-view-scroll-down-or-previous-page)
7095 (doc-view-next-line-or-next-page)
7096 (doc-view-previous-line-or-previous-page): Rename
7097 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
7098
7099 2009-11-30 Juri Linkov <juri@jurta.org>
7100
7101 * comint.el (comint-mode-map): Rebind `M-r' from
7102 `comint-previous-matching-input' to
7103 `comint-history-isearch-backward-regexp'.
7104 Unbind `M-s' to allow global key binding `M-s'.
7105 Add menu items for `comint-history-isearch-backward' and
7106 `comint-history-isearch-backward-regexp'. (Bug#3746)
7107
7108 2009-11-30 Juri Linkov <juri@jurta.org>
7109
7110 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
7111 For def=recenter, replace `recenter' with `recenter-top-bottom'
7112 that is called with `this-command' and `last-command' let-bound
7113 to `recenter-top-bottom'. When the last `def' was not `recenter',
7114 set `recenter-last-op' to nil. (Bug#4981)
7115
7116 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7117
7118 Minor cleanup and simplification.
7119 * filecache.el (file-cache-add-directory)
7120 (file-cache-add-directory-recursively)
7121 (file-cache-add-from-file-cache-buffer)
7122 (file-cache-delete-file-regexp, file-cache-delete-directory)
7123 (file-cache-files-matching-internal, file-cache-display): Use dolist.
7124 (file-cache-temp-minibuffer-message): Delete function.
7125 (file-cache-minibuffer-complete): Use minibuffer-message instead.
7126
7127 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7128 Don't signal an error when bumping into EOB in tr, s, or y.
7129
7130 2009-11-29 Juri Linkov <juri@jurta.org>
7131
7132 * startup.el (fancy-about-text): Fix wording of Guided Tour.
7133 (Bug#4960)
7134
7135 * descr-text.el (describe-char-unidata-list): Use lowercase name
7136 for "Unicode name" like in other tags.
7137
7138 2009-11-29 Juri Linkov <juri@jurta.org>
7139
7140 * ediff-util.el (ediff-minibuffer-with-setup-hook):
7141 New compatibility macro.
7142 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
7143
7144 2009-11-29 Juri Linkov <juri@jurta.org>
7145
7146 Add defcustom to define the cycling order of `recenter-top-bottom'.
7147 (Bug#4981)
7148
7149 * window.el (recenter-last-op): Doc fix.
7150 (recenter-positions): New defcustom.
7151 (recenter-top-bottom): Rewrite to use `recenter-positions'.
7152 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
7153
7154 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
7155
7156 Improve integration of Tramp and ange-ftp in eshell.
7157
7158 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
7159 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
7160 (eshell/sudo): Flatten args. Let-bind `default-directory'.
7161
7162 * eshell/esh-util.el (top): Require also Tramp when compiling.
7163 (eshell-directory-files-and-attributes): Check for FTP remote
7164 connection.
7165 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
7166 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
7167 (eshell-file-attributes): Handle ".". Return `entry'.
7168
7169 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
7170 (ange-ftp-directory-files-and-attributes)
7171 (ange-ftp-real-directory-files-and-attributes): New defuns.
7172
7173 * net/tramp.el (tramp-maybe-open-connection): Open the remote
7174 shell with "exec" when possible. This prevents trailing prompts
7175 in `start-file-process'.
7176
7177 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7178
7179 Try and remove assumptions about point-min==1.
7180 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
7181 (rng-compute-mode-line-string): Show the validation percentage in
7182 terms of the narrowed text, not the widened text.
7183 (rng-do-some-validation): Don't catch internal errors when debugging.
7184 (rng-first-error): Simplify.
7185 (rng-after-change-function): Remove work around. AFAIK the bug has
7186 been fixed a while ago.
7187
7188 * image-mode.el (image-minor-mode): Exit more gracefully when the image
7189 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
7190
7191 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
7192
7193 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
7194 `cd' doesn't always do it for us (bug#5067).
7195
7196 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
7197 on 2009-10-25 as part of some other change (bug#5067).
7198
7199 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7200
7201 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7202 `suspicious'.
7203 (byte-compile-warnings): Use byte-compile-warning-types.
7204 (byte-compile-save-excursion): Warn about use of set-buffer right
7205 after save-excursion.
7206
7207 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
7208 the excursion as well.
7209
7210 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
7211
7212 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
7213 providing a Tramp related implementation of "su" and "sudo".
7214 (eshell-unix-initialize): Add "su" and "sudo".
7215
7216 2009-11-27 Daiki Ueno <ueno@unixuser.org>
7217
7218 * net/socks.el (socks-send-command): Convert binary request to
7219 unibyte before sending. This fixes mishandling of some port
7220 numbers such as 129.
7221
7222 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7223
7224 * help.el (describe-bindings-internal): Remove `interactive'.
7225
7226 * man.el (Man-completion-table): Trim a terminating "(".
7227 Remove the space between name page a section.
7228 Add the command's description on the `help-echo' property.
7229 Remove `process-connection-type' binding since it's unused by
7230 call-process.
7231 Provide completion for the "<section> <name>" format as well.
7232 (Man-default-man-entry): Remove spurious var shadowing the argument.
7233
7234 2009-11-26 Kevin Ryde <user42@zip.com.au>
7235
7236 * log-view.el: Add "Keywords: tools", since its other keywords
7237 aren't in finder-known-keywords, and following vc.el.
7238
7239 * sha1.el (sha1-string-external): default-directory "/" in case
7240 otherwise non-existent. process-connection-type pipe for touch of
7241 efficiency recommended by elisp manual. (An aside in Bug#3911.)
7242
7243 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 Misc coding convention cleanups.
7246 * htmlfontify.el (hfy-init-kludge-hook): Rename from
7247 hfy-init-kludge-hooks.
7248 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
7249 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
7250 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
7251 and push.
7252 (hfy-slant, hfy-weight): Use tables rather than code.
7253 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
7254 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
7255 (hfy-face-attr-for-class): Initialize `face-spec' directly.
7256 (hfy-face-to-css): Remove `nconc' with single arg.
7257 (hfy-p-to-face-lennart): Use `or'.
7258 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
7259 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
7260 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
7261 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
7262 (hfy-force-fontification): Use run-hooks.
7263
7264 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
7265
7266 Various minor fixes.
7267 * htmlfontify.el (hfy-default-header): Add toggle_invis since
7268 Javascript belongs in the header, not the body.
7269 (hfy-javascript): Remove.
7270 (hfy-fontify-buffer): Don't insert it any more.
7271 (hfy-face-at): Handle (face0 face1 face2) style face properties.
7272 Fix bug in invis handling when there were no invis props in a chunk.
7273
7274 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7275
7276 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
7277
7278 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
7279
7280 * finder.el (finder-mode-map): Add a menu.
7281
7282 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
7283
7284 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
7285 "unsigned" structs.
7286
7287 (verilog-leap-to-head, verilog-backward-token): Handle "disable
7288 fork" statement better.
7289
7290 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
7291
7292 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
7293 (verilog-delete-auto, verilog-delete-empty-auto-pair)
7294 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
7295 Reported by Clay Douglass.
7296
7297 (verilog-auto-inst, verilog-auto-star-safe)
7298 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
7299 Fix removing "// Interfaces" when saving .* expansions. Reported by
7300 Pierre-David Pfister.
7301
7302 2009-11-26 Glenn Morris <rgm@gnu.org>
7303
7304 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
7305 the scope.
7306
7307 2009-11-25 Johan Bockgård <bojohan@gnu.org>
7308
7309 * vc-annotate.el (vc-annotate-revision-previous-to-line):
7310 Really use previous revision.
7311
7312 2009-11-25 Kevin Ryde <user42@zip.com.au>
7313
7314 * man.el (Man-completion-table): default-directory "/" in case
7315 doesn't otherwise exist. process-environment COLUMNS=999 so as
7316 not to truncate long names. process-connection-type pipe to avoid
7317 any chance of hitting the pseudo-tty TIOCGWINSZ.
7318 (man): completion-ignore-case t for friendliness and since man
7319 itself is case-insensitive on the command line.
7320 Further to Bug#3717.
7321
7322 * arc-mode.el: Add "Keywords: files", so the details in its
7323 commentary can be reached from finder-by-keyword.
7324 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
7325 editing mode, but it's comms related and sgml-mode.el has "comm"
7326 on that basis too.
7327 * textmodes/bibtex-style.el: Add "Keywords: tex".
7328 * international/isearch-x.el, international/ja-dic-cnv.el:
7329 * international/ja-dic-utl.el, international/kkc.el:
7330 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
7331
7332 2009-11-25 Juri Linkov <juri@jurta.org>
7333
7334 * man.el (Man-completion-table): Modify regexp to include
7335 section names to completion strings. (Bug#3717)
7336
7337 2009-11-25 Juri Linkov <juri@jurta.org>
7338
7339 Search recursively in gzipped files. (Bug#4982)
7340
7341 * progmodes/grep.el (grep-highlight-matches): Add new options
7342 `always' and `auto'. Doc fix.
7343 (grep-process-setup): Check `grep-highlight-matches' for
7344 `auto-detect' to determine the need to compute grep defaults.
7345 Move Windows/DOS specific --colors settings handling
7346 to `grep-compute-defaults'. Check `grep-highlight-matches'
7347 to get the value of "--color=".
7348 (grep-compute-defaults): Compute `grep-highlight-matches' when it
7349 has the value `auto-detect'. Move Windows/DOS specific settings
7350 from `grep-process-setup'.
7351 (zrgrep): New command with alias `rzgrep'.
7352
7353 2009-11-25 Juri Linkov <juri@jurta.org>
7354
7355 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
7356 to nil instead of switching off view-mode. (Bug#4896)
7357
7358 2009-11-25 Juri Linkov <juri@jurta.org>
7359
7360 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
7361
7362 * mwheel.el (mwheel-scroll-up-function)
7363 (mwheel-scroll-down-function): New defvars.
7364 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
7365 `scroll-up', and `mwheel-scroll-down-function' instead of
7366 `scroll-down'.
7367
7368 * doc-view.el (doc-view-scroll-up-or-next-page)
7369 (doc-view-scroll-down-or-previous-page): Add optional ARG.
7370 Use this ARG in the call to image-scroll-up/image-scroll-down.
7371 Change `interactive' spec to "P". Goto next/previous page only
7372 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
7373 SPC/DEL case). Doc fix.
7374 (doc-view-next-line-or-next-page)
7375 (doc-view-previous-line-or-previous-page): Rename arg to ARG
7376 for consistency.
7377 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
7378 `doc-view-scroll-up-or-next-page', and buffer-local
7379 `mwheel-scroll-down-function' to
7380 `doc-view-scroll-down-or-previous-page'.
7381
7382 2009-11-25 Juri Linkov <juri@jurta.org>
7383
7384 Provide additional default values (directories at other Dired
7385 windows) via M-n in the minibuffer of some Dired commands.
7386
7387 * dired-aux.el (dired-diff, dired-compare-directories)
7388 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
7389 `minibuffer-default' in `minibuffer-with-setup-hook'.
7390 (dired-dwim-target-directory): Find a window that displays Dired
7391 buffer instead of failing when the next window is not Dired.
7392 Use `get-window-with-predicate' to find for the next Dired window.
7393 (dired-dwim-target-defaults): New function.
7394
7395 * ediff-util.el (ediff-read-file-name):
7396 Use `dired-dwim-target-defaults' to set `minibuffer-default'
7397 in `minibuffer-with-setup-hook'.
7398
7399 2009-11-25 Juri Linkov <juri@jurta.org>
7400
7401 Provide additional default values (file name at point or at the
7402 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
7403
7404 * minibuffer.el (read-file-name-defaults): New function.
7405 (read-file-name): Reset `minibuffer-default' to nil when
7406 it duplicates initial input `insdef'.
7407 Bind `minibuffer-default-add-function' to lambda that
7408 calls `read-file-name-defaults' in `minibuffer-selected-window'.
7409 (minibuffer-insert-file-name-at-point): New command.
7410
7411 * files.el (file-name-at-point-functions): New defcustom.
7412 (find-file-default): Remove defvar.
7413 (find-file-read-args): Don't use `find-file-default'.
7414 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7415 to `read-file-name'.
7416 (find-file-literally): Use `read-file-name' with
7417 `confirm-nonexistent-file-or-buffer'.
7418
7419 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
7420
7421 * dired.el (dired-read-dir-and-switches):
7422 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7423 to `read-file-name'.
7424 (dired-file-name-at-point): New function.
7425 (dired-mode): Add hook `dired-file-name-at-point' to
7426 `file-name-at-point-functions'.
7427
7428 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7429
7430 Really make the *Completions* window soft-dedicated (bug#5030).
7431 * window.el (window--display-buffer-2): Add `dedicated' argument.
7432 (display-buffer): Pass it when needed so the dedicated flag is set
7433 after calling set-window-buffer, which would otherwise reset it.
7434
7435 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7436
7437 * progmodes/meta-mode.el (meta-complete-symbol):
7438 * progmodes/etags.el (complete-tag):
7439 * mail/mailabbrev.el (mail-abbrev-complete-alias):
7440 Use completion-in-region.
7441
7442 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
7443 (dabbrev-completion): Use completion-in-region.
7444 (dabbrev--abbrev-at-point): Simplify regexp.
7445
7446 * abbrev.el (abbrev--before-point): Use word-motion functions
7447 if :regexp is not specified (bug#5031).
7448
7449 * subr.el (string-prefix-p): New function.
7450
7451 * man.el (Man-completion-cache): New var.
7452 (Man-completion-table): Use it.
7453
7454 * vc.el (vc-print-log-internal): Make `limit' optional for better
7455 compatibility (e.g. with vc-annotate.el).
7456
7457 2009-11-24 Kevin Ryde <user42@zip.com.au>
7458
7459 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
7460 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
7461
7462 * emacs-lisp/elint.el (elint-add-required-env): Better error message
7463 when .el source file not found or other error.
7464
7465 2009-11-24 Markus Triska <markus.triska@gmx.at>
7466
7467 * linum.el (linum-update-window): Ignore intangible (bug#4996).
7468
7469 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7470
7471 Handle the [back] button properly (bug#4979).
7472 * descr-text.el (describe-text-properties): Add a `buffer' argument.
7473 Use help-setup-xref, help-buffer, and with-help-window.
7474 (describe-char): Add `buffer' argument.
7475 Pass proper command to help-setup-xref. Don't meddle with
7476 help-xref-stack-item directly.
7477 (describe-text-category): Use with-help-window and help-buffer.
7478
7479 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
7480 for the displayed buffer (bug#4887).
7481
7482 * man.el (Man-completion-table): New function.
7483 (man): Use it.
7484
7485 2009-11-24 David Reitter <david.reitter@gmail.com>
7486
7487 * vc-git.el (vc-git-registered): Use checkout directory (where
7488 .git is) rather than the file's directory and a relative path spec
7489 to work around a bug in git.
7490
7491 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
7492
7493 Improve handling of processes on remote hosts.
7494
7495 * eshell/esh-util.el (eshell-path-env): New defvar.
7496 (eshell-parse-colon-path): New defun.
7497 (eshell-file-attributes): Use `eshell-parse-colon-path'.
7498
7499 * eshell/esh-ext.el (eshell-search-path):
7500 Use `eshell-parse-colon-path'.
7501 (eshell-remote-command): Remove argument HANDLER.
7502 (eshell-external-command): Check for FTP remote connection.
7503
7504 * eshell/esh-proc.el (eshell-gather-process-output):
7505 Use `file-truename', in order to start also symlinked files.
7506 Apply `start-file-process' instead of `start-process'.
7507 Shorten `command' to the local file name part.
7508
7509 * eshell/em-cmpl.el (eshell-complete-commands-list):
7510 Use `eshell-parse-colon-path'.
7511
7512 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
7513
7514 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
7515 to `eshell-directory-change-hook'.
7516
7517 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
7518
7519 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
7520 because it could be enabled automatically if view-read-only is non-nil.
7521
7522 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
7523
7524 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
7525 made on 2009-11-22.
7526
7527 2009-11-24 Glenn Morris <rgm@gnu.org>
7528
7529 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
7530 deleted variable bookmark-bmenu-bookmark-column.
7531
7532 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7533 Move after definition of global-semantic-idle-tag-highlight-mode.
7534
7535 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7536
7537 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
7538
7539 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
7540
7541 * net/browse-url.el (browse-url-filename-alist): On Windows, add
7542 two slashes to the "file:" prefix.
7543 (browse-url-file-url): De-munge Cygwin filenames before passing
7544 them to Windows browser.
7545 (browse-url-default-windows-browser): Use call-process.
7546
7547 2009-11-23 Juri Linkov <juri@jurta.org>
7548
7549 Implement DocView Continuous mode. (Bug#4896)
7550 * doc-view.el (doc-view-continuous-mode): New defcustom.
7551 (doc-view-mode-map): Bind C-n/<down> to
7552 `doc-view-next-line-or-next-page', C-p/<up> to
7553 `doc-view-previous-line-or-previous-page'.
7554 (doc-view-next-line-or-next-page)
7555 (doc-view-previous-line-or-previous-page): New commands.
7556
7557 2009-11-23 Juri Linkov <juri@jurta.org>
7558
7559 Implement Isearch in comint input history. (Bug#3746)
7560 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
7561 `isearch-mode-hook'.
7562 (comint-history-isearch): New defcustom.
7563 (comint-history-isearch-backward)
7564 (comint-history-isearch-backward-regexp): New commands.
7565 (comint-history-isearch-message-overlay): New buffer-local variable.
7566 (comint-history-isearch-setup, comint-history-isearch-end)
7567 (comint-goto-input, comint-history-isearch-search)
7568 (comint-history-isearch-message, comint-history-isearch-wrap)
7569 (comint-history-isearch-push-state)
7570 (comint-history-isearch-pop-state): New functions.
7571
7572 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
7573
7574 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7575 return.
7576 (tramp-handle-make-symbolic-link)
7577 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7578 Quote file names.
7579 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7580 (tramp-handle-process-file): Use it.
7581
7582 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7583
7584 * window.el (move-to-window-line-last-op): Remove.
7585 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7586
7587 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
7588
7589 Make M-r mirror the new cycling behavior of C-l.
7590 * window.el (move-to-window-line-last-op): New var.
7591 (move-to-window-line-top-bottom): New command.
7592 (global-map): Bind M-r move-to-window-line-top-bottom.
7593
7594 2009-11-23 Sven Joachim <svenjoac@gmx.de>
7595
7596 * dired-x.el (dired-guess-shell-alist-default):
7597 Support xz format. (Bug#4953)
7598
7599 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
7600
7601 * cedet/srecode/map.el (srecode-get-maps):
7602 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7603 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7604 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7605 (semantic-toggle-decoration-style):
7606 * cedet/semantic/decorate/include.el
7607 (semantic-decoration-include-describe)
7608 (semantic-decoration-unknown-include-describe)
7609 (semantic-decoration-unparsed-include-describe)
7610 (semantic-decoration-all-include-summary):
7611 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7612 * cedet/semantic/analyze/complete.el
7613 (semantic-analyze-possible-completions):
7614 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7615 (semantic-show-unmatched-syntax-mode)
7616 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7617 (semantic-highlight-func-mode):
7618 * cedet/semantic/util.el (semantic-describe-buffer):
7619 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7620 (semantic-symref-find-tags-by-name)
7621 (semantic-symref-find-tags-by-regexp)
7622 (semantic-symref-find-tags-by-completion)
7623 (semantic-symref-find-file-references-by-name)
7624 (semantic-symref-find-text):
7625 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7626 (senator-yank-tag):
7627 * cedet/semantic/scope.el (semantic-calculate-scope):
7628 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7629 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7630 (define-semantic-idle-service):
7631 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7632 (semantic-complete-analyze-inline-idle):
7633 * cedet/semantic/analyze.el (semantic-analyze-current-context):
7634 * cedet/mode-local.el (describe-mode-local-bindings)
7635 (describe-mode-local-bindings-in-mode):
7636 * cedet/ede/make.el (ede-make-check-version):
7637 * cedet/ede/locate.el (ede-enable-locate-on-project):
7638 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7639 (cedet-idutils-version-check):
7640 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7641 (cedet-gnu-global-version-check):
7642 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7643 (cedet-cscope-version-check): Use called-interactively-p instead
7644 of interactive-p.
7645
7646 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7647 Use semantic-format-tag-prototype.
7648
7649 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
7650
7651 * emulation/viper-cmd.el: Use viper-last-command-char instead of
7652 last-command-char/last-command-event.
7653 (viper-prefix-arg-value): Do correct conversion of event-char for
7654 XEmacs.
7655
7656 * emulation/viper-util.el, emulation/viper.el:
7657 Use viper-last-command-char instead of
7658 last-command-char/last-command-event.
7659
7660 * ediff-init.el, ediff-mult.el, ediff-util.el:
7661 Replace last-command-char and last-command-event
7662 with (ediff-last-command-char) everywhere.
7663
7664 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7665 created in fundamental mode.
7666
7667 * ediff.el (ediff-version): Revert the change of interactive-p to
7668 called-interactively-p.
7669
7670 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
7671
7672 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7673 generation from word-movement command names.
7674
7675 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
7676
7677 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7678 (semantic-complete-jump-local, semantic-complete-jump):
7679 Improve prompt string.
7680
7681 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
7682
7683 * cus-start.el (all): Add native condition for font-use-system-font.
7684
7685 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
7686
7687 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7688 Correct the patch from 2009-11-18. (Bug#3910)
7689
7690 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
7691
7692 * progmodes/subword.el: Rename from lisp/subword.el.
7693
7694 * subword.el: Rename to progmodes/subword.el.
7695
7696 * Makefile.in (ELCFILES): Adapt to subword.el move.
7697
7698 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7699 Stefan Monnier <monnier@iro.umontreal.ca>
7700
7701 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7702 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7703 (bookmark-bmenu-show-filenames): Use push.
7704 (bookmark-bmenu-hide-filenames): Use local var instead of
7705 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
7706 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7707 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7708 filenames now that the bookmark names are always available.
7709
7710 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7711
7712 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7713 (bookmark-search-pattern): Move and leave unbound.
7714 (bookmark-bmenu-mode-map): Change binding.
7715 (bookmark-read-search-input): Simplify.
7716 Don't use text-char-description. Don't error on non-char events.
7717 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7718 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7719 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7720 Use a local var for the timer.
7721 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7722 (i.e. bookmark-bmenu-search).
7723
7724 2009-11-21 Glenn Morris <rgm@gnu.org>
7725
7726 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
7727
7728 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
7729
7730 * net/browse-url.el (browse-url-default-windows-browser):
7731 Use cygstart for cygwin.
7732
7733 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
7734
7735 * bookmark.el: Formatting and doc fixes only:
7736 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7737 (bookmark-bmenu-search): Wrap to fit within 80 columns.
7738 Minor grammar and punctuation fixes in doc string.
7739 (bookmark-read-search-input): Adjust to fit within 80 columns.
7740
7741 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
7742
7743 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7744 (c-backward-into-nomenclature): Adapt to subword renaming.
7745
7746 * subword.el (subword-forward, subword-backward, subword-mark)
7747 (subword-kill, subword-backward-kill, subword-transpose)
7748 (subword-downcase, subword-upcase, subword-capitalize)
7749 (subword-forward-internal, subword-backward-internal):
7750 Rename from forward-subword, backward-subword, mark-subword,
7751 kill-subword, backward-kill-subword, transpose-subwords,
7752 downcase-subword, upcase-subword, capitalize-subword,
7753 forward-subword-internal, backward-subword-internal.
7754
7755 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7756
7757 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7758 New options.
7759 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7760 New vars.
7761 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7762 (bookmark-bmenu-filter-alist-by-regexp)
7763 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7764 (bookmark-bmenu-search): New command.
7765 (bookmark-bmenu-mode-map): Bind it.
7766
7767 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7768
7769 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7770
7771 * cedet/semantic/idle.el (define-semantic-idle-service)
7772 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7773
7774 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
7775
7776 * progmodes/cc-cmds.el: declare-functioned forward-subword and
7777 backward-subword to quit the byte-compiler.
7778
7779 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7780
7781 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7782
7783 * progmodes/cc-cmds.el (c-update-modeline)
7784 (c-forward-into-nomenclature, c-backward-into-nomenclature):
7785 Refer to subword.el functions instead of cc-subword.el.
7786
7787 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7788 subword.el functions instead of cc-subword.el.
7789
7790 * progmodes/cc-subword.el: Rename to subword.el.
7791 * subword.el: Rename from progmodes/cc-subword.el.
7792 (subword-mode-map): Rename from c-subword-mode-map.
7793 (subword-mode): Rename from c-subword-mode.
7794 (global-subword-mode): New global minor mode.
7795 (forward-subword): Rename from c-forward-subword.
7796 (backward-subword): Rename from c-backward-subword.
7797 (mark-subword): Rename from c-mark-subword.
7798 (kill-subword): Rename from c-kill-subword.
7799 (backward-kill-subword): Rename from c-backward-kill-subword.
7800 (transpose-subwords): Rename from c-tranpose-subword.
7801 (downcase-subword): Rename from c-downcase-subword.
7802 (capitalize-subword): Rename from c-capitalize-subword.
7803 (forward-subword-internal): Rename from c-forward-subword-internal.
7804 (backward-subword-internal): Rename from c-backward-subword-internal.
7805
7806 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
7807
7808 * vc.el (vc-deduce-fileset): Allow non-state changing operations
7809 from a dired buffer.
7810 (vc-dired-deduce-fileset): New function.
7811 (vc-root-diff, vc-print-root-log): Use it.
7812
7813 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7814 nil LIMIT argument to vc-print-log-internal.
7815
7816 2009-11-20 Glenn Morris <rgm@gnu.org>
7817
7818 * Makefile.in (ELCFILES): Regenerate.
7819
7820 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7821
7822 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
7823
7824 * cedet/semantic.el: Enable idle-mode menu items only if
7825 global-semantic-idle-scheduler-mode is enabled.
7826 (semantic-default-submodes): Doc fix.
7827
7828 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7829 When turning off, disable other idle modes.
7830
7831 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
7832
7833 * calc/calc.el (calc-set-mode-line):
7834 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7835 (math-format-number): Rename `math-format-complement-signed' to
7836 `math-format-twos-complement'.
7837
7838 * calc/calc-bin.el (math-format-twos-complement): Rename from
7839 math-format-complement-signed.
7840 (calc-radix): Rename `calc-complement-signed-mode' to
7841 `calc-twos-complement-mode'.
7842 (calc-octal-radix, calc-hex-radix): Add an argument for
7843 two's complement.
7844
7845 * calc/calc-embed.el (calc-embedded-mode-vars):
7846 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7847
7848 * calc/calc-ext.el (calc-init-extensions):
7849 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7850 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
7851
7852 * calc/calc-units.el (math-build-units-table-buffer):
7853 Let `calc-twos-complement-mode' be nil.
7854
7855 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
7856 entries.
7857
7858 * calc/calc-vec.el (calcFunc-vunpack):
7859 * calc/calc-aent.el (calc-do-calc-eval):
7860 * calc/calc-forms.el (math-format-date):
7861 * calc/calc-graph.el (calc-graph-plot):
7862 * calc/calc-math.el (math-use-emacs-fn):
7863 * calc/calccomp.el (math-compose-expr):
7864 Let `calc-twos-complement-mode' be nil.
7865
7866 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7867
7868 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
7869 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
7870 * minibuffer.el (completion-in-region-functions): New hook.
7871 (completion-in-region): New function.
7872 * emacs-lisp/lisp.el (lisp-complete-symbol):
7873 * pcomplete.el (pcomplete-std-complete): Use it.
7874
7875 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7876
7877 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
7878 (latex-complete-alist): New vars.
7879 (latex-string-prefix-p, latex-complete-bibtex-keys)
7880 (latex-complete-envnames, latex-complete-refkeys)
7881 (latex-complete-data): New functions.
7882 (latex-complete, latex-indent-or-complete): New commands.
7883
7884 * window.el (display-buffer-mark-dedicated): New var.
7885 (display-buffer): Obey it.
7886 * minibuffer.el (minibuffer-completion-help): Use it.
7887
7888 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
7889
7890 * filecache.el (file-cache-add-file): Use push and cons.
7891 (file-cache-delete-file-regexp): Use push.
7892 (file-cache-complete): Use completion-in-region.
7893
7894 * simple.el (with-wrapper-hook): Fix thinko.
7895
7896 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
7897 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
7898 Use with-current-buffer and string-to-number.
7899 (hfy-fallback-colour-values): Use assoc-string.
7900 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
7901 (hfy-face-at): Remove unused var `found-face'.
7902 (hfy-compile-stylesheet): Remove unused var `css'.
7903 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
7904 and `orig-buffer'.
7905 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
7906 Use with-current-buffer.
7907 (hfy-text-p): Use expand-file-name and fewer setq.
7908
7909 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
7910
7911 * htmlfontify.el, hfy-cmap.el: New files.
7912
7913 2009-11-19 Juri Linkov <juri@jurta.org>
7914
7915 * minibuffer.el (completions-format): New defcustom.
7916 (completion--insert-strings): Implement vertical format.
7917
7918 * simple.el (switch-to-completions): Move point to the first
7919 completion when point was at the beginning of the buffer.
7920
7921 2009-11-19 Juri Linkov <juri@jurta.org>
7922
7923 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
7924
7925 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
7926
7927 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
7928
7929 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
7930 (mail-signature): Change default to t.
7931 (mail-from-style): Deprecate `system-default' value.
7932 (mail-insert-from-field): For default value of mail-from-style,
7933 default to `angles' unless `angles' needs quoting and `parens'
7934 does not.
7935 (mail-citation-prefix-regexp): Use citation regexp from
7936 message-mode.
7937
7938 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
7939
7940 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7941 Set variables for computing the prompt for reading password.
7942
7943 2009-11-19 Glenn Morris <rgm@gnu.org>
7944
7945 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
7946
7947 * textmodes/flyspell.el (sgml-lexical-context): Declare.
7948
7949 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
7950 (newsticker-treeview-listwindow-height): Fix custom type.
7951
7952 2009-11-19 Kenichi Handa <handa@m17n.org>
7953
7954 * descr-text.el (describe-char-padded-string): Compose with TAB
7955 only if there's a font for CH.
7956 (describe-char): Fix the condition for detecting a trivial composition.
7957
7958 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
7959
7960 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
7961 more accurate version of the regexp. (Bug#3910)
7962
7963 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
7964
7965 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
7966
7967 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
7968
7969 * font-setting.el (font-use-system-font): Declare for byte-compiler.
7970 (font-setting-change-default-font): Fix typo in docstring.
7971
7972 2009-11-18 Alan Mackenzie <acm@muc.de>
7973
7974 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
7975
7976 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7977
7978 * font-setting.el (font-use-system-font): Move ...
7979
7980 * cus-start.el (all): ... to here.
7981
7982 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
7983
7984 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
7985 Don't set `ad-return-value' if `ad-do-it' doesn't.
7986
7987 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
7988 modification time.
7989
7990 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7991
7992 * menu-bar.el: Put "Use system font" in Option-menu.
7993 (menu-bar-options-save): Add font-use-system-font.
7994
7995 * loadup.el: If feature system-font-setting or font-render-setting is
7996 there, load font-setting.
7997
7998 * Makefile.in (ELCFILES): Add font-settings.el.
7999 * font-setting.el: New file.
8000
8001 2009-11-17 Glenn Morris <rgm@gnu.org>
8002
8003 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
8004
8005 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
8006 Preserve point in the list buffer. (Bug#4939)
8007 Use point-at-eol.
8008 (newsticker--treeview-list-update-highlight)
8009 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
8010
8011 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
8012
8013 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
8014 Remove.
8015
8016 * calc/calc-ext.el (calc-init-extensions): Remove references to
8017 symclip.
8018
8019 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
8020
8021 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
8022 * calc/calc-help.el (calc-b-prefix-help): Remove references to
8023 `calc-symclip'.
8024
8025 2009-11-16 Kevin Ryde <user42@zip.com.au>
8026
8027 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8028 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
8029
8030 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
8031 (lm-keywords-list): Allow comma-only separator like "foo,bar".
8032 Ignore trailing spaces by omit-nulls to split-string (fixing
8033 regression from Emacs 21 due to the incompatible split-string
8034 change). (Bug #4928.)
8035
8036 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
8037
8038 * vc.el (vc-log-show-limit): Default to 2000.
8039 (vc-print-log-internal): Insert buttons to request more entries
8040 when limiting the output.
8041
8042 * vc-sccs.el (vc-sccs-print-log):
8043 * vc-rcs.el (vc-rcs-print-log):
8044 * vc-cvs.el (vc-cvs-print-log):
8045 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
8046 LIMIT is non-nil.
8047
8048 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
8049
8050 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
8051 error when `tramp-gvfs-dbus-event-vector' is set.
8052 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
8053
8054 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8055
8056 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
8057
8058 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
8059
8060 * net/dbus.el (dbus-unregister-service): New defun.
8061 (dbus-register-property): Register the handlers of
8062 "org.freedesktop.DBus.Properties" for SERVICE.
8063 (dbus-property-handler): Fix docstring.
8064
8065 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8066
8067 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
8068 Quote doc string reference in defvaralias as it is not in special form.
8069 (byte-compile-output-docform): Doc fix.
8070
8071 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
8072
8073 * calc/calc.el (math-2-word-size, math-half-2-word-size)
8074 (calc-complement-signed-mode): New variables.
8075 (calc-set-mode-line): Add indicator for twos-complements.
8076 (math-format-number): Format twos-complement notation.
8077
8078 * calc/calc-bin.el (calc-word-size): Reset the variables
8079 `math-2-word-size' and `math-half-2-word-size'.
8080 (math-format-complement-signed, math-symclip, calcFunc-symclip)
8081 (calc-symclip): New functions.
8082
8083 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
8084
8085 * calc/calc-embed.el (calc-embedded-mode-vars):
8086 Add `calc-complement-signed-mode' to the list of modes.
8087
8088 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
8089 (calc-b-oper-keys): Add `calc-symclip' to list.
8090
8091 * calc/calc-ext.el (math-read-number-fancy): Read complement
8092 signed numbers.
8093 (calc-init-extensions): Add binding for `calc-symclip'.
8094 Add autoload for `calcFunc-symclip' and `calc-symclip'.
8095
8096 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
8097 `calc-symclip'.
8098 (calc-modes-menu): Add item for twos complement mode.
8099
8100 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
8101
8102 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
8103
8104 * register.el (jump-to-register, insert-register): Handle Semantic
8105 tags. From commented-out advice in semantic/senator.el.
8106
8107 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
8108
8109 * vc.el (vc-log-show-limit): New variable.
8110 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
8111 when using a prefix argument.
8112 (vc-print-log-internal): Add new argument LIMIT.
8113
8114 * vc-svn.el (vc-svn-print-log):
8115 * vc-mtn.el (vc-mtn-print-log):
8116 * vc-hg.el (vc-hg-print-log):
8117 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
8118 pass it to the log command when set. Make the BUFFER argument
8119 non-optional.
8120
8121 * vc-sccs.el (vc-sccs-print-log):
8122 * vc-rcs.el (vc-rcs-print-log):
8123 * vc-git.el (vc-git-print-log):
8124 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
8125 ignore it. Make the BUFFER argument non-optional
8126
8127 * bindings.el (mode-line-buffer-identification): Do not purecopy.
8128
8129 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
8130
8131 * dired.el (dired-mode-map): Move encryption items to "Operate"
8132 menu (Bug#4703).
8133
8134 * strokes.el (strokes-update-window-configuration): Make strokes
8135 buffer current before erasing (Bug#4906).
8136
8137 * cedet/semantic/idle.el (semantic-idle-summary-mode)
8138 (semantic-idle-summary-mode): Define using define-minor-mode
8139 instead of define-semantic-idle-service.
8140 (semantic-idle-summary-mode): New function.
8141 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
8142 that mouse motion does not reset the echo area.
8143
8144 2009-11-15 Juri Linkov <juri@jurta.org>
8145
8146 * simple.el (set-mark-default-inactive): Add :type, :group
8147 and :version. (Bug#4876)
8148
8149 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
8150
8151 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
8152 (archive-unique-fname): ... here. (Bug#4929)
8153
8154 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8155
8156 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
8157 with a real fix.
8158
8159 * novice.el (disabled-command-function): Add useful args.
8160 Setup the help buffer so that [back] works.
8161 Remove redundant call to help-mode.
8162 (disabled-command-function): Use `case'.
8163 (en/disable-command): New function extracted from enable-command.
8164 (enable-command, disable-command): Use it.
8165
8166 2009-11-14 Glenn Morris <rgm@gnu.org>
8167
8168 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
8169 constants. (Bug#4913)
8170
8171 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
8172
8173 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
8174
8175 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
8176 defined in C that have no doc-strings. (Bug#1063)
8177
8178 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
8179
8180 * cus-edit.el (data, files):
8181 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
8182
8183 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
8184
8185 * simple.el (shell-command): Doc fix (Bug#4891).
8186
8187 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
8188
8189 2009-11-14 Glenn Morris <rgm@gnu.org>
8190
8191 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
8192 statements for vc-diff, emerge-quit, and rmail-cease-edit.
8193 If they are already loaded, eval-after-load will do the right thing.
8194
8195 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
8196 compiling.
8197
8198 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
8199
8200 * simple.el (x-selection-owner-p): Declare.
8201 (read-mail-command): Use custom radio type rather than choice.
8202 (completion-no-auto-exit): Doc fix.
8203
8204 * custom.el (defgroup):
8205 * epg-config.el (epg): Doc fixes.
8206
8207 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
8208
8209 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
8210 * international/ccl.el (define-ccl-program): Do not purecopy the
8211 docstring, defconst does it anyway.
8212
8213 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8214
8215 * add-log.el (add-change-log-entry): Avoid displaying the changelog
8216 a second time.
8217
8218 * x-dnd.el (x-dnd-maybe-call-test-function):
8219 * window.el (split-window-vertically):
8220 * whitespace.el (whitespace-help-on):
8221 * vc-rcs.el (vc-rcs-consult-headers):
8222 * userlock.el (ask-user-about-lock-help)
8223 (ask-user-about-supersession-help):
8224 * type-break.el (type-break-force-mode-line-update):
8225 * time-stamp.el (time-stamp-conv-warn):
8226 * terminal.el (te-set-output-log, te-more-break, te-filter)
8227 (te-sentinel, terminal-emulator):
8228 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
8229 (term-write-input-ring, term-check-source, term-start-output-log):
8230 (term-display-buffer-line, term-dynamic-list-completions):
8231 (term-ansi-make-term, serial-term):
8232 * subr.el (selective-display):
8233 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8234 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
8235 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
8236 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
8237 (speedbar-remove-localized-speedbar-support)
8238 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
8239 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
8240 (speedbar-buffers-line-directory):
8241 * simple.el (shell-command-on-region, append-to-buffer)
8242 (prepend-to-buffer):
8243 * shadowfile.el (shadow-save-todo-file):
8244 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
8245 (scroll-bar-maybe-set-window-start):
8246 * sb-image.el (speedbar-image-dump):
8247 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
8248 (load-save-place-alist-from-file):
8249 * ps-samp.el (ps-print-message-from-summary):
8250 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
8251 (ps-background-image, ps-begin-job, ps-do-despool):
8252 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
8253 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
8254 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
8255 (pr-call-process, pr-file-list, pr-interface-save):
8256 * novice.el (disabled-command-function)
8257 (enable-command, disable-command):
8258 * mouse.el (mouse-buffer-menu-alist):
8259 * mouse-copy.el (mouse-kill-preserving-secondary):
8260 * macros.el (kbd-macro-query):
8261 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
8262 * informat.el (batch-info-validate):
8263 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
8264 * hippie-exp.el (try-expand-dabbrev-visible):
8265 * help-mode.el (help-make-xrefs):
8266 * help-fns.el (describe-variable):
8267 * generic-x.el (bat-generic-mode-run-as-comint):
8268 * finder.el (finder-mouse-select):
8269 * find-dired.el (find-dired-sentinel):
8270 * filesets.el (filesets-file-close):
8271 * files.el (list-directory):
8272 * faces.el (list-faces-display, describe-face):
8273 * facemenu.el (list-colors-display):
8274 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
8275 * epg.el (epg--process-filter, epg-cancel):
8276 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
8277 (epa--read-signature-type):
8278 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
8279 (emerge-file-names):
8280 * ehelp.el (electric-helpify):
8281 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
8282 * ediff-vers.el (rcs-ediff-view-revision):
8283 * ediff-util.el (ediff-setup):
8284 * ediff-mult.el (ediff-append-custom-diff):
8285 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
8286 (ediff-wordify):
8287 * echistory.el (Electric-command-history-redo-expression):
8288 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8289 * disp-table.el (describe-display-table):
8290 * dired.el (dired-find-buffer-nocreate):
8291 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
8292 * dabbrev.el (dabbrev--same-major-mode-p):
8293 * chistory.el (list-command-history):
8294 * apropos.el (apropos-documentation):
8295 * allout.el (allout-obtain-passphrase):
8296 (allout-copy-exposed-to-buffer):
8297 (allout-verify-passphrase): Use with-current-buffer.
8298
8299 2009-11-13 Glenn Morris <rgm@gnu.org>
8300
8301 * Makefile.in (ELCFILES): Regenerate.
8302
8303 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
8304
8305 * net/dbus.el (dbus-registered-objects-table): Rename from
8306 `dbus-registered-functions-table', because it contains also properties.
8307 (dbus-unregister-object): Unregister also properties.
8308 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8309 Use a timeout of 500 msec, in order to not block.
8310 (dbus-register-property, dbus-property-handler): New defuns.
8311
8312 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8313
8314 * simple.el (minibuffer-default-add-completions): Drop deprecated
8315 4th arg.
8316
8317 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
8318
8319 * textmodes/artist.el (artist-mouse-choose-operation):
8320 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
8321 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
8322 (artist-compute-up-event-key): New function.
8323 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
8324
8325 2009-11-13 Kenichi Handa <handa@m17n.org>
8326
8327 * language/japan-util.el: Make sure that the value of jisx0208
8328 property is jisx0208 character.
8329
8330 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
8331
8332 * international/mule.el (auto-coding-regexp-alist): Only purecopy
8333 car or each item, not the whole list.
8334
8335 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
8336
8337 * minibuffer.el (minibuffer-completion-help):
8338 Use minibuffer-hide-completions.
8339
8340 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
8341
8342 * dired.el (dired-save-positions, dired-restore-positions): New funs.
8343 (dired-revert): Use them (bug#4880).
8344
8345 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8346
8347 * tooltip.el (tooltip-frame-parameters): Undo previous change.
8348
8349 2009-11-12 Juri Linkov <juri@jurta.org>
8350
8351 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
8352 New functions.
8353 (find-file-literally-at-point): Alias of `ffap-literally'.
8354
8355 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8356
8357 * textmodes/ispell.el (ispell-skip-region-alist):
8358 * textmodes/css-mode.el (auto-mode-alist):
8359 * progmodes/compile.el (auto-mode-alist):
8360 * international/mule.el (ctext-non-standard-encodings-alist)
8361 (ctext-non-standard-encodings-regexp):
8362 * simple.el (shell-command-switch, text-read-only):
8363 * replace.el (occur-mode-map):
8364 * paths.el (rmail-file-name):
8365 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
8366 * find-file.el (ff-special-constructs):
8367 * files.el (file-name-handler-alist):
8368 * composite.el: Purecopy strings.
8369
8370 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
8371
8372 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8373
8374 * widget.el (define-widget): Purecopy the docstring.
8375 * international/mule-cmds.el (charset): Do not purecopy the
8376 docstring here, define-widget does it.
8377
8378 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8379 * textmodes/bibtex-style.el (auto-mode-alist):
8380 * progmodes/inf-lisp.el (inferior-lisp-prompt):
8381 * progmodes/compile.el (compile-command):
8382 * language/korea-util.el (default-korean-keyboard):
8383 * international/mule-conf.el (file-coding-system-alist):
8384 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
8385 * tooltip.el (tooltip-frame-parameters):
8386 * newcomment.el (comment-end, comment-padding):
8387 * dired.el (dired-trivial-filenames):
8388 * comint.el (comint-file-name-prefix): Purecopy initial values.
8389
8390 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
8391
8392 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
8393 (tramp-advice-minibuffer-electric-tilde): Unload advices via
8394 `tramp-unload'.
8395 (tramp-advice-make-auto-save-file-name)
8396 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
8397 after removing the advice.
8398
8399 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8400
8401 * progmodes/grep.el (grep-regexp-alist):
8402 * international/mule-cmds.el (iso-2022-control-alist):
8403 * emacs-lisp/timer.el (timer-duration-words):
8404 * subr.el (version-separator, version-regexp-alist):
8405 * minibuffer.el (completion-styles-alist):
8406 * faces.el (face-attribute-name-alist, list-faces-sample-text):
8407 Change defvars to defconsts.
8408
8409 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
8410 * loadup.el ("international/mule-conf"): Load the byte compiled version.
8411 * international/mule-conf.el: Allow to be byte compiled.
8412
8413 * international/mule.el (define-charset): Purecopy props.
8414 (load-with-code-conversion): Purecopy doc string and file name.
8415 (put-charset-property): Purecopy strings.
8416 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
8417
8418 * international/mule-cmds.el (register-input-method): Purecopy arguments.
8419 (define-char-code-property): Correctly purecopy the table.
8420
8421 * international/ccl.el (define-ccl-program): Purecopy the docstring.
8422
8423 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
8424
8425 * subr.el (add-hook): Purecopy strings.
8426 (eval-after-load): Purecopy load-history-regexp and the form.
8427
8428 * custom.el (custom-declare-group): Purecopy load-file-name.
8429
8430 * subr.el (menu-bar-separator): New defconst.
8431 * net/eudc.el (eudc-tools-menu):
8432 * international/mule-cmds.el (set-coding-system-map)
8433 (mule-menu-keymap):
8434 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8435 * vc-hooks.el (vc-menu-map):
8436 * replace.el (occur-mode-map):
8437 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
8438 (menu-bar-edit-menu, menu-bar-goto-menu)
8439 (menu-bar-custom-menu, menu-bar-showhide-menu)
8440 (menu-bar-options-menu, menu-bar-tools-menu)
8441 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
8442 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
8443 (menu-bar-help-menu):
8444 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
8445 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
8446
8447 * term/x-win.el (x-gtk-stock-map):
8448 * progmodes/vera-mode.el (auto-mode-alist):
8449 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8450 (inferior-lisp-program, inferior-lisp-load-command):
8451 * progmodes/hideshow.el (hs-special-modes-alist):
8452 * progmodes/gud.el (same-window-regexps):
8453 * progmodes/grep.el (grep-program, find-program, xargs-program):
8454 * net/telnet.el (same-window-regexps):
8455 * net/rlogin.el (same-window-regexps):
8456 * language/ethiopic.el (font-ccl-encoder-alist):
8457 * vc-sccs.el (vc-sccs-master-templates):
8458 * vc-rcs.el (vc-rcs-master-templates):
8459 * subr.el (cl-assertion-failed):
8460 * simple.el (next-error-overlay-arrow-position):
8461 * lpr.el (lpr-command):
8462 * locate.el (locate-ls-subdir-switches):
8463 * info.el (same-window-regexps, info)
8464 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
8465 * image-mode.el (image-mode, auto-mode-alist):
8466 * hippie-exp.el (hippie-expand-ignore-buffers):
8467 * format.el (format-alist):
8468 * find-dired.el (find-ls-subdir-switches, find-grep-options)
8469 (find-name-arg):
8470 * facemenu.el (facemenu-keybindings):
8471 * dired.el (dired-listing-switches, dired-chown-program):
8472 * diff.el (diff-switches, diff-command):
8473 * cus-edit.el (same-window-regexps):
8474 * bindings.el (mode-line-mule-info)
8475 (mode-line-buffer-identification): Purecopy strings.
8476
8477 2009-11-11 Juri Linkov <juri@jurta.org>
8478
8479 * simple.el (dired-get-filename) <declare-function>:
8480 Tell the byte-compiler about dired-get-filename.
8481 (shell-command): In Dired mode, get filename from the current line
8482 as the default value.
8483
8484 2009-11-10 Glenn Morris <rgm@gnu.org>
8485
8486 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
8487 * calendar/holidays.el, progmodes/cperl-mode.el:
8488 Update x-popup-menu declarations.
8489
8490 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
8491 (list-load-path-shadows): Use dolist.
8492 (list-load-path-shadows): Use with-current-buffer.
8493
8494 2009-11-10 Juri Linkov <juri@jurta.org>
8495
8496 * minibuffer.el (read-file-name): Support a list of default values
8497 in `default-filename'. Use the first file name where only one
8498 element is required. Doc fix.
8499
8500 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
8501
8502 * net/dbus.el (dbus-unregister-object): Release service, if no
8503 other method is registered for it.
8504
8505 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
8506
8507 * bookmark.el (bookmark-completing-read): Sort bookmark names if
8508 bookmark-sort-flag is non-nil (Bug#4653).
8509
8510 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
8511
8512 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
8513 the progress reporter entirely.
8514
8515 * emulation/cua-base.el: Add CUA property to some CC mode commands
8516 (Bug#4100).
8517
8518 2009-11-08 Kevin Ryde <user42@zip.com.au>
8519
8520 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
8521 at end of sentence (Bug#4818).
8522
8523 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
8524
8525 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8526 Handle "see declaration of" MSFT statements (Bug#4100).
8527
8528 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
8529
8530 * net/tramp.el (tramp-advice-make-auto-save-file-name)
8531 (tramp-advice-file-expand-wildcards): Unload via
8532 `ad-remove-advice'.
8533
8534 * net/trampver.el: Update release number.
8535
8536 2009-11-08 Kevin Ryde <user42@zip.com.au>
8537
8538 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
8539 `ad-do-it'.
8540
8541 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
8542
8543 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
8544 in order to keep context in SELinux.
8545
8546 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
8547
8548 * dired-aux.el (dired-query): Place cursor in echo area and allow
8549 C-g.
8550
8551 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
8552 menu item if not on a directory (Bug#4701).
8553
8554 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
8555
8556 Sync with Tramp 2.1.17.
8557
8558 * net/tramp.el (tramp-handle-copy-directory): Don't use
8559 `file-remote-p' (due to compatibility).
8560
8561 * net/tramp-compat.el (tramp-compat-copy-directory)
8562 (tramp-compat-delete-directory): New defuns.
8563
8564 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8565 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
8566 `tramp-compat-delete-directory'.
8567
8568 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8569 (tramp-smb-handle-delete-directory): Use
8570 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
8571
8572 * net/trampver.el: Update release number.
8573
8574 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
8575
8576 * tar-mode.el (tar-copy): Call write-region on the right buffer
8577 (Bug#4857).
8578
8579 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8580 by hand, if necessary (Bug#4878).
8581
8582 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
8583
8584 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8585 align size column (Bug#4839).
8586
8587 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8588 statement.
8589
8590 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
8591
8592 * progmodes/ld-script.el (auto-mode-alist):
8593 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8594
8595 * cus-face.el (custom-declare-face): Purecopy face spec.
8596
8597 2009-11-06 Kenichi Handa <handa@m17n.org>
8598
8599 * international/uni-bidi.el: Re-generated.
8600 * international/uni-category.el: Re-generated.
8601 * international/uni-combining.el: Re-generated.
8602 * international/uni-mirrored.el: Re-generated.
8603
8604 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
8605
8606 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8607 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8608 (tex-start-options, slitex-run-command, latex-run-command)
8609 (tex-run-command, tex-directory):
8610 * textmodes/ispell.el (ispell-html-skip-alists)
8611 (ispell-tex-skip-alists, ispell-tex-skip-alists):
8612 * textmodes/fill.el (adaptive-fill-first-line-regexp):
8613 (adaptive-fill-regexp):
8614 * textmodes/dns-mode.el (auto-mode-alist):
8615 * progmodes/python.el (interpreter-mode-alist):
8616 * progmodes/etags.el (tags-compression-info-list):
8617 * progmodes/etags.el (tags-file-name):
8618 * net/browse-url.el (browse-url-galeon-program)
8619 (browse-url-firefox-program):
8620 * mail/sendmail.el (mail-signature-file)
8621 (mail-citation-prefix-regexp):
8622 * international/mule-conf.el (eight-bit):
8623 * international/latexenc.el (latex-inputenc-coding-alist):
8624 * international/fontset.el (x-pixel-size-width-font-regexp):
8625 * emacs-lisp/warnings.el (warning-type-format):
8626 * emacs-lisp/trace.el (trace-buffer):
8627 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8628 (emacs-lisp-mode-map):
8629 * calendar/holidays.el (holiday-solar-holidays)
8630 (holiday-bahai-holidays, holiday-islamic-holidays)
8631 (holiday-christian-holidays, holiday-hebrew-holidays)
8632 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8633 (hebrew-holidays-1, holiday-oriental-holidays)
8634 (holiday-general-holidays):
8635 * x-dnd.el (x-dnd-known-types):
8636 * tool-bar.el (tool-bar):
8637 * startup.el (site-run-file):
8638 * shell.el (shell-dumb-shell-regexp):
8639 * rfn-eshadow.el (file-name-shadow-tty-properties)
8640 (file-name-shadow-properties):
8641 * paths.el (remote-shell-program, news-directory):
8642 * mouse.el ([C-down-mouse-3]):
8643 * menu-bar.el (menu-bar-tools-menu):
8644 * jka-cmpr-hook.el (jka-compr-load-suffixes)
8645 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8646 (jka-compr-compression-info-list):
8647 * isearch.el (search-whitespace-regexp):
8648 * image-file.el (image-file-name-extensions):
8649 * find-dired.el (find-ls-option):
8650 * files.el (directory-listing-before-filename-regexp)
8651 (directory-free-space-args, insert-directory-program)
8652 (list-directory-brief-switches, magic-fallback-mode-alist)
8653 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8654 (automount-dir-prefix):
8655 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8656 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8657 (face-font-registry-alternatives, face-font-registry-alternatives)
8658 (face-font-family-alternatives):
8659 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8660 (facemenu-foreground-menu, facemenu-face-menu):
8661 * epa-hook.el (epa-file-name-regexp):
8662 * dnd.el (dnd-protocol-alist):
8663 * textmodes/rst.el (auto-mode-alist):
8664 * button.el (default-button): Purecopy strings.
8665
8666 2009-11-06 Glenn Morris <rgm@gnu.org>
8667
8668 * Makefile.in (ELCFILES): Update.
8669
8670 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
8671
8672 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8673 * emacs-lisp/levents.el: Move to obsolete/levents.el.
8674
8675 * nxml/xsd-regexp.el (xsdre-gen-categories):
8676 * nxml/xmltok.el (xmltok-parse-entity):
8677 * nxml/rng-parse.el (rng-parse-validate-file):
8678 * nxml/rng-maint.el (rng-format-manual)
8679 (rng-manual-output-force-new-line):
8680 * nxml/rng-loc.el (rng-save-schema-location-1):
8681 * nxml/rng-cmpct.el (rng-c-parse-file):
8682 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8683 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8684
8685 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
8686
8687 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8688 Remove extra save-excursions and make-variable-buffer-local's.
8689 Suggested by Stefan Monnier.
8690
8691 (verilog-getopt-file, verilog-module-inside-filename-p)
8692 (verilog-set-define): Merge GNU 1.35 and repair changes from
8693 switching to using with-current-buffer.
8694
8695 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8696 being treated as a number and confusing AUTORESET.
8697 Reported by Dan Dever.
8698
8699 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8700 Add verilog-auto-ignore-concat to fix backward compatibility with
8701 older verilog-modes. Reported by Dan Katz.
8702
8703 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8704 containing closing anchors "...$".
8705
8706 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8707 Reported by Wade Smith.
8708
8709 (verilog-batch-execute-func): Comment on function usage.
8710
8711 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
8712
8713 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8714 for labels.
8715
8716 (verilog-label-re, verilog-calc-1): Support proper indent of named
8717 asserts.
8718
8719 (verilog-backward-token, verilog-basic-complete-re)
8720 (verilog-beg-of-statement, verilog-indent-re): Support proper
8721 indent of the assert statement at the beginning of a block of text.
8722
8723 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8724 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8725 tokens as begins.
8726
8727 2009-11-05 Glenn Morris <rgm@gnu.org>
8728
8729 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8730 Emacs 19. (Bug#1531)
8731 (byte-compile-fix-header): Update for the above change.
8732 Drop test for epoch::version.
8733
8734 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8735 * cus-dep.el (custom-make-dependencies):
8736 * finder.el (finder-compile-keywords):
8737 Use autoload-rubric's feature argument.
8738
8739 * calendar/diary-lib.el (top-level): Make load behave more like require.
8740
8741 * vc-git.el (vc-git-stash-map): Move definition before use.
8742
8743 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8744
8745 * custom.el (custom-declare-group): Purecopy standard-value.
8746 (custom-declare-group): Purecopy custom-prefix.
8747
8748 * international/mule.el (load-with-code-conversion):
8749 Call do-after-load-evaluation unconditionally.
8750
8751 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8752
8753 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8754
8755 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8756
8757 2009-11-04 Glenn Morris <rgm@gnu.org>
8758
8759 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8760 (byte-compile-compatibility): Remove option.
8761 (byte-compile-close-variables, byte-compile-fix-header)
8762 (byte-compile-insert-header, byte-compile-output-docform)
8763 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8764 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8765 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8766 (byte-compile-insert, byte-compile-defun):
8767 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
8768 (byte-defop-compiler19): Remove.
8769 Without byte-compile-compatibility, the 'emacs19-opcode property is not
8770 used by anything. Replace all calls with byte-defop-compiler.
8771
8772 2009-11-04 Juri Linkov <juri@jurta.org>
8773
8774 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8775 (menu-bar-options-menu): Don't quote the `prop' arg of
8776 `menu-bar-make-mm-toggle'.
8777
8778 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
8779
8780 * calendar/calendar.el (cal-loaddefs):
8781 * calendar/diary-lib.el (diary-loaddefs):
8782 * calendar/holidays.el (hol-loaddefs):
8783 * eshell/esh-module.el (esh-groups): Load rather than require.
8784
8785 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8786
8787 * calendar/todo-mode.el (todo-add-category): Don't hardcode
8788 point-min==1.
8789 (todo-top-priorities): Only display-buffer when called interactively.
8790 (todo-item-start): Don't save excursion point.
8791 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
8792 (todo-insert-item-here, todo-file-item, todo-remove-item):
8793 Adjust uses of todo-item-start and todo-item-end.
8794
8795 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8796 (autoload-rubric): Don't use any more.
8797 * cedet/semantic/fw.el (semantic/loaddefs):
8798 * cedet/srecode.el (srecode/loaddefs):
8799 * cedet/ede.el (ede/loaddefs): Load rather than require.
8800 * cedet/ede/cpp-root.el:
8801 * cedet/ede/emacs.el:
8802 * cedet/ede/files.el:
8803 * cedet/ede/linux.el:
8804 * cedet/ede/locate.el:
8805 * cedet/ede/make.el:
8806 * cedet/ede/shell.el:
8807 * cedet/ede/speedbar.el:
8808 * cedet/ede/system.el:
8809 * cedet/ede/util.el:
8810 * cedet/semantic/analyze.el:
8811 * cedet/semantic/bovine.el:
8812 * cedet/semantic/complete.el:
8813 * cedet/semantic/ctxt.el:
8814 * cedet/semantic/db-file.el:
8815 * cedet/semantic/db-find.el:
8816 * cedet/semantic/db-global.el:
8817 * cedet/semantic/db-mode.el:
8818 * cedet/semantic/db-typecache.el:
8819 * cedet/semantic/db.el:
8820 * cedet/semantic/debug.el:
8821 * cedet/semantic/dep.el:
8822 * cedet/semantic/doc.el:
8823 * cedet/semantic/edit.el:
8824 * cedet/semantic/find.el:
8825 * cedet/semantic/format.el:
8826 * cedet/semantic/html.el:
8827 * cedet/semantic/ia-sb.el:
8828 * cedet/semantic/ia.el:
8829 * cedet/semantic/idle.el:
8830 * cedet/semantic/lex-spp.el:
8831 * cedet/semantic/lex.el:
8832 * cedet/semantic/mru-bookmark.el:
8833 * cedet/semantic/scope.el:
8834 * cedet/semantic/senator.el:
8835 * cedet/semantic/sort.el:
8836 * cedet/semantic/symref.el:
8837 * cedet/semantic/tag-file.el:
8838 * cedet/semantic/tag-ls.el:
8839 * cedet/semantic/tag-write.el:
8840 * cedet/semantic/tag.el:
8841 * cedet/semantic/util-modes.el:
8842 * cedet/semantic/analyze/complete.el:
8843 * cedet/semantic/analyze/refs.el:
8844 * cedet/semantic/bovine/c.el:
8845 * cedet/semantic/bovine/gcc.el:
8846 * cedet/semantic/bovine/make.el:
8847 * cedet/semantic/bovine/scm.el:
8848 * cedet/semantic/decorate/include.el:
8849 * cedet/semantic/decorate/mode.el:
8850 * cedet/semantic/symref/cscope.el:
8851 * cedet/semantic/symref/global.el:
8852 * cedet/semantic/symref/grep.el:
8853 * cedet/semantic/symref/idutils.el:
8854 * cedet/semantic/symref/list.el:
8855 * cedet/semantic/wisent/java-tags.el:
8856 * cedet/semantic/wisent/javascript.el:
8857 * cedet/srecode/compile.el:
8858 * cedet/srecode/cpp.el:
8859 * cedet/srecode/document.el:
8860 * cedet/srecode/el.el:
8861 * cedet/srecode/expandproto.el:
8862 * cedet/srecode/getset.el:
8863 * cedet/srecode/insert.el:
8864 * cedet/srecode/java.el:
8865 * cedet/srecode/map.el:
8866 * cedet/srecode/mode.el:
8867 * cedet/srecode/template.el:
8868 * cedet/srecode/texi.el: Remove the file-local setting of
8869 generated-autoload-feature.
8870
8871 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
8872 and only put a prop if it is non-nil.
8873
8874 2009-11-03 Juri Linkov <juri@jurta.org>
8875
8876 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
8877 (menu-bar-options-menu): Fix list quoting (Bug#4429).
8878
8879 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
8880 and "Menu" to make top-level menu item visually one unit (like
8881 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
8882 multi-word menu items). Fix :help string for quit-window.
8883
8884 2009-11-03 Glenn Morris <rgm@gnu.org>
8885
8886 * cedet/mode-local.el (with-mode-local): Doc fix.
8887
8888 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
8889 (byte-compile-file-form-define-abbrev-table)
8890 (byte-compile-file-form-custom-declare-variable)
8891 (byte-compile-variable-ref, byte-compile-defvar):
8892 Whether or not a warning is enabled should only affect whether we issue
8893 the warning, not whether or not we collect the relevant data.
8894 Eg warnings can be turned on and off throughout the course of a file.
8895
8896 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
8897 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
8898
8899 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8900
8901 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
8902 * play/mpuz.el (mpuz-create-buffer):
8903 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
8904 (lm-print-y,s,noise, lm-print-w0, lm-init):
8905 * play/gomoku.el (gomoku-prompt-for-move):
8906 * play/fortune.el (fortune-in-buffer):
8907 * play/dissociate.el (dissociated-press):
8908 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
8909 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
8910 * mail/supercite.el (sc-eref-show):
8911 * mail/smtpmail.el (smtpmail-send-it):
8912 * mail/rmailsum.el (rmail-summary-next-labeled-message)
8913 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
8914 (rmail-summary-undelete-many, rmail-summary-rmail-update)
8915 (rmail-summary-goto-msg, rmail-summary-expunge)
8916 (rmail-summary-get-new-mail, rmail-summary-search-backward)
8917 (rmail-summary-add-label, rmail-summary-output-menu)
8918 (rmail-summary-output-body):
8919 * mail/rfc822.el (rfc822-addresses):
8920 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
8921 * mail/mailpost.el (post-mail-send-it):
8922 * mail/hashcash.el (hashcash-generate-payment):
8923 * mail/feedmail.el (feedmail-run-the-queue)
8924 (feedmail-queue-send-edit-prompt-help-first)
8925 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
8926 (feedmail-deduce-address-list):
8927 * eshell/esh-ext.el (eshell-remote-command):
8928 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
8929 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
8930 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
8931 (viper-save-string-in-file, viper-valid-marker):
8932 * emulation/viper-keym.el (viper-toggle-key):
8933 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
8934 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
8935 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
8936 * emulation/viper-cmd.el (viper-exec-form-in-vi)
8937 (viper-exec-form-in-emacs, viper-brac-function):
8938 * emulation/viper.el (viper-delocalize-var):
8939 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
8940 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
8941 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
8942 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
8943 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
8944 * emulation/edt.el (edt-electric-helpify):
8945 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8946 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
8947 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
8948 (cua-indent-to-global-mark-column):
8949 * calendar/diary-lib.el (calendar-mark-1):
8950 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
8951 Use with-current-buffer.
8952 * emulation/viper.el (viper-delocalize-var): Use dolist.
8953
8954 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
8955
8956 * comint.el (comint-replace-by-expanded-history-before-point):
8957 Replace !! with the previous input string literally (Bug#1795).
8958
8959 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
8960
8961 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
8962 to be made up of whitespace.
8963
8964 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
8965
8966 * minibuffer.el (read-file-name): Don't use file dialogs for
8967 remote directories (Bug#99).
8968
8969 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
8970
8971 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
8972
8973 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
8974
8975 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
8976 instead of deleting the window or frame.
8977
8978 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
8979
8980 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
8981 Support face colors.
8982
8983 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
8984 New function. Support face colors (Bug#1168).
8985 (tex-common-initialization): Use it.
8986
8987 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
8988 mode allows it (Bug#1168).
8989
8990 2009-10-31 Juri Linkov <juri@jurta.org>
8991
8992 * facemenu.el (list-colors-display): Don't mark buffer as
8993 modified (Bug#3948).
8994
8995 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
8996
8997 * international/mule-diag.el (list-character-sets-1): Minor
8998 message fix (Bug#3526).
8999
9000 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
9001 face property (Bug#4834).
9002 (etags-list-tags, etags-tags-apropos-additional)
9003 (etags-tags-apropos, tags-select-tags-table): Add follow-link
9004 property.
9005
9006 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
9007 items.
9008
9009 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
9010 items.
9011
9012 * cedet/ede.el (ede-minor-mode):
9013 * cedet/semantic.el (semantic-mode): Toggle menu separators.
9014
9015 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
9016
9017 * textmodes/two-column.el (2C-split):
9018 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
9019 * textmodes/tex-mode.el (tex-set-buffer-directory):
9020 * textmodes/spell.el (spell-region, spell-string):
9021 * textmodes/reftex.el (reftex-erase-buffer):
9022 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
9023 * textmodes/reftex-toc.el (reftex-toc-promote-action):
9024 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
9025 (reftex-select-item):
9026 * textmodes/reftex-ref.el (reftex-label-info-update)
9027 (reftex-offer-label-menu):
9028 * textmodes/reftex-index.el (reftex-index-change-entry)
9029 (reftex-index-phrases-info):
9030 * textmodes/reftex-global.el (reftex-create-tags-file)
9031 (reftex-save-all-document-buffers, reftex-ensure-write-access):
9032 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
9033 (reftex-view-crossref-from-bibtex):
9034 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
9035 (reftex-extract-bib-entries-from-thebibliography)
9036 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
9037 * textmodes/refbib.el (r2b-capitalize-title):
9038 (r2b-convert-buffer, r2b-help):
9039 * textmodes/page-ext.el (pages-directory)
9040 (pages-directory-goto-with-mouse):
9041 * textmodes/bibtex.el (bibtex-validate-globally):
9042 * textmodes/bib-mode.el (bib-capitalize-title):
9043 * textmodes/artist.el (artist-clear-buffer, artist-system):
9044 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
9045 (local-set-scheme-interaction-buffer, xscheme-process-filter)
9046 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
9047 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
9048 (xscheme-send-control-g-interrupt, xscheme-start-process)
9049 (xscheme-process-sentinel, xscheme-cd):
9050 * progmodes/verilog-mode.el (verilog-read-always-signals)
9051 (verilog-set-define, verilog-getopt-file)
9052 (verilog-module-inside-filename-p):
9053 * progmodes/sh-script.el:
9054 * progmodes/python.el (python-pdbtrack-get-source-buffer)
9055 (python-pdbtrack-grub-for-buffer, python-execute-file):
9056 * progmodes/octave-inf.el (inferior-octave):
9057 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
9058 (idlwave-shell-compile-helper-routines, idlwave-set-local)
9059 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
9060 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
9061 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
9062 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
9063 (idlwave-shell-filter, idlwave-shell-examine-highlight)
9064 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
9065 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
9066 (idlwave-shell-examine-display, idlwave-shell-run-region)
9067 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
9068 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
9069 * progmodes/idlw-help.el (idlwave-help-get-special-help)
9070 (idlwave-help-get-help-buffer):
9071 * progmodes/gud.el (gud-basic-call, gud-find-class)
9072 (gud-tooltip-activate-mouse-motions-if-enabled):
9073 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9074 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
9075 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
9076 (ebrowse-tags-next-file):
9077 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
9078 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
9079 (ebnf-eps-finish-and-write):
9080 * progmodes/cpp.el (cpp-edit-save):
9081 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
9082 * progmodes/cc-defs.el (c-emacs-features):
9083 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
9084 (antlr-directory-dependencies):
9085 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
9086 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
9087 (ada-find-any-references, ada-make-filename-from-adaname)
9088 (ada-make-body-gnatstub):
9089 * obsolete/rnews.el (news-list-news-groups):
9090 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9091 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
9092 * net/rcirc.el (rcirc-debug):
9093 * net/newst-treeview.el (newsticker--treeview-list-add-item)
9094 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
9095 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
9096 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
9097 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9098 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
9099 (newsticker--treeview-list-clear-highlight)
9100 (newsticker--treeview-list-update-highlight)
9101 (newsticker--treeview-list-highlight-start)
9102 (newsticker--treeview-tree-update-highlight)
9103 (newsticker--treeview-get-selected-item)
9104 (newsticker-treeview-mark-list-items-old)
9105 (newsticker--treeview-set-current-node):
9106 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9107 * net/newst-backend.el (newsticker--get-news-by-funcall)
9108 (newsticker--get-news-by-wget, newsticker--image-get)
9109 (newsticker--image-sentinel):
9110 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
9111 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
9112 (eudc-ph-close-session):
9113 * net/eudc.el (eudc-save-options):
9114 * language/thai-word.el (thai-update-word-table):
9115 * language/japan-util.el (japanese-string-conversion):
9116 * international/titdic-cnv.el (tsang-quick-converter)
9117 (ziranma-converter, ctlau-converter):
9118 * international/mule-cmds.el (describe-language-environment):
9119 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
9120 (skkdic-convert-postfix, skkdic-convert-prefix):
9121 (skkdic-convert-okuri-nasi, skkdic-convert):
9122 * emacs-lisp/re-builder.el (reb-update-overlays):
9123 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
9124 * emacs-lisp/gulp.el (gulp-send-requests):
9125 * emacs-lisp/find-gc.el (trace-call-tree):
9126 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
9127 (eieio-describe-generic):
9128 * emacs-lisp/eieio-base.el (eieio-persistent-read):
9129 * emacs-lisp/edebug.el (edebug-outside-excursion):
9130 * emacs-lisp/debug.el (debugger-make-xrefs):
9131 * emacs-lisp/cust-print.el (custom-prin1-to-string):
9132 * emacs-lisp/chart.el (chart-new-buffer):
9133 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
9134 Use with-current-buffer.
9135 * textmodes/artist.el (artist-system): Don't call
9136 copy-sequence on a fresh string.
9137 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
9138
9139 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
9140
9141 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
9142 is no item to edit. (Bug#4820)
9143 (todo-top-priorities): Restore point and restore narrowing in Todo
9144 buffer. (Bug#4820)
9145
9146 2009-10-31 Glenn Morris <rgm@gnu.org>
9147
9148 * net/ange-ftp.el (top-level): Don't require dired when compiling.
9149 (comint-last-output-start, comint-last-input-start)
9150 (comint-last-input-end): Don't defvar when compiling.
9151 (ange-ftp-process-file): Use bound-and-true-p.
9152
9153 * pcmpl-rpm.el (top-level): Move provide statement to end.
9154 (pcmpl-rpm): Remove unused custom group.
9155
9156 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
9157
9158 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
9159
9160 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9161 (byte-compile-warnings): Add `constants' as an option.
9162 (byte-compile-callargs-warn, byte-compile-arglist-warn)
9163 (display-call-tree): Update for byte-compile-fdefinition possibly
9164 returning `(macro lambda ...)'. (Bug#4778)
9165 (byte-compile-variable-ref, byte-compile-setq-default):
9166 Respect `constants' member of byte-compile-warnings.
9167
9168 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
9169 Use mapc rather than mapcar because the return value is never used.
9170
9171 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
9172 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
9173 * cedet/semantic/html.el:
9174 Suppress harmless warnings about setting up semantic-imenu (not
9175 part of Emacs) variables.
9176
9177 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9178
9179 * vc-bzr.el (vc-bzr-revision-keywords): New var.
9180 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
9181 to "submit:".
9182
9183 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
9184 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
9185 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
9186 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
9187 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
9188 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
9189 (semantic-analyzer-debug-global-symbol)
9190 (semantic-analyzer-debug-missing-innertype)
9191 (semantic-analyzer-debug-insert-include-summary):
9192 * cedet/semantic/util.el (semantic-file-tag-table):
9193 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
9194 (semantic-recursive-find-nonterminal-by-name):
9195 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
9196 * cedet/semantic/tag-file.el (semantic-prototype-file):
9197 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
9198 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
9199 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
9200 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
9201 (semantic-idle-summary-maybe-highlight):
9202 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
9203 (semantic-ia-sb-tag-info):
9204 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
9205 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
9206 * cedet/semantic/ede-grammar.el (project-compile-target):
9207 (ede-proj-makefile-insert-variables):
9208 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
9209 (semantic-debug-set-source-location, semantic-debug-interface-layout)
9210 (semantic-debug-mode, semantic-debug):
9211 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
9212 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
9213 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
9214 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
9215 (semanticdb-find-translate-path-includes--internal)
9216 (semanticdb-reset-log, semanticdb-find-log-activity):
9217 * cedet/semantic/db-file.el (object-write):
9218 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
9219 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
9220 (semanticdb-create-ebrowse-database):
9221 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
9222 * cedet/semantic/complete.el (semantic-displayor-focus-request)
9223 (semantic-collector-calculate-completions-raw)
9224 (semantic-complete-read-tag-analyzer):
9225 * cedet/semantic/analyze.el (semantic-analyze-pulse):
9226 * cedet/ede/util.el (ede-update-version-in-source):
9227 * cedet/ede/proj.el (project-delete-target):
9228 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
9229 (ede-proj-flush-autoconf):
9230 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
9231 (ede-proj-configure-synchronize):
9232 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
9233 * cedet/ede/linux.el (ede-linux-version):
9234 * cedet/ede/emacs.el (ede-emacs-version):
9235 * cedet/ede/dired.el (ede-dired-add-to-target):
9236 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
9237 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
9238 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
9239 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
9240 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
9241 (cedet-idutils-version-check):
9242 * cedet/cedet-global.el (cedet-gnu-global-call):
9243 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
9244 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
9245 * cedet/cedet-cscope.el (cedet-cscope-call)
9246 (cedet-cscope-expand-filename, cedet-cscope-version-check):
9247 Use with-current-buffer.
9248 * cedet/ede.el (ede-make-project-local-variable)
9249 (ede-set-project-variables, ede-set): Use dolist.
9250
9251 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
9252
9253 * textmodes/ispell.el (ispell-skip-region-alist):
9254 * international/mule-conf.el (eight-bit):
9255 * international/fontset.el (font-encoding-alist):
9256 * startup.el (pure-space-overflow-message):
9257 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
9258 * paths.el (gnus-nntp-service, rmail-spool-directory)
9259 (term-file-prefix):
9260 * files.el (save-some-buffers-action-alist):
9261 * cmuscheme.el (same-window-buffer-names):
9262 * ielm.el (same-window-buffer-names):
9263 * shell.el (same-window-buffer-names):
9264 * mail/sendmail.el (same-window-buffer-names):
9265 * progmodes/inf-lisp.el (same-window-buffer-names):
9266 * bindings.el (mode-line-client)
9267 (mode-line-column-line-number-mode-map):
9268 * language/tibetan.el (tibetan-precomposition-rule-regexp)
9269 (tibetan-precomposed-regexp): Purecopy string arguments.
9270
9271 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9272
9273 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
9274 (calcDigit-nondigit):
9275 * calc/calc-yank.el (calc-copy-to-buffer):
9276 * calc/calc-units.el (calc-invalidate-units-table):
9277 * calc/calc-trail.el (calc-trail-yank):
9278 * calc/calc-store.el (calc-insert-variables):
9279 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9280 * calc/calc-prog.el (calc-read-parse-table):
9281 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
9282 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
9283 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
9284 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
9285 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
9286 (calc-graph-name, calc-graph-find-command, calc-graph-view)
9287 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
9288 * calc/calc-ext.el (calc-realign):
9289 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
9290 (calc-embedded-finish-edit, calc-embedded-make-info)
9291 (calc-embedded-finish-command, calc-embedded-stack-change):
9292 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
9293
9294 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
9295 (overload-docstring-extension): Use that info.
9296 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
9297 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
9298 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
9299 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
9300 (semantic-nonterminal-full-name): Add the new `when' info.
9301 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
9302 `assert'.
9303
9304 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
9305 shell-dynamic-complete-filename in preference to
9306 comint-dynamic-complete-filename.
9307
9308 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9309 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9310 Don't consider whether the display supports colors.
9311 (bookmark-import-new-list): Use dolist.
9312 (bookmark-bmenu-mode-map): Move initialization into declaration.
9313 (bookmark-bmenu-list): Use dolist, simplify.
9314 (bookmark-show-all-annotations): Use save-selected-window and dolist.
9315 (menu-bar-final-items): Use push.
9316
9317 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
9318
9319 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
9320 it works on remote files.
9321 (vc-hg-diff): Don't pass any `--cwd' argument.
9322
9323 2009-10-27 Kevin Ryde <user42@zip.com.au>
9324
9325 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9326 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
9327 (Further to Bug#3921).
9328
9329 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
9330
9331 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
9332 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
9333 calling `tramp-imap-put-file'. Add file size to the call.
9334 (tramp-imap-get-file-entries): Compute also user name, file size,
9335 and date.
9336 (tramp-imap-handle-insert-directory): Insert uid and gid.
9337 (tramp-imap-handle-file-attributes): Transform uid and gid
9338 according to `id-format'.
9339 (tramp-imap-put-file): New optional parameter SIZE. Encode file
9340 size in header X-Size.
9341
9342 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
9343
9344 * simple.el (transpose-subr): Give clearer error when the mark
9345 is not set. (Bug#4807)
9346
9347 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
9348
9349 * net/tramp.el (tramp-perl-file-truename): New defconst.
9350 Perl code contributed by yary <not.com@gmail.com> (tiny change).
9351 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
9352 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
9353 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
9354
9355 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
9356 Ignore `dired-call-process'.
9357 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
9358
9359 2009-10-26 Julian Scheid <julians37@gmail.com>
9360
9361 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
9362 (tramp-get-remote-readlink): New defun.
9363 (tramp-handle-file-truename): Use it.
9364 (tramp-handle-file-exists-p): Check file-attributes cache, assume
9365 file exists if cache value present.
9366 (tramp-check-cached-permissions): New defun.
9367 (tramp-handle-file-readable-p): Use it.
9368 (tramp-handle-file-writable-p): Likewise.
9369 (tramp-handle-file-executable-p): Likewise.
9370 (tramp-handle-file-name-all-completions): Try using Perl to get
9371 partial completions. When perl not available, combine `cd' and
9372 `ls' into single remote operation and use shell expansion to get
9373 partial remote directory contents. Set `file-exists-p' cache for
9374 directory and any files returned by ls. Change cache handling to
9375 support partial directory contents. Use error message emitted by
9376 remote `cd' or Perl code for local tramp-error.
9377 (tramp-do-copy-or-rename-file-directly): Avoid separate
9378 tramp-send-command-and-check call.
9379 (tramp-handle-process-file): Merge three remote ops into one.
9380 Do not flush all caches when `process-file-side-effects' is set.
9381 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
9382 file-attributes shows uid/gid to be set already.
9383
9384 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9385
9386 * textmodes/tex-mode.el (tex-dvi-view-command)
9387 (tex-show-queue-command, tex-open-quote):
9388 * progmodes/ruby-mode.el (auto-mode-alist)
9389 (interpreter-mode-alist): Purecopy strings.
9390
9391 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
9392
9393 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
9394 string for the hook, keymap and abbrev table.
9395
9396 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
9397
9398 * x-dnd.el (x-dnd-xdnd-to-action):
9399 * startup.el (fancy-startup-text, fancy-about-text): Change to
9400 defconst from defvar.
9401
9402 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
9403
9404 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
9405 Purecopy initialization strings.
9406
9407 * mail/sendmail.el (mail-header-separator)
9408 (mail-personal-alias-file):
9409 * mail/rmail.el (rmail-default-dont-reply-to-names)
9410 (rmail-ignored-headers, rmail-retry-ignored-headers)
9411 (rmail-highlighted-headers, rmail-secondary-file-directory)
9412 (rmail-secondary-file-regexp):
9413 * files.el (null-device, file-name-invalid-regexp)
9414 (locate-dominating-stop-dir-regexp)
9415 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
9416 (interpreter-mode-alist): Use mapcar instead of mapc.
9417
9418 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
9419
9420 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
9421 (completion-ignored-extensions):
9422 (debug-ignored-errors): Purecopy strings.
9423
9424 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
9425
9426 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
9427 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
9428 (pcomplete--here): Use push.
9429
9430 * subr.el (all-completions): Declare the 4th arg obsolete.
9431
9432 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9433
9434 * pcomplete.el (pcomplete-unquote-argument-function): New var.
9435 (pcomplete-unquote-argument): New function.
9436 (pcomplete--common-suffix): Always pay attention to case.
9437 (pcomplete--table-subvert): Quote and unquote the text.
9438 (pcomplete--common-quoted-suffix): New function.
9439 (pcomplete-std-complete): Use it and pcomplete-begin.
9440
9441 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
9442 we're inside a dedicated or minibuffer window.
9443
9444 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9445
9446 * cedet/semantic/fw.el (semantic-alias-obsolete)
9447 (semantic-varalias-obsolete): Make the `when' arg mandatory.
9448 (define-mode-overload-implementation):
9449 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
9450 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
9451 * cedet/semantic/util.el (semantic-file-token-stream)
9452 (semantic-something-to-stream):
9453 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
9454 (semantic-expand-nonterminal):
9455 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
9456 (semantic-find-dependency, semantic-find-nonterminal)
9457 (semantic-find-dependency):
9458 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
9459 (semantic-flex-text, semantic-flex-make-keyword-table)
9460 (semantic-flex-keyword-p, semantic-flex-keyword-put)
9461 (semantic-flex-keyword-get, semantic-flex-map-keywords)
9462 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
9463 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
9464 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
9465 (semantic-after-idle-scheduler-reparse-hooks):
9466 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
9467 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
9468 * cedet/semantic.el (semantic-toplevel-bovine-table)
9469 (semantic-toplevel-bovine-cache)
9470 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
9471 (semantic-init-mode-hooks, semantic-init-db-hooks)
9472 (semantic-bovination-working-type): Provide the `when' arg.
9473
9474 2009-10-24 Karl Fogel <kfogel@red-bean.com>
9475
9476 * bookmark.el: Update documentation, especially documentation
9477 of `bookmark-alist' and of the bookmark file format.
9478 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
9479
9480 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
9481
9482 * mail/emacsbug.el (report-emacs-bug): Clarify that the
9483 keybindings apply to the mail buffer (Bug#4003). Shrink help
9484 window to buffer.
9485
9486 * whitespace.el (whitespace-mode, whitespace-newline-mode)
9487 (global-whitespace-mode, global-whitespace-newline-mode)
9488 (whitespace-toggle-options, global-whitespace-toggle-options):
9489 Doc fix (Bug#3660).
9490
9491 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
9492 of xmltok-start before the end tag was inserted (Bug#2840).
9493
9494 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
9495 patterns that are preceded by an open-paren (Bug#1320).
9496
9497 2009-10-24 Sven Joachim <svenjoac@gmx.de>
9498
9499 * files.el (delete-directory): Delete symlinks to directories with
9500 delete-file (Bug#4739).
9501
9502 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
9503
9504 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
9505 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
9506 argument to make-obsolete.
9507
9508 * cedet/semantic/fw.el (semantic-alias-obsolete)
9509 (semantic-varalias-obsolete): Add optional WHEN argument.
9510
9511 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
9512
9513 * vc.el (vc-backend-for-registration): Rename from
9514 vc-get-backend-for-registration. Update callers.
9515
9516 * international/mule-cmds.el (set-language-info-alist):
9517 Purecopy lang-env.
9518 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
9519 (charset): Purecopy the name.
9520 (define-char-code-property): Purecopy string arguments.
9521
9522 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9523 Purecopy string arguments.
9524
9525 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9526 * ediff-hook.el (menu-bar-ediff-menu):
9527 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
9528 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
9529
9530 2009-10-24 Glenn Morris <rgm@gnu.org>
9531
9532 * comint.el (comint-dynamic-list-completions):
9533 * term.el (term-dynamic-list-completions): Use choose-completion rather
9534 than obsolete alias mouse-choose-completion.
9535
9536 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
9537 file-cache-choose-completion.
9538 (file-cache-choose-completion): Handle an optional event argument.
9539 (file-cache-mouse-choose-completion): Make it an obsolete alias.
9540
9541 * progmodes/octave-mod.el (octave-complete-symbol):
9542 Use choose-completion if mouse-choose-completion is ever removed.
9543
9544 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
9545 use.
9546
9547 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
9548 compiler.
9549
9550 * vc-hooks.el (vc-responsible-backend): Fix declaration.
9551
9552 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9553
9554 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
9555 Ignore `pred' now that we receive one.
9556 Handle test-completion specially.
9557
9558 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9559
9560 * vc.el (vc-responsible-backend): Throw an error if not backend is
9561 found. Remove the REGISTER argument. Move the code dealing with
9562 REGISTER ...
9563 (vc-get-backend-for-registration): ... here. New function.
9564 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
9565 of vc-responsible-backend, pass the file name instead of the
9566 directory name.
9567
9568 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9569
9570 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
9571 New funs.
9572 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
9573 (pcomplete-comint-setup): Don't modify a global var via
9574 accidental side-effects.
9575 (pcomplete-shell-setup): Adjust call accordingly.
9576 (pcomplete-parse-comint-arguments): Use push.
9577
9578 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
9579
9580 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9581 Allow uncapitalized info node names (Bug#3921).
9582
9583 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9584 to the DEBUG file (Bug#3781).
9585
9586 2009-10-23 Jari Aalto <jari.aalto@cante.net>
9587
9588 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9589 dictionary entry (Bug#4579).
9590
9591 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
9592
9593 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9594 from `rfn-eshadow-update-overlay-hook' when unloading.
9595 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9596 "rsyncc". Adjust doc string.
9597 (tramp-temp-buffer-file-name): New buffer-local defvar.
9598 (tramp-handle-insert-file-contents, tramp-handle-write-region):
9599 Keep temporary file when indicated by method ("rsync" and
9600 "rsyncc").
9601 (tramp-handle-write-region): Handle APPEND.
9602 (tramp-delete-temp-file-function): New defun. Added to
9603 `kill-buffer-hook'.
9604
9605 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
9606
9607 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9608
9609 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9610
9611 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9612 (color-name-rgb-alist, tty-standard-colors)
9613 (tty-color-mode-alist): Change to defconst.
9614
9615 * simple.el (mark-inactive): Purecopy message.
9616
9617 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9618 (global-map, yank-menu):
9619 * textmodes/ispell.el (ispell-menu-map):
9620 * net/eudc.el (eudc-tools-menu):
9621 * international/mule-cmds.el (describe-language-environment-map)
9622 (setup-language-environment-map, set-coding-system-map)
9623 (mule-menu-keymap):
9624 * vc-hooks.el (vc-menu-entry, vc-menu-map):
9625 * replace.el (occur-mode-map):
9626 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9627
9628 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
9629
9630 * calc/calc.el (math-read-number, math-read-number-simple): Use
9631 `save-match-data'.
9632
9633 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9634
9635 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9636 rather than fiddling with global-map bindings, since it should only
9637 affect per-terminal settings.
9638 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9639
9640 * minibuffer.el (completion-table-with-terminator): Allow to specify
9641 the terminator-regexp.
9642
9643 * simple.el (switch-to-completions): Look for *Completions* in other
9644 frames as well.
9645
9646 * pcomplete.el: Allow the use of completion-tables.
9647 (pcomplete-std-complete): New command.
9648 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9649 (pcomplete--here): Use a function for `form' rather than an expression,
9650 so it can be byte-compiled.
9651 (pcomplete-here, pcomplete-here*): Adjust accordingly.
9652 Add edebug declaration.
9653 (pcomplete-show-completions): Remove unused var `curbuf'.
9654 (pcomplete-do-complete, pcomplete-stub):
9655 Don't assume `completions' is a list of strings any more.
9656
9657 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
9658
9659 * find-dired.el (find-name-arg): Fix typo in docstring.
9660
9661 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9662
9663 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9664 (pcmpl-linux-fs-types): Same, and update to new modules layout.
9665
9666 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9667 pcomplete-entries.
9668
9669 * comint.el (comint-read-input-ring, comint-write-input-ring)
9670 (comint-substitute-in-file-name)
9671 (comint-dynamic-complete-as-filename)
9672 (comint-dynamic-simple-complete)
9673 (comint-dynamic-list-filename-completions)
9674 (comint-dynamic-list-completions)
9675 (comint-redirect-results-list-from-process): Minor simplifications.
9676
9677 2009-10-21 Kevin Ryde <user42@zip.com.au>
9678
9679 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9680 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9681 the first form. And insert a blank line after ";;; Code" since
9682 that's usual style. (Bug#4612)
9683
9684 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9685
9686 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9687
9688 * minibuffer.el (completion-table-with-terminator): Properly implement
9689 boundaries, in case `terminator' appears in the suffix.
9690 (completion--embedded-envvar-table): Don't return boundaries if
9691 there's no valid completion. Simplify.
9692 (completion-file-name-table): New completion table extracted from
9693 completion--file-name-table.
9694 (completion--file-name-table): Use it.
9695 (read-file-name-predicate): Declare obsolete.
9696 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9697 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9698 completion-file-name-table, and use the `pred' argument.
9699 * files.el (locate-file-completion-table): Use the `pred' arg rather
9700 than read-file-name-predicate.
9701 (abbreviate-file-name): Use \` rather than ^ for BOS.
9702
9703 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
9704
9705 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9706 vc-responsible-backend to register, it causes problems.
9707
9708 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9709
9710 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9711
9712 2009-10-21 Eric Ludlam <zappo@gnu.org>
9713
9714 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9715 (semantic-c-debug-mode-init-pch): New functions.
9716 (semantic-c-debug-mode-init-last-mode): New var.
9717 (semantic-c-parse-lexical-token): Use them.
9718
9719 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9720 When extracting the argument list, limit only by point-max.
9721
9722 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
9723
9724 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9725 (tramp-smb-handle-file-attributes): Use it.
9726 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9727 (tramp-smb-handle-insert-directory): Use `mapc' rather than
9728 `mapcar'. Use `tramp-smb-get-stat-capability'.
9729 Add `dired-filename' text properties.
9730 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9731 (tramp-smb-maybe-open-connection): Simplify check for smbclient
9732 version.
9733
9734 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9735
9736 * subr.el (read-key-delay): Reduce to 0.01.
9737 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9738 (bug#4751).
9739
9740 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9741
9742 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9743
9744 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9745 (Info-menu): Remove unused vars `last' and `completions'.
9746 (Info-index-nodes): Remove unused var `node'.
9747
9748 * info.el (Info-complete-menu-item): Use complete-with-action.
9749
9750 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
9751
9752 Make vc-annotate work through copies and renames.
9753 * vc-annotate.el (vc-annotate-extract-revision-at-line):
9754 Return the file name too.
9755 (vc-annotate-revision-at-line)
9756 (vc-annotate-find-revision-at-line)
9757 (vc-annotate-revision-previous-to-line)
9758 (vc-annotate-show-log-revision-at-line): Update to get the file
9759 name from vc-annotate-extract-revision-at-line.
9760 (vc-annotate-show-diff-revision-at-line-internal): Change the
9761 argument to mean whether to show a file diff or not. Get the file
9762 name from vc-annotate-extract-revision-at-line.
9763 (vc-annotate-show-diff-revision-at-line):
9764 Update vc-annotate-show-diff-revision-at-line call.
9765 (vc-annotate-warp-revision): Add an optional file argument.
9766
9767 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9768 (vc-git-annotate-extract-revision-at-line): Also return the file
9769 name if found.
9770
9771 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9772 command. Remove unused code.
9773 (vc-hg-annotate-re): Update to match --follow output.
9774 (vc-hg-annotate-extract-revision-at-line): Also return the file
9775 name if found.
9776
9777 * vc.el: Update annotate-extract-revision-at-line documentation.
9778
9779 2009-10-18 Kevin Ryde <user42@zip.com.au>
9780
9781 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9782 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9783
9784 * net/browse-url.el (browse-url): Identify alist with "consp and
9785 not functionp" and let all other things go down the `apply' leg,
9786 as suggested by Stefan. (Further to bug#4531.)
9787
9788 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
9789
9790 * minibuffer.el (read-file-name): Check for repeat before putting
9791 a default argument in file-name-history (Bug#4657).
9792
9793 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9794 read syntax (Bug#4737).
9795
9796 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9797
9798 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9799
9800 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9801 (html-tag-alist, html-tag-help): Add descriptions for undocumented
9802 entries and make note of obsolete tags.
9803
9804 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9805
9806 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9807
9808 2009-10-18 Glenn Morris <rgm@gnu.org>
9809
9810 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9811 grep, so that binary files (eg international/uni-bidi.el) can match.
9812 Remove test for "UnicodeData" files, since it is hopefully unnecessary
9813 now, and in any case the file header format has changed.
9814
9815 2009-10-17 Glenn Morris <rgm@gnu.org>
9816
9817 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9818 (flyspell-get-word, flyspell-large-region)
9819 (flyspell-auto-correct-previous-word): Doc/error message fixes.
9820
9821 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
9822
9823 * Makefile.in (ELCFILES): Add ede/shell.
9824
9825 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
9826
9827 * term/common-win.el (x-colors): Purecopy it.
9828
9829 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9830
9831 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
9832 permissive for when the buffer is empty.
9833 (tar-header-block-tokenize): Decode the username and groupname.
9834 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
9835
9836 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
9837
9838 * cedet/srecode/srt.el:
9839 * cedet/srecode/compile.el:
9840 * cedet/semantic/mru-bookmark.el:
9841 * cedet/semantic/debug.el:
9842 * cedet/semantic/complete.el:
9843 * cedet/semantic/analyze.el: Require CL when compiling.
9844
9845 2009-10-17 Eric Ludlam <zappo@gnu.org>
9846
9847 * cedet/semantic/scope.el
9848 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
9849 tmpscope so that the regular scope will continue to work.
9850
9851 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
9852 Use semantic-idle-summary-highlight-face as the highlighting.
9853
9854 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
9855 contains multibyte characters, choose first applicable coding
9856 system automatically.
9857
9858 * cedet/ede/project-am.el (project-run-target): New method.
9859 (project-run-target): New method.
9860
9861 * cedet/ede.el (ede-target): Add run target menu item.
9862 (ede-project, ede-minor-keymap): Add ede-run-target binding.
9863 (ede-run-target): New function.
9864 (ede-target::project-run-target): New method.
9865
9866 * cedet/ede/proj.el (project-run-target): New method.
9867
9868 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
9869 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
9870 Add :rules.
9871 (ede-proj-target-makefile-shared-object): Only libtool compilers
9872 now available. Add linkers for libtool.
9873 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
9874 (ede-proj-makefile-target-name): Always use .la extension.
9875
9876 * cedet/ede/proj-prog.el (project-run-target): New method.
9877
9878 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
9879 (ede-g++-linker): Change Change link lines.
9880
9881 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
9882 When searching for old variables, go to the end of the buffer and
9883 search backward from there.
9884 (ede-proj-makefile-automake-insert-subdirs)
9885 (ede-proj-makefile-automake-insert-extradist): New methods.
9886 (ede-proj-makefile-create): Use them.
9887
9888 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
9889 Force FILE to expand to the current target. Use file-exists-p to
9890 check that it exists.
9891
9892 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
9893 (ede-linux-load): Wrap dir in file-name-as-directory.
9894 Set :version slot.
9895
9896 * cedet/ede/files.el (ede-get-locator-object): When enabling
9897 locate, do so on "top".
9898
9899 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
9900 file-name-as-directory during compare.
9901 (ede-emacs-version): Return Emacs/XEmacs differentiator.
9902 Get version number from different places. Don't call egrep.
9903 (ede-emacs-load): Set :version slot. Call file-name-as-directory
9904 to set the directory.
9905
9906 * cedet/ede/shell.el: New file.
9907
9908 * cedet/inversion.el (inversion-decoders): Allow for stray . in
9909 alpha/beta variants.
9910
9911 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9912
9913 * international/mule-cmds.el (select-safe-coding-system): If the file
9914 has a coding cookie, use it regardless of any other setting (bug#4712).
9915
9916 2009-10-17 Glenn Morris <rgm@gnu.org>
9917
9918 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
9919 All errors should have messages.
9920
9921 * foldout.el (foldout-mouse-swallow-events):
9922 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
9923
9924 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
9925 (dired-keep-marker-copy, dired-keep-marker-hardlink)
9926 (dired-keep-marker-symlink, dired-dwim-target)
9927 (dired-copy-preserve-time): Do not autoload these defcustoms.
9928
9929 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
9930 messages from messing up the file coding. (Bug#4623)
9931
9932 2009-10-17 Jari Aalto <jari.aalto@cante.net>
9933
9934 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
9935 if no match is found for the current dictionary. (Bug#4578)
9936
9937 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
9938 optional, since that is how it is documented, and this is often called
9939 with a nil argument. (Bug#4577)
9940 (flyspell-external-point-words, flyspell-auto-correct-word)
9941 (flyspell-correct-word-before-point, flyspell-word-search-forward)
9942 (flyspell-word-search-backward): Remove nil argument in calls to
9943 flyspell-get-word, since it is not needed now.
9944
9945 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
9946
9947 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
9948
9949 2009-10-16 Glenn Morris <rgm@gnu.org>
9950
9951 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
9952
9953 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
9954
9955 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
9956 (ange-ftp-file-size): New function.
9957 (ange-ftp-file-attributes): Use it.
9958
9959 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
9960
9961 * net/tramp-smb.el (tramp-smb-version): New defvar.
9962 (tramp-smb-maybe-open-connection): Use it, in order to avoid
9963 repeated checks.
9964
9965 2009-10-16 Glenn Morris <rgm@gnu.org>
9966
9967 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9968 Maybe copy some custom properties from old to new name. (Bug#4706)
9969
9970 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
9971
9972 * subr.el (error, sit-for, start-process-shell-command)
9973 (start-file-process-shell-command): Set the calling convention
9974 after the function definition.
9975
9976 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9977
9978 * subr.el (error, sit-for, start-process-shell-command)
9979 (start-file-process-shell-command): Use the new
9980 set-advertised-calling-convention feature.
9981
9982 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
9983
9984 * international/ucs-normalize.el (ucs-normalize-version):
9985 Change to 1.2.
9986 (check-range): Adjust for Unicode 5.2.
9987
9988 2009-10-15 Juri Linkov <juri@jurta.org>
9989
9990 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
9991 to the `menu-item' format.
9992
9993 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
9994
9995 * net/tramp.el (tramp-replace-environment-variables): Do not fail
9996 if the environment variable does not exist.
9997
9998 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9999 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
10000 parameter.
10001 (tramp-smb-handle-add-name-to-file)
10002 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
10003 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
10004 (tramp-smb-handle-file-attributes)
10005 (tramp-smb-do-file-attributes-with-stat)
10006 (tramp-smb-handle-file-local-copy)
10007 (tramp-smb-handle-insert-directory)
10008 (tramp-smb-handle-make-directory)
10009 (tramp-smb-handle-make-directory-internal)
10010 (tramp-smb-handle-make-symbolic-link)
10011 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
10012 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
10013 (tramp-smb-maybe-open-connection): Apply the changed parameters.
10014 (tramp-smb-read-file-entry): Read Disk names in compressed format.
10015 Handle long file names.
10016 (tramp-smb-get-cifs-capabilities): Check, whether the connection
10017 process is running.
10018 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
10019 Read share names with "-g" option.
10020
10021 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
10022
10023 * net/rcirc.el (rcirc-view-log-file): New command.
10024 (rcirc-track-minor-mode-map): Remove C-c ` binding.
10025 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
10026 specified.
10027
10028 2009-10-15 Glenn Morris <rgm@gnu.org>
10029
10030 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
10031 from the second command-line argument.
10032 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
10033 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
10034 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
10035 w32-batch-update-autoloads.
10036 * emacs-lisp/autoload.el (autoload-make-program): New variable.
10037 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
10038
10039 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
10040 the headers cannot be located. Simplify, subtracting superflous
10041 save-excursions.
10042
10043 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
10044
10045 Replace completion-base-size by completion-base-position to fix bugs
10046 such as (bug#4699).
10047 * simple.el (completion-base-position): New var.
10048 (completion-base-size): Mark as obsolete.
10049 (choose-completion): Make it work for mouse events as well.
10050 Pass the new base-position to choose-completion-string.
10051 (choose-completion-guess-base-position): New function, extracted from
10052 choose-completion-delete-max-match.
10053 (choose-completion-delete-max-match): Use it. Make obsolete.
10054 (choose-completion-string): Use the new base-position info.
10055 (completion-root-regexp): Delete.
10056 (completion-setup-function): Preserve completion-base-position.
10057 Eliminate obsolete base-size manipulation.
10058 * minibuffer.el (display-completion-list): Don't mess with base-size.
10059 (minibuffer-completion-help): Set completion-base-position instead.
10060 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
10061 choose-completion.
10062 * textmodes/bibtex.el (bibtex-complete):
10063 * emacs-lisp/crm.el (crm--choose-completion-string):
10064 Adjust to new calling convention.
10065 * complete.el (partial-completion-mode): Use minibufferp to avoid
10066 bumping into incompatible change to choose-completion-string-functions.
10067 * ido.el (ido-choose-completion-string): Make its calling convention
10068 more permissive.
10069 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
10070 base-size manipulation.
10071 (comint-dynamic-list-input-ring): Use dotimes and push.
10072 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
10073 fundamental-mode. Use `or'.
10074
10075 2009-10-14 Juri Linkov <juri@jurta.org>
10076
10077 * misearch.el (multi-isearch-next-buffer-from-list)
10078 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
10079
10080 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10081
10082 * Makefile.in (compile-onefile): Load `bytecomp' rather than
10083 `bytecomp.el'.
10084
10085 * minibuffer.el (completion-pcm--merge-completions): Make sure the
10086 string we return is all made up of text from the completions rather
10087 than part from the completions and part from the input (bug#4219).
10088
10089 * ido.el (ido-everywhere): Use define-minor-mode.
10090
10091 * buff-menu.el (list-buffers, ctl-x-map):
10092 Mark the entry points with ;;;###autoload cookies.
10093
10094 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
10095
10096 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
10097 correctly in the detached head case.
10098 (vc-git-print-log): Remove unused binding.
10099
10100 * vc.el (vc-responsible-backend): When a directory is passed for
10101 for registration create a VC repository if no backend is
10102 responsible for the directory argument.
10103 (vc-deduce-fileset): Tell vc-responsible-backend to register.
10104
10105 * vc.el: Move comments about RCS and SCCS ...
10106 * vc-rcs.el:
10107 * vc-sccs.el: ... here, respectively.
10108
10109 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10110
10111 * minibuffer.el (completion--file-name-table): Return nil if there's
10112 no file completion, even if substitute-in-file-name changed
10113 the string (bug#4708).
10114
10115 2009-10-13 Juri Linkov <juri@jurta.org>
10116
10117 * files-x.el (read-file-local-variable-value): Don't filter out
10118 minor modes from mode name completion (bug#4664).
10119
10120 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
10121
10122 * international/mule-cmds.el (ucs-names): Remove exclusion of
10123 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
10124
10125 2009-10-13 Kenichi Handa <handa@m17n.org>
10126
10127 * international/uni-name.el: Regenerated.
10128
10129 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
10130
10131 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
10132 should be automatically buffer-local, but isn't.)
10133
10134 2009-10-12 Sam Steingold <sds@gnu.org>
10135
10136 * progmodes/compile.el (compilation-next-error-function): Fix the
10137 timestamps if the buffer has been visited before.
10138 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
10139 non-anchored patterns, like the perl one (bug#3928).
10140
10141 2009-10-12 Glenn Morris <rgm@gnu.org>
10142
10143 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
10144 Let-bind `size'.
10145
10146 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
10147
10148 * proced.el (proced-unload-function): New function.
10149
10150 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
10151 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
10152 Doc fix.
10153
10154 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
10155
10156 2009-10-11 Juri Linkov <juri@jurta.org>
10157
10158 * files-x.el (read-file-local-variable-value):
10159 Provide default value only for bound variables (bug#4664).
10160
10161 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
10162
10163 * net/tramp.el (tramp-local-host-p): Function shall return nil for
10164 connection methods like smb.
10165
10166 * net/tramp-cache.el (tramp-flush-connection-property): The hash
10167 can be empty.
10168
10169 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10170 (tramp-smb-file-name-handler-alist): Add handlers for
10171 `add-name-to-file', `make-symbolic-link'.
10172 (tramp-smb-handle-add-name-to-file)
10173 (tramp-smb-do-file-attributes-with-stat)
10174 (tramp-smb-handle-make-symbolic-link)
10175 (tramp-smb-get-cifs-capabilities): New defuns.
10176 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
10177 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
10178 (tramp-smb-handle-file-local-copy)
10179 (tramp-smb-handle-make-directory-internal)
10180 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
10181 The file name syntax depends on cifs capabilities.
10182 (tramp-smb-handle-file-attributes):
10183 Call `tramp-smb-do-file-attributes-with-stat' if possible.
10184 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
10185 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
10186
10187 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
10188
10189 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
10190 (eieio-defclass): Apply deftype handler and setf-method properties
10191 directly.
10192 (eieio-add-new-slot): Avoid union function from cl library.
10193 (eieio--typep): New function.
10194 (eieio-perform-slot-validation): Use it.
10195
10196 2009-10-10 Karl Fogel <kfogel@red-bean.com>
10197
10198 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
10199 Update documentation to refer to the variables documented in r1.135.
10200 (Bug#4188)
10201
10202 2009-10-10 Karl Fogel <kfogel@red-bean.com>
10203
10204 * bookmark.el (Info-suffix-list): Remove this unused variable.
10205 (bookmark-current-point): Remove this obsolete variable.
10206 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
10207 Adjust for removal of bookmark-current-point.
10208
10209 (bookmarks-already-loaded, bookmark-current-buffer)
10210 (bookmark-yank-point): Document. (Bug#4188)
10211
10212 2009-10-10 Glenn Morris <rgm@gnu.org>
10213
10214 * frame.el (frame-height): Doc fix.
10215
10216 * calendar/calendar.el (calendar-split-width-threshold): New option.
10217 (calendar-basic-setup): Use calendar-split-width-threshold.
10218
10219 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
10220
10221 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
10222 Use .la for Automake.
10223
10224 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
10225
10226 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
10227 Use "autoreconf -i". Suggested by Andreas Schwab.
10228
10229 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
10230
10231 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
10232 Ideographic Supplement" range (U+1F200..U+1F2FF).
10233
10234 2009-10-09 Karl Fogel <kfogel@red-bean.com>
10235
10236 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
10237 since the list will have been rebuilt anyway. (Bug#4349)
10238
10239 2009-10-09 Karl Fogel <kfogel@red-bean.com>
10240
10241 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
10242 (bookmark-bmenu-execute-deletions): Don't save here, as
10243 bookmark-delete will now do so if necessary.
10244 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
10245 (Bug#4348)
10246
10247 2009-10-09 Glenn Morris <rgm@gnu.org>
10248
10249 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
10250
10251 2009-10-09 Karl Fogel <kfogel@red-bean.com>
10252
10253 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
10254 (bookmark-jump-other-window): Just invoke bookmark-jump with new
10255 argument now, so the two function's behaviors will match. (Bug#3645)
10256
10257 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
10258
10259 * cedet/ede/proj.el (project-make-dist, project-compile-project):
10260 Fix filename test.
10261 (ede-proj-dist-makefile): Use expand-file-name instead of concat
10262 to expand file names.
10263
10264 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
10265
10266 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
10267 (tramp-file-name-real-host, tramp-file-name-port):
10268 Apply `save-match-data'.
10269
10270 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
10271 case both directories are remote.
10272 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
10273 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
10274
10275 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
10276
10277 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
10278 (ede-proj-target-makefile-objectcode): Use it.
10279
10280 * cedet/ede/source.el (ede-want-any-source-files-p)
10281 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
10282 Return search result. This error was introduced while merging.
10283
10284 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
10285
10286 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
10287
10288 2009-10-07 Glenn Morris <rgm@gnu.org>
10289
10290 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
10291 of concat.
10292
10293 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
10294
10295 * files-x.el (read-file-local-variable): Include some
10296 non-user-variables in the completion table (bug#4664).
10297
10298 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
10299
10300 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
10301 message.
10302
10303 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10304 (tramp-smb-file-name-handler-alist): Add handler for
10305 `copy-directory', `expand-file-name', `set-file-modes'.
10306 (tramp-smb-handle-copy-directory)
10307 (tramp-smb-handle-expand-file-name)
10308 (tramp-smb-handle-set-file-modes): New defuns.
10309 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
10310 (tramp-smb-handle-file-attributes): Simplify check for retrieving
10311 entry.
10312 (tramp-smb-handle-insert-directory): Don't flush the cache.
10313 (tramp-smb-maybe-open-connection): Check for samba client and
10314 server versions.
10315
10316 2009-10-07 Eli Zaretskii <eliz@gnu.org>
10317
10318 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
10319 to not error out of search for "^lisp=" fails.
10320
10321 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
10322
10323 * makefile.w32-in (WINS_UPDATES): New macro.
10324 (custom-deps, finder-data, autoloads): Use it.
10325
10326 2009-10-07 Glenn Morris <rgm@gnu.org>
10327
10328 * Makefile.in (autoloads): Revert previous change.
10329 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
10330 the list of preloaded files passed on the command-line, get
10331 it from src/Makefile.
10332
10333 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
10334 show the original buffer rather than a random one.
10335
10336 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
10337
10338 * help.el (describe-no-warranty): Place point in a slightly better
10339 position in the GPLv3 text.
10340
10341 2009-10-06 Sam Steingold <sds@gnu.org>
10342
10343 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
10344 the comm attribute is present before calling regexp-quote.
10345
10346 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
10347
10348 * play/animate.el (animate-string): For good effect, make sure
10349 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
10350
10351 * play/animate.el (animate-sequence, animate-birthday-present):
10352 * misc.el (butterfly): Don't set `indent-tabs-mode'.
10353
10354 2009-10-06 Glenn Morris <rgm@gnu.org>
10355
10356 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
10357
10358 * emacs-lisp/autoload.el (autoload-excludes): New variable.
10359 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
10360 (batch-update-autoloads): Process a string value of autoload-excludes,
10361 set during the build process.
10362 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
10363
10364 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
10365 inside with-parsed... macro so that `v' is defined.
10366
10367 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
10368 * progmodes/fortran.el (fortran-end-of-block)
10369 (fortran-beginning-of-block):
10370 Also push mark in the macro case.
10371
10372 * emerge.el (emerge-show-file-name):
10373 * calc/calc.el (calc-quit):
10374 * calc/calc-misc.el (calc-big-or-small):
10375 * calc/calc-graph.el (calc-graph-view):
10376 * calc/calc-ext.el (calc-reset):
10377 * calendar/calendar.el (calendar-basic-setup):
10378 Use window-full-height-p.
10379
10380 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
10381 header we don't understand, don't insert another. (Bug#4624)
10382 If changing mime charset, insert the new one in the right place.
10383
10384 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
10385
10386 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
10387 (cal-tex-cursor-month): Correctly increment the end date for diary and
10388 holiday listing. (Bug#4626)
10389
10390 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10391
10392 * help-fns.el (describe-function-1): Don't burp if the function is not
10393 a symbol.
10394
10395 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
10396
10397 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
10398 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
10399 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
10400 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
10401
10402 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
10403 (eieio-default-superclass): Reflow docstrings.
10404 (this, class-option-assoc, defclass, eieio-class-un-autoload)
10405 (eieio-unbind-method-implementations, defmethod)
10406 (eieio-validate-slot-value, eieio-validate-class-slot-value)
10407 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
10408 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
10409 (eieio-slot-originating-class-p, eieio-slot-name-index)
10410 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
10411 (constructor, initialize-instance, no-next-method, object-print)
10412 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
10413 Fix typos in docstrings.
10414 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
10415 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
10416 (next-method-p): Doc fixes.
10417 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
10418 Fix typos in error messages.
10419 (eieio-defmethod): Fix typo in description of generic method.
10420
10421 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
10422 (eieio-persistent-save-interactive, slot-missing):
10423 Fix typos in docstrings.
10424 (eieio-instance-inheritor-slot-boundp): Doc fix.
10425
10426 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
10427 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
10428
10429 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
10430 (eieio-custom-object-apply-reset):
10431 Fix typos in docstrings and error messages.
10432
10433 * emacs-lisp/eieio-datadebug.el (data-debug-show):
10434 Fix typo in docstring.
10435
10436 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
10437 (eieio-browse-tree): Doc fix.
10438 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
10439 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
10440 Fix typos in docstrings.
10441
10442 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
10443 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
10444 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
10445 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
10446 Reflow docstrings.
10447
10448 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
10449
10450 * vc-hg.el (log-view-vc-backend): Declare for compiler.
10451 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
10452 Set log-view-vc-backend so that diff can work.
10453
10454 * log-view.el (log-view-diff): Use vc-diff-internal instead of
10455 vc-version-diff.
10456 (vc-diff-internal): Autoload this instead of vc-version-diff.
10457
10458 2009-10-05 Eli Zaretskii <eliz@gnu.org>
10459
10460 * simple.el (eval-expression): Doc fix.
10461
10462 * progmodes/cwarn.el (cwarn-mode): Doc fix.
10463
10464 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
10465
10466 * files.el (directory-files-no-dot-files-regexp): New defconst.
10467 (delete-directory): Use it.
10468 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
10469
10470 * net/tramp.el (tramp-verbose): Fix docstring.
10471 (tramp-methods): Add recursive option to `tramp-copy-args'.
10472 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
10473 "scp1_old", "scp2_old", "rsync", "rsyncc".
10474 (tramp-default-method): Check also for `auth-source-user-or-password'.
10475 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10476 Add handler for `copy-directory'.
10477 (tramp-handle-copy-directory): New defun.
10478 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
10479 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
10480 Optimize sent command.
10481
10482 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10483
10484 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
10485 window if necessary.
10486
10487 * calendar/calendar.el (calendar-basic-setup): Don't call
10488 switch-to-buffer in a dedicated window.
10489
10490 2009-10-05 Karl Fogel <kfogel@red-bean.com>
10491
10492 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
10493 don't do anything related to relocating, just return nil.
10494 (bookmark-error-no-filename): New error.
10495 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
10496 bookmark has no file. Don't even attempt to handle things that
10497 are not files; the whole point of custom handlers is to keep that
10498 knowledge elsewhere anyway. Tighten some comments.
10499 (bookmark-file-or-variation-thereof): Remove now-unused function.
10500 (bookmark-location): Doc string fix.
10501 (Bug#4250)
10502
10503 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10504
10505 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
10506 don't use a file dialog, because they usually don't know how to read
10507 a directory target from the user. (Bug#4230)
10508 Also, make sure the prompt can display directories as well as files.
10509
10510 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10511
10512 * bookmark.el (bookmark-set, bookmark-buffer-name):
10513 Improve doc strings. (Bug#1193)
10514
10515 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10516
10517 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
10518 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
10519 (bookmark-get-annotation, bookmark-set-annotation)
10520 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10521 (bookmark-set-position, bookmark-get-front-context-string)
10522 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10523 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
10524 (bookmark-jump-other-window, bookmark-handle-bookmark)
10525 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
10526 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
10527 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
10528 Improve doc strings to say whether bookmark can be a string or
10529 a record or both, and make other consistency and clarity fixes.
10530 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
10531 (bookmark-default-annotation-text, bookmark-yank-word)
10532 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
10533 (bookmark-import-new-list, bookmark-maybe-rename)
10534 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10535 (bookmark-bmenu-bookmark): Give these doc strings.
10536 (bookmark-bmenu-check-position): Give this a doc string, but also
10537 add a FIXME comment about how the function may be pointless.
10538 (bookmark-default-handler): Rework doc string and change a
10539 parameter name, to clarify that this takes a bookmark record
10540 not a bookmark name.
10541 (bookmark-set): Change a parameter name to indicate its meaning,
10542 and improve the doc string a bit.
10543 (Bug#4188)
10544
10545 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10546
10547 * bookmark.el (bookmark-alist): Document the new `handler' element
10548 in the param alist.
10549 (bookmark-make-record-function): Adjust documentation for above.
10550 (Bug#4193)
10551
10552 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10553
10554 * info.el (Info-bookmark-make-record): Document this function.
10555 (Info-bookmark-jump): Document with a doc string, not just a comment.
10556 (Bug#4203)
10557
10558 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10559
10560 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
10561 (semantic-new-buffer-fcn): Call parser setup functions here.
10562 (semantic-mode): Don't call parser setup functions here, it's done
10563 in semantic-new-buffer-fcn now.
10564 (semantic-mode): Parse all existing buffers when enabled.
10565
10566 * cedet/srecode/compile.el (srecode-compile-file):
10567 Call semantic-new-buffer-fcn if the buffer has not been parsed.
10568
10569 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10570
10571 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
10572
10573 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
10574 (proj-comp-insert-variable-once): New macro, renamed from
10575 ede-pmake-insert-variable-once in ede/pmake.edl.
10576 (ede-proj-makefile-insert-variables): Use it.
10577
10578 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
10579
10580 * files.el (copy-directory): New defun.
10581
10582 * dired-aux.el (dired-copy-file-recursive): Use it.
10583
10584 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10585
10586 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10587 (makefile-end-of-command):
10588 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10589 (semantic-end-of-context): Fix previous change. Doc fixes.
10590
10591 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10592
10593 * files-x.el (modify-dir-local-variable)
10594 (copy-dir-locals-to-file-locals-prop-line):
10595 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10596 (makefile-end-of-command):
10597 * cedet/semantic/lex.el (semantic-lex-token):
10598 * cedet/semantic/analyze/fcn.el
10599 (semantic-analyze-dereference-metatype-1):
10600 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10601 (semantic-lex-cpp-undef):
10602 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10603 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10604 (semantic-end-of-context): Fix typos in docstrings.
10605
10606 * recentf.el (recentf-unload-function): New function.
10607
10608 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10609
10610 * cedet/ede.el (ede-project-placeholder-cache-file):
10611 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10612 * cedet/srecode/map.el (srecode-map-save-file):
10613 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
10614
10615 2009-10-04 Glenn Morris <rgm@gnu.org>
10616
10617 * window.el (window-full-height-p): Add doc string.
10618
10619 2009-10-04 Martin Rudalics <rudalics@gmx.at>
10620
10621 * window.el (window-full-height-p): New function. (Bug#4543)
10622
10623 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
10624
10625 * cedet/srecode/insert.el: Require srecode/args.
10626
10627 * cedet/srecode/args.el: Require srecode/dictionary instead of
10628 srecode/insert.
10629
10630 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10631
10632 * files.el (auto-mode-alist): Add .srt and Project.ede.
10633
10634 * cedet/semantic.el (semantic-mode):
10635 Handle srecode-template-mode-hook as well.
10636 (semantic-mode): Use js-mode-hook for Javascript hook.
10637
10638 * cedet/srecode/template.el: Remove hook variable.
10639
10640 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10641
10642 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10643 projects exist.
10644 (ede-project-placeholder-cache-file): Default to a file in
10645 user-emacs-directory.
10646
10647 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10648 templates in data-directory.
10649 (srecode-map-save-file): Default to a file in user-emacs-directory.
10650
10651 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10652 directory.
10653
10654 2009-09-30 Eric Ludlam <zappo@gnu.org>
10655
10656 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10657 Doc fix.
10658
10659 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10660 Only insert each variable once.
10661
10662 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10663 (ede-pmake-insert-variable-shared): Use it.
10664
10665 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10666 for lexical table iff table is nil.
10667
10668 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
10669
10670 * vc.el: Remove commented out code.
10671 (vc-derived-from-dir-mode): Remove, unused.
10672 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10673
10674 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
10675
10676 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10677 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
10678 there could be recursive loading when `default-directory' is a
10679 remote file name. (Bug#4614)
10680
10681 2009-10-03 Glenn Morris <rgm@gnu.org>
10682
10683 * calendar/calendar.el (calendar-basic-setup): Handle the case where
10684 the frame is wide.
10685 (calendar-generate-window): Test for shrinkability rather than width.
10686
10687 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10688 declaration, currently false.
10689
10690 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10691 reusing existing buffers, in case we happen to visit two files with the
10692 same basename. (Bug#4593)
10693
10694 2009-10-02 Eli Zaretskii <eliz@gnu.org>
10695
10696 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10697 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10698 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10699 subdirs of cedet as well.
10700 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10701
10702 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10703
10704 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10705 Obey advertised-signature-table.
10706
10707 * help-fns.el (help-function-arglist): Don't check
10708 advertised-signature-table.
10709 (describe-function-1): Do it here instead so it also applies to subrs.
10710
10711 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
10712
10713 * simple.el (start-file-process): Say in the doc-string, that file
10714 handlers might not support pty association, if PROGRAM is nil.
10715
10716 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10717 HOST and USER are strings. They are nil, when there are
10718 incomplete entries in ~/.netrc, for example.
10719 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
10720 root directory ("device busy" error otherwise).
10721
10722 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10723 Flush file properties of created directory.
10724
10725 2009-10-02 Eli Zaretskii <eliz@gnu.org>
10726
10727 * makefile.w32-in (WINS_BASIC): Remove cedet.
10728 (WINS_CEDET): Add cedet.
10729 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10730
10731 2009-10-02 Kevin Ryde <user42@zip.com.au>
10732
10733 * net/browse-url.el (browse-url): Pass any symbol in
10734 browse-url-browser-function to `apply', since if you've mistakenly put
10735 an unbound symbol then the error is clearer. (Bug#4531)
10736
10737 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
10738
10739 * allout.el (allout-init, allout-back-to-current-heading)
10740 (allout-beginning-of-current-entry, allout-ascend-to-depth)
10741 (allout-ascend, allout-up-current-level, allout-end-of-level)
10742 (allout-previous-visible-heading, allout-forward-current-level)
10743 (allout-backward-current-level, allout-show-children):
10744 * apropos.el (apropos-describe-plist):
10745 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10746 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10747 * completion.el (add-completion, add-permanent-completion):
10748 * descr-text.el (describe-text-category, describe-char):
10749 * desktop.el (desktop-lazy-abort):
10750 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10751 * dired.el (dired-build-subdir-alist):
10752 * ediff.el (ediff-version):
10753 * elide-head.el (elide-head, elide-head-show):
10754 * emerge.el (emerge-version):
10755 * env.el (getenv):
10756 * face-remap.el (variable-pitch-mode):
10757 * faces.el (describe-face):
10758 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10759 (dired-at-point):
10760 * files.el (find-file-existing, auto-save-mode):
10761 * font-lock.el (font-lock-fontify-buffer):
10762 * help-fns.el (describe-function, describe-variable)
10763 (describe-syntax, describe-categories):
10764 * help.el (view-lossage, describe-bindings, describe-key)
10765 (describe-mode):
10766 * hexl.el (hexl-current-address):
10767 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10768 * info.el (Info-goto-emacs-key-command-node):
10769 * log-edit.el (log-edit-insert-cvs-template)
10770 (log-edit-insert-cvs-rcstemplate):
10771 * menu-bar.el (menu-bar-mode):
10772 * mouse.el (mouse-appearance-menu):
10773 * newcomment.el (comment-indent-new-line):
10774 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10775 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10776 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10777 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10778 * recentf.el (recentf-mode):
10779 * savehist.el (savehist-mode, savehist-save):
10780 * shadowfile.el (shadow-copy-files):
10781 * simple.el (kill-ring-save, next-line, previous-line)
10782 (normal-erase-is-backspace-mode):
10783 * strokes.el (strokes-update-window-configuration)
10784 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10785 (strokes-xpm-for-stroke):
10786 * time.el (emacs-uptime, emacs-init-time):
10787 * tutorial.el (tutorial--describe-nonstandard-key)
10788 (tutorial--detailed-help):
10789 * type-break.el (type-break-mode)
10790 (type-break-mode-line-message-mode, type-break-query-mode)
10791 (type-break-guesstimate-keystroke-threshold):
10792 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10793 * version.el (emacs-version):
10794 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10795 * winner.el (winner-mode):
10796 * calendar/timeclock.el (timeclock-in, timeclock-out)
10797 (timeclock-status-string, timeclock-change)
10798 (timeclock-workday-remaining-string)
10799 (timeclock-workday-elapsed-string)
10800 (timeclock-when-to-leave-string):
10801 * calendar/todo-mode.el (todo-add-category):
10802 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10803 * emacs-lisp/autoload.el (update-file-autoloads):
10804 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10805 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10806 (checkdoc-message-text, checkdoc-defun):
10807 * emacs-lisp/debug.el (debugger-list-functions):
10808 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10809 * emacs-lisp/eieio-opt.el (eieio-describe-class)
10810 (eieio-describe-generic):
10811 * emacs-lisp/lisp-mnt.el (lm-synopsis):
10812 * emacs-lisp/shadow.el (list-load-path-shadows):
10813 * emulation/cua-base.el (cua-mode):
10814 * emulation/edt.el (edt-set-scroll-margins):
10815 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10816 (tpu-toggle-regexp, tpu-toggle-search-direction)
10817 (tpu-toggle-rectangle, tpu-toggle-control-keys):
10818 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10819 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10820 (viper-set-parsing-style-toggling-macro)
10821 (viper-set-emacs-state-searchstyle-macros):
10822 * emulation/viper.el (viper-set-hooks):
10823 * eshell/esh-mode.el (eshell-truncate-buffer):
10824 * international/mule-cmds.el (prefer-coding-system)
10825 (describe-input-method, describe-language-environment):
10826 * international/mule-diag.el (list-character-sets)
10827 (describe-character-set, describe-coding-system)
10828 (describe-fontset, list-fontsets, list-input-methods):
10829 * mail/sendmail.el (mail-signature):
10830 * net/ange-ftp.el (ange-ftp-copy-file):
10831 * net/browse-url.el (browse-url):
10832 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
10833 * net/quickurl.el (quickurl-add-url):
10834 * net/rcirc.el (names, topic):
10835 * net/xesam.el (xesam-mode):
10836 * play/5x5.el (5x5-new-game):
10837 * play/yow.el (apropos-zippy):
10838 * progmodes/ada-mode.el (ada-mode-version):
10839 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
10840 (f90-end-of-block)
10841 (f90-beginning-of-block):
10842 * progmodes/fortran.el (fortran-end-of-block)
10843 (fortran-beginning-of-block):
10844 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
10845 * progmodes/python.el (python-describe-symbol, python-shell):
10846 * term/ns-win.el (ns-print-buffer):
10847 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
10848 * textmodes/flyspell.el (flyspell-mode-on):
10849 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
10850 (pages-directory-for-addresses):
10851 * textmodes/table.el (table-recognize-cell)
10852 (table-query-dimension, table-generate-source)
10853 (table-insert-sequence, table--warn-incompatibility):
10854 * textmodes/tex-mode.el (tex-validate-buffer):
10855 * textmodes/texinfmt.el (texinfmt-version)
10856 (texinfo-format-buffer):
10857 Use `called-interactively-p' instead of `interactive-p'.
10858
10859 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
10860
10861 * image-mode.el (image-toggle-display):
10862 * emacs-lisp/elp.el (elp-instrument-function):
10863 * emacs-lisp/advice.el (ad-make-advised-definition):
10864 * emacs-lisp/easy-mmode.el (define-minor-mode):
10865 * net/browse-url.el (browse-url-maybe-new-window):
10866 * progmodes/sh-script.el (sh-learn-buffer-indent):
10867 Pass new argument 'any to `called-interactively-p'.
10868
10869 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
10870
10871 * international/uni-bidi.el:
10872 * international/uni-category.el:
10873 * international/uni-combining.el:
10874 * international/uni-comment.el:
10875 * international/uni-decimal.el:
10876 * international/uni-decomposition.el:
10877 * international/uni-digit.el:
10878 * international/uni-lowercase.el:
10879 * international/uni-mirrored.el:
10880 * international/uni-name.el:
10881 * international/uni-numeric.el:
10882 * international/uni-old-name.el:
10883 * international/uni-titlecase.el:
10884 * international/uni-uppercase.el:
10885 Regenerate from Unicode 5.2.0 data.
10886
10887 2009-10-01 Glenn Morris <rgm@gnu.org>
10888
10889 * Makefile.in (ELCFILES): Regenerate.
10890
10891 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10892
10893 * subr.el (interactive-p): Mark obsolete.
10894 (called-interactively-p): Make the optional-ness of `kind' obsolete.
10895 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
10896 advertised-signature-table for subroutines as well.
10897
10898 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
10899 (set-advertised-calling-convention): New function.
10900 (make-obsolete, define-obsolete-function-alias)
10901 (make-obsolete-variable, define-obsolete-variable-alias):
10902 Make the optional-ness of `when' obsolete.
10903 (define-obsolete-face-alias): Make `when' non-optional.
10904 * help-fns.el (help-function-arglist):
10905 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
10906 Use advertised-signature-table.
10907
10908 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
10909
10910 * files.el (delete-directory): New defun. The original function
10911 in fileio.c has been renamed to `delete-directory-internal'.
10912
10913 * dired.el (dired-delete-file): Call `delete-directory' with
10914 RECURSIVE parameter.
10915
10916 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
10917 parameter RECURSIVE. Implementation is missing.
10918
10919 * net/tramp.el (tramp-handle-make-directory): Flush upper
10920 directory's file properties.
10921 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
10922 (tramp-handle-dired-recursive-delete-directory): Flush directory
10923 properties after the remove command only.
10924
10925 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10926 Handle optional parameter RECURSIVE.
10927
10928 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
10929 Handle optional parameter RECURSIVE.
10930
10931 * net/tramp-smb.el (tramp-smb-errors): Add error message for
10932 connection timeout.
10933 (tramp-smb-handle-delete-directory): Handle optional parameter
10934 RECURSIVE.
10935
10936 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10937
10938 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
10939 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
10940 (byte-compile-defmacro): Use backquotes.
10941
10942 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
10943
10944 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
10945 has no associated file.
10946 (vc-resynch-buffer): Use vc-dir-buffers.
10947
10948 2009-10-01 Glenn Morris <rgm@gnu.org>
10949
10950 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
10951 (chart-file-count):
10952 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
10953 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
10954 * emacs-lisp/eieio-opt.el (eieio-describe-class):
10955 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
10956 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
10957 (eieio-copy-parents-into-subclass, make-instance, class-children)
10958 (eieio-generic-form):
10959 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
10960 * cedet/cedet-idutils.el (cedet-idutils-search)
10961 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
10962 (cedet-idutils-version-check):
10963 * cedet/cedet.el (cedet-version):
10964 * cedet/data-debug.el (data-debug-insert-overlay-button)
10965 (data-debug-insert-overlay-list-button)
10966 (data-debug-insert-buffer-button)
10967 (data-debug-insert-buffer-list-button)
10968 (data-debug-insert-process-button, data-debug-insert-ring-button)
10969 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
10970 (data-debug-insert-stuff-vector-button)
10971 (data-debug-insert-symbol-button, data-debug-insert-string)
10972 (data-debug-insert-number, data-debug-insert-lambda-expression)
10973 (data-debug-insert-nil, data-debug-insert-simple-thing)
10974 (data-debug-insert-custom, data-debug-edebug-expr):
10975 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
10976 (global-ede-mode-map, ede-new, ede-debug-target)
10977 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
10978 * cedet/semantic.el (semantic-minimum-working-buffer-size)
10979 (semantic-fetch-tags, semantic-submode-list)
10980 (semantic-default-submodes):
10981 * cedet/ede/source.el (ede-source-match):
10982 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
10983 (project-am-package-info):
10984 * cedet/ede/proj.el (ede-proj-target, project-new-target):
10985 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
10986 * cedet/ede/proj-comp.el (ede-current-build-list):
10987 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
10988 * cedet/ede/files.el (ede-toplevel-project-or-nil):
10989 * cedet/ede/cpp-root.el (initialize-instance):
10990 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
10991 (autoconf-parameter-strip, autoconf-insert-new-macro):
10992 * cedet/semantic/wisent.el (wisent-lex-eoi):
10993 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
10994 (semantic-show-parser-state-mode):
10995 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
10996 * cedet/semantic/tag.el (semantic-tag-new-variable)
10997 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
10998 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
10999 (semantic--tag-deep-copy-tag-list)
11000 (semantic-tag-components-with-overlays-default):
11001 * cedet/semantic/symref.el (semantic-symref-find-text):
11002 * cedet/semantic/senator.el (senator-yank-tag)
11003 (senator-transpose-tags-up):
11004 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
11005 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
11006 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
11007 * cedet/semantic/lex.el (semantic-lex-comment-regex)
11008 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
11009 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
11010 * cedet/semantic/lex-spp.el
11011 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
11012 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
11013 * cedet/semantic/idle.el
11014 (semantic-idle-summary-current-symbol-info-brutish)
11015 (semantic-idle-summary-current-symbol-info-default):
11016 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
11017 (semantic--grammar-macro-compl-dict):
11018 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
11019 * cedet/semantic/format.el (semantic-format-tag-custom-list)
11020 (semantic-format-tag-canonical-name-default):
11021 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
11022 (semantic-find-tags-for-completion)
11023 (semantic-find-tags-by-scope-protection-default)
11024 (semantic-deep-find-tags-for-completion):
11025 * cedet/semantic/edit.el
11026 (semantic-edits-incremental-reparse-failed-hook)
11027 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
11028 (semantic-edits-splice-remove, semantic-edits-splice-replace):
11029 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
11030 * cedet/semantic/dep.el (semantic-dependency-include-path):
11031 * cedet/semantic/db.el (semanticdb-default-find-index-class)
11032 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
11033 (semanticdb-project-roots):
11034 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
11035 (semanticdb-find-adebug-insert-scanned-tag-cons)
11036 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
11037 (semanticdb-brute-deep-find-tags-for-completion):
11038 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
11039 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
11040 (semantic-end-of-context-default)
11041 (semantic-ctxt-current-function-default)
11042 (semantic-ctxt-scoped-types-default):
11043 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
11044 (semantic-complete-inline-tag-engine)
11045 (semantic-complete-inline-custom-type)
11046 (semantic-complete-read-tag-analyzer):
11047 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
11048 (semantic-chart-database-size):
11049 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
11050 (semantic-analyze-current-context):
11051 * cedet/semantic/symref/list.el (semantic-symref)
11052 (semantic-symref-hide-buffer, semantic-symref-symbol):
11053 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
11054 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
11055 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
11056 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
11057 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
11058 (semantic-c-dereference-template):
11059 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
11060 (semantic--analyze-refs-full-lookup-with-parents)
11061 (semantic--analyze-refs-full-lookup-simple):
11062 * cedet/semantic/analyze/complete.el
11063 (semantic-analyze-possible-completions):
11064 * cedet/srecode/table.el (srecode-mode-table-new):
11065 * cedet/srecode/srt.el (srecode-read-variable-name):
11066 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
11067 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
11068 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
11069 * cedet/srecode/map.el (srecode-current-map):
11070 * cedet/srecode/insert.el (srecode-insert)
11071 (srecode-insert-variable-secondname-handler, srecode-insert-method)
11072 (srecode-template-inserter-point-override)
11073 (srecode-insert-include-lookup):
11074 * cedet/srecode/getset.el (srecode-auto-choose-class):
11075 * cedet/srecode/extract.el (srecode-inserter-extract):
11076 * cedet/srecode/document.el
11077 (srecode-document-autocomment-return-last-alist)
11078 (srecode-document-autocomment-param-type-alist)
11079 (srecode-document-insert-function-comment)
11080 (srecode-document-insert-variable-one-line-comment)
11081 (srecode-document-function-name-comment):
11082 * cedet/srecode/dictionary.el (srecode-create-dictionary)
11083 (srecode-compound-toString):
11084 * cedet/srecode/compile.el (srecode-flush-active-templates):
11085 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
11086 Doc/message fixes.
11087
11088 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
11089 match-data. (Bug#4555).
11090
11091 * cedet/semantic/bovine/gcc.el
11092 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
11093 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
11094
11095 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
11096 rather than parsing it as a regexp. This relaxes the layout
11097 requirements and makes errors easier to detect.
11098 (check-declare-verify): Check file is regular.
11099 (check-declare-directory): Doc fix.
11100 * subr.el (declare-function): Doc fix.
11101
11102 * ibuffer.el (ibuffer-format-qualifier):
11103 * isearch.el (hi-lock-regexp-okay):
11104 * calc/calc.el (math-zerop):
11105 * mail/uce.el (rmail-msgbeg, rmail-msgend):
11106 * term/w32-win.el (setup-default-fontset, set-fontset-font):
11107 Remove unused declarations.
11108
11109 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
11110
11111 * cedet/semantic/wisent/javat-wy.el
11112 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
11113
11114 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
11115
11116 * cedet/srecode/expandproto.el: Fix provide statement.
11117
11118 2009-09-30 Eric Ludlam <zappo@gnu.org>
11119
11120 * emacs-lisp/eieio.el (boolean-p): Delete.
11121
11122 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
11123
11124 * cedet/ede/srecode.el: Fix provide statement.
11125
11126 2009-09-30 Glenn Morris <rgm@gnu.org>
11127
11128 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
11129 * cedet/ede/proj-aux.el (ede-aux-source):
11130 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
11131 (ede-misc-source):
11132 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
11133 (semantic-mrub-switch-tags): Fix doc typos.
11134
11135 * cedet/semantic/db-global.el (data-debug-new-buffer)
11136 (data-debug-insert-thing): Remove unneeded declarations (one broken).
11137 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
11138
11139 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
11140
11141 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
11142 use of CL function `remove-if-not'.
11143
11144 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
11145
11146 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
11147 filename is not a string.
11148
11149 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
11150
11151 * files.el (safe-local-eval-forms): Fix typo.
11152
11153 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11154
11155 * vc-hooks.el (vc-dir-buffers): New var.
11156 (vc-state-refresh): New function.
11157 (vc-state): Use it.
11158 (vc-after-save): Always ask the backend to recompute the new state.
11159 Always call vc-dir if necessary, using vc-dir-buffers.
11160 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
11161 Use vc-dir-buffers.
11162 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
11163 (vc-dir-prepare-status-buffer, vc-dir-update)
11164 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
11165 Don't call expand-file-name on default-directory.
11166
11167 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
11168
11169 * speedbar.el (speedbar-item-delete):
11170 * calc/calc-prog.el (calc-kbd-if):
11171 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
11172
11173 * epa.el (epa-key-list-mode-map):
11174 * hi-lock.el (hi-lock-menu): Fix typos in menus.
11175
11176 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
11177 (hs-show-hook): Fix typo in docstring.
11178
11179 2009-09-29 Glenn Morris <rgm@gnu.org>
11180
11181 * cedet/semantic/symref/idutils.el:
11182 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
11183
11184 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
11185
11186 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
11187 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
11188 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
11189 Mark declarations not understood by check-declare.
11190
11191 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
11192 file-name-nondirectory call preventing location of cedet files.
11193 (check-declare-verify): Use literal search rather than re-search.
11194 Add basic defmethod and defclass, and define-overloadable-function.
11195
11196 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
11197 Use tramp-compat-file-attributes rather than nonexistent
11198 tramp-compat-handle-file-attributes.
11199
11200 * Makefile.in (lisptagsfiles4): New.
11201 (AUTOGENEL): Add cedet loaddefs files.
11202 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
11203 (update-elclist, compile-always, backup-compiled-files)
11204 (bootstrap-clean): Add yet another directory level.
11205 (update-elclist): Use LC_COLLATE rather than COLLATE.
11206 (ELCFILES): Update, via `make update-elclist'.
11207
11208 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
11209
11210 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
11211 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
11212 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
11213
11214 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
11215
11216 * Makefile.in (lisptagsfiles3): Define.
11217 (TAGS, TAGS-LISP): Use it.
11218 (update-elclist): Add third directory level to look for elc files.
11219 (compile-always): Likewise.
11220 (backup-compiled-files): Likewise.
11221 (bootstrap-clean): Likewise.
11222 (ELCFILES): Update.
11223
11224 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
11225
11226 * Makefile.in (ELCFILES): Add CEDET files.
11227
11228 2009-09-28 Eric Ludlam <zappo@gnu.org>
11229
11230 CEDET (development tools) package merged.
11231
11232 * cedet/*.el:
11233 * cedet/ede/*.el:
11234 * cedet/semantic/*.el:
11235 * cedet/srecode/*.el: New files.
11236
11237 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
11238
11239 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
11240
11241 * net/tramp.el (top): Require tramp-imap.
11242
11243 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
11244 Use `tramp-compat-handle-file-attributes'.
11245
11246 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11247
11248 * net/tramp-imap.el: New package.
11249
11250 2009-09-28 Eric Ludlam <zappo@gnu.org>
11251
11252 * emacs-lisp/chart.el:
11253 * emacs-lisp/eieio-base.el:
11254 * emacs-lisp/eieio-comp.el:
11255 * emacs-lisp/eieio-custom.el:
11256 * emacs-lisp/eieio-datadebug.el:
11257 * emacs-lisp/eieio-opt.el:
11258 * emacs-lisp/eieio-speedbar.el:
11259 * emacs-lisp/eieio.el: New files.
11260
11261 * cedet/cedet-cscope.el:
11262 * cedet/cedet-files.el:
11263 * cedet/cedet-global.el:
11264 * cedet/cedet-idutils.el:
11265 * cedet/data-debug.el:
11266 * cedet/inversion.el:
11267 * cedet/mode-local.el:
11268 * cedet/pulse.el: New files.
11269
11270 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11271
11272 * whitespace.el (whitespace-trailing-regexp)
11273 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
11274 Fix doc string.
11275
11276 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
11277
11278 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
11279 menu.
11280
11281 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
11282 menu-bar-ediff-menu.
11283
11284 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
11285 define-overloadable-function.
11286
11287 * progmodes/autoconf.el: Provide autoconf as well, so that this
11288 file can be `require'd.
11289
11290 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
11291
11292 * emacs-lisp/autoload.el (generated-autoload-feature)
11293 (generated-autoload-load-name): New vars.
11294 (autoload-rubric, autoload-generate-file-autoloads): Use them.
11295 (make-autoload): Recognize define-overloadable-function and
11296 defclass forms (for EIEIO).
11297
11298 * Makefile.in (update-subdirs): Exclude cedet directory.
11299
11300 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11301
11302 * term/ns-win.el: Don't set the region face background. (Bug#4381)
11303
11304 * faces.el: Default light-background background for region face to
11305 ns_selection_color under NS.
11306
11307 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
11308
11309 * net/imap-hash.el: New library, see NEWS.
11310
11311 * Makefile.in (ELCFILES): Add imap-hash.el.
11312
11313 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
11314
11315 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
11316 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
11317 * help-macro.el (make-help-screen): Avoid using an ambiguous function
11318 definition where the docstring could be taken for the return value.
11319
11320 2009-09-26 Glenn Morris <rgm@gnu.org>
11321
11322 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
11323 Add option to only show images below a certain size.
11324 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
11325 save-excursion calls.
11326
11327 2009-09-26 Eli Zaretskii <eliz@gnu.org>
11328
11329 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
11330 subdirectories) and eieio.
11331
11332 2009-09-26 Alan Mackenzie <acm@muc.de>
11333
11334 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
11335 buggy bracketing. (Bug#4289)
11336
11337 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
11338 character constants (as case labels). (Bug#4289)
11339
11340 2009-09-25 Juri Linkov <juri@jurta.org>
11341
11342 * files.el (safe-local-eval-forms): Allow time-stamp in
11343 before-save-hook (Bug#4554).
11344
11345 2009-09-25 Drew Adams <drew.adams@oracle.com>
11346
11347 * menu-bar.el (list-buffers-directory): Doc fix.
11348
11349 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11350
11351 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
11352 Try and avoid copying twice the same paragraph.
11353 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
11354 Remove save-excursion.
11355 (log-edit-changelog-entry): Do it here instead.
11356
11357 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
11358
11359 * bs.el (bs--get-file-name): Use `list-buffers-directory'
11360 when available, instead of hardcoding mode names. Doc fix.
11361
11362 * menu-bar.el (list-buffers-directory): Add docstring.
11363 Make automatically buffer-local.
11364
11365 * dired.el (dired-mode):
11366 * files.el (cd-absolute):
11367 * pcvs.el (cvs-temp-buffer):
11368 * pcvs-util.el (cvs-get-buffer-create):
11369 * shell.el (shell-mode):
11370 * vc-dir.el (vc-dir-mode):
11371 Don't make `list-buffers-directory' buffer local.
11372
11373 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
11374
11375 * comint.el (comint-exec, comint-run, make-comint):
11376 Doc fixes (Bug#4542).
11377
11378 2009-09-25 Glenn Morris <rgm@gnu.org>
11379
11380 * mail/rmailmm.el (rmail-mime): New custom group.
11381 Move all defcustoms in this file into this group.
11382 (rmail-mime-media-type-handlers-alist): Revert previous change.
11383 (rmail-mime-show-images): New option.
11384 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
11385 references to it, since it wasn't actually used for anything.
11386 (rmail-mime-insert-image): New function.
11387 (rmail-mime-image): Use rmail-mime-insert-image.
11388 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
11389 obey the value of `rmail-mime-show-images' option. Print the size of
11390 attachments.
11391
11392 2009-09-25 David Engster <deng@randomsample.de>
11393
11394 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
11395
11396 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11397
11398 * whitespace.el: Does not highlight trailing spaces While point is
11399 at end of line. Does not highligt spaces at beginning of buffer
11400 while point is at beginning of buffer. Does not highlight spaces
11401 at end of buffer while point is at end of buffer. (Bug#4177)
11402 New version 12.0.
11403 (whitespace-display-mappings): Adjust initialization.
11404 (whitespace-point, whitespace-font-lock-refontify): New vars.
11405 (whitespace-color-on, whitespace-color-off): Adjust code.
11406 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
11407 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
11408 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
11409
11410 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
11411
11412 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
11413
11414 * textmodes/sgml-mode.el: Remove xml-mode alias.
11415
11416 * files.el (auto-mode-alist, conf-mode-maybe)
11417 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
11418
11419 2009-09-24 Alan Mackenzie <acm@muc.de>
11420
11421 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
11422 c-forward-conditionals, but it doesn't move point and doesn't set
11423 the mark.
11424 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
11425 (c-down-conditional-with-else, c-backward-conditional)
11426 (c-forward-conditional): Refactor to use c-scan-conditionals.
11427
11428 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
11429
11430 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
11431 (help-default-arg-highlight): Remove.
11432 (help-highlight-arg): New function.
11433 (help-do-arg-highlight): Use it.
11434 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
11435
11436 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11437
11438 * term.el (term-set-scroll-region, term-handle-ansi-escape):
11439 Undo last change, which didn't fix the problem and introduced others.
11440
11441 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
11442
11443 * progmodes/gdb-mi.el: Don't require speedbar.
11444 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
11445
11446 2009-09-24 Glenn Morris <rgm@gnu.org>
11447
11448 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
11449
11450 * term/ns-win.el (ns-reg-to-script): Define for compiler.
11451
11452 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
11453 there is no newline after the final mime boundary. (Bug#4539)
11454 Move markers on insertion so that any buttons inserted don't end up in
11455 the next part of a multipart message.
11456 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
11457 (rmail-mime-bulk-handler): Optionally handle images.
11458 (rmail-mime-image): New button action.
11459 (rmail-mime-image-handler): New function.
11460 (rmail-mime-mode): New mode.
11461 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
11462
11463 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11464
11465 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
11466 than just dropping elements from it (bug#4504).
11467
11468 * term.el (term-set-scroll-region): Don't move cursor any more.
11469 (term-handle-ansi-escape): Call term-goto here instead.
11470 Suggested by Ivan Kanis <apple@kanis.eu>.
11471
11472 * term.el: Require CL.
11473 (term-ansi-reset): New function.
11474 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
11475 (term-handle-colors-array): Simplify.
11476
11477 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
11478
11479 * allout.el (allout-overlay-interior-modification-handler)
11480 (allout-obtain-passphrase):
11481 * epa-file.el (epa-file-write-region):
11482 * ps-print.el (ps-begin-job):
11483 * vc-hooks.el (vc-toggle-read-only):
11484 * vc-rcs.el (vc-rcs-rollback):
11485 * vc-sccs.el (vc-sccs-rollback):
11486 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
11487 (vc-version-diff, vc-revert, vc-rollback):
11488 * wdired.el (wdired-check-kill-buffer):
11489 * emacs-lisp/authors.el (authors):
11490 * net/socks.el (socks-open-connection):
11491 * net/zeroconf.el (zeroconf-service-add-hook):
11492 * obsolete/vc-mcvs.el (vc-mcvs-register):
11493 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
11494 (gdb-select-frame):
11495 * progmodes/grep.el (lgrep, rgrep):
11496 * progmodes/idlw-help.el (idlwave-help-check-locations)
11497 (idlwave-help-html-link, idlwave-help-assistant-open-link):
11498 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11499 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
11500 (reftex-toc-rename-label): Fix typos in error messages.
11501
11502 * dired-aux.el (dired-do-shell-command): Reflow docstring.
11503 (dired-copy-how-to-fn): Doc fix.
11504 (dired-files-attributes, dired-read-shell-command):
11505 Fix typos in docstrings.
11506
11507 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
11508 (dired-x-find-file-other-window): Reflow docstrings.
11509 (dired-omit-marker-char, dired-read-shell-command)
11510 (dired-x-submit-report): Fix typos in docstrings.
11511
11512 * shell.el (shell-mode-hook):
11513 * view.el (View-scroll-line-forward):
11514 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
11515 Fix typos in docstrings.
11516
11517 * net/dig.el (dig-invoke): Fix typo in docstring.
11518 (query-dig): Reflow docstring.
11519
11520 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
11521 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
11522 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
11523 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
11524 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
11525 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
11526 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
11527 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
11528 (idlwave-completion-map, idlwave-current-indent)
11529 (idlwave-custom-ampersand-surround, idlwave-customize)
11530 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
11531 (idlwave-define-abbrev, idlwave-determine-class-special)
11532 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
11533 (idlwave-end-block-reg, idlwave-end-of-statement)
11534 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
11535 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
11536 (idlwave-explicit-class-listed, idlwave-file-header)
11537 (idlwave-fill-paragraph, idlwave-find-class-definition)
11538 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
11539 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
11540 (idlwave-in-quote, idlwave-indent-action-table)
11541 (idlwave-indent-expand-table, idlwave-indent-line)
11542 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
11543 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
11544 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
11545 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
11546 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
11547 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
11548 (idlwave-outlawed-buffers, idlwave-popup-select)
11549 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
11550 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
11551 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
11552 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
11553 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
11554 (idlwave-statement-type, idlwave-struct-skip)
11555 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
11556 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
11557 (idlwave-what-module-find-class): Fix typos in docstrings.
11558 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
11559 (idlwave-calculate-cont-indent, idlwave-expand-equal)
11560 (idlwave-find-module, idlwave-find-structure-definition)
11561 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
11562 (idlwave-list-load-path-shadows, idlwave-next-statement)
11563 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
11564 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
11565 (idlwave-template): Reflow docstrings.
11566
11567 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
11568 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
11569 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
11570 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
11571 (idlwave-shell-display-line, idlwave-shell-display-wframe)
11572 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
11573 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
11574 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11575 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11576 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11577 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11578 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11579 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11580 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11581 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11582 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11583 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11584 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11585 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11586 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11587 Fix typos in docstrings.
11588 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11589 (idlwave-shell-hide-output, idlwave-shell-mode)
11590 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11591 Reflow docstrings.
11592
11593 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11594
11595 2009-09-24 Ivan Kanis <apple@kanis.eu>
11596
11597 * term.el (term-bold-attribute): New var.
11598 (term-handle-colors-array): Use it.
11599
11600 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
11601
11602 * progmodes/gdb-mi.el (gdb-version): New variable.
11603 (gdb-non-stop-handler): Set gdb-version.
11604 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11605 Condition "--thread" option on gdb-version.
11606 (gdb-invalidate-threads): Remove unused argument.
11607
11608 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11609
11610 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11611 to looking-back to avoid ridiculous slow down in large files (bug#4511).
11612
11613 2009-09-23 Glenn Morris <rgm@gnu.org>
11614
11615 * mail/rmail.el (rmail-reply): Don't try to add a References header when
11616 replying to mail without References or Message-Id. (Bug#4525)
11617
11618 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
11619
11620 * term/ns-win.el (ns-reg-to-script): New variable.
11621
11622 2009-09-23 Daiki Ueno <ueno@unixuser.org>
11623
11624 * epg.el (epg-wait-for-status): Preserve existing 'error results.
11625
11626 2009-09-22 Sam Steingold <sds@gnu.org>
11627
11628 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11629 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11630 to 1 because hg returns status 1 when nothing is found.
11631 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11632
11633 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11634
11635 * textmodes/fill.el: Convert to utf-8 encoding.
11636 (fill-french-nobreak-p): Remove redundant » and « inherited from our
11637 pre-Unicode days.
11638
11639 * add-log.el (change-log-fill-forward-paragraph): New function.
11640 (change-log-mode): Use it so fill-region DTRT.
11641 Set fill-indent-according-to-mode here rather than in
11642 change-log-fill-paragraph.
11643 (change-log-fill-paragraph): Remove.
11644
11645 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
11646
11647 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11648 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
11649
11650 2009-09-22 Glenn Morris <rgm@gnu.org>
11651
11652 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11653 the scroll-bar scroll the calendar window rather than the buffer.
11654
11655 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11656 commands that move point (as opposed to scrolling).
11657
11658 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11659
11660 * emacs-lisp/elint.el (elint): New custom group.
11661 (elint-log-buffer): Make it a defcustom.
11662 (elint-scan-preloaded, elint-ignored-warnings)
11663 (elint-directory-skip-re): New options.
11664 (elint-builtin-variables): Doc fix.
11665 (elint-preloaded-env): New variable.
11666 (elint-unknown-builtin-args): Add an entry for encode-time.
11667 (elint-extra-errors): Make it a variable rather than a constant.
11668 (elint-preloaded-skip-re): New constant.
11669 (elint-directory): Skip files matching elint-directory-skip-re.
11670 (elint-features): New variable, local to linted buffers.
11671 (elint-update-env): Initialize elint-features. Possibly add
11672 elint-preloaded-env to the buffer's environment.
11673 (elint-get-top-forms): Bind elint-current-pos, for log messages.
11674 Skip quoted forms.
11675 (elint-init-form): New function, extracted from elint-init-env.
11676 Make non-list forms a warning rather than an error.
11677 Add the mode-map for define-derived-mode. Handle define-minor-mode,
11678 easy-menu-define, put that adds an error-condition, and provide.
11679 When requiring cl, also require cl-macs. Really require cl, to handle
11680 some cl macros. Store required libraries in the list elint-features,
11681 so as not to re-load them. Treat cc-require like require.
11682 (elint-init-env): Call elint-init-form to do the work.
11683 Handle eval-and-compile and such like.
11684 (elint-add-required-env): Do not clear messages.
11685 (elint-special-forms): Add handlers for function, defalias, if, when,
11686 unless, and, or.
11687 (elint-form): Add optional argument to ignore elint-special-forms,
11688 useful to prevent recursive calls from handlers. Doc fix.
11689 Respect elint-ignored-warnings.
11690 (elint-form): Respect elint-ignored-warnings.
11691 (elint-bound-variable, elint-bound-function): New variables.
11692 (elint-unbound-variable): Respect elint-bound-variable.
11693 (elint-get-args): Respect elint-bound-function.
11694 (elint-check-cond-form): Add some simple handling for (f)boundp and
11695 featurep tests.
11696 (elint-check-defalias-form): New handler.
11697 (elint-check-let-form): Make an empty let a warning rather than an
11698 error.
11699 (elint-check-setq-form): Make an empty setq a warning rather than an
11700 error. Respect elint-ignored-warnings.
11701 (elint-check-defvar-form): Accept null doc-strings.
11702 (elint-check-conditional-form): New handler. Does some simple-minded
11703 checking of featurep and (f)boundp tests.
11704 (elint-put-function-args): New function.
11705 (elint-initialize): Use elint-scan-doc-file rather than
11706 elint-find-builtin-variables. Use elint-put-function-args.
11707 Possibly scan preloaded-file-list.
11708 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11709 extend to handle functions as well.
11710
11711 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
11712
11713 * linum.el (linum-delete-overlays, linum-update-window):
11714 Do not modify the right margin. (Bug#3971)
11715
11716 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
11717
11718 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11719 nxml-mode instead of xml-mode.
11720
11721 2009-09-21 Kevin Ryde <user42@zip.com.au>
11722
11723 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
11724
11725 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11726
11727 * net/dig.el (dig-mode): Use define-derived-mode.
11728
11729 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11730
11731 * vc-dispatcher.el (vc-do-command): Return the process object in
11732 the asynchronous case. Use when instead of if. Do not run
11733 vc-exec-after to display a message if not enabled. (Bug#4463)
11734
11735 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11736 properties to the stash strings.
11737 (vc-git-stash-list): Return a list of strings.
11738 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11739 (vc-git-stash-show-at-point): New functions.
11740 (vc-git-stash-map): New keymap.
11741
11742 * register.el (ctl-x-r-map): Define the keys here instead of
11743 using autoload.
11744
11745 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
11746
11747 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11748 list, to workaround performance problem (bug#4485).
11749
11750 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
11751
11752 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11753
11754 2009-09-20 Daiki Ueno <ueno@unixuser.org>
11755
11756 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11757 Document that this option is not recommended to use.
11758
11759 2009-09-19 Glenn Morris <rgm@gnu.org>
11760
11761 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11762 variable `var'.
11763
11764 * calc/calc-alg.el (var):
11765 * calc/calcalg2.el (var): Define for compiler.
11766
11767 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
11768
11769 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11770 Doc fix (Bug#3932).
11771
11772 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11773
11774 * time-stamp.el (time-stamp-month-dd-yyyy)
11775 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11776 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11777 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11778 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11779 Remove functions that have been obsolete since 1995 (Bug#4436).
11780
11781 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11782 indent buffer only if called interactively (Bug#4452).
11783
11784 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
11785 Eli Zaretskii <eliz@gnu.org>
11786
11787 This fixes bug#4197 (merged to bug#865, though not identical).
11788 * server.el (server-auth-dir): Add docstring note about FAT32.
11789 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11790 but warn against using them.
11791
11792 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
11793
11794 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11795 older GDB where there is no has_more field.
11796
11797 2009-09-19 Glenn Morris <rgm@gnu.org>
11798
11799 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11800
11801 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
11802
11803 * files.el (auto-mode-alist): Change default for XML files to nXML
11804 mode (Bug#4169).
11805
11806 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
11807
11808 * server.el (server-ensure-safe-dir): Pass 'integer
11809 to `file-attributes', as suggested.
11810
11811 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11812
11813 * dired-aux.el (dired-query-alist): Remove spurious backslash.
11814 (dired-query): Use read-key.
11815
11816 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
11817
11818 * cus-start.el (ns-use-qd-smoothing): Remove.
11819
11820 2009-09-18 Glenn Morris <rgm@gnu.org>
11821
11822 * allout.el (top-level): Remove unnecessary progn.
11823
11824 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
11825
11826 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
11827 definition of abbrev table.
11828
11829 * speedbar.el (speedbar-track-mouse):
11830 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
11831 * net/eudc.el (eudc-expand-inline):
11832 * net/newst-backend.el (newsticker--cache-read-feed):
11833 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
11834 condition-case handlers.
11835
11836 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
11837
11838 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
11839 (gdb-var-list): Add an element for has_more field.
11840 (gdb-non-stop-handler): Enable pretty printing for STL containers.
11841 (gdb-var-create-handler, gdb-var-list-children-handler-1)
11842 (gdb-var-update-handler-1): Parse output of dynamic variable
11843 objects (STL containers).
11844 (gdb-var-delete-1): Pass var1 as an explicit second argument.
11845 (gdb-get-field): Delete alias. Use bindat-get-field directly.
11846
11847 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
11848 gdb-var-list.
11849 (gud-speedbar-buttons): Make node expandable if expression "has more"
11850 children.
11851
11852 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
11853
11854 * startup.el (emacs-quick-startup): Remove variable and all uses.
11855 (command-line): Set `inhibit-x-resources' instead.
11856 (command-line-1): Use `inhibit-x-resources' instead.
11857
11858 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
11859
11860 * subr.el: Fix last change to avoid using the `unless' macro,
11861 which breaks bootstrapping.
11862
11863 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11864
11865 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
11866 extended definitions, in case we reload subr.el after having
11867 loaded CL.
11868 (eval-next-after-load): Mark as obsolete.
11869
11870 2009-09-17 Juri Linkov <juri@jurta.org>
11871
11872 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
11873 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
11874 (menu-bar-showhide-menu, menu-bar-tools-menu)
11875 (menu-bar-describe-menu, menu-bar-help-menu)
11876 (minibuffer-local-completion-map, minibuffer-local-map):
11877 Fix list quoting.
11878
11879 2009-09-17 Glenn Morris <rgm@gnu.org>
11880
11881 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
11882 arguments, whether or not it has a handler.
11883
11884 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
11885
11886 * simple.el (hard-newline): Give it a doc-string.
11887
11888 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11889 (lisp-mode-syntax-table): Give them doc-strings.
11890
11891 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11892
11893 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
11894 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
11895 (menu-bar-options-menu, menu-bar-showhide-menu)
11896 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
11897 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
11898 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
11899 (menu-bar-options-menu, menu-bar-tools-menu)
11900 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
11901 (menu-bar-help-menu):
11902 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
11903 string arguments.
11904
11905 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
11906 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
11907 calls for the menu names and :help.
11908
11909 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11910
11911 * mouse.el (minor-mode-menu-from-indicator): Pay attention
11912 to :minor-mode-function (bug#4455).
11913
11914 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11915
11916 * startup.el (command-line): Initialize the window-system after
11917 processing the command-line.
11918
11919 * textmodes/page.el (what-page): Make sure we don't inf-loop if
11920 page-delimiter matches the empty string.
11921
11922 2009-09-16 Glenn Morris <rgm@gnu.org>
11923
11924 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
11925 byte-compile-not-obsolete-var. It's a list now.
11926 (byte-compile-not-obsolete-funcs): New variable.
11927 (byte-compile-warn-obsolete): Don't warn about functions if they are in
11928 byte-compile-not-obsolete-funcs.
11929 (byte-compile-variable-ref, byte-compile-defvar): Update for
11930 byte-compile-not-obsolete-vars name-change and list nature.
11931 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
11932 and variables behind (f)boundp tests.
11933 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
11934
11935 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
11936
11937 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
11938
11939 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11940
11941 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
11942 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
11943 Don't autoload.
11944
11945 2009-09-15 Stephen Eglen <stephen@gnu.org>
11946
11947 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
11948 the virtual-buffers, use the name of the buffer specified by
11949 find-file-noselect, as the match may be a symlink. (This was a
11950 problem if the target and the symlink had different names.)
11951
11952 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11953
11954 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
11955
11956 * desktop.el (desktop-path): Check user-emacs-directory.
11957
11958 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
11959
11960 * loadup.el: Use after-load-functions to GC after loading each file.
11961 Remove the explicit GC calls that used to be sprinkled around.
11962
11963 * subr.el (after-load-functions): New hook.
11964 (do-after-load-evaluation): Run it. Use string-match-p to detect
11965 `obsolete' packages, rather than painfully extracting the relevant
11966 directory name.
11967
11968 2009-09-15 Glenn Morris <rgm@gnu.org>
11969
11970 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
11971 free variable `doc'.
11972
11973 * dired.el (dired-mode-map): Add menu entry for async shell command.
11974
11975 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
11976 variables, also consider the .elc files, since the .el files are
11977 normally gzipped (subsequent code locates the .el.gz from the .elc).
11978
11979 * calc/calc-prog.el (arglist): Define for compiler.
11980
11981 * calendar/diary-lib.el (diary-display-function): Change the default to
11982 fancy display.
11983 (body): Define for compiler.
11984
11985 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
11986 (byte-compile-file-form, byte-compile-lambda)
11987 (byte-compile-top-level-body, byte-compile-form)
11988 (byte-compile-variable-ref, byte-compile-setq)
11989 (byte-compile-setq-default, byte-compile-body)
11990 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
11991 (batch-byte-compile): Give some more local variables with common names
11992 a "bytecomp-" prefix to avoid masking warnings about free variables.
11993
11994 * startup.el (command-line-1): Give local variables with common names a
11995 distinguishing prefix, so as not to hide free variable warnings during
11996 bootstrap.
11997
11998 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
11999 clever and add a suffix to make a unique name, just let the user decide
12000 whether or not to overwrite it. If the input is a directory, write the
12001 default filename to that directory. (Bug#4388)
12002 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
12003 is a filename-as-a-directory.
12004
12005 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
12006
12007 * textmodes/page.el (what-page): Don't move to beginning of line.
12008 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
12009
12010 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
12011
12012 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
12013
12014 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
12015
12016 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
12017 * help.el (help-for-help-internal): Add purecopy calls for text.
12018
12019 * vc.el (top): print-log method now takes an optional SHORTLOG
12020 argument. Add a new method: root.
12021 (vc-root-diff, vc-print-root-log): New functions.
12022 (vc-log-short-style): New variable.
12023 (vc-print-log-internal): Add support for showing short logs.
12024
12025 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
12026 vc-print-root-log and vc-print-root-diff.
12027
12028 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
12029 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
12030 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
12031 short logs.
12032
12033 * vc-cvs.el (vc-cvs-print-log):
12034 * vc-mtn.el (vc-mtn-print-log):
12035 * vc-rcs.el (vc-rcs-print-log):
12036 * vc-sccs.el (vc-sccs-print-log):
12037 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
12038 that is ignored for now.
12039
12040 * vc-mtn.el (vc-mtn-annotate-command):
12041 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
12042
12043 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
12044
12045 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
12046 to function-key-map, and give them ascii-character property.
12047 * term/x-win.el (x-alternatives-map):
12048 * term/ns-win.el (ns-alternatives-map):
12049 * term/internal.el (msdos-key-remapping-map):
12050 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
12051
12052 2009-09-14 Glenn Morris <rgm@gnu.org>
12053
12054 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
12055 temp-buffers (2009-09-12).
12056
12057 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12058
12059 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
12060 the new read-key function.
12061
12062 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
12063
12064 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
12065 is defined (Bug#4405).
12066
12067 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
12068
12069 * recentf.el (recentf-cleanup): Use a hash table to find
12070 duplicates (Bug#4407).
12071
12072 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
12073
12074 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
12075 kp-0 to ascii equivalents (Bug#4325).
12076
12077 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
12078
12079 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
12080
12081 * eshell/em-hist.el:
12082 * eshell/em-dirs.el (eshell-complete-user-reference):
12083 Declare pcomplete functions and variables to avoid compiler warnings.
12084
12085 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
12086
12087 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
12088 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
12089 * eshell/em-alias.el (eshell-aliases-file):
12090 * eshell/em-hist.el (eshell-history-file-name):
12091 Use expand-file-name instead of concat to make file names (Bug#4308).
12092
12093 2009-09-13 Glenn Morris <rgm@gnu.org>
12094
12095 * ediff-merg.el (ediff-do-merge):
12096 * filesets.el (filesets-run-cmd):
12097 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
12098 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
12099 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
12100 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
12101 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
12102 Replace empty `let's with `progn'.
12103
12104 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12105
12106 * mail/sendmail.el (send-mail-function):
12107 * tooltip.el (tooltip-mode):
12108 * simple.el (transient-mark-mode):
12109 * rfn-eshadow.el (file-name-shadow-mode):
12110 * frame.el (blink-cursor-mode):
12111 * font-core.el (global-font-lock-mode):
12112 * files.el (temporary-file-directory)
12113 (small-temporary-file-directory, auto-save-file-name-transforms):
12114 * epa-hook.el (auto-encryption-mode):
12115 * composite.el (global-auto-composition-mode):
12116 Use custom-initialize-delay.
12117 * startup.el (command-line): Don't explicitly call
12118 custom-reevaluate-setting for all the above vars.
12119 * custom.el (custom-initialize-safe-set)
12120 (custom-initialize-safe-default): Delete.
12121
12122 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12123
12124 * term/x-win.el (x-initialize-window-system):
12125 * term/w32-win.el (w32-initialize-window-system):
12126 * term/ns-win.el (ns-initialize-window-system): Don't call
12127 mouse-wheel-mode since it's enabled globally by default already.
12128
12129 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
12130 actually define the variable, but only silences the byte-compiler.
12131 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
12132 before looking it up.
12133 (mouse-wheel-scroll-amount): Also reset the bindings if this value
12134 is changed.
12135
12136 2009-09-12 Glenn Morris <rgm@gnu.org>
12137
12138 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
12139 1000.
12140 (elint-add-required-env): Don't beep on error.
12141 (elint-forms): In case of error, return ENV unchanged.
12142 (elint-init-env): Skip non-list forms.
12143 (elint-log): Handle unknown file positions.
12144
12145 2009-09-12 Daiki Ueno <ueno@unixuser.org>
12146
12147 * epg.el (epg-make-context): Add autoload cookie.
12148 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
12149 (epg-decrypt-string, epg-start-verify, epg-verify-file)
12150 (epg-verify-string, epg-start-sign, epg-sign-file)
12151 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
12152 (epg-encrypt-string, epg-start-export-keys)
12153 (epg-export-keys-to-file, epg-export-keys-to-string)
12154 (epg-start-import-keys, epg-import-keys-from-file)
12155 (epg-import-keys-from-string, epg-start-receive-keys)
12156 (epg-receive-keys, epg-import-keys-from-server)
12157 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
12158 (epg-sign-keys, epg-start-generate-key)
12159 (epg-generate-key-from-file, epg-generate-key-from-string):
12160 Remove autoload cookie.
12161
12162 2009-09-12 Eli Zaretskii <eliz@gnu.org>
12163
12164 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
12165 reevaluation of trash-directory.
12166
12167 * mwheel.el: Fix last change.
12168 (mouse-wheel-mode): New defvar.
12169 (mouse-wheel-mode): Remove autoload cookie.
12170
12171 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12172
12173 * mwheel.el (mwheel-installed-bindings): New var.
12174 (mouse-wheel-mode): Use it, so as to make sure we really remove all
12175 the bindings we set last time. Use custom-initialize-delay.
12176 * loadup.el: Load mwheel after term/*-win.el.
12177 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
12178 and mouse-wheel-up-event now that their first evaluation is done
12179 sufficiently late to be correct.
12180
12181 * startup.el (tutorial-directory): Make it a defcustom.
12182 Use custom-initialize-delay rather than eval-at-startup to set it.
12183 * image.el (image-load-path): Make it a defcustom.
12184 Use custom-initialize-delay rather than eval-at-startup to set it.
12185 * subr.el (eval-at-startup): Remove.
12186 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
12187
12188 * subr.el (do-after-load-evaluation): Warn the user after loading an
12189 obsolete package.
12190
12191 2009-09-12 Glenn Morris <rgm@gnu.org>
12192
12193 * proced.el (proced-mark-alt): Remove alias.
12194 (proced-mode-map): Remove proced-mark-alt.
12195
12196 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
12197 Elint file and directory. Remove initialization entry.
12198
12199 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
12200 commands.
12201 (elint-current-buffer): Set mode-line-process.
12202 (elint-init-env): Handle define-derived-mode.
12203 Fix declare-function with unspecified arglist. Guard against odd
12204 defalias statements (eg iso-insert's 8859-1-map).
12205 (elint-add-required-env): Use a temp buffer.
12206 (elint-form): Just print the function/macro name, not the whole form.
12207 Return env unchanged if we fail to parse a macro.
12208 (elint-forms): Guard against parse errors.
12209 (elint-output): New function, to handle batch mode.
12210 (elint-log-message): Add optional argument. Use elint-output.
12211 (elint-set-mode-line): New function.
12212
12213 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
12214
12215 * emacs-lisp/elp.el (elp-not-profilable): Add more
12216 functions (Bug#4233).
12217
12218 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
12219
12220 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
12221 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
12222
12223 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
12224
12225 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
12226 (gdb-var-list-children): Use json parsing.
12227
12228 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
12229
12230 * progmodes/js.el (js--proper-indentation): Handle the case where
12231 char-before is null. Reported by Deniz Dogan.
12232
12233 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
12234
12235 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
12236
12237 2009-09-11 Daiki Ueno <ueno@unixuser.org>
12238
12239 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
12240 (epg-digest-algorithm-alist): Add SHA224.
12241 (epg-context-set-passphrase-callback)
12242 (epg-context-set-progress-callback): Add description about
12243 callback function.
12244
12245 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12246
12247 * custom.el (custom-delayed-init-variables): New var.
12248 (custom-initialize-delay): New function.
12249 * startup.el (command-line): "Re"evaluate all vars in
12250 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
12251 explicitly any more.
12252 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
12253 to avoid creating a ~/.emacs.d at build-time (bug#4347).
12254
12255 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
12256
12257 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
12258
12259 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
12260 (gdb-var-update-handler): Use json parsing.
12261
12262 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
12263
12264 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
12265 decode annotated text, regardless of language environment. (Bug#2741)
12266
12267 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12268
12269 * Makefile.in (autoloads): Make rmail.el writable as well.
12270
12271 2009-09-11 Glenn Morris <rgm@gnu.org>
12272
12273 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
12274 loaddefs.el.
12275 * dired.el: Regenerate with extracted autoloads.
12276 * Makefile.in (autoloads): Make dired.el writable.
12277
12278 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
12279 * ibuffer.el: Regenerate with extracted autoloads.
12280 * Makefile.in (autoloads): Make ibuffer.el writable.
12281
12282 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
12283 * version.el (emacs-copyright, emacs-major-version)
12284 (emacs-minor-version): Reformat doc-strings for make-docfile.
12285
12286 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
12287 functions and variables, since they must be stuff specific to some other
12288 platform.
12289 (apropos-print): Make mouse-click message less specific about button.
12290
12291 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
12292 that records where a macro was defined.
12293 * help-fns.el (describe-function-1): Mention if a function has a
12294 compiler-macro.
12295 * help-mode.el (help-function-cmacro): New button.
12296
12297 * locate.el (top-level): Always require dired.
12298 (locate-mode-map): Initialize inside the defvar.
12299
12300 * net/ange-ftp.el (dired-compress-file): Declare.
12301 (ange-ftp-dired-compress-file): Add doc string.
12302
12303 * term/ns-win.el (x-display-name, x-setup-function-keys):
12304 Unify doc-strings with X versions.
12305
12306 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12307
12308 * emulation/crisp.el (crisp-mode-map): Move initialization
12309 into declaration.
12310 (crisp-mode): Use define-minor-mode.
12311
12312 * progmodes/xscheme.el (xscheme-evaluation-commands):
12313 Put a :advertised-binding property rather than using
12314 advertised-xscheme-send-previous-expression.
12315 (advertised-xscheme-send-previous-expression): Declare obsolete.
12316 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
12317 `advertised-undo'.
12318 (crisp-mode): Add corresponding bindings to
12319 undo's :advertised-binding instead.
12320 * dired.el (dired-mode-map): Put a :advertised-binding property rather
12321 than using dired-advertised-find-file.
12322 (dired-advertised-find-file):
12323 * simple.el (advertised-undo):
12324 * wid-edit.el (advertised-widget-backward): Declare obsolete.
12325 (widget-keymap): Put a :advertised-binding property rather
12326 than using advertised-widget-backward.
12327 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
12328 than using advertised-undo.
12329 * tutorial.el (tutorial--default-keys): Adjust accordingly.
12330
12331 2009-09-10 Simon South <ssouth@slowcomputing.org>
12332
12333 * progmodes/delphi.el (delphi-tab): Indent region when Transient
12334 Mark mode is enabled and region is active; otherwise indent or
12335 insert TAB as usual.
12336 (delphi-mode): Update description of TAB-key binding.
12337
12338 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12339
12340 * subr.el (define-key-rebound-commands): Mark obsolete.
12341 * startup.el (precompute-menubar-bindings): Remove.
12342 (normal-top-level): Remove obsolete code that tried to precompute
12343 menubar bindings.
12344 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
12345 define-key-rebound-commands and precompute-menubar-bindings.
12346
12347 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
12348
12349 * net/imap.el (imap-interactive-login): Better messages.
12350 (imap-open): Fix bug with renamed buffer on reconnect.
12351 (imap-authenticate): Add buffer-local imap-last-authenticator variable
12352 for easier debugging and cleaner code. On successful (guessed based on
12353 server capabilities) secondary authentication, set imap-state
12354 correctly.
12355 (imap-last-authenticator): Define imap-last-authenticator as a variable
12356 to avoid warnings.
12357
12358 2009-09-10 Glenn Morris <rgm@gnu.org>
12359
12360 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
12361
12362 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
12363 (byte-compile-file-form-autoload): Don't warn about unknown functions
12364 where the autoload statement comes after the use.
12365 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
12366 that any handlers inside the body (eg require) are in turn respected.
12367
12368 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
12369 effects.
12370
12371 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
12372 and syntax and abbrev tables basic docs, if they don't have any.
12373
12374 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
12375
12376 * international/mule-cmds.el (top-level): Require cl when compiling.
12377 (view-hello-file): Use default-value rather than
12378 default-enable-multibyte-characters.
12379
12380 * progmodes/fortran.el: Move all safe and risky properties into the
12381 defcustoms.
12382
12383 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
12384 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
12385 * mail/undigest.el:
12386 Put autoloads in rmail.el rather than loaddefs.el.
12387 * mail/rmail.el: Regenerate with extracted autoloads.
12388
12389 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
12390 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
12391
12392 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
12393
12394 Reported in thread for Bug#4375.
12395 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
12396 "-data-evaluate-expression" instead of print.
12397 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
12398 (gdb-tooltip-print): Parse output from above MI command.
12399 (gdb): Revert 2009-08-11 change. User should detach inferior
12400 manually.
12401
12402 Remove the word "separate" from IO functions as inferior
12403 output is now never displayed in the GUD buffer.
12404
12405 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
12406
12407 * startup.el (command-line-normalize-file-name): On Windows and
12408 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
12409
12410 2009-09-10 Juri Linkov <juri@jurta.org>
12411
12412 * isearch.el (isearch-text-char-description): Propertize escape
12413 character sequences with the `escape-glyph' face. (Bug#4344)
12414
12415 * simple.el (shell-command): Set asynchronous process filter to
12416 `comint-output-filter'. (Bug#4343)
12417
12418 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
12419 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
12420 the list. Move "asm" to the bottom.
12421 (grep-find-ignored-directories): Add `choice' with nil value
12422 to empty the list easily.
12423 (grep-find-ignored-files): New option.
12424 (grep-files-history): Set to nil by default instead of '("ch" "el").
12425 (grep-compute-defaults): Add "<X>" to `grep-template'.
12426 (grep-read-files): Bind new local variables `default-alias' and
12427 `default-extension'. Use a list of default values for the file prompt.
12428 (lgrep): Add `--exclude=' command line options composed from
12429 `grep-find-ignored-files'.
12430 (rgrep): Add `-name' command line options composed from
12431 `grep-find-ignored-files'. (Bug#4301)
12432
12433 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
12434
12435 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
12436 (bug#4368).
12437
12438 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12439
12440 * calendar/time-date.el (autoload):
12441 Expand define-obsolete-function-alias into defalias and make-obsolete
12442 for old Emacsen that Gnus supports.
12443 (with-no-warnings): Define it for old Emacsen.
12444 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12445 is available.
12446 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12447 float-time is available; suppress compile warning for time-to-seconds.
12448
12449 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
12450
12451 * net/imap.el (imap-message-map): Docstring fix.
12452
12453 2009-09-09 Glenn Morris <rgm@gnu.org>
12454
12455 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
12456 line numbers too. (Bug#4374)
12457
12458 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
12459
12460 * smerge-mode.el (smerge-remove-props, smerge-refine):
12461 Use with-silent-modifications (bug#4342).
12462
12463 * subr.el (with-silent-modifications): New macro.
12464
12465 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
12466
12467 * files.el (top-level): Require `cl' when compiling.
12468
12469 2009-09-07 Glenn Morris <rgm@gnu.org>
12470
12471 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
12472
12473 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
12474 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
12475
12476 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
12477
12478 * vc-git.el (vc-git-annotate-command): Use separator to parse
12479 arguments correctly.
12480
12481 2009-09-06 Eli Zaretskii <eliz@gnu.org>
12482
12483 * proced.el (proced-mode): Doc fix.
12484
12485 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
12486
12487 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
12488 lstat fails.
12489 (tramp-do-file-attributes-with-ls): Check for file existence at
12490 remote end.
12491 (tramp-do-file-attributes-with-stat): Likewise.
12492 (tramp-convert-file-attributes): Return nil when attr is nil.
12493
12494 2009-09-05 Glenn Morris <rgm@gnu.org>
12495
12496 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
12497 properties to this button.
12498 (diary-fancy-display): Don't extend the button to the final newline.
12499 (diary-fancy-display-mode): Continue to define "q" as a local key.
12500
12501 * calendar/cal-china.el (holiday-chinese): Make it slightly more
12502 efficient.
12503
12504 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
12505
12506 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
12507 (byte-compile-dest-file-function): New option.
12508 (byte-compile-dest-file): Doc fix.
12509 Obey byte-compile-dest-file-function.
12510 (byte-compile-cl-file-p): New function.
12511 (byte-compile-eval): Only suppress noruntime warnings about cl functions
12512 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
12513 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
12514 than for file being previously loaded.
12515 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
12516 (byte-compile-file-form-require): Handle the case where requiring a file
12517 indirectly causes CL to be loaded.
12518
12519 2009-09-05 Karl Fogel <kfogel@red-bean.com>
12520
12521 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
12522 before killing the old buffer, since by the time `kill-buffer' is
12523 run so many buffer variables have been set to nil that it may not
12524 behave as expected. (Bug#4061)
12525
12526 2009-09-05 Karl Fogel <kfogel@red-bean.com>
12527
12528 * files.el (find-alternate-file): If the old buffer is modified
12529 and visiting a file, behave similarly to `kill-buffer' when
12530 killing it, thus reverting to the pre-1.878 behavior; see
12531 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
12532 for discussion. Also, consult `buffer-file-name' as a variable
12533 not as a function, for consistency with the rest of the code.
12534
12535 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
12536
12537 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
12538 also when adding a new directory.
12539
12540 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
12541 defun.
12542
12543 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
12544
12545 * files.el (locate-file-completion-table): Make it provide boundary
12546 information, so partial-completion works better.
12547
12548 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
12549
12550 * mail/footnote.el (Footnote-text-under-cursor):
12551 Check footnote-text-marker-alist before using it (bug#4324).
12552
12553 2009-09-04 Glenn Morris <rgm@gnu.org>
12554
12555 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
12556 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
12557 * play/solitaire.el, play/tetris.el:
12558 Remove leading * from defcustom and defface docs.
12559
12560 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
12561 necessary.
12562 (diary-fancy-overriding-map): New variable.
12563 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
12564 Use view-mode.
12565
12566 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
12567 goto-line.
12568
12569 2009-09-03 Glenn Morris <rgm@gnu.org>
12570
12571 * arc-mode.el (archive-mode):
12572 * dos-fns.el (set-default-process-coding-system):
12573 * man.el (Man-getpage-in-background):
12574 * menu-bar.el (menu-bar-describe-menu):
12575 * server.el (server-process-filter):
12576 * startup.el (command-line):
12577 * tar-mode.el (tar-header-block-tokenize, tar-extract):
12578 * w32-fns.el (set-default-process-coding-system):
12579 * x-dnd.el (x-dnd-handle-file-name):
12580 * international/mule-cmds.el (mule-menu-keymap)
12581 (set-default-coding-systems, language-info-alist, set-language-info)
12582 (set-language-environment, standard-display-european-internal)
12583 (set-locale-environment):
12584 * international/mule-diag.el (mule-diag):
12585 * mail/emacsbug.el (report-emacs-bug):
12586 * mail/rmail.el (rmail-mode):
12587 * mail/sendmail.el (mail-setup):
12588 Use default-value rather than default-enable-multibyte-characters.
12589
12590 * progmodes/f90.el: Move all safe properties into the defcustoms.
12591 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12592
12593 * calendar/appt.el (appt-check):
12594 * calendar/diary-lib.el (diary-set-header, diary-live-p)
12595 (diary-check-diary-file, diary-list-entries)
12596 (diary-include-other-diary-files, diary-simple-display)
12597 (diary-fancy-display, diary-print-entries)
12598 (diary-mark-included-diary-files, diary-make-entry):
12599 Don't call substitute-in-file-name on diary-file.
12600
12601 2009-09-03 Eduard Wiebe <usenet@pusto.de>
12602 Stefan Monnier <monnier@iro.umontreal.ca>
12603
12604 * mail/footnote.el (footnote-prefix): Make it a defcustom.
12605 (footnote-mode-map): Move initialization into the declaration.
12606 (footnote-minor-mode-map): Define it rather than changing global-map.
12607 (footnote-mode): Use define-minor-mode.
12608
12609 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
12610
12611 * net/tramp.el (tramp-handle-file-attributes-with-ls)
12612 (tramp-do-file-attributes-with-perl)
12613 (tramp-do-file-attributes-with-stat): Rename from
12614 `tramp-handle-file-attributes-with-*'.
12615 (tramp-handle-file-attributes): Use them.
12616 (tramp-do-directory-files-and-attributes-with-perl)
12617 (tramp-do-directory-files-and-attributes-with-stat): Rename from
12618 `tramp-handle-directory-files-and-attributes-with-*'.
12619 (tramp-handle-directory-files-and-attributes): Use them.
12620 (tramp-method-out-of-band-p): Additional parameter SIZE.
12621 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12622 (tramp-handle-write-region): Use it.
12623 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12624 (tramp-handle-vc-registered): Check, whether the first run did
12625 return files to be tested.
12626 (tramp-advice-make-auto-save-file-name): Do not call directly
12627 `tramp-handle-make-auto-save-file-name', because this would bypass
12628 the locking mechanism.
12629
12630 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12631 (file-remote-p, process-file, start-file-process, set-file-times)
12632 (tramp-compat-file-attributes): Compatibility functions shall not
12633 call directly `tramp-handle-*', because this would bypass the
12634 locking mechanism.
12635 (tramp-compat-number-sequence): New defun.
12636
12637 2009-09-02 Glenn Morris <rgm@gnu.org>
12638
12639 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12640 alias for float-time.
12641 (time-to-number-of-days): In Emacs, use float-time.
12642 * net/newst-backend.el (time-add): Suppress warnings from compat
12643 function.
12644 * time.el (emacs-uptime, emacs-init-time):
12645 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12646 Use float-time rather than time-to-seconds.
12647
12648 * minibuffer.el (completion-initials-expand): Fix typo.
12649
12650 * faces.el (modeline, modeline-inactive, modeline-highlight)
12651 (modeline-buffer-id):
12652 * info.el (info-menu-5): Mark these face aliases as obsolete.
12653
12654 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
12655
12656 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12657 space ...
12658 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12659 no "--thread" option.
12660 (gdb-stopped): Don't print "Switched to thread" message when it is
12661 unchanged.
12662
12663 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
12664
12665 * minibuffer.el (completion-try-completion)
12666 (completion-all-completions): Remove ill-defined (and
12667 mistakenly installed and luckily never used nor documented)
12668 `completion-styles' property.
12669 (completion-initials-expand, completion-initials-all-completions)
12670 (completion-initials-try-completion): New functions.
12671 (completion-styles-alist): Add doc to each entry.
12672 Add new `initials' entry.
12673
12674 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
12675
12676 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12677 MI command -var-evaluate-expression.
12678 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12679 and tweak for case of string child.
12680 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12681
12682 2009-09-01 Glenn Morris <rgm@gnu.org>
12683
12684 * add-log.el (change-log-date-face, change-log-name-face)
12685 (change-log-email-face, change-log-file-face, change-log-list-face)
12686 (change-log-conditionals-face, change-log-function-face)
12687 (change-log-acknowledgement-face):
12688 * cus-edit.el (custom-invalid-face, custom-rogue-face)
12689 (custom-modified-face, custom-set-face, custom-changed-face)
12690 (custom-saved-face, custom-button-face, custom-button-pressed-face)
12691 (custom-documentation-face, custom-state-face, custom-comment-face)
12692 (custom-comment-tag-face, custom-variable-tag-face)
12693 (custom-variable-button-face, custom-face-tag-face)
12694 (custom-group-tag-face-1, custom-group-tag-face):
12695 * diff-mode.el (diff-header-face, diff-file-header-face)
12696 (diff-index-face, diff-hunk-header-face, diff-removed-face)
12697 (diff-added-face, diff-changed-face, diff-function-face)
12698 (diff-context-face, diff-nonexistent-face):
12699 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12700 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12701 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12702 (Info-title-4-face):
12703 * isearch.el (isearch-lazy-highlight-face):
12704 * log-view.el (log-view-file-face, log-view-message-face):
12705 * paren.el (show-paren-match-face, show-paren-mismatch-face):
12706 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12707 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12708 (cvs-msg-face):
12709 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12710 (smerge-base-face, smerge-markers-face):
12711 * wid-edit.el (widget-documentation-face, widget-button-face)
12712 (widget-field-face, widget-single-line-field-face)
12713 (widget-inactive-face, widget-button-pressed-face):
12714 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12715 (woman-addition-face):
12716 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12717 (eshell-ls-executable-face, eshell-ls-readonly-face)
12718 (eshell-ls-unreadable-face, eshell-ls-special-face)
12719 (eshell-ls-missing-face, eshell-ls-archive-face)
12720 (eshell-ls-backup-face, eshell-ls-product-face)
12721 (eshell-ls-clutter-face):
12722 * eshell/em-prompt.el (eshell-prompt-face):
12723 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12724 * obsolete/old-whitespace.el (whitespace-highlight-face):
12725 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12726 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12727 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12728 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12729 (antlr-font-lock-literal-face):
12730 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12731 (ebrowse-root-class-face, ebrowse-file-name-face)
12732 (ebrowse-default-face, ebrowse-member-attribute-face)
12733 (ebrowse-member-class-face, ebrowse-progress-face):
12734 * progmodes/make-mode.el (makefile-space-face):
12735 * progmodes/sh-script.el (sh-heredoc-face):
12736 * textmodes/flyspell.el (flyspell-incorrect-face)
12737 (flyspell-duplicate-face):
12738 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12739 * textmodes/texinfo.el (texinfo-heading-face):
12740 Mark face aliases with "-face" suffix as obsolete.
12741
12742 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12743 compiler.
12744
12745 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12746 (eudc-bob-sound-menu): Use defvar rather than defconst, since
12747 easy-menu-define wants to modify these.
12748
12749 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12750
12751 * net/browse-url.el (browse-url-file-url):
12752 * term/internal.el (dos-codepage-setup):
12753 Use default-value rather than default-enable-multibyte-characters.
12754
12755 * progmodes/etags.el (etags-goto-tag-location):
12756 * progmodes/flymake.el (flymake-highlight-line)
12757 (flymake-goto-file-and-line, flymake-goto-line):
12758 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12759 (gdb-goto-breakpoint):
12760 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12761 * progmodes/python.el (python-find-function)
12762 (python-pdbtrack-track-stack-file):
12763 * progmodes/verilog-mode.el (verilog-surelint-off):
12764 * term/ns-win.el (ns-open-file-select-line):
12765 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12766 Use forward-line rather than goto-line.
12767
12768 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12769 * textmodes/reftex-index.el (reftex-display-index):
12770 * textmodes/reftex-ref.el (reftex-offer-label-menu):
12771 * textmodes/reftex-toc.el (reftex-toc):
12772 Remove unnecessary bindings of default-major-mode (all are followed by
12773 major-mode check and possible mode switch).
12774
12775 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
12776
12777 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12778 Handle watchpoints (bug#4282).
12779 (def-gdb-thread-buffer-command): Enable thread to be selected by
12780 clicking without selecting threads buffer first.
12781 (gdb-current-context-command): Use selected frame so that "up",
12782 "down" etc work in the GUD buffer.
12783 (gdb-update): Find selected frame before rendering stack buffer.
12784 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12785
12786 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
12787
12788 * progmodes/sym-comp.el (displayed-completions): Remove.
12789 (symbol-complete): Use minibuffer-complete.
12790
12791 2009-08-31 Glenn Morris <rgm@gnu.org>
12792
12793 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12794
12795 * apropos.el (apropos-symbols-internal):
12796 Handle (obsolete) face aliases.
12797
12798 * faces.el (describe-face): Adjust the output format to be more like
12799 describe-variable, and to mention (obsolete) face aliases.
12800 Adjust the whitespace so that help-setup-xref works.
12801
12802 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12803 * calendar/diary-lib.el (diary-button-face):
12804 Mark these face aliases as obsolete.
12805
12806 * calendar/calendar.el (calendar-today): Doc fix.
12807
12808 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
12809
12810 * progmodes/gdb-mi.el (gdb-control-all-threads)
12811 (gdb-control-current-thread): Force tool bar update.
12812 (gdb-non-stop-handler): New function.
12813 (gdb-init-1): Use it to test if non-stop mode is supported.
12814 Remove unused gdbmi buffer type.
12815
12816 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
12817
12818 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12819 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
12820
12821 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
12822
12823 * comint.el (comint-exec-1): Check command is non-null first.
12824 Part of gdb-mi.el change (2009-08-28).
12825
12826 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12827
12828 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
12829
12830 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
12831
12832 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
12833 instead of `dolist' to avoid a recursive require when bootstrapping.
12834
12835 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12836
12837 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
12838
12839 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
12840
12841 * net/imap.el (imap-send-command): Simplify.
12842 (imap-wait-for-tag): point-max -> buffer-size.
12843
12844 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
12845
12846 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
12847 with constant argument.
12848
12849 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
12850
12851 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
12852
12853 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
12854 Change default, since most of our files don't have a history.
12855 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
12856 the user.
12857
12858 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12859 Add comint-run.
12860
12861 * calc/calc.el: Improve commenting convention.
12862 (calc-digit-map, toplevel): Simplify.
12863
12864 * comint.el (comint-insert-input): Be careful to only set point if we
12865 don't delegate to some other command.
12866
12867 * proced.el (proced-signal-list): Make it an alist.
12868 (proced-grammar-alist): Capitalize names.
12869 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
12870 Disable undo manually and make it read-only.
12871 Use completion-annotate-function.
12872
12873 * minibuffer.el (minibuffer-message): If the current buffer is not
12874 a minibuffer, insert the message in the echo area rather than at the
12875 end of the buffer.
12876 (completion-annotate-function): New variable.
12877 (minibuffer-completion-help): Use it.
12878 (completion--embedded-envvar-table): Environment vars are
12879 always case-sensitive.
12880
12881 2009-08-30 Glenn Morris <rgm@gnu.org>
12882
12883 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
12884 from fortran-current-defun.
12885 (fortran-beginning-of-subprogram): Be more precise about finding the
12886 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
12887 (fortran-end-of-subprogram): Simplify.
12888 (fortran-current-defun): Use fortran-start-prog-re.
12889
12890 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
12891
12892 * subr.el (do-after-load-evaluation): Simplify.
12893
12894 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
12895
12896 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
12897
12898 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
12899 (vc-rcs-print-log): Use it.
12900
12901 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
12902
12903 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12904
12905 * paths.el (abbrev-file-name): Move to abbrev.el.
12906 * abbrev.el (abbrev-file-name): Move from paths.el.
12907 Obey user-emacs-directory.
12908 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
12909 user-emacs-directory.
12910 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
12911 abbrev-file-name and calc-settings-file any more.
12912 * startup.el (command-line): Recompute abbrev-file-name and
12913 abbreviated-home-dir.
12914 (normal-no-mouse-startup-screen): Improve the generic code and get rid
12915 of the special code for when C-h bindings haven't been changed.
12916 (display-startup-echo-area-message): Use with-current-buffer.
12917 (command-line-1): Use a list of strings, rather than a list of lists
12918 of strings for longopts.
12919
12920 * files.el (get-free-disk-space): Use / for default-directory.
12921
12922 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
12923 Use with-current-buffer.
12924
12925 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
12926 Recognize immutable variables like most-positive-fixnum.
12927 (byte-compile-setq-default): Check and warn if trying to assign
12928 to an immutable variable, or a non-variable.
12929
12930 * progmodes/cc-vars.el (c-comment-continuation-stars):
12931 * progmodes/cc-engine.el (c-looking-at-bos):
12932 * progmodes/cc-cmds.el (c-toggle-auto-state)
12933 (c-forward-into-nomenclature, c-backward-into-nomenclature)
12934 (c-comment-line-break-function): Add version of obsolescence.
12935
12936 2009-08-28 Juri Linkov <juri@jurta.org>
12937
12938 * files.el (magic-fallback-mode-alist): Add ZIP magic number
12939 associated with `archive-mode'.
12940
12941 * image.el (image-type-header-regexps): Use only JPEG magic number
12942 to determine JPEG images, and don't use `image-jpeg-p' because
12943 Emacs can display non-JFIF non-Exif JPEG images.
12944
12945 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
12946
12947 * arc-mode.el (archive-mode):
12948 * emacs-lisp/re-builder.el (re-builder-unload-function):
12949 Protect against the default value of `major-mode' being nil.
12950
12951 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
12952
12953 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
12954 Fix typos in docstrings.
12955
12956 * progmodes/js.el (js--macro-decl-re): Doc fix.
12957 (js--plain-method-re, js--split-name): Refloc docstring.
12958 (js--class-styles, js--make-merged-item, js--splice-into-items):
12959 Fix typos in docstrings; reflow docstrings.
12960 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
12961 (js--variable-decl-matcher, js--inside-pitem-p)
12962 (js--parse-state-at-point, js--get-all-known-symbols)
12963 (js--symbol-history, js-find-symbol, js--js-references)
12964 (js--moz-interactor, js--js-encode-value, js--read-tab):
12965 Fix typos in docstrings.
12966
12967 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12968
12969 * textmodes/reftex.el (reftex-get-file-buffer-force):
12970 * progmodes/verilog-mode.el (verilog-batch-execute-func):
12971 * emulation/viper.el (viper-go-away, viper-set-hooks):
12972 * emacs-lisp/re-builder.el (re-builder-unload-function):
12973 * emacs-lisp/bytecomp.el (byte-compile-file):
12974 * ses.el (ses-unload-function):
12975 * hexl.el (hexl-find-file):
12976 * files.el (normal-mode):
12977 * ehelp.el (with-electric-help):
12978 * autoinsert.el (auto-insert-alist):
12979 * arc-mode.el (archive-mode):
12980 Use (default-value 'major-mode) instead of default-major-mode.
12981
12982 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
12983 * international/mule.el (load-with-code-conversion):
12984 * emacs-lisp/debug.el (debug):
12985 * ediff-vers.el (ediff-rcs-get-output-buffer):
12986 * dired.el (dired-internal-noselect): Don't let-bind
12987 default-major-mode around code that doesn't use it.
12988 E.g. buffer creation via get-buffer-create doesn't use it.
12989
12990 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
12991
12992 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
12993 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
12994 when writing the temp file. Otherwise, epa-file gets confused.
12995 (tramp-register-file-name-handlers): Make it a defun. Move also
12996 `epa-file-handler' to the front of `file-name-handler-alist'.
12997
12998 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12999
13000 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
13001 start right after a ^M.
13002 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
13003 (tramp-completion-file-name-regexp-separate)
13004 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
13005 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
13006 Don't modify last-coding-system-used by accident.
13007 (tramp-completion-file-name-handler): Apply the checks here,
13008 instead during registration.
13009 (tramp-register-file-name-handlers): Renamed from
13010 `tramp-register-file-name-handler'. Register both
13011 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
13012 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
13013
13014 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
13015
13016 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
13017 Remove variable ...
13018 (gdb-init-1, gdb-display-separate-io-buffer)
13019 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
13020 references to it.
13021 (gdb-inferior-io-mode): Use make-comint-in-buffer.
13022 (gdb-inferior-filter): Use comint-output-filter to stop
13023 echoing and remove ^M characters.
13024
13025 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13026
13027 * emulation/viper-init.el (viper-restore-cursor-type):
13028 * emulation/cua-base.el (cua--update-indications):
13029 Replace default-cursor-type with (default-value 'cursor-type).
13030
13031 * mail/sendmail.el (mail-recover-1):
13032 * international/mule-diag.el (describe-current-coding-system-briefly)
13033 (describe-current-coding-system):
13034 * international/mule-cmds.el (select-safe-coding-system)
13035 (select-message-coding-system)
13036 (set-language-environment-coding-systems, set-locale-environment):
13037 * hexl.el (hexl-insert-multibyte-char):
13038 * dos-w32.el (find-buffer-file-type-coding-system):
13039 * simple.el (what-cursor-position):
13040 Replace uses of default-buffer-file-coding-system
13041 with (default-value 'buffer-file-coding-system).
13042
13043 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
13044 Replace uses of default-cursor-in-non-selected-windows
13045 with (default-value 'cursor-in-non-selected-windows).
13046 Use with-current-buffer.
13047
13048 * mail/feedmail.el: Use CL macros.
13049 (feedmail-run-the-queue, feedmail-send-it-immediately):
13050 * dos-w32.el (find-buffer-file-type): Replace uses of
13051 default-buffer-file-type with (default-value 'buffer-file-type).
13052
13053 2009-08-28 Glenn Morris <rgm@gnu.org>
13054
13055 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
13056 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
13057 Use default-value of major-mode rather than default-major-mode.
13058
13059 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
13060
13061 * Makefile.in (update-elcfiles): Report left over elc files.
13062
13063 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
13064 expand-file-name and with-current-buffer.
13065 (mail-get-names, mail-directory): Use with-current-buffer.
13066
13067 * vc.el (vc-read-revision): New function.
13068 (vc-version-diff, vc-merge): Use it.
13069
13070 2009-08-27 Sam Steingold <sds@gnu.org>
13071
13072 * simple.el (kill-do-not-save-duplicates): New user option.
13073 (kill-new): When it is non-nil, and the new string is the same as
13074 the latest kill, set replace to t to avoid duplicates in kill-ring.
13075
13076 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
13077
13078 * net/tramp.el (tramp-handle-process-file): Do not flush all
13079 caches when `process-file-side-effects' is set.
13080 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
13081 instead of `tramp-find-file-exists-command'.
13082 Unset `process-file-side-effects'.
13083
13084 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
13085
13086 * net/tramp.el (tramp-methods): New method "rsyncc".
13087 (top): Add completion function for "rsyncc".
13088 (tramp-message-show-message): New defvar.
13089 (tramp-message, tramp-error): Use it.
13090 (tramp-do-copy-or-rename-file-directly): Extend check for direct
13091 remote copying.
13092 (tramp-do-copy-or-rename-file-out-of-band): Handle new
13093 `tramp-methods' entry `copy-env' of "rsyncc".
13094 (tramp-vc-registered-read-file-names): New defconst.
13095 (tramp-vc-registered-file-names): New defvar.
13096 (tramp-handle-vc-registered): Implement optimization strategy.
13097 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
13098 (tramp-vc-file-name-handler): New defun.
13099 (tramp-get-ls-command, tramp-get-test-command)
13100 (tramp-get-file-exists-command, tramp-get-remote-ln)
13101 (tramp-get-remote-perl, tramp-get-remote-stat)
13102 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
13103
13104 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
13105 (tramp-cache-inhibit-cache): Extend doc string. It allows also
13106 timestamps.
13107 (tramp-get-file-property): Check for timestamps in
13108 `tramp-cache-inhibit-cache'.
13109 (tramp-set-file-property): Write timestamp.
13110
13111 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13112
13113 * language/japan-util.el (japanese-symbol-table): Add entries for
13114 cp932-2-byte.
13115
13116 * international/characters.el: Add category `j' to cp932-2-byte.
13117
13118 2009-08-27 Kenichi Handa <handa@m17n.org>
13119
13120 * international/fontset.el (build-default-fontset-data): New macro.
13121 (setup-default-fontset): Use build-default-fontset-data for CJK,
13122 tibetan, ethiopic, and ipa.
13123
13124 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
13125
13126 * cus-start.el (default-major-mode): Customize `major-mode' instead.
13127 (enable-multibyte-characters): Not customizable any more.
13128
13129 * subr.el (default-mode-line-format, default-header-line-format)
13130 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
13131 (default-direction-reversed, default-truncate-lines)
13132 (default-left-margin, default-tab-width, default-case-fold-search)
13133 (default-left-margin-width, default-right-margin-width)
13134 (default-left-fringe-width, default-right-fringe-width)
13135 (default-fringes-outside-margins, default-scroll-bar-width)
13136 (default-vertical-scroll-bar, default-indicate-empty-lines)
13137 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
13138 (default-fringe-cursor-alist, default-scroll-up-aggressively)
13139 (default-scroll-down-aggressively, default-fill-column)
13140 (default-cursor-type, default-buffer-file-type)
13141 (default-cursor-in-non-selected-windows)
13142 (default-buffer-file-coding-system, default-major-mode)
13143 (default-enable-multibyte-characters): Mark as obsolete.
13144
13145 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
13146
13147 * vc-dir.el (vc-dir-update): Remove debug helper.
13148
13149 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
13150
13151 2009-08-26 Sam Steingold <sds@gnu.org>
13152
13153 * simple.el (save-interprogram-paste-before-kill): New user option.
13154 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
13155 save the interprogram-paste into kill-ring before overriding it
13156 with the Emacs kill.
13157
13158 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
13159
13160 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
13161 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
13162 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
13163 and move to vc-rcs.el.
13164 (vc-default-next-revision): Rename to vc-rcs-next-revision and
13165 move to vc-rcs.el.
13166 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
13167 (vc-rcs-update-changelog): Remove.
13168 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
13169 and move to vc-rcs.el.
13170
13171 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
13172 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
13173 renaming.
13174 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
13175 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
13176 vc.el, renamed to be RCS specific.
13177
13178 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
13179 New functions.
13180 (vc-cvs-update-changelog): Move here from vc.el.
13181
13182 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
13183 New functions.
13184
13185 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
13186
13187 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
13188
13189 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
13190
13191 * vc-git.el (vc-git-register): Use "git add" for directories.
13192 (vc-git-stash, vc-git-stash-show): New functions.
13193 (vc-git-extra-menu-map): Bind them.
13194
13195 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
13196 directory correctly in case the item is a directory itself.
13197
13198 * vc.el: Document the desired behavior for reverted files in the
13199 `added' state.
13200 (vc-default-prettify-state-info): Remove function, unused.
13201
13202 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
13203
13204 2009-08-26 Glenn Morris <rgm@gnu.org>
13205
13206 * bindings.el (standard-mode-line-format): Reposition dashes in
13207 which-func entry. (Bug#4217)
13208
13209 * files.el (enable-local-variables, enable-local-eval)
13210 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
13211 the defcustoms.
13212 (auto-mode-alist, ignored-local-variables)
13213 (save-some-buffers-action-alist): Move risky declarations to the
13214 definitions.
13215 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
13216 (font-lock-defaults, format-alist, imenu--index-alist)
13217 (imenu-generic-expression, input-method-alist, minor-mode-alist)
13218 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
13219 (mode-line-modified, mode-line-mule-info, mode-line-position)
13220 (mode-line-process, mode-line-remote, outline-level)
13221 (parse-time-rules, rmail-output-file-alist)
13222 (special-display-buffer-names, vc-mode):
13223 Move risky declarations to the relevant files.
13224 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
13225 (mode-line-modified, mode-line-process, mode-line-position)
13226 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
13227 * font-core.el (font-lock-defaults):
13228 * format.el (format-alist):
13229 * vc-hooks.el (vc-mode):
13230 * window.el (special-display-buffer-names):
13231 * international/mule-cmds.el (input-method-alist):
13232 Define riskiness here (dumped file) rather than in files.el.
13233 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
13234 * imenu.el (imenu-generic-expression, imenu--index-alist):
13235 * outline.el (outline-level):
13236 * time.el (display-time-string):
13237 * calendar/parse-time.el (parse-time-rules):
13238 * mail/rmailout.el (rmail-output-file-alist):
13239 Autoload riskiness here, rather than placing in files.el.
13240
13241 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
13242
13243 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
13244
13245 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
13246
13247 * simple.el (process-file-side-effects): New defvar.
13248
13249 * dired-aux.el (dired-show-file-type):
13250 * vc.el (vc-diff-internal):
13251 * vc-arch.el (vc-arch-diff):
13252 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
13253 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
13254 * vc-git.el (vc-git-registered, vc-git-working-revision)
13255 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
13256 (vc-git--empty-db-p):
13257 * vc-hooks.el (vc-user-login-name):
13258 * vc-svn.el (vc-svn-registered, vc-svn-state)
13259 (vc-svn-dir-extra-headers, vc-svn-find-revision):
13260 * progmodes/grep.el (grep-probe): Let-bind
13261 `process-file-side-effects' with nil.
13262
13263 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
13264
13265 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
13266 daemon. Replace ping by checking for running service for bluez
13267 and zeroconf. (Bug#4239)
13268
13269 2009-08-25 Kevin Ryde <user42@zip.com.au>
13270
13271 * net/dig.el (dig): Add autoload cookie.
13272
13273 2009-08-25 Glenn Morris <rgm@gnu.org>
13274
13275 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
13276 load-history for absolute file-names.
13277 (byte-compile-file-form-require): Warn about use of the cl package.
13278
13279 * format.el (format-alist): Doc fix.
13280
13281 * play/bubbles.el (top-level): Don't require cl at run-time.
13282
13283 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
13284 run-time cl).
13285
13286 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
13287
13288 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
13289 from cl package.
13290 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
13291
13292 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
13293
13294 * calc/calc-alg.el (math-trig-rewrite)
13295 (math-hyperbolic-trig-rewrite): New functions.
13296 (calc-simplify): Simplify trig functions when asked.
13297
13298 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
13299
13300 * diff-mode.el (diff-find-source-location): Avoid goto-line.
13301
13302 2009-08-24 Kenichi Handa <handa@m17n.org>
13303
13304 * language/ind-util.el (mapthread): Delete it.
13305 (combinatorial): New function.
13306 (indian--puthash-cv): Use combinatorial instead of mapthread.
13307
13308 2009-08-22 Kevin Ryde <user42@zip.com.au>
13309
13310 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
13311 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
13312 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
13313 Clarify docstring that the value is strings not symbols.
13314 (checkdoc-list-of-strings-p): New function.
13315
13316 2009-08-22 Glenn Morris <rgm@gnu.org>
13317
13318 * files.el (auto-mode-alist):
13319 * hippie-exp.el (he-concat-directory-file-name):
13320 * lpr.el (lpr-windows-system, printer-name):
13321 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
13322 * ps-print.el (ps-windows-system):
13323 * startup.el (command-line):
13324 * emulation/viper-ex.el (viper-glob-function):
13325 * international/mule-cmds.el (set-language-environment-coding-systems):
13326 * net/ange-ftp.el (ange-ftp-write-region):
13327 * obsolete/fast-lock.el (fast-lock-cache-name):
13328 Remove code for defunct system-types emx, macos, mswindows, next-mach,
13329 unisoft-unix, vax-vms, win32, w32.
13330
13331 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
13332 given name if the pattern is not more specific.
13333
13334 * calendar/lunar.el (lunar-phase-names): New option.
13335 (lunar-phase): Doc fix.
13336 (lunar-cycles-per-year): New constant.
13337 (lunar-index): New function.
13338 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
13339 (lunar-phase-name): Use lunar-phase-names.
13340 (calendar-lunar-phases): Use format.
13341 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
13342
13343 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
13344 Copy imenu-example--name-and-position function here for own use.
13345 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
13346
13347 * bs.el (bs--redisplay):
13348 * cus-edit.el (custom-redraw):
13349 * ibuffer.el (ibuffer-bury-buffer):
13350 * server.el (server-goto-line-column):
13351 * startup.el (command-line-1):
13352 * strokes.el (strokes-xpm-for-stroke):
13353 * term.el (term-display-buffer-line):
13354 * view.el (View-goto-line):
13355 * calc/calc.el (calc-do, calc-trail-buffer):
13356 * play/gamegrid.el (gamegrid-add-score-insecure):
13357 * progmodes/ada-mode.el (ada-compile-goto-error):
13358 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
13359 (ebrowse-select-1st-to-9nth):
13360 * progmodes/cperl-mode.el (cperl-time-fontification):
13361 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
13362 * progmodes/gud.el (gud-display-line):
13363 (idlwave-shell-display-line):
13364 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
13365 * progmodes/make-mode.el (makefile-browser-toggle):
13366 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
13367 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
13368 * textmodes/picture.el (picture-draw-rectangle):
13369 * textmodes/reftex-index.el (reftex-index-goto-letter):
13370 (reftex-select-jump-to-previous):
13371 * textmodes/reftex-sel.el (reftex-find-start-point)
13372 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
13373 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
13374 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
13375 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13376 * textmodes/two-column.el (2C-associated-buffer):
13377 Use forward-line rather than goto-line.
13378
13379 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
13380 goto-line.
13381
13382 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
13383 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
13384 (quick-check-list-to-regexp): Declare.
13385
13386 * progmodes/make-mode.el (makefile-browser-insert-selection):
13387 Use goto-char rather than goto-line.
13388
13389 * progmodes/prolog.el (compilation-error-regexp-alist)
13390 (compilation-forget-errors): Declare.
13391
13392 2009-08-22 Juri Linkov <juri@jurta.org>
13393
13394 * progmodes/grep.el (lgrep, rgrep): At the beginning
13395 set `dir' to `default-directory' unless `dir' is a non-nil
13396 readable directory. (Bug#4052)
13397 (lgrep, rgrep): Change a weird way to report an error
13398 from using `read-string' to using `error'.
13399 Instead of using interactive arguments in the function body,
13400 add new argument `confirm'.
13401
13402 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
13403
13404 * textmodes/remember.el (remember-buffer):
13405 * progmodes/cperl-mode.el (cperl-vc-header-alist):
13406 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
13407 (icalendar-extract-ical-from-buffer):
13408 * net/newst-treeview.el (newsticker-groups-filename):
13409 * net/newst-backend.el (newsticker-cache-filename):
13410 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
13411 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
13412 (speedbar-add-ignored-path-regexp, speedbar-line-path)
13413 (speedbar-buffers-line-path, speedbar-path-line)
13414 (speedbar-buffers-line-path):
13415 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
13416 (epg-sign-keys):
13417 * epa.el (epa-display-verify-result):
13418 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
13419
13420 2009-08-21 Glenn Morris <rgm@gnu.org>
13421
13422 * progmodes/js.el (inferior-moz-process): Fix declaration.
13423
13424 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
13425
13426 * obsolete/rnewspost.el (news-mail-reply):
13427 Use goto-char rather than goto-line.
13428
13429 * term/ns-win.el (ns-open-file-select-line):
13430 Use line-beginning-position rather than goto-line.
13431
13432 * apropos.el (apropos-command):
13433 * ehelp.el (electric-helpify):
13434 * printing.el (pr-show-setup):
13435 * strokes.el (strokes-help):
13436 * tutorial.el (tutorial--describe-nonstandard-key)
13437 (tutorial--detailed-help):
13438 * woman.el (woman-mini-help, woman-display-extended-fonts):
13439 * calc/calc-help.el (calc-describe-key):
13440 * emulation/edt.el (edt-electric-helpify):
13441 * international/mule-diag.el (mule-diag):
13442 * play/yow.el (apropos-zippy):
13443 * progmodes/python.el (python-describe-symbol):
13444 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
13445 * textmodes/table.el (*table--cell-describe-mode)
13446 (*table--cell-describe-bindings):
13447 Use help-print-return-message rather than the now obsolete alias.
13448
13449 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
13450 (calendar-cursor-to-visible-date):
13451 * play/5x5.el (5x5-position-cursor):
13452 * play/decipher.el (decipher):
13453 * play/gomoku.el (gomoku-goto-xy):
13454 * play/landmark.el (lm-goto-xy):
13455 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
13456 (mpuz-paint-digit):
13457 Use forward-line, not goto-line.
13458
13459 * mail/rmail.el (rmail-obsolete): Delete custom group.
13460 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
13461 (rmail-remote-password, rmail-remote-password-required):
13462 Remove unneeded :set-after and :set properties.
13463
13464 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
13465
13466 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
13467
13468 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
13469
13470 * loadup.el: Remove leftover macos code.
13471
13472 * vc-git.el (vc-git-annotate-command): Run asynchronously.
13473 Explicitly pass the date format to git blame so that user local
13474 so that the output format can be parsed.
13475
13476 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
13477
13478 * net/dbus.el (top): Don't check for (getenv
13479 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
13480
13481 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
13482
13483 * log-edit.el (log-edit-strip-single-file-name): New var.
13484 (log-edit-insert-changelog): Use it. Bug#3571
13485
13486 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13487
13488 * subr.el (read-passwd): Use read-key so keypad keys work as well.
13489 Bug#3287
13490
13491 * help.el (help-print-return-message): Rename from
13492 print-help-return-message.
13493
13494 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
13495 cvs-mode-map parent hack.
13496 (log-view-mode): Derive from special-mode.
13497
13498 * linum.el (linum-mode): window-size-change-functions is redundant.
13499 Adapt to new window-configuration-change-hook behavior.
13500 (linum-after-size, linum-after-config): Remove.
13501
13502 * imenu.el (imenu-example--name-and-position)
13503 (imenu-example--lisp-extract-index-name)
13504 (imenu-example--create-lisp-index, imenu-example--create-c-index):
13505 Mark as obsolete.
13506
13507 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
13508 (inferior-prolog-mode): Use it.
13509 (inferior-prolog-load-file): Reset list of errors.
13510
13511 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13512
13513 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
13514
13515 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
13516
13517 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
13518
13519 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
13520 is running already.
13521
13522 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13523
13524 * subr.el (listify-key-sequence-1): Use normal syntax since those
13525 integers are nowadays always represented by the same (positive) number
13526 on all platforms.
13527 (read-key-empty-map): New const.
13528 (read-key-delay): New var.
13529 (read-key): New function.
13530 (force-mode-line-update): Use with-current-buffer.
13531 (locate-user-emacs-file): Don't forget to abbreviate the file name.
13532 (start-process-shell-command, start-file-process-shell-command):
13533 Discourage the use of command-args.
13534
13535 2009-08-19 Glenn Morris <rgm@gnu.org>
13536
13537 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
13538
13539 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13540
13541 * simple.el (choose-completion-string): Don't rely on
13542 minibuffer-completing-file-name and ad-hoc checks to decide whether
13543 to continue completion or not.
13544
13545 * minibuffer.el (minibuffer-hide-completions): New function.
13546 (completion--do-completion): Use it.
13547 (completions-annotations): New face.
13548 (completion--insert-strings): Use it.
13549 (completion-pcm--delim-wild-regex): Add docstring.
13550 (completion-pcm--string->pattern): Add support for 0-width delimiters
13551 in completion-pcm--delim-wild-regex.
13552
13553 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
13554
13555 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
13556 Remove unused var `buffer-modified-p'.
13557
13558 * minibuffer.el (completion--do-completion): Move point for the #b001
13559 case as well (bug#4176).
13560 (minibuffer-complete, minibuffer-complete-word): Don't move point.
13561
13562 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
13563
13564 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
13565 and :session buses.
13566
13567 2009-08-18 Kenichi Handa <handa@m17n.org>
13568
13569 * international/ucs-normalize.el (ucs-normalize-version):
13570 Change to 1.1.
13571 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
13572 (utf-8-hfs): Make it perform normalization on encoding too.
13573
13574 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
13575 (sentence-end-without-space): Delete duplicated chars.
13576 (sentence-end-base): Likewise.
13577
13578 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
13579 (html-mode): Delete duplicated chars from sentence-end-base.
13580
13581 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
13582 (texinfo-mode): Delete duplicated chars from sentence-end-base.
13583
13584 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
13585
13586 * files.el (hack-one-local-variable): If the mode function is for
13587 a minor mode, pass it an argument (Bug#4148).
13588
13589 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
13590
13591 * net/tramp.el (tramp-register-completion-file-name-handler):
13592 Check also for (member 'partial-completion completion-styles).
13593
13594 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13595
13596 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13597 abbrev (Bug#3943).
13598
13599 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
13600
13601 * progmodes/cperl-mode.el: Merge upstream 6.2.
13602 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13603 (cperl-forward-re): Check cperl-brace-recursing.
13604 (cperl-highlight-charclass): New function.
13605 (cperl-find-pods-heres): Use it.
13606 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13607 (cperl-beautify-regexp-piece): Fix column calculation.
13608 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13609 (cperl-beautify-level): Don't process entire regexp.
13610 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13611 calling man.
13612 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13613 (cperl-init-faces): Build a list in the normal way.
13614
13615 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13616
13617 * calendar/parse-time.el (parse-time-string-chars): Save match
13618 data.
13619
13620 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
13621
13622 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13623 (sql-product): Use it.
13624 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13625 (sql-set-product): Add completion.
13626 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13627 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13628 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13629 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13630 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13631 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13632 (sql-highlight-db2-keywords): Remove.
13633 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13634 (sql-highlight-product): Use derived-mode-p.
13635 (sql-set-sqli-buffer): Use with-current-buffer.
13636 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13637 Simplify.
13638
13639 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13640
13641 * term.el: Fix commenting convention, turn comments into docstrings.
13642
13643 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
13644
13645 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13646
13647 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
13648
13649 * calendar/parse-time.el (parse-time-string-chars): Compute using
13650 character classes, to handle non-ascii characters (Bug#3190).
13651
13652 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13653
13654 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13655 another heredoc if the user adds another < (Bug#3226).
13656
13657 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13658 Don't initialize based on window-system (Bug#4124).
13659
13660 * facemenu.el (facemenu-read-color): Use a completion function
13661 that accepts any defined color, such as RGB triplets (Bug#3677).
13662
13663 * files.el (get-free-disk-space): Change fallback default
13664 directory to /. Expand DIR argument before switching to fallback.
13665 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13666
13667 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
13668
13669 * files.el (load-library): Doc fix.
13670
13671 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
13672
13673 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13674 (viper-if-string): Redefine C-s in the minibuffer to insert the last
13675 incremental search string.
13676
13677 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13678 XEmacs.
13679
13680 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13681 (ediff-merge-region-is-non-clash)
13682 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13683 Also check if the job is really a merge job.
13684
13685 * ediff.el (ediff-current-file): New function.
13686
13687 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
13688
13689 * progmodes/js.el: Edit docstrings throughout to follow Emacs
13690 conventions.
13691 (js-insert-and-indent): Delete function.
13692 (js-mode-map): Don't bind keys to js-insert-and-indent.
13693 (js-beginning-of-defun): Rename from js--beginning-of-defun.
13694 (js-end-of-defun): Rename from js--end-of-defun.
13695 (js-auto-indent-flag): Delete variable.
13696
13697 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
13698
13699 * progmodes/js.el: Remove proclaim statement.
13700 Defvar which-func-imenu-joiner-function to silence compiler.
13701
13702 * files.el (auto-mode-alist): Use js-mode for .js files.
13703
13704 * progmodes/js2-mode.el: Remove file.
13705
13706 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13707
13708 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13709
13710 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13711
13712 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
13713 Karl Landstrom <karl.landstrom@brgeight.se>
13714
13715 * progmodes/js.el: New file.
13716
13717 2009-08-14 Mark A. Hershberger <mah@everybody.org>
13718
13719 * timezone.el (timezone-parse-date): Add ability to understand ISO
13720 basic format (minimal separators) dates in addition to the
13721 already-supported extended format dates.
13722
13723 2009-08-14 Eli Zaretskii <eliz@gnu.org>
13724
13725 * international/ucs-normalize.el: Add a `coding' file variable.
13726
13727 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13728
13729 2009-08-14 Sam Steingold <sds@gnu.org>
13730
13731 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13732
13733 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
13734
13735 * faces.el (help-argument-name): Define it here instead of
13736 help-fns.el, because in daemon mode help-fns.el may be loaded when
13737 faces are still uninitialized (Bug#1078).
13738
13739 * help-fns.el (help-argument-name): Move defface to faces.el.
13740
13741 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
13742
13743 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13744 create buffer with a pty but no process so that GDB can make the
13745 inferior the controlling process.
13746
13747 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
13748
13749 * international/ucs-normalize.el: New file.
13750
13751 2009-08-13 Richard Stallman <rms@gnu.org>
13752
13753 * mail/rmail.el (rmail-get-attr-names):
13754 Accept an attribute header that is too short.
13755
13756 * mail/rmail.el (rmail-forget-messages):
13757 Ignore nil elt in rmail-message-vector. Use dotimes.
13758
13759 * progmodes/compile.el (compilation-goto-locus):
13760 Use next-error-move-function.
13761
13762 * simple.el (next-error-move-function): New variable.
13763
13764 2009-08-12 Juri Linkov <juri@jurta.org>
13765
13766 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13767 always non-nil. (Bug#4052)
13768
13769 * replace.el (read-regexp): Return empty string when
13770 `default-value' is nil.
13771 (keep-lines-read-args): Don't use empty string as the
13772 default value for `read-regexp'. (Bug#2495)
13773
13774 2009-08-12 Juri Linkov <juri@jurta.org>
13775
13776 * international/mule-cmds.el (ucs-insert): Change arguments
13777 from `arg' to `character', `count', `inherit' to be the same
13778 as in `insert-char'. Doc fix. (Bug#4039)
13779
13780 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13781
13782 2009-08-12 Juri Linkov <juri@jurta.org>
13783
13784 * files-x.el: New file.
13785
13786 * files.el: Move code that deals with adding/deleting
13787 file/directory-local variables to files-x.el.
13788
13789 * Makefile.in (ELCFILES): Add files-x.elc.
13790
13791 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
13792
13793 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13794 to use `goto-line'.
13795 (gdb-place-breakpoints, gdb-get-location): Rewritten without
13796 `goto-line'.
13797 (gdb-invalidate-disassembly): Do not refresh upon receiving
13798 'update signal. Instead, update all disassembly buffers only after
13799 threads list.
13800 (gdb): Send -target-detach when buffer is killed (Bug#3794).
13801 (gdb-starting): Moved -data-list-register-names...
13802 (gdb-stopped): ...here so it's sent when first thread stops.
13803 (gdb-registers-handler-custom): Do nothing if register names are
13804 unknown yet.
13805
13806 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13807 from `gdb-mi.el' to avoid extra tangling.
13808
13809 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13810 change which breaks `gud-def' definitions used in `gdb'.
13811 (gdb-update-gud-running): No extra fuss for updating frame number.
13812
13813 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
13814
13815 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13816 (describe-language-environment-map, setup-language-environment-map)
13817 (set-coding-system-map): Move initialization into declaration.
13818 (set-language-info-alist): Last arg to define-key-after can be skipped.
13819
13820 * international/quail.el (quail-completion-1): Simplify.
13821 (quail-define-rules): Use slightly more compact code.
13822 (quail-insert-decode-map): Propertize keys, compact columns.
13823
13824 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13825 Add goto-line.
13826
13827 2009-08-10 Miles Bader <miles@gnu.org>
13828
13829 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
13830 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
13831 (js2-instance-member, js2-private-member, js2-private-function-call)
13832 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
13833 (js2-magic-paren, js2-external-variable):
13834 Remove "-face" suffix from face names.
13835 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
13836 (js2-highlight-undeclared-vars, js2-peek-token)
13837 (js2-parse-function-params, js2-mode-show-errors)
13838 (js2-mode-show-warnings, js2-make-magic-delimiter)
13839 (js2-mode-highlight-magic-parens): Update to use new face names.
13840
13841 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
13842
13843 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
13844 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
13845
13846 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
13847
13848 * subr.el: Provide hashtable-print-readable.
13849
13850 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
13851 hs-c-like-adjust-block-beginning.
13852 (hs-hide-block-at-point): Stop hiding at the beginning of
13853 hs-block-end-regexp (Bug#700).
13854
13855 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
13856
13857 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
13858 a macro.
13859 (gdb-registers-handler-custom): Do not fail when register names
13860 are unavailable.
13861
13862 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
13863
13864 * progmodes/gdb-mi.el (gdb-control-all-threads)
13865 (gdb-control-current-thread): Interactive setters for
13866 `gdb-gud-control-all-threads' to use in menu.
13867 (gdb-show-run-p): Show «Go» when process is not active.
13868 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
13869 gud/thread.xpm and gud/all.xpm.
13870
13871 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
13872
13873 * net/net-utils.el (net-utils-font-lock-keywords): New var.
13874 (nslookup-font-lock-keywords): Make it a variable.
13875 (net-utils-mode): New mode for viewing diagnostic network output.
13876 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
13877 (net-utils-run-simple): New function.
13878 (ifconfig, iwconfig, netstat, arp, route): Use it.
13879
13880 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
13881
13882 * progmodes/gdb-mi.el (gdb-read-memory-custom)
13883 (gdb-memory-set-address, def-gdb-set-positive-number)
13884 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
13885 after changing settings.
13886 (gdb-invalidate-disassembly): Update when first shown.
13887 (gdb-edit-locals-value): Fixed.
13888 (gdb-registers-handler-custom): Print registers in right order and
13889 allow changing register values (only for current thread yet).
13890 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
13891 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
13892 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
13893 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
13894 info in mode name.
13895 (gdb-registers-mode-map): TAB to switch to locals.
13896
13897 2009-08-08 Eli Zaretskii <eliz@gnu.org>
13898
13899 * mail/rmail.el (rmail-add-mbox-headers)
13900 (rmail-set-message-counters-counter): Search for
13901 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
13902
13903 2009-08-08 Glenn Morris <rgm@gnu.org>
13904
13905 * Makefile.in (ELCFILES): Update.
13906
13907 2009-08-07 Eli Zaretskii <eliz@gnu.org>
13908
13909 * mail/sendmail.el (mail-yank-original): Set
13910 buffer-file-coding-system from the one used by the message whose
13911 text is yanked.
13912
13913 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
13914 to "windows" when "pgnuplot" is used.
13915 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
13916 call accept-process-output if "pgnuplot" is used.
13917 (calc-graph-init): Don't send -display and -geometry to
13918 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
13919 running "pgnuplot -V" with shell-command-to-string.
13920
13921 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
13922 the default.
13923
13924 2009-08-07 Eli Zaretskii <eliz@gnu.org>
13925
13926 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
13927 org/org-latex.elc.
13928
13929 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
13930
13931 * vc-dispatcher.el (vc-resynch-window): Update comment.
13932
13933 * term.el (term-handle-ansi-escape): Add comments with the
13934 terminfo capabilities implemented.
13935
13936 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
13937
13938 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
13939 (gdb-var-create-handler): Rewritten using JSON parser.
13940 (gdb-propertize-header): Moved earlier.
13941 (gdb-set-header): Removed to avoid duplication.
13942 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
13943 Refresh disassembly buffers only after threads list have been
13944 update.
13945 (gdb-threads-header, gdb-registers-header): Per-buffer header line
13946 variables.
13947
13948 2009-08-04 Juri Linkov <juri@jurta.org>
13949
13950 * files.el: Commands to add/delete file/directory-local variables.
13951 (read-file-local-variable, read-file-local-variable-value)
13952 (read-file-local-variable-mode, modify-file-local-variable)
13953 (modify-file-local-variable-prop-line)
13954 (modify-dir-local-variable): New functions.
13955 (add-file-local-variable, delete-file-local-variable)
13956 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
13957 (add-dir-local-variable, delete-dir-local-variable)
13958 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
13959 (copy-dir-locals-to-file-locals-prop-line): New commands.
13960
13961 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
13962
13963 * abbrev.el (insert-abbrev-table-description): Prettify output.
13964 Suggested by Karl Chen.
13965
13966 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
13967
13968 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
13969 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
13970 (gdb-overlay-arrow-position, gdb-thread-position)
13971 (gdb-disassembly-position): Declare variables.
13972 (gdb-wait-for-pending): Function now.
13973 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
13974 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
13975 compilation goes smoothly.
13976 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
13977 (gdb-non-stop-setting): New customization setting which replaces
13978 `gdb-non-stop' so changing it doesn't break active GDB session.
13979 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
13980 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
13981 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
13982 (gdb-show-threads-by-default): New customization options.
13983 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
13984 routines.
13985 (gdb-get-buffer-create): Send buffers update signal when they are
13986 created.
13987 (gdb-invalidate-locals, gdb-invalidate-registers)
13988 (gdb-invalidate-breakpoints)
13989 (gdb-invalidate-threads, gdb-invalidate-disassembly)
13990 (gdb-invalidate-memory): Accept update signal.
13991 (gdb-current-context-command): Use --frame option.
13992 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
13993 Implement `gdb-frame-number' selection logic.
13994 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
13995 whether to show GUD toolbar buttons.
13996 (gdb-thread-exited): Unselect current thread when it exits.
13997 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
13998 (gdb-mark-line): Routine which sets overlay arrow or inverses
13999 video on fringeless displays.
14000 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
14001 to build aligned columns of data in GDB buffers and set text
14002 properties line-by-line.
14003 (gdb-invalidate-breakpoints)
14004 (gdb-breakpoints-list-handler-custom)
14005 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
14006 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
14007 (gdb-registers-handler-custom): Align data columns.
14008 (gdb-locals-handler-custom): Now prints data like in variable
14009 declarations.
14010 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
14011 Removed confusing buttons.
14012 (gdb-invalidate-threads): Append --frame.
14013 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
14014 between breakpoints/threads buffers.
14015 (gdb-set-window-buffer): Now can ignore dedicated windows.
14016 (gdb-propertize-header): Use `gdb-set-window-buffer'.
14017 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
14018 (def-gdb-thread-buffer-gud-command): Replaces
14019 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
14020 for fine thread control.
14021 (gdb-preempt-existing-or-display-buffer): New function used to
14022 display bound buffers without breaking window layout.
14023 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
14024 (gdb-select-frame): New version of `gdb-frames-select' which now
14025 sets `gdb-frame-number' so commands may use --frame option instead
14026 of inner debugger state.
14027 (gdb-frame-handler): Do not set `gdb-frame-number'.
14028 (gdb-threads-mode-map): Select threads with mouse.
14029
14030 * progmodes/gud.el (gdb-gud-context-call): Declare function to
14031 avoid compilation warning.
14032 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
14033 `gdb-show-stop-p`.
14034
14035 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
14036 Argument `key' renamed to `buffer-type'.
14037 (gdb-current-context-buffer-name): Do not add thread info to
14038 buffer name when no thread is selected.
14039 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
14040 command (bug 3794).
14041 (gdb-thread-selected): Handle `=thread-selected' notification.
14042 (gdb-wait-for-pending): New macro to deal with congestion problems.
14043 (gdb-breakpoints-list-handler-custom): Don't fail on pending
14044 breakpoints.
14045 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
14046 This fixes problem similar to one described in bug 3947.
14047 (gud-menu-map): More menu items.
14048 (gdb-init-1): Reset `gdb-thread-number' to nil.
14049
14050 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
14051 non-stop settings.
14052
14053 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
14054 (gdb-current-context-command): Do not append --thread if
14055 `gdb-thread-number' is nil.
14056 (gdb-running-threads-count, gdb-stopped-threads-count): New
14057 variables.
14058 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
14059 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
14060 customization options.
14061 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
14062 GUD commands.
14063 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
14064 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
14065 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
14066 set `gdb-thread-number' and update `gud-running' properly.
14067 (gdb-running): Update threads list when new threads appear.
14068 (gdb-stopped): Support non-stop operation and new thread switching
14069 logic.
14070 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
14071 (gdb-json-partial-output): New set of JSON routines.
14072 (def-gdb-auto-update-trigger): New `signal-list' optional
14073 argument.
14074 (gdb-thread-list-handler-custom): Update `gud-running',
14075 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
14076 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
14077 (gdb-continue-thread, gdb-step-thread): New commands for fine
14078 thread execution control.
14079 (gud-menu-map): New menu items to switch non-stop options.
14080 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
14081 (gdb-send): Mimic RET properly (bug 3794).
14082
14083 * progmodes/gdb-mi.el (gdb-rules-name-maker)
14084 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
14085 gdb-buffer-rules.
14086 (def-gdb-auto-update-handler): New nopreserve optional argument.
14087 (gdb-stack-list-frames-custom): Print stack from top to bottom.
14088
14089 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
14090 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
14091 (gdb-parent-mode): New mode to derive other GDB modes from.
14092 (gdb-display-disassembly-for-thread)
14093 (gdb-frame-disassembly-for-thread): New commands for threads
14094 buffer.
14095
14096 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
14097 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
14098 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
14099 (gdb-update): We now store all GDB buffers in a list so that they
14100 can be updated by traversing a list instead of calling invalidate
14101 triggers explicitly.
14102 (def-gdb-trigger-and-handler): New macro to define trigger-handler
14103 pair for GDB buffer.
14104 (gdb-stack-buffer-name): Add thread information.
14105 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
14106 handle pending triggers.
14107 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
14108 (def-gdb-thread-buffer-simple-command)
14109 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
14110 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
14111 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
14112 New commands which show buffers bound to thread.
14113 (gdb-stack-list-locals-regexp): Removed unused regexp.
14114
14115 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
14116 (gdb-locals-buffer-name, gdb-registers-buffer-name)
14117 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
14118 to (gud-comint-buffer) in *-buffer-name functions
14119 because (gdb-get-target-string) already does that.
14120 (gdb-locals-handler-custom, gdb-registers-handler-custom)
14121 (gdb-changed-registers-handler): Rewritten without regexps.
14122
14123 * progmodes/gdb-mi.el: Basic thread selection support.
14124 (gdb-thread-number): New variable.
14125 (gdb-current-context-command): New macro which adds --thread
14126 option to command.
14127 (gdb-threads-mode-map): Select thread with SPC.
14128 (gdb-thread-list-handler-custom): Mark current thread with overlay
14129 arrow. Synchronize GDB thread and Emacs thread.
14130 (gdb-select-thread): New command which selects current thread.
14131 (gdb-invalidate-frames, gdb-invalidate-locals)
14132 (gdb-invalidate-registers): Use --thread option.
14133
14134 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
14135
14136 * net/tramp.el (top): Make check for tramp-gvfs loading more
14137 robust. (Bug#3977)
14138 (tramp-handle-insert-file-contents): `unwind-protect' must be
14139 inside `with-parsed-tramp-file-name'.
14140
14141 * net/tramp-gvfs.el (top): Remove superfluous message when loading
14142 fails.
14143
14144 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
14145
14146 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
14147 directory if CLASSPATH is not set.
14148
14149 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
14150
14151 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
14152 New defconst.
14153 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
14154
14155 2009-08-02 Kevin Ryde <user42@zip.com.au>
14156
14157 * net/newst-backend.el (newsticker--raw-url-list-defaults):
14158 Update freshmeat link. Delete newsforge.com as it seems gone.
14159
14160 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
14161
14162 * select.el (x-set-selection): Doc fix (Bug#4021).
14163
14164 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
14165
14166 * help-fns.el (describe-variable): Treat list return values from
14167 dir-locals-find-file properly (Bug#4005).
14168
14169 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
14170
14171 * net/tramp.el (tramp-debug-message): Print also microseconds.
14172
14173 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
14174
14175 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
14176 or END is non-nil.
14177 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
14178 (tramp-get-debug-buffer): Change `outline-regexp' according to new
14179 format.
14180
14181 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
14182 (tramp-get-file-property): Use it.
14183
14184 * autorevert.el (auto-revert-handler): Allow
14185 `auto-revert-tail-mode' for remote files.
14186
14187 2009-08-02 Jason Rumney <jasonr@gnu.org>
14188
14189 * minibuffer.el (read-file-name): Treat confirm options to
14190 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
14191
14192 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
14193
14194 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
14195 (font-lock-variable-name-face, font-lock-constant-face): Darken
14196 the colors for light backgrounds.
14197
14198 2009-08-01 Eli Zaretskii <eliz@gnu.org>
14199
14200 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
14201 month names. (Bug#3987)
14202
14203 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
14204
14205 * simple.el (line-move-finish): Pass whole number to
14206 line-move-to-column.
14207 (line-move-visual): Perform hscroll to the recorded position.
14208
14209 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
14210
14211 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
14212
14213 2009-07-29 Alan Mackenzie <acm@muc.de>
14214
14215 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
14216
14217 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
14218
14219 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
14220 (gdb-place-breakpoints): Use full path when setting breakpoints.
14221
14222 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
14223
14224 * calc/calc.el (calc-mode-map): Add keybinding for
14225 `calc-transpose-lines'.
14226
14227 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
14228
14229 * calc/calc-misc.el (calc-transpose-lines): New function.
14230
14231 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
14232
14233 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
14234 Simplify check for out-of-band methods.
14235 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
14236 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
14237
14238 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
14239
14240 * vc-git.el (vc-git-checkin): Fix typo.
14241
14242 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
14243
14244 * progmodes/js2-mode.el: New file.
14245
14246 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
14247
14248 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
14249 (gud-menu-map): Adjust tooltip accordingly.
14250
14251 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
14252
14253 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
14254 (vc-bzr-log-view-mode): Adjust log-view-file-re.
14255
14256 * add-log.el (change-log-mode-map): Add a menu.
14257
14258 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
14259
14260 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
14261 function returns nil.
14262 (dbus-handle-event): Handle special return value :ignore.
14263 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
14264
14265 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
14266
14267 * view.el (view-mode-enable): Don't define Helper-return-blurb if
14268 it's not needed.
14269
14270 2009-07-25 Eli Zaretskii <eliz@gnu.org>
14271
14272 Fix Bug#3888:
14273
14274 * w32-vars.el (x-select-enable-clipboard): Doc fix.
14275
14276 * term/pc-win.el (x-display-name, x-colors)
14277 (x-select-enable-clipboard, x-select-text): Doc fix.
14278
14279 * term/common-win.el (x-display-name, x-colors): Doc fix.
14280
14281 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
14282 (xw-defined-colors): Doc fix.
14283
14284 * w32-fns.el (x-select-text, x-setup-function-keys)
14285 (x-get-selection, x-set-selection): Doc fix.
14286
14287 * term/x-win.el (x-select-text, x-setup-function-keys)
14288 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
14289
14290 * select.el (x-set-selection): Doc fix.
14291
14292 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
14293
14294 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
14295 instead of "IsNSSSupportAvailable". Avahi ought to work also when
14296 "IsNSSSupportAvailable" method is not available. Reported by
14297 Steve Youngs <steve@sxemacs.org>.
14298
14299 2009-07-24 Kenichi Handa <handa@m17n.org>
14300
14301 * international/characters.el: Fix setting of category ?C, ?|, ?K,
14302 and ?H. Fix setting of case for Latin Extended and Greek Extended.
14303 (build-unicode-category-table): Fix range checks.
14304
14305 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
14306
14307 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
14308 the buffer we try to sync is current when calling
14309 vc-resynch-buffer.
14310
14311 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
14312 not show up to date files.
14313
14314 2009-07-24 Glenn Morris <rgm@gnu.org>
14315
14316 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
14317 Add autoload cookies. If necessary, initialize.
14318 (elint-log): Handle non-file buffers.
14319 (elint-initialize): Add optional argument to reinitialize.
14320 (elint-find-builtin-variables): Save excursion.
14321
14322 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
14323
14324 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14325 for Lint.
14326
14327 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14328
14329 * vc.el (vc-print-log-internal): New function, split out from ...
14330 (vc-print-log): ... here.
14331 (vc-dir-move-to-goal-column): Declare.
14332
14333 * vc-git.el (vc-git-add-signoff): New variable.
14334 (vc-git-checkin): Use it.
14335 (vc-git-toggle-signoff): New function.
14336 (vc-git-extra-menu-map): Bind it to menu.
14337 (vc-git--run-command-string): Accept a nil FILE argument.
14338 (vc-git-stash-list): New function.
14339 (vc-git-dir-extra-headers): Use it.
14340
14341 2009-07-23 Glenn Morris <rgm@gnu.org>
14342
14343 * help-fns.el (describe-variable): Describe ignored and risky local
14344 variables in a similar way to that in which we describe safe ones.
14345
14346 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
14347 (byte-compile-output-file-form, byte-compile-output-docform)
14348 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
14349 Give some more local variables with common names a "bytecomp-" prefix,
14350 so as not to shadow things during compilation.
14351 * emacs-lisp/cl-macs.el (load-time-value)
14352 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
14353 `outbuffer' to `bytecomp-outbuffer'.
14354
14355 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
14356 since the next two variables cover them automatically now.
14357 (elint-builtin-variables, elint-autoloaded-variables): New.
14358 (elint-unknown-builtin-args): Remove all members, since they can be
14359 parsed automatically now.
14360 (elint-extra-errors): New.
14361 (elint-env-add-env, elint-env-add-macro): Use cadr.
14362 (elint-current-buffer): Use or. Change final message.
14363 (elint-get-top-forms): Use line-end-position.
14364 (elint-init-env): Use cadr. Handle autoload, declare-function,
14365 and defalias.
14366 (elint-add-required-env): Doc fix. Use or. Standardize error.
14367 (regexp-assoc): Remove unused function.
14368 (elint-top-form): Set elint-current-pos, to record the start of the
14369 top-level form, for compilation-mode.
14370 (elint-form): Trap errors in macro expansion. Use dolist.
14371 (elint-unbound-variable): Use elint-builtin-variables and
14372 elint-autoloaded-variables.
14373 (elint-get-args): Use cadr, or.
14374 (elint-check-cond-form): Use dolist, cadr.
14375 (elint-check-condition-case-form): Doc fix. Use cadr.
14376 Use elint-extra-errors.
14377 (elint-log): New function.
14378 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
14379 Distinguish errors and warnings.
14380 (elint-log-message): Use with-current-buffer. Inhibit read-only.
14381 Use a bytecomp-style format.
14382 (elint-clear-log): Preserve default-directory. Inhibit read-only.
14383 (elint-get-log-buffer): Use compilation mode. Disable undo.
14384 Don't truncate lines.
14385 (elint-initialize): Set builtin and autoloaded variable lists.
14386 Only process elint-unknown-builtin-args if non-nil.
14387 (elint-find-builtin-variables, elint-find-autoloaded-variables):
14388 New functions.
14389 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
14390
14391 2009-07-22 Kevin Ryde <user42@zip.com.au>
14392
14393 * net/newst-backend.el (newsticker--parse-atom-1.0)
14394 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14395 (newsticker--parse-rss-1.0):
14396 * progmodes/idlwave.el (idlwave-mode):
14397 * progmodes/idlw-shell.el (idlwave-shell-mode):
14398 * progmodes/vera-mode.el (vera-mode):
14399 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
14400 * progmodes/vhdl-mode.el (vhdl-mode):
14401 * textmodes/table.el (table-generate-source)
14402 (table--warn-incompatibility):
14403 Hyperlink urls in docstrings with URL `...'.
14404
14405 2009-07-22 Glenn Morris <rgm@gnu.org>
14406
14407 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
14408 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
14409 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
14410 Remove leading * from defcustom docs.
14411
14412 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
14413
14414 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
14415 defcustom doc.
14416 (list-load-path-shadows): Optionally, just return shadows as a string.
14417
14418 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
14419
14420 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
14421
14422 * mail/rmailedit.el (rmail-edit-mode): Use
14423 auto-save-include-big-deletions.
14424
14425 * mail/rmail.el (rmail-variables): Use
14426 auto-save-include-big-deletions.
14427
14428 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
14429 changes.
14430
14431 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
14432
14433 * calc/calc.el (calc-undo-length): New variable.
14434 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
14435
14436 2009-07-21 Richard Stallman <rms@gnu.org>
14437
14438 * files.el (auto-save-mode): Handle buffer-save-size = -2
14439 for toggling mode.
14440
14441 2009-07-21 Glenn Morris <rgm@gnu.org>
14442
14443 * textmodes/ispell.el (ispell-looking-back): Update declaration.
14444
14445 * calendar/todo-mode.el (calendar-current-date): Update declaration.
14446
14447 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
14448 silence compiler. Instead...
14449 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
14450 (ps-print-ensure-fontified): Update for above function name changes.
14451
14452 * printing.el (pr-mh-get-msg-num, pr-mh-show)
14453 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
14454 silence compiler. Instead...
14455 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
14456 (mh-show-buffer): Only define for compiler.
14457 (pr-mh-current-message): Update for above function name changes.
14458
14459 * files.el (abort-if-file-too-large): Explicitly pass `filename'
14460 as an argument.
14461 (find-file-noselect, insert-file-1): Update for above change.
14462
14463 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
14464
14465 * mail/mailclient.el (mailclient-send-it): Fix message.
14466
14467 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
14468 (edebug-eval): Check cl-debug-env is bound.
14469 (print-level, print-circle): Don't redefine built-in variables.
14470
14471 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
14472 (custom-print-vectors): Remove old comments from doc.
14473
14474 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
14475 (emerge-version): Make the variable an obsolete alias for the
14476 emacs-version variable. Make the function obsolete.
14477 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
14478 Emerge options, rather than merging in into the main Options menu.
14479 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
14480 and auto advance modes. Disable edit/fast items when not relevant.
14481
14482 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
14483
14484 * term/vt420.el (terminal-init-vt420): Fix typo.
14485
14486 2009-07-20 Sam Steingold <sds@gnu.org>
14487
14488 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
14489 variable (removed from compile.el on 2004-03-11).
14490
14491 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
14492
14493 * files.el (hack-local-variables-filter): Fix last change.
14494
14495 2009-07-19 Juri Linkov <juri@jurta.org>
14496
14497 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
14498 (dir-local-variables-alist): New buffer-local variable.
14499 (hack-local-variables-filter): If variable is not dir-local,
14500 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
14501 because file-local overrides dir-local.
14502 (c-postprocess-file-styles) <declare-function>:
14503 Remove obsolete declaration.
14504 (hack-dir-local-variables): Add dir-local variable/value pair to
14505 `dir-local-variables-alist' and remove duplicates. Doc fix.
14506
14507 * help-fns.el (describe-variable): Add information about
14508 file-local and dir-local variables.
14509
14510 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
14511
14512 * files.el (hack-local-variables-filter): Rewrite.
14513
14514 2009-07-19 Glenn Morris <rgm@gnu.org>
14515
14516 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
14517 Silence compiler by only defining on XEmacs.
14518
14519 * international/mule.el (auto-coding-regexp-alist): Only match
14520 BABYL... at the start of buffer, not of lines. (Bug#3790)
14521
14522 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
14523 non-calendar buffers (Bug#3862). Restore "not on a date" message.
14524 (cal-menu-context-mouse-menu): Doc fix.
14525
14526 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
14527
14528 * simple.el (mail-user-agent): Doc fix. Set :version tag.
14529
14530 2009-07-18 Juri Linkov <juri@jurta.org>
14531
14532 * info.el: Virtual Info keyword finder.
14533 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
14534 (Info-finder-file): New variable.
14535 (Info-finder-find-file): New function.
14536 (finder-known-keywords, finder-package-info)
14537 (find-library-name, lm-commentary): Use defvar and
14538 declare-function to silence compiler warnings.
14539 (Info-finder-find-node): New function.
14540 (info-finder): New command.
14541
14542 * subr.el (process-kill-buffer-query-function): New function.
14543 (add-hook)<kill-buffer-query-functions>: Add hook
14544 `process-kill-buffer-query-function'.
14545
14546 2009-07-18 Alan Mackenzie <acm@muc.de>
14547
14548 * progmodes/cc-mode.el (c-before-hack-hook)
14549 (c-postprocess-file-styles): Give invocation of `c-set-style'
14550 DONT-OVERRIDE parameter of t. Already set style variables will
14551 thus not be overridden by style settings given by `c-file-syle'.
14552
14553 * files.el (hack-local-variables-filter): Remove entries with
14554 duplicate keys from `file-local-variables-alist'.
14555
14556 2009-07-18 Eli Zaretskii <eliz@gnu.org>
14557
14558 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
14559 x-set-selection if display-selections-p returns nil for the
14560 current frame.
14561
14562 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
14563
14564 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
14565
14566 2009-07-18 Eli Zaretskii <eliz@gnu.org>
14567
14568 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
14569 Accept nil in addition to a regexp.
14570 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
14571 Accept nil in addition to a regexp.
14572 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
14573 buffers that have an associated file. Handle nil values of
14574 desktop-buffers-not-to-save and desktop-files-not-to-save.
14575 (Bug#3833)
14576
14577 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14578 (x-disown-selection-internal): New functions.
14579
14580 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
14581
14582 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14583 warning.
14584 (gdb-breakpoints-header): Move forward to avoid compiler warning.
14585 (gdb-make-header-line-mouse-map): Remove duplicate definition.
14586
14587 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
14588
14589 * simple.el (set-mark): Revert last change.
14590
14591 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
14592
14593 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14594 rendering of pngs is not possible instead of messaging a long
14595 description.
14596
14597 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
14598
14599 * w32-fns.el (x-selection-owner-p): New function.
14600
14601 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14602 (mouse-yank-at-click, mouse-yank-primary): If
14603 select-active-regions is non-nil, deactivate the mark before
14604 insertion.
14605
14606 * simple.el (deactivate-mark, set-mark): Only save selection if we
14607 own it.
14608
14609 2009-07-17 Kenichi Handa <handa@m17n.org>
14610
14611 * case-table.el (describe-buffer-case-table): Fix for the case
14612 that KEY is a cons.
14613
14614 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14615
14616 * vc-rcs.el (vc-rcs-find-file-hook):
14617 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14618
14619 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
14620
14621 * net/tramp.el (tramp-wait-for-output): Handle the case when
14622 commands do not return a newline but a null byte before the shell
14623 prompt. (Bug#3858)
14624
14625 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14626
14627 * term/ns-win.el (ns-set-alpha): Don't declare.
14628 (ns-set-background-alpha): Remove function.
14629
14630 2009-07-16 Kevin Ryde <user42@zip.com.au>
14631
14632 * emacs-lisp/copyright.el (copyright-update): Save match-data across
14633 y-or-n-p, for safety.
14634
14635 2009-07-16 Richard Stallman <rms@gnu.org>
14636
14637 * files.el (auto-save-mode): If buffer-saved-size is -2,
14638 don't clobber it.
14639
14640 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14641 (rmail-retry-ignored-headers): Add more uninteresting fields.
14642
14643 2009-07-15 Jari Aalto <jari.aalto@cante.net>
14644
14645 * net/rcirc.el (rcirc): Use history variables.
14646 (rcirc-server-name-history, rcirc-nick-name-history)
14647 (rcirc-server-port-history): New variables.
14648
14649 2009-07-15 Kenichi Handa <handa@m17n.org>
14650
14651 * international/mule-cmds.el (set-language-environment-charset):
14652 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14653 ignore them.
14654
14655 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14656 Delete unibyte-display.
14657
14658 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
14659
14660 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14661
14662 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
14663
14664 * simple.el (deactivate-mark): Optional argument FORCE.
14665 (set-mark): Use deactivate-mark.
14666
14667 * info.el (Info-search): No need to check transient-mark-mode
14668 before calling deactivate-mark.
14669
14670 * select.el (x-set-selection): Doc fix.
14671 (x-valid-simple-selection-p): Allow buffer values.
14672 (xselect--selection-bounds): Handle buffer values. Suggested by
14673 David De La Harpe Golden.
14674
14675 * mouse.el (mouse-set-region, mouse-drag-track): Call
14676 copy-region-as-kill before setting the mark, to let
14677 select-active-regions work.
14678
14679 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
14680
14681 * simple.el (deactivate-mark): If select-active-regions is
14682 non-nil, copy the selection data into a string.
14683 (activate-mark): If select-active-regions is non-nil, set the
14684 selection to the current buffer.
14685 (set-mark): Update selection if select-active-regions is non-nil.
14686
14687 * select.el (x-valid-simple-selection-p): Allow buffer values.
14688
14689 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
14690
14691 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14692 and more featureful message-mode.
14693
14694 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
14695
14696 * select.el (x-set-selection): Doc fix.
14697 (x-valid-simple-selection-p): Disallow selection data consisting
14698 of a list or cons of integers, since that is not used.
14699 (xselect--selection-bounds, xselect--int-to-cons): New functions.
14700 (xselect-convert-to-string, xselect-convert-to-length)
14701 (xselect-convert-to-filename, xselect-convert-to-charpos)
14702 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14703
14704 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
14705
14706 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14707 output in -break-info command (Emacs bug #3794).
14708
14709 2009-07-14 Glenn Morris <rgm@gnu.org>
14710
14711 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14712 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14713 (edebug-print-length, edebug-print-level, edebug-print-circle)
14714 (edebug-sit-for-seconds, edebug-view-outside)
14715 (edebug-bounce-point, edebug-set-global-break-condition)
14716 (edebug-Go-nonstop-mode, edebug-trace-mode)
14717 (edebug-Trace-fast-mode, edebug-continue-mode)
14718 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14719 (edebug-visit-eval-list): Doc fixes.
14720
14721 * subr.el (def-edebug-spec): Doc fix.
14722
14723 2009-07-14 Kenichi Handa <handa@m17n.org>
14724
14725 * international/characters.el: Fix setting of category ?C.
14726
14727 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
14728
14729 * term/ns-win.el (x-select-font): defalias x-select-font to
14730 ns-popup-font-panel instead of generate-fontset-menu.
14731
14732 2009-07-12 Eli Zaretskii <eliz@gnu.org>
14733
14734 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
14735
14736 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
14737
14738 * arc-mode.el (archive-find-type): Allow for a PK00 string before
14739 the PK\003\004 header (Bug#3770).
14740
14741 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
14742
14743 * pcomplete.el (pcomplete-comint-setup): Check for
14744 shell-dynamic-complete-filename too.
14745
14746 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
14747
14748 * simple.el (temporary-goal-column): Change the value for
14749 line-move-visual to a cons cell.
14750 (line-move-visual): Record or set the window hscroll, if
14751 necessary (Bug#3494).
14752 (line-move-1): Handle cons value of temporary-goal-column.
14753
14754 2009-07-11 Kenichi Handa <handa@m17n.org>
14755
14756 * international/mule-diag.el (describe-character-set): Don't show
14757 width.
14758
14759 2009-07-10 Sam Steingold <sds@gnu.org>
14760
14761 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14762 Omake sometimes indents the errors it prints, so allow all
14763 regexps to start with spaces.
14764
14765 2009-07-10 Eli Zaretskii <eliz@gnu.org>
14766
14767 * cus-edit.el (customize-changed-options-previous-release):
14768 Bump value to 22.1. (Bug#3804)
14769
14770 2009-07-08 Sam Steingold <sds@gnu.org>
14771
14772 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14773 to be a cons cell (test . ignored-directory) to selectively ignore
14774 some directories depending on the location of the search.
14775
14776 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
14777
14778 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14779 remote user is root, on the local host.
14780 (tramp-local-host-p): Either the local user or the remote user
14781 must be root. (Bug#3771)
14782
14783 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
14784
14785 * progmodes/gdb-mi.el (gdb): Remove description of
14786 gdb-use-separate-io-buffer.
14787 (menu): Don't allow toggling of or enable
14788 gdb-use-separate-io-buffer from menubar.
14789
14790 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
14791
14792 * mail/unrmail.el (unrmail): Make sure the message ends with two
14793 newlines (Bug#3769).
14794
14795 2009-07-08 Glenn Morris <rgm@gnu.org>
14796
14797 * calendar/calendar.el (calendar-current-date): Rework previous change.
14798
14799 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
14800
14801 * calendar/calendar.el (calendar-current-date):
14802 Add an optional argument giving an offset from today.
14803
14804 2009-07-08 Glenn Morris <rgm@gnu.org>
14805
14806 * tutorial.el (tutorial--describe-nonstandard-key):
14807 Adjust the message for when a key has been unbound.
14808 (help-with-tutorial): Hide the arch-tag.
14809
14810 2009-07-08 Kenichi Handa <handa@m17n.org>
14811
14812 * international/fontset.el (setup-default-fontset): For each
14813 script, append (not set) font-specs.
14814
14815 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14816 docstring.
14817
14818 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
14819
14820 * progmodes/gdb-mi.el (gdb-init-1): Move sending
14821 -data-list-register-names to ...
14822 (gdb-starting): ... here because GDB 7.0 requires execution to
14823 have started when using this MI command.
14824 (gdb-set-header): New function to distinguish select and
14825 unselected tabs in gdb buffers.
14826 (gdb-propertize-header): New macro that uses gdb-set-header.
14827 (gdb-breakpoints-header, gdb-locals-header): Use it.
14828 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
14829
14830 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
14831
14832 * Makefile.in (ELCFILES): Remove fadr.elc.
14833
14834 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
14835
14836 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
14837 may contain frame information, so `string-match' should be used.
14838 (gdb-update): Disassembly is invalidated through
14839 `gdb-get-selected-frame'.
14840 (gdb-pad-string): New function to pad string with spaces.
14841 (gdb-invalidate-disassembly): Invalidate only if the buffer
14842 exists.
14843 (gdb-disassembly-handler-custom): Column alignment.
14844 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
14845 placing new ones.
14846 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
14847 end of line, too.
14848 (gdb-frame-handler): Match convention to for disassembly buffer
14849 mode name.
14850 (gdb-stack-list-frames-handler): Rewritten without regexps.
14851 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
14852 not highlight breakpoints without line information.
14853 (gdb-input): Add trailing newline to command.
14854
14855 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
14856 buffer properly.
14857 (gdb-breakpoints-list-handler-custom): Replacement for
14858 `gdb-break-list-handler'. Using real parser instead of regexps
14859 now.
14860 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
14861 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
14862 to place breakpoints.
14863 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
14864 functions.
14865 (gdb-disassembly-handler-custom): Show overlay arrow.
14866 (gdb-disassembly-place-breakpoints): Show breakpoints in
14867 disassembly buffer.
14868 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14869 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
14870 instead of parsing breakpoints buffer. Fixed old menu references
14871 in `gud-menu-map'.
14872
14873 * fadr.el: Remove.
14874
14875 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
14876 (gdb-memory-address): New variable which holds top address of
14877 memory page shown in memory buffer.
14878 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
14879 customization variables.
14880 New functions:
14881 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
14882 display the memory buffer.
14883 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
14884 buffer display parameters.
14885 (def-gdb-memory-format, gdb-memory-format-binary)
14886 (gdb-memory-format-octal, gdb-memory-format-unsigned)
14887 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
14888 Functions for setting memory buffer format.
14889 (gdb-memory-unit-word, gdb-memory-unit-halfword)
14890 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
14891 unit size used in memory buffer.
14892 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
14893 to next/previous page of memory buffer.
14894 Now using (bindat-get-field) instead of fadr functions.
14895
14896 2009-07-07 Sam Steingold <sds@gnu.org>
14897
14898 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
14899 non-top-level files.
14900
14901 2009-07-07 Kenichi Handa <handa@m17n.org>
14902
14903 * international/mule-cmds.el (reset-language-environment): Put
14904 the highset priority to the charset iso-8859-1.
14905
14906 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
14907
14908 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
14909 to the end of the line when locating the block (Bug#700).
14910
14911 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
14912
14913 * net/tramp.el (tramp-handle-write-region): Flush file properties
14914 in case of short track.
14915
14916 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
14917
14918 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
14919 Coded custom representation of verilog error regular expressions
14920 to work with Emacs-22's new format.
14921 (verilog-error-regexp-xemacs-alist): Coded custom representation
14922 of verilog error regular expressions to work with XEmacs format.
14923 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
14924 error recognition into XEmacs.
14925 (verilog-error-regexp-add-emacs): Hook routine to install verilog
14926 error recognition into Emacs-22.
14927
14928 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
14929
14930 * woman.el: Remove stand-alone closing parentheses.
14931 (woman-file-name, woman2-format-paragraphs)
14932 (woman-leave-blank-lines): Code cleanup.
14933 (woman-use-own-frame): Change default to nil.
14934 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
14935 defaults to inherit from default faces.
14936 (woman2-process-escapes): Consume the newline after a stand-alone
14937 filler character (Bug#3651).
14938
14939 2009-07-06 Glenn Morris <rgm@gnu.org>
14940
14941 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
14942 (top-level): Move provide to the end.
14943 (ffap): Remove defunct URL from custom group.
14944
14945 * subr.el (eval-after-load): Doc fix.
14946
14947 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
14948
14949 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
14950 `calc-embedded-word' is called twice.
14951
14952 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14953
14954 * files.el (find-alternate-file-other-window, find-alternate-file):
14955 Obey confirm-nonexistent-file-or-buffer.
14956
14957 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
14958
14959 * dired-aux.el (dired-show-file-type): Handle remote files.
14960
14961 2009-07-05 Jari Aalto <jari.aalto@cante.net>
14962
14963 * desktop.el (desktop-globals-to-save):
14964 Add file-name-history (Bug#2750).
14965
14966 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
14967
14968 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
14969
14970 2009-07-04 Johan Bockgård <bojohan@gnu.org>
14971
14972 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
14973 property on entire argument since this is what eshell-lisp-command
14974 expects.
14975
14976 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
14977
14978 * net/tramp-gvfs.el (tramp-gvfs-methods)
14979 (tramp-gvfs-zeroconf-domain)
14980 (tramp-bluez-discover-devices-timeout): Add version flag.
14981 (tramp-gvfs-handler-mounted-unmounted)
14982 (tramp-gvfs-connection-mounted-p): Polish handling of
14983 incompatibilities between GVFS 0.2 and 1.0.
14984
14985 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
14986
14987 * cus-start.el (all): Add make-pointer-invisible.
14988
14989 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
14990
14991 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
14992 formatted correctly.
14993
14994 2009-07-02 Juri Linkov <juri@jurta.org>
14995
14996 * info.el: Virtual Info files and nodes.
14997 (Info-virtual-files, Info-virtual-nodes): New variables.
14998 (Info-current-node-virtual): New variable.
14999 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
15000 New functions.
15001 (Info-file-supports-index-cookies): Use Info-virtual-file-p
15002 to check for a virtual file instead of checking a fixed list
15003 of node names.
15004 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
15005 instead of ad-hoc processing of "dir" and (apropos history toc).
15006 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
15007 instead of ad-hoc processing of "dir" and (apropos history toc).
15008 Reread a file when moving from a virtual node.
15009 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
15010 (Info-directory-toc-nodes, Info-directory-find-file)
15011 (Info-directory-find-node): New functions.
15012 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
15013 (Info-history): Move part of code to
15014 `Info-history-find-node'.
15015 (Info-history-toc-nodes, Info-history-find-file)
15016 (Info-history-find-node): New functions.
15017 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
15018 (Info-toc): Move part of code to `Info-toc-find-node'.
15019 (Info-toc-find-node): New function.
15020 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
15021 the current Info file name to references because now the node
15022 "*TOC*" belongs to the same Info manual.
15023 (Info-toc-build): Rename from `Info-build-toc'.
15024 (Info-toc-nodes): Rename input argument `file' to `filename'.
15025 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
15026 instead of ad-hoc processing of ("dir" apropos history toc).
15027 (Info-index-nodes): Use Info-virtual-file-p
15028 to check for a virtual file instead of checking a fixed list
15029 of node names.
15030 (Info-index-node): Add check for `Info-current-node-virtual'.
15031 Raise `save-match-data' higher up the tree to contain
15032 `search-forward' too (bug fix).
15033 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
15034 (Info-virtual-index-nodes): New variable.
15035 (Info-virtual-index-find-node, Info-virtual-index): New functions.
15036 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
15037 (Info-apropos-file, Info-apropos-nodes): New variables.
15038 (Info-apropos-toc-nodes, Info-apropos-find-file)
15039 (Info-apropos-find-node, Info-apropos-matches): New functions.
15040 (info-apropos): Move part of code to `Info-apropos-find-node' and
15041 `Info-apropos-matches'.
15042 (Info-mode-map): Bind "I" to `Info-virtual-index'.
15043 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
15044 for a virtual file instead of checking a fixed list of node names.
15045
15046 * simple.el (async-shell-command): New command.
15047
15048 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
15049
15050 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
15051 instead of `mount-info'.
15052
15053 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
15054
15055 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
15056 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
15057
15058 2009-07-02 Kenichi Handa <handa@m17n.org>
15059
15060 * international/mule.el (set-keyboard-coding-system): Force *-unix
15061 coding-system to avoid eol conversion.
15062
15063 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
15064
15065 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
15066 Add handler for `process-file', `shell-command' and
15067 `start-file-process'.
15068 (tramp-gvfs-handle-shell-command)
15069 (tramp-gvfs-handle-start-file-process)
15070 (tramp-gvfs-handle-process-file): New defuns.
15071 (tramp-synce-list-devices): Simplify check for existence of property.
15072
15073 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
15074
15075 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
15076
15077 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
15078
15079 * language/korean.el (set-language-info-alist): Add korean-cp949,
15080 cp949 to spec.
15081
15082 2009-07-01 Kenichi Handa <handa@m17n.org>
15083
15084 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
15085
15086 * international/encoded-kb.el: Deleted.
15087
15088 * international/mule.el (set-keyboard-coding-system): Perform the
15089 necessary setup here instead of calling encoded-kbd-setup-display.
15090
15091 2009-07-01 Glenn Morris <rgm@gnu.org>
15092
15093 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
15094
15095 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
15096
15097 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
15098
15099 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
15100
15101 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
15102 Handle also the 'rename case, when setting file modes. (Bug#3712)
15103 (tramp-default-file-modes): Remove execute permissions.
15104
15105 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
15106 (top): Add a default for "synce" in `tramp-default-user-alist'.
15107 Add completion function for "synce" method.
15108 (tramp-hal-service, tramp-hal-path-manager)
15109 (tramp-hal-interface-manager, tramp-hal-interface-device):
15110 New defconst.
15111 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
15112 (tramp-synce-list-devices, tramp-synce-parse-device-names):
15113 New defuns.
15114
15115 * net/trampver.el: Update release number.
15116
15117 2009-06-30 Kenichi Handa <handa@m17n.org>
15118
15119 * international/fontset.el (setup-default-fontset): Add CJK fonts
15120 for symbols and the other miscellaneous characters.
15121
15122 * language/korea-util.el (setup-korean-environment-internal):
15123 Make char-width-table suitable for Korean environments.
15124 (exit-korean-environment): Cancel above.
15125
15126 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
15127 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
15128 setup-function to make char-width-table suitable for respective
15129 environments, and an exit-function to cancel that.
15130
15131 * language/japan-util.el (setup-japanese-environment-internal):
15132 Call use-cjk-char-width-table with arg `ja_JP'.
15133
15134 * international/characters.el (cjk-char-width-table): Delete it.
15135 (cjk-char-width-table-list): New variable.
15136 (use-cjk-char-width-table): New arg local-name.
15137 (use-default-char-width-table): Fix for the case that Emacs is
15138 already using the default char-width-table.
15139
15140 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
15141
15142 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
15143 modes mandatory. (Bug#3712)
15144
15145 2009-06-29 Alan Mackenzie <acm@muc.de>
15146
15147 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
15148 correction between the visible width of TABs and their number of bytes.
15149
15150 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
15151
15152 * server.el (server-buffer-done): Prevent kill-buffer from
15153 prompting by clearing the buffer modification flag (Bug#3696).
15154
15155 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
15156
15157 * progmodes/verilog-mode.el (verilog-beg-of-statement)
15158 (verilog-endcomment-reason-re): Support unique case and priority case.
15159 (verilog-basic-complete-re): Support localparam lineup.
15160 (verilog-beg-of-statement-1): Fix for robustness, unique case.
15161 (verilog-set-auto-endcomments): Fix for unique case, always_comb
15162 commenting.
15163 (verilog-leap-to-case-head): Now support *nested* unique &
15164 priority case statements.
15165 (verilog-auto-lineup): Make just declarations the default (as it
15166 had been).
15167 (verilog-leap-to-case-head): Support priority/unique case statements.
15168 (verilog-auto-lineup): Rework to give users radio buttons to
15169 select the various styles of automatic lineup.
15170 (verilog-error-regexp-alist): Rework to support the XEmacs style
15171 of error regular expressions from compilers, lint tools &
15172 simulators. Note that GNU Emacs has made it impossible for a mode
15173 to load such things.
15174 (electric-verilog-terminate-line, verilog-indent-declaration)
15175 (verilog-auto-wiure): Rework for radio button selection of
15176 auto-lineup selection of specification of auto lineup.
15177 (verilog-beg-of-statement-1): Redesign to support proper operation
15178 in additional code, based on testing with auto-lineup.
15179 (verilog-calculate-indent, assignments & declarations)
15180 (verilog-backward-token): Enhance to support auto-lineup of
15181 assignments & declarations.
15182 (verilog-in-directive-p, verilog-at-struct-p): New function for
15183 easy test of whether we are.
15184 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
15185 to support safe execution at almost anyline.
15186 (verilog-calc-1): Properly support indenting deep inside generate
15187 blocks.
15188 (verilog-init-font): Remove definition & use of verilog-init-font,
15189 as it is redundant with font-lock-defaults.
15190 (verilog-mode): Alter the definition of verilog-font-lock-defaults
15191 to avoid circular calls if syntax-ppss is a function (as is the
15192 case now in 22.x GNU Emacs) as that function would sometimes call
15193 itself, leading to (nearly) infinite recursion.
15194 (verilog-ovm-begin-re, verilog-ovm-end-re)
15195 (verilog-ovm-statement-re, verilog-leap-to-head)
15196 (verilog-backward-token): Add support for OVM macros. Some are
15197 complete statements, and others open and close scopes like begin
15198 and end.
15199 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
15200 (verilog-defun-level-generate-only-re): Really fix the defun-list
15201 compilation issue.
15202 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
15203 coverpoint, constraint and cross statements.
15204 (verilog-defun-level-list, verilog-generate-defun-level-list)
15205 (verilog-all-defun-level-list): Redo these specifications - it is
15206 too hard to support eval-when compile aggregation of lists also
15207 built at when-compile time.
15208 (verilog-defun-level-list): Place defconsts of variables used in
15209 building regular expressions which are built in eval-when-compile
15210 bodies in the same eval-when-compile body to facilitate compile
15211 without load.
15212 (verilog-beg-block-re-ordered): Support indenting
15213 virtual/protected tasks and functions.
15214 (verilog-defun-level-list, verilog-in-generate-region-p)
15215 (verilog-backward-ws&directives, verilog-calc-1): Speed up
15216 indentation of some module items (generate items).
15217 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
15218 across virtual/protected tasks and functions.
15219
15220 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
15221
15222 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
15223 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
15224 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
15225 in concatenations. Reported by Yishay Belkind.
15226 (verilog-auto-ascii-enum): Support one-hot state machines in
15227 AUTOASCIIENUM. Suggested by Lloyd Gomez.
15228 (verilog-auto-inst, verilog-auto-inst-port): Include interface
15229 modport in AUTOINST and add vl-modport for users. Reported by
15230 David Rogoff.
15231 (verilog-auto-inout-module, verilog-auto-inst)
15232 (verilog-decls-get-interfaces, verilog-insert-definition)
15233 (verilog-insert-one-definition, verilog-read-decls)
15234 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
15235 (verilog-sig-modport, verilog-signals-combine-bus)
15236 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
15237 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
15238 Suggested by David Rogoff.
15239 (verilog-repair-open-comma): Fix non-insertion of comma when
15240 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
15241 (verilog-make-width-expression): Simplify [A-1:0] expression
15242 widths to just {A{1'b0}}.
15243 (verilog-mode): Cleanup checkdoc warnings.
15244 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
15245 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
15246 inputs/outputs or data type. Suggested by Vasu Kandadi.
15247 (next-error-last-buffer): Fix byte-compiler warning.
15248 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
15249 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
15250 or shell command text during AUTO expansion. Suggested by Tad Truex.
15251 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
15252 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
15253 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
15254 in AUTOINOUT. Reported by Matthew Lovell.
15255 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
15256 causing use of <= assignments. Reported by Alex Reed.
15257 (verilog-read-decls): Fix triand, trior, wand, wor to be
15258 recognized by AUTOWIRE. Reported by Spencer Isaacson.
15259 (verilog-extended-complete-re): Support import "DPI-C" functions.
15260 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
15261 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
15262 (verilog-insert-date, verilog-insert-year)
15263 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
15264 Windows systems. Reported by Michael Potts.
15265 (verilog-read-module-name): Fix AUTOINST when the child module
15266 declaration's name is a tick define. Reported by Elliot Mednick.
15267 (verilog-read-decls): Fix V2K parameter bit subscripts getting
15268 passed to next parameter's definition. Reported by Bruce T.
15269 (verilog-read-decls): Fix detecting "parameter int" when using
15270 AUTOINSTPARAM. Reported by Bruce T.
15271 (verilog-goto-defun): Fix goto not finding modules unless first
15272 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
15273 (verilog-mode): Expand -f flag arguments on entry to mode so
15274 verilog-goto-defun will work. Reported by Lawrence Butcher.
15275 (verilog-getopt): Expand environment variables in -f file
15276 arguments. Suggested by Lawrence Butcher.
15277 (verilog-set-define): Fix "Symbol's value as variable is void"
15278 when reading enumerations.
15279 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
15280 Suggested by Stephen Peltan.
15281 (verilog-read-defines): Fix reading of enumerations in include
15282 files. Reported by Steve Peltan.
15283
15284 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
15285
15286 * files.el (trash-directory): Fix defcustom type.
15287
15288 2009-06-28 Juri Linkov <juri@jurta.org>
15289
15290 * help-fns.el (describe-function-1): Correctly locate adviced
15291 functions in hyperlink (Bug#2438).
15292
15293 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
15294
15295 * files.el (trash-directory): Change default to nil.
15296 (move-file-to-trash): If trash-directory is nil and
15297 system-move-file-to-trash is unbound, perform freedesktop-style
15298 trashing.
15299
15300 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
15301
15302 * files.el (move-file-to-trash): Add freedesktop trash
15303 support (Bug#973).
15304
15305 2009-06-28 Glenn Morris <rgm@gnu.org>
15306
15307 * autorevert.el (global-auto-revert-non-file-buffers)
15308 (global-auto-revert-mode): Doc fixes.
15309
15310 2009-06-27 Johan Bockgård <bojohan@gnu.org>
15311
15312 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
15313
15314 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
15315
15316 * faces.el (x-handle-named-frame-geometry): Ensure that we have
15317 opened an X connection before calling x-get-resource (Bug#3194).
15318
15319 * play/doctor.el: Remove reference to obsolete website.
15320 (make-doctor-variables): Correct grammar mistake (Bug#2633).
15321
15322 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
15323
15324 Remove find-file-not-found-hook VC method. (Bug#2757)
15325 * vc-hooks.el (vc-file-not-found-hook)
15326 (vc-default-find-file-not-found-hook): Remove functions.
15327 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
15328 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
15329 * vc.el:
15330 * vc-hg.el:
15331 * vc-git.el: Do not mention find-file-not-found-hook VC method.
15332
15333 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
15334
15335 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
15336 compatibility function for `looking-back'.
15337
15338 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15339 Use `ispell-looking-back'.
15340
15341 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
15342
15343 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
15344 rather than `filename'.
15345
15346 2009-06-23 Miles Bader <miles@gnu.org>
15347
15348 * face-remap.el (text-scale-set): New function.
15349
15350 2009-06-23 Glenn Morris <rgm@gnu.org>
15351
15352 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
15353
15354 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
15355
15356 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
15357
15358 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
15359
15360 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15361 Simplify Persian conditionals.
15362
15363 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
15364 variable `filename'.
15365
15366 * comint.el (comint-insert-input): Doc fix.
15367
15368 * Makefile.in (ELCFILES): Fix typo in previous change.
15369
15370 2009-06-23 Miles Bader <miles@gnu.org>
15371
15372 * cus-start.el: Add entry for `recenter-redisplay'.
15373
15374 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
15375
15376 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
15377 Add an optional argument for the backend, use it instead of
15378 calling vc-backend.
15379 (vc-mode-line): Add an optional argument for the backend.
15380 Pass the backend to vc-state and vc-working-revision. Move code for
15381 special handling for vc-state being a buffer to ...
15382
15383 * vc-rcs.el (vc-rcs-find-file-hook):
15384 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
15385
15386 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
15387 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
15388 vc-stay-local-p and vc-mode-line calls.
15389
15390 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
15391 (vc-cvs-diff, vc-cvs-annotate-command)
15392 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
15393 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
15394 vc-mode-line calls.
15395
15396 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
15397 direct comparison.
15398 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
15399 backend when calling vc-mode-line.
15400 (vc-register): Do not create a closure for calling the vc register
15401 function, call it directly.
15402
15403 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
15404
15405 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
15406 to make it obvious item can be clicked.
15407
15408 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
15409
15410 2009-06-23 Kenichi Handa <handa@m17n.org>
15411
15412 * language/korea-util.el (korean-key-bindings): Change the binding
15413 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
15414 same command.
15415
15416 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
15417
15418 Sync with Tramp 2.1.16.
15419
15420 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
15421
15422 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
15423 when a loading of a package fails. Completion function for rsync
15424 is `tramp-completion-function-alist-ssh'.
15425 (all): Replace all calls of `split-string' and
15426 `tramp-split-string' by `tramp-compat-split-string'.
15427 (tramp-default-method): Use `tramp-compat-process-running-p'.
15428 (tramp-default-proxies-alist): Allow also Lisp forms.
15429 (tramp-remote-path): Add choice "Private Directories".
15430 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
15431 (tramp-domain-regexp): Allow also "-", "_" and ".".
15432 (tramp-end-of-output): Remove newlines, and add "$" at the end.
15433 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
15434 (tramp-debug-message): Insert header line in debug buffer.
15435 (tramp-handle-directory-files-and-attributes-with-stat):
15436 Care about filenames with spaces, or starting with "-".
15437 (tramp-handle-dired-uncache): New defun.
15438 (tramp-handle-insert-directory): Don't flush the directory from
15439 cache, this is handled by `dired-uncache' now.
15440 (tramp-handle-insert-file-contents): Improve error handling.
15441 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15442 Quote `tramp-end-of-output'.
15443 (tramp-action-password): Improve trace message.
15444 (tramp-check-for-regexp): Both echoes must be present, before removing.
15445 (tramp-open-connection-setup-interactive-shell): Trace coding system.
15446 (tramp-compute-multi-hops): Eval cons cells of
15447 `tramp-default-proxies-alist'.
15448 (tramp-maybe-open-connection): Use the same command pattern for
15449 first hop and further hops.
15450 (tramp-wait-for-output): Remove handling of newlines.
15451 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
15452 (tramp-split-string): Remove function. It is handled in
15453 tramp-compat now.
15454
15455 * net/tramp-cmds.el (tramp-bug):
15456 Recommend `tramp-cleanup-all-connections' in the bug mail.
15457
15458 * net/tramp-compat.el (tramp-compat-split-string)
15459 (tramp-compat-process-running-p): New defuns.
15460
15461 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
15462 for `dired-uncache'.
15463
15464 * net/tramp-gvfs.el: New package.
15465
15466 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15467 Add handler for `dired-uncache'.
15468 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
15469
15470 * net/trampver.el: Update release number. Make version check fit
15471 for SXEmacs 22.
15472
15473 2009-06-22 Jim Meyering <meyering@redhat.com>
15474
15475 Automatically handle .xz suffix (XZ-compressed files), too.
15476 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
15477 XZ is the successor to LZMA: <http://tukaani.org/xz/>
15478
15479 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
15480 Nick Roberts <nickrob@snap.net.nz>
15481
15482 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
15483 repository (http://sphinx.net.ru/hg/gdb-mi/).
15484
15485 2009-06-22 Glenn Morris <rgm@gnu.org>
15486
15487 * files.el (dir-locals-collect-mode-variables): Allow for any number of
15488 `mode' and `eval' entries. (Bug#3430)
15489
15490 * Makefile.in (ELCFILES): Add fadr.elc.
15491
15492 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
15493 differing behavior of \n and ^ in strings. (Bug#3385)
15494
15495 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
15496
15497 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
15498 property.
15499 (lisp-indent-function): Make it a defcustom.
15500
15501 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
15502
15503 * progmodes/gdb-ui.el: Replace with ...
15504 * progmodes/gdb-mi.el: ... this file.
15505 * progmodes/gud.el: Modify for gdb-mi.el.
15506
15507 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
15508
15509 * fadr.el: New file.
15510
15511 See ChangeLog.14 for earlier changes.
15512
15513 ;; Local Variables:
15514 ;; coding: utf-8
15515 ;; End:
15516
15517 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
15518
15519 This file is part of GNU Emacs.
15520
15521 GNU Emacs is free software: you can redistribute it and/or modify
15522 it under the terms of the GNU General Public License as published by
15523 the Free Software Foundation, either version 3 of the License, or
15524 (at your option) any later version.
15525
15526 GNU Emacs is distributed in the hope that it will be useful,
15527 but WITHOUT ANY WARRANTY; without even the implied warranty of
15528 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15529 GNU General Public License for more details.
15530
15531 You should have received a copy of the GNU General Public License
15532 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
15533
15534 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1