]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Fix typos in ChangeLogs.
[gnu-emacs] / lisp / ChangeLog
1 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
2
3 * mouse.el (mouse-drag-track): Remove accidentally-removed check
4 for `double' value of mouse-1-click-follows-link (Bug#6807).
5
6 2010-08-08 Johan Bockgård <bojohan@gnu.org>
7
8 * replace.el (replace-highlight): Bind isearch-forward and
9 isearch-error, ensuring that highlighting is updated if the user
10 switches the search direction (Bug#6808).
11
12 * isearch.el (isearch-lazy-highlight-forward): New var.
13 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
14 (isearch-lazy-highlight-update): Use it.
15
16 2010-08-08 Kenichi Handa <handa@m17n.org>
17
18 * international/mule.el (define-charset): Store NAME as :base property.
19 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
20 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
21 current priority. Force using the designation of the specific
22 charset by adding `charset' text property. Improve the whole algorithm.
23
24 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
25
26 * emulation/pc-select.el (pc-selection-mode-hook)
27 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
28 (pc-selection-mode): Fix typos in docstrings.
29
30 2010-08-08 Kenichi Handa <handa@m17n.org>
31
32 * language/cyrillic.el: Don't add "microsoft-cp1251" to
33 ctext-non-standard-encodings-alist here.
34
35 * international/mule.el (ctext-non-standard-encodings-alist):
36 Add "koi8-r" and "microsoft-cp1251".
37 (ctext-standard-encodings): New variable.
38 (ctext-non-standard-encodings-table): List only elements for
39 non-standard encodings.
40 (ctext-pre-write-conversion): Adjusted for the above change.
41 Check ctext-standard-encodings.
42
43 * international/mule-conf.el (compound-text): Doc fix.
44 (ctext-no-compositions): Doc fix.
45 (compound-text-with-extensions): Doc fix.
46
47 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
48
49 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
50
51 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
52
53 * progmodes/which-func.el (which-func-format): Split help-echo text
54 into lines, like other mode-line tooltips.
55
56 * server.el (server-start): When using TCP sockets, force IPv4
57 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
58
59 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
60
61 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
62
63 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
64
65 * term.el (term-delimiter-argument-list): Reflow docstring.
66 (term-read-input-ring, term-write-input-ring, term-send-input)
67 (term-bol, term-erase-in-display, serial-supported-or-barf):
68 Fix typos in docstrings.
69
70 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
71
72 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
73
74 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
75
76 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
77
78 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
79
80 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
81 Fix typo in docstring (bug#6747).
82
83 2010-08-08 Leo <sdl.web@gmail.com>
84
85 * eshell/esh-io.el (eshell-get-target): Better detection of
86 read-only file (Bug#6762).
87
88 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
89
90 * align.el (align-default-spacing): Doc fix.
91 (align-region-heuristic, align-regexp): Fix typos in docstrings.
92
93 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
94
95 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
96 (icalendar--split-value): Fixed splitting regexp. (Bug#6766)
97 (icalendar--get-weekday-numbers): New
98 (icalendar--create-uid, icalendar-export-region)
99 (icalendar--parse-summary-and-rest): Code formatting.
100 (icalendar--convert-recurring-to-diary): Handle multiple byday
101 values in weekly rules. (Bug#6766)
102
103 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
104
105 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
106 to italicize headers.
107 (calc-highlight-selections-with-faces): New variable.
108 (calc-selected-face, calc-nonselected-face): New faces.
109
110 * calc/calccomp.el (math-comp-highlight-string): Use
111 `calc-highlight-selections-with-faces' to determine how to highlight
112 sub-formulas.
113
114 * calc/calc-sel.el (calc-show-selections): Change message to when
115 using faces to highlight selections.
116
117 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
118
119 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
120 Add SQLite 3 keywords, functions and datatypes.
121 (sql-interactive-mode): Remove `comint-process-echoes' set to t
122 (Bug#6686).
123
124 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
125
126 * simple.el (select-active-regions): Move to keyboard.c.
127 (deactivate-mark): Used saved-region-selection.
128 (select-active-region): Function removed.
129 (activate-mark, set-mark, push-mark-command)
130 (handle-shift-selection): Don't call it.
131 (keyboard-quit): Avoid adding the region to the window selection.
132
133 * mouse.el (mouse-drag-track): Remove hacks to deal with old
134 select-active-regions implementation.
135 (mouse-yank-at-click): Doc fix.
136
137 * cus-start.el: Add custom declaration for select-active-regions.
138
139 2010-08-07 Eli Zaretskii <eliz@gnu.org>
140
141 * simple.el (delete-forward-char): Doc fix.
142
143 * tutorial.el (help-with-tutorial): Hack safe file-local variables
144 after reading the tutorial.
145
146 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
147
148 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
149 for the case that a C style comment has its delimiters alone on
150 their respective lines.
151
152 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
153
154 * net/tramp.el (tramp-handle-start-file-process): Set connection
155 property "vec".
156 (tramp-process-sentinel): Use it for flushing the cache. We
157 cannot do it via the process buffer, the buffer could be deleted
158 already when running the sentinel.
159
160 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
161
162 * comint.el (comint-mode): Make directory tracking functions
163 functional on remote files. (Bug#6764)
164
165 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
166
167 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
168
169 2010-08-05 Eli Zaretskii <eliz@gnu.org>
170
171 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
172 unexec.c => unexcoff.c.
173
174 * emacs-lisp/authors.el (authors-fixed-entries): Rename
175 unexec.c => unexcoff.c.
176
177 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
178
179 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
180 cache, not only file cache.
181 (tramp-process-sentinel): New defun.
182 (tramp-handle-start-file-process): Use it, in order to invalidate
183 file caches.
184
185 2010-08-03 Leo <sdl.web@gmail.com>
186
187 * server.el (server-start): Simplify loop.
188
189 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
190
191 * frame.el (screen-height, screen-width, set-screen-width)
192 (set-screen-height): Remove ancient compatibility aliases.
193
194 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
195 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
196
197 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
198 that change current buffer.
199
200 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
201
202 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
203 beginning of the string. Use `string-match-p'. (Bug#6765)
204
205 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
206
207 * cus-start.el (x-gtk-use-system-tooltips): New variable.
208
209 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
210
211 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
212 (package--builtins): Tweak descriptions.
213 (package-print-package): Upcase descriptions if necessary.
214 Show all built-in packages in font-lock-builtin-face.
215 (package-list-packages-internal): Omit "emacs" package.
216 Show status of built-in packages as "built-in".
217
218 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
219
220 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
221 before killing to preserve the primary selection (Bug#6701).
222
223 * term/x-win.el (x-select-text): Doc fix.
224
225 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
226
227 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
228 The following functions were modified or created:
229
230 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
231 (objc-font-lock-extra-types):
232 * progmodes/cc-mode.el (c-basic-common-init):
233 * progmodes/cc-langs.el (c-make-mode-syntax-table)
234 (c++-make-template-syntax-table)
235 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
236 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
237 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
238 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
239 * progmodes/cc-fonts.el (c-make-inverse-face)
240 (c-basic-matchers-after):
241 * progmodes/cc-engine.el (c-forward-keyword-clause)
242 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
243 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
244 (c-guess-continued-construct, c-guess-basic-syntax):
245
246 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
247
248 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
249
250 2010-07-31 Eli Zaretskii <eliz@gnu.org>
251
252 * files.el (bidi-paragraph-direction): Define safe local values.
253
254 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
255 language-info-alist. Remove outdated FIXME in a comment.
256
257 2010-07-31 Alan Mackenzie <acm@muc.de>
258
259 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
260 Auto-fill broken in C/C++ modes.
261
262 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
263
264 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
265 (menu-bar-showhide-tool-bar-menu-customize-disable)
266 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
267 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
268 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
269 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
270 make a menu for Options => toolbar that can move it.
271
272 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
273
274 * emacs-lisp/package-x.el (package--make-rss-entry):
275 (package-maint-add-news-item, package--update-news)
276 (package-upload-buffer-internal): New arg ARCHIVE-URL.
277
278 * emacs-lisp/package.el (package-archive-url): Rename from
279 package-archive-id.
280 (package-install): Doc fix.
281 (package-download-single, package-download-tar, package-install)
282 (package-menu-view-commentary): Callers changed.
283
284 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
285
286 * net/tramp.el (tramp-handle-start-file-process): Check only for
287 `remote-tty' process property.
288 (tramp-open-shell): Don't check for tty.
289 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
290 process property.
291
292 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
293 host.
294
295 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
296
297 * emacs-lisp/package.el (package-load-list, package-archives)
298 (package-archive-contents, package-user-dir)
299 (package-directory-list, package--builtins, package-alist)
300 (package-activated-list, package-obsolete-alist): Mark as risky.
301
302 2010-07-28 Phil Hagelberg <phil@evri.com>
303
304 Add support for non-default package repositories.
305 * emacs-lisp/package.el (package-archive-base): Var deleted.
306 (package-archives): New variable.
307 (package-archive-contents): Doc fix.
308 (package-load-descriptor): Do nothing if descriptor file is missing.
309 (package--write-file-no-coding): New function.
310 (package-unpack-single): Use it.
311 (package-archive-id): New function.
312 (package-download-single, package-download-tar)
313 (package-menu-view-commentary): Use it.
314 (package-installed-p): Make second argument optional.
315 (package-read-all-archive-contents): New function.
316 (package-initialize): Use it.
317 (package-read-archive-contents): Add ARCHIVE argument.
318 (package--add-to-archive-contents): New function.
319 (package-install): Don't call package-read-archive-contents.
320 (package--download-one-archive): Store archive file in a
321 subdirectory of package-user-dir.
322 (package-menu-execute): Remove spurious line movement.
323
324 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
325
326 * cus-start.el (tool-bar-style): Add text-image-horiz.
327
328 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
329
330 * progmodes/gud.el (gud-common-init): Check for remoteness of
331 `file', and not of `default-directory'.
332
333 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
334
335 * net/tramp.el (tramp-methods): Move hostname to the end in all
336 ssh `tramp-login-args'.
337 (tramp-verbose): Describe verbose level 9.
338 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
339 (tramp-open-connection-setup-interactive-shell): Trace stty
340 settings if `tramp-verbose' >= 9.
341 (tramp-handle-start-file-process): Implement tty setting.
342 (Bug#4604, Bug#6360)
343
344 * net/tramp-cmds.el (tramp-bug): Recommend setting of
345 `tramp-verbose' to 9.
346
347 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
348
349 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
350 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
351 Remove references to package `lisp-re' (bug#4369).
352
353 2010-07-27 Tom Tromey <tromey@redhat.com>
354
355 * progmodes/js.el (js-mode):
356 * progmodes/make-mode.el (makefile-mode):
357 * progmodes/simula.el (simula-mode):
358 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
359
360 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
361
362 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
363
364 * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
365
366 * time.el (display-time-day-and-date): Remove spurious * in docstring.
367 (display-time-world-buffer-name, display-time-world-mode-map):
368 Fix typos in docstrings.
369
370 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
371
372 * image-mode.el (image-display-size): New function.
373 (image-forward-hscroll, image-next-line, image-eol, image-eob)
374 (image-mode-fit-frame): Use it (Bug#6639).
375
376 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
377
378 * dired.el (dired-buffers-for-dir): Handle list values of
379 dired-directory (Bug#6636).
380
381 2010-07-26 Sam Steingold <sds@gnu.org>
382
383 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
384 Do not call `x-get-selection' the second time, reuse the value.
385
386 2010-07-26 Daiki Ueno <ueno@unixuser.org>
387
388 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
389 which consist of control chars only. Suggested by Richard Stallman.
390
391 2010-07-25 Daiki Ueno <ueno@unixuser.org>
392
393 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
394 exists before passing an error to find-file-not-found-functions
395 (bug#6723).
396
397 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
398
399 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
400 Remove leading nil element, adjust values.
401 (tetris-shapes, tetris-shape-scores):
402 Change representation of shapes and remove some redundancy.
403 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
404 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
405 Adjust for working with new representation of shapes.
406 (tetris-shape-rotations): New function.
407 (tetris-move-bottom, tetris-move-left, tetris-move-right)
408 (tetris-rotate-prev, tetris-rotate-next):
409 Adjust for working with the new version of tetris-test-shape.
410
411 2010-07-23 Markus Triska <markus.triska@gmx.at>
412
413 * progmodes/ps-mode.el: Use comint (bug#5954).
414 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
415 (ps-mode-other-newline): Simplify.
416 (ps-run-mode): Derive from comint-mode instead of
417 fundamental-mode, yielding input history etc.
418 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
419 (ps-run-send-string): Adapt for comint-mode.
420 (ps-run-newline): Remove now unneeded function.
421
422 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
423
424 * net/tramp.el (tramp-methods): Move hostname to the end in all
425 plink `tramp-login-args'.
426
427 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
428
429 * net/tramp.el (tramp-open-shell): New defun.
430 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
431 Use it.
432
433 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
434
435 * net/tramp.el (tramp-file-name-regexp-unified)
436 (tramp-completion-file-name-regexp-unified): On W32 systems, do
437 not regard the volume letter as remote filename. (Bug#5447)
438
439 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
440
441 * custom.el (custom-declare-variable): Give a clearer error message
442 when the docstring is missing (bug#6476).
443
444 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
445
446 * progmodes/sql.el: Version 2.4. Improved Login prompting.
447 (sql-login-params): New widget definition.
448 (sql-oracle-login-params, sql-mysql-login-params)
449 (sql-solid-login-params, sql-sybase-login-params)
450 (sql-informix-login-params, sql-ingres-login-params)
451 (sql-ms-login-params, sql-postgres-login-params)
452 (sql-interbase-login-params, sql-db2-login-params)
453 (sql-linter-login-params): Use it.
454 (sql-sqlite-login-params): Use it; Define "database" parameter as
455 a file name.
456 (sql-sqlite-program): Change to "sqlite3".
457 (sql-comint-sqlite): Make sure database name is complete.
458 (sql-for-each-login): New function.
459 (sql-connect, sql-save-connection): Use it.
460 (sql-get-login-ext): New function.
461 (sql-get-login): Use it.
462 (sql-make-alternate-buffer-name): Handle :file parameters.
463
464 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
465
466 * dired.el (dired-no-confirm): Document value t and fix defcustom to
467 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
468
469 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
470
471 * dired.el (dired-mode-map): Use command remapping (bug#6632).
472
473 2010-07-22 Lawrence Mitchell <wence@gmx.li>
474
475 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
476
477 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
478
479 * net/tramp.el (tramp-get-ls-command)
480 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
481 instead of "/".
482
483 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
484
485 * progmodes/sql.el: Version 2.3.
486 (sql-connection-alist): Changed keys from symbols to strings;
487 enhanced the widget definition.
488 (sql-mode-menu): Added submenu to select connections.
489 (sql-interactive-mode-menu): Added "Save Connection" item.
490 (sql-add-product): Fixed menu item.
491 (sql-get-product-feature): Improved error handling.
492 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
493 (sql-make-alternate-buffer-name): Simplified.
494 (sql-product-interactive): Handle missing product.
495 (sql-connect): Support string keys, minor improvements.
496 (sql-save-connection): New function.
497 (sql-connection-menu-filter): New function.
498
499 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
500
501 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
502 (tramp-open-connection-setup-interactive-shell): Apply
503 workaround for IRIX64 bug. Move argument of last
504 `tramp-send-command' where it belongs to.
505
506 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
507
508 * net/tramp.el (tramp-perl-file-attributes)
509 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
510 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
511 front of `login-args'.
512
513 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
514
515 * time.el (display-time-world-mode): Define with `define-derived-mode'.
516 Set `show-trailing-whitespace' to nil.
517 (display-time-world-display): Simplify.
518
519 2010-07-18 Alan Mackenzie <acm@muc.de>
520
521 Enhance `c-file-style' in file/directory local variables.
522 * progmodes/cc-mode.el (c-count-cfss): New function.
523 (c-before-hack-hook): Call `c-set-style' differently according to
524 whether c-file-style was set in file or directory local
525 variables.
526
527 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
528
529 * progmodes/sql.el: Version 2.2.
530 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
531 defcustom :safe keyword rather than putting safe-local-variable
532 property.
533 (sql-password): Use defcustom :risky keyword rather than putting
534 risky-local-variable property.
535 (sql-oracle-login-params, sql-sqlite-login-params)
536 (sql-solid-login-params, sql-sybase-login-params)
537 (sql-informix-login-params, sql-ingres-login-params)
538 (sql-ms-login-params, sql-postgres-login-params)
539 (sql-interbase-login-params, sql-db2-login-params)
540 (sql-linter-login-params): Add `port' option.
541 (sql-get-product-feature): Added NO-INDIRECT parameter.
542 (sql-comint-oracle, sql-comint-sybase)
543 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
544 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
545 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
546 (sql-comint-linter): Renamed sql-connect-* functions to
547 sql-comint-*.
548 (sql-product-alist, sql-mode-menu): Renamed as above and
549 :sqli-connect-func to :sqli-comint-func.
550 (sql-connection): New variable.
551 (sql-interactive-mode): Set it.
552 (sql-connection-alist): New variable.
553 (sql-connect): New function.
554 (sql--alt-buffer-part, sql--alt-if-not-empty)
555 (sql-make-alternate-buffer-name): Improved alternative buffer name.
556
557 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
558
559 * image-mode.el (image-bookmark-make-record): Do not set context
560 in an image (Bug#6650).
561
562 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
563
564 * simple.el (select-active-region): New function.
565 (push-mark-command, set-mark, activate-mark)
566 (handle-shift-selection): Use it.
567 (deactivate-mark): Don't check for size of region.
568
569 * mouse.el (mouse-drag-track): Use select-active-region.
570
571 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
572
573 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
574 "--dired" stronger.
575
576 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
577
578 * term/x-win.el (x-select-enable-primary): Change default to nil.
579 (x-select-enable-clipboard): Add :version keyword.
580
581 * mouse.el (mouse-drag-copy-region):
582 * simple.el (select-active-regions): Likewise.
583
584 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
585
586 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
587 (vc-coding-system-for-diff): Use it to decide whether to inherit
588 from the file the EOL format for reading the diffs of that file.
589 (Bug#4451)
590
591 2010-07-16 Eli Zaretskii <eliz@gnu.org>
592
593 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
594 unibyte, so compressed attachments are not compressed again.
595
596 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
597
598 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
599 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
600 (tramp-find-shell): Simplify setting connection property.
601 (tramp-get-ls-command): Make test for "--color=never" stronger.
602
603 2010-07-15 Simon South <ssouth@member.fsf.org>
604
605 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
606 blocks within record declarations (i.e. variant parts) correctly.
607
608 2010-07-15 Simon South <ssouth@member.fsf.org>
609
610 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
611 over literal tokens when parsing so newlines aren't "absorbed" by
612 single-line comments. Corrects the indentation of case blocks
613 that have a comment on the first line.
614
615 2010-07-14 Karl Fogel <kfogel@red-bean.com>
616
617 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
618 by Drew Adams (Bug#5504).
619
620 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
621
622 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
623 now that Unicode is used (Bug#6594).
624
625 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
626
627 * term/x-win.el (x-select-enable-clipboard): Default to t.
628 (x-initialize-window-system): Don't overwrite Paste menu item.
629
630 * simple.el (select-active-regions): Default to t.
631 (push-mark-command): Don't overwrite primary with empty string.
632
633 * mouse.el: Bind mouse-2 to mouse-yank-primary.
634 (mouse-drag-copy-region): Default to nil.
635
636 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
637 Cut/Copy/Paste menu bar items.
638
639 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
640
641 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
642 Patch applied by Karl Fogel.
643
644 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
645 and `bookmark-current-buffer' if they have been already set in
646 another buffer (e.g gnus-art).
647
648 2010-07-13 Karl Fogel <kfogel@red-bean.com>
649 Thierry Volpiatto <thierry.volpiatto@gmail.com>
650
651 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
652
653 * bookmark.el (bookmark-make-record-default): Allow unneeded
654 information to be omitted from the record.
655
656 Adjust declarations and calls:
657
658 * info.el (bookmark-make-record-default): Adjust declaration.
659 (Info-bookmark-make-record): Adjust call.
660
661 * woman.el (bookmark-make-record-default): Adjust declaration.
662 (woman-bookmark-make-record): Adjust call.
663
664 * man.el (bookmark-make-record-default): Adjust declaration.
665 (Man-bookmark-make-record): Adjust call.
666
667 * image-mode.el (bookmark-make-record-default): Adjust declaration.
668
669 * doc-view.el (bookmark-make-record-default): Adjust declaration.
670
671 2010-07-13 Karl Fogel <kfogel@red-bean.com>
672
673 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
674 This is also from Thierry Volpiatto's patch in bug #6444. However,
675 because it was extraneous to the functional change in that patch,
676 and causes a re-indendation, I am committing it separately.
677
678 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
679
680 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
681 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
682 Patch applied by Karl Fogel (Bug#6444).
683
684 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
685
686 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
687
688 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
689
690 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
691 Dempsky; bug#5084). Remove incorrect binding for S-tab.
692 (ns-alternatives-map): Change S-tab binding to backtab
693 (bug#6616).
694
695 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
696 under ns.
697
698 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
699
700 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
701 (Bug#5806)
702
703 * language/tv-util.el (tai-viet-re): Remove format.
704
705 2010-07-12 Kenichi Handa <handa@m17n.org>
706
707 * language/hebrew.el: Remove no-byte-compile declaration.
708 Change coding: tag to utf-8. Register hebrew-shape-gstring in
709 composition-function-table for 3-character looking back.
710 (hebrew-font-get-precomposed): New function.
711 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
712
713 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
714
715 * mouse.el (mouse-drag-track): Handle select-active-regions
716 (Bug#6612).
717
718 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
719
720 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
721 empty argument to gvfs-copy.
722
723 2010-07-10 Glenn Morris <rgm@gnu.org>
724
725 * calendar/calendar.el (calendar-week-end-day): New function.
726 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
727 Respect calendar-week-start-day. (Bug#6606)
728 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
729 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
730 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
731 respect calendar-week-start-day.
732
733 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
734
735 * simple.el (use-region-p): Doc fix (Bug#6607).
736
737 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
738
739 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
740 regexps for cucumber and ruby.
741
742 2010-07-08 Daiki Ueno <ueno@unixuser.org>
743
744 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
745 (epa-file-insert-file-contents): Hack to prevent
746 find-file from opening empty buffer when decryption failed
747 (bug#6568).
748
749 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
750
751 * textmodes/ispell.el (ispell-alternate-dictionary):
752 Use file-readable-p.
753 Return nil if no word-list is found at default locations.
754 (ispell-complete-word-dict): Default to nil.
755 (ispell-command-loop): Use 'word-list' when using lookup-words.
756 (lookup-words): Use ispell-complete-word-dict or
757 ispell-alternate-dictionary. Check for word-list availability
758 and handle errors if needed with better messages (Bug#6539).
759 (ispell-complete-word): Use ispell-complete-word-dict or
760 ispell-alternate-dictionary.
761
762 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
763
764 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
765 builtins (BufferError, BytesWarning, WindowsError; callables
766 bin, bytearray, bytes, format, memoryview, next, print; __package__).
767
768 2010-07-07 Glenn Morris <rgm@gnu.org>
769
770 * play/zone.el (top-level): Do not require timer, tabify, or cl.
771 (zone-shift-left): Ignore intangibility, and any errors from
772 forward-char.
773 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
774 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
775 deleting, and copying text properties.
776 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
777 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
778 to point-max is hard.
779 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
780 (zone-fill-out-screen): Ignore intangibility.
781
782 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
783
784 * menu-bar.el (menu-bar-mode):
785 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
786 if it has been set.
787
788 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
789 word/line selection (Bug#6565).
790
791 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
792
793 * net/dbus.el (dbus-send-signal): Declare function.
794
795 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
796
797 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
798 (dbus-register-property): New optional argument EMITS-SIGNAL.
799 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
800
801 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
802
803 * mouse.el (mouse-drag-overlay): Variable deleted.
804 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
805 (mouse--remap-link-click-p): New function.
806 (mouse-drag-track): Handle dragging by using temporary Transient
807 Mark mode, instead of a special overlay.
808 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
809 mouse-show-mark.
810
811 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
812 deleted.
813
814 2010-07-02 Juri Linkov <juri@jurta.org>
815
816 * autoinsert.el (auto-insert-alist): Fix readability
817 by using dotted pair notation for lambda.
818
819 2010-07-02 Juri Linkov <juri@jurta.org>
820
821 * faces.el (read-face-name): Rename arg `string-describing-default'
822 to `default'. Doc fix. Display the default value in quotes
823 in the prompt. With empty input, return the `default' arg,
824 unless the default value is a string (in which case return nil).
825 (describe-face): Replace the string `default' arg of `read-face-name'
826 with the symbol `default'.
827
828 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
829
830 * emulation/viper-cmd.el (viper-delete-backward-char)
831 (viper-del-backward-char-in-insert)
832 (viper-del-backward-char-in-replace, viper-change)
833 (viper-backward-indent): Replace delete-backward-char with
834 delete-char (Bug#6552).
835
836 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
837
838 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
839
840 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
841
842 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
843 argument passed to frame-creation-function (Bug#5378).
844
845 * faces.el (x-handle-named-frame-geometry)
846 (x-handle-reverse-video, x-create-frame-with-faces)
847 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
848 separately consult default-frame-alist. It is now passed as the
849 PARAMETER argument.
850
851 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
852
853 * startup.el (command-line): Don't call tool-bar-setup in a
854 tty-only build.
855
856 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
857
858 * ruler-mode.el (ruler--save-header-line-format): New fun.
859 (ruler-mode): Use it as a setter function, so as not to overwrite
860 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
861
862 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
863
864 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
865 (vc-root-diff, vc-print-root-log, vc-log-incoming)
866 (vc-log-outgoing): Use it.
867 (vc-diff-internal): Set diff-vc-backend.
868
869 * vc/diff-mode.el (diff-vc-backend): New var.
870
871 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
872
873 * dynamic-setting.el (font-setting-change-default-font): Remove
874 call to message.
875
876 2010-06-28 Kenichi Handa <handa@m17n.org>
877
878 * international/quail.el (quail-insert-kbd-layout): Fix the
879 showing of untranslated characters.
880
881 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
882
883 * simple.el (delete-active-region): New option.
884 (delete-backward-char): Implement in Lisp.
885 (delete-forward-char): New command.
886
887 * mouse.el (mouse-region-delete-keys): Deleted.
888 (mouse-show-mark): Simplify.
889
890 * bindings.el (global-map): Bind delete and DEL, the former to
891 delete-forward-char.
892
893 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
894
895 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
896 (ruby-mode): Bind indent-line-function (Bug#5119).
897
898 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
899
900 * startup.el (command-line): Recognize "0" X resource value.
901
902 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
903
904 * startup.el (command-line): Use X resources to set the value of
905 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
906
907 * menu-bar.el (menu-bar-mode):
908 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
909 Set init-value to t.
910
911 * frame.el (frame-notice-user-settings): Don't change
912 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
913 vice versa (Bug#2249).
914
915 2010-06-26 Eli Zaretskii <eliz@gnu.org>
916
917 * w32-fns.el (w32-convert-standard-filename): Doc fix.
918
919 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
920
921 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
922 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
923
924 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
925 default directories are expanded (Bug#6143).
926
927 2010-06-24 Juri Linkov <juri@jurta.org>
928
929 * minibuffer.el (completions-format): Change default from nil to
930 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
931
932 2010-06-24 Juri Linkov <juri@jurta.org>
933
934 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
935 buffer-locally to lambda that re-runs the vc diff command.
936 (Bug#6447)
937
938 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
939
940 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
941 echo area is in use (Bug#3412).
942
943 2010-06-22 Glenn Morris <rgm@gnu.org>
944
945 * textmodes/texinfmt.el (texinfo-format-region)
946 (texinfo-raise-lower-sections, texinfo-format-separate-node)
947 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
948 (texinfo-format-option, texinfo-noindent):
949 Use line-beginning-position and line-end-position.
950
951 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
952 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
953 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
954 utf-8 characters.
955
956 2010-06-21 Karl Fogel <kfogel@red-bean.com>
957
958 * play/zone.el (zone-fall-through-ws): Fix next-line ->
959 forward-line fallout.
960
961 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
962
963 * mouse.el (mouse-appearance-menu): Add docstring.
964
965 * help.el (describe-key): Print up-event using key-description.
966
967 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
968
969 * net/zeroconf.el (zeroconf-resolve-service)
970 (zeroconf-service-resolver-handler): Use
971 `dbus-byte-array-to-string'.
972 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
973
974 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
975
976 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
977
978 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
979
980 Avoid displaying files with a nil state in vc-dir.
981 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
982 cases that cause insertion.
983 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
984 with a nil state.
985
986 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
987
988 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
989
990 2010-06-29 Leo <sdl.web@gmail.com>
991
992 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
993
994 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
995
996 * generic-x.el (bat-generic-mode): Fix regexp for command line
997 switches (Bug#5719).
998
999 2010-06-27 Masatake YAMATO <yamato@redhat.com>
1000
1001 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1002 of nconc to avoid pure storage error (Bug#6239).
1003
1004 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
1005
1006 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1007 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1008 bindings of bookmark-automatically-show-annotations (Bug#6515).
1009
1010 2010-06-25 Eli Zaretskii <eliz@gnu.org>
1011
1012 * arc-mode.el (archive-zip-extract): Don't quote the file name on
1013 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
1014
1015 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
1016
1017 * comint.el (make-comint, make-comint-in-buffer): Mention return
1018 value in the docstrings. (Bug#6498)
1019
1020 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
1021
1022 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1023 since it is not present when using some non-default switches.
1024
1025 2010-06-23 Karl Fogel <kfogel@red-bean.com>
1026
1027 * simple.el (compose-mail): Fix doc string to refer to
1028 `compose-mail-user-agent-warnings', instead of to the
1029 nonexistent `compose-mail-check-user-agent'.
1030
1031 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
1032
1033 Fix an indentation bug:
1034
1035 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
1036 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
1037 of existing values.
1038
1039 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
1040 (c-clear->-pair-props-if-match-before): now return t when they've
1041 cleared properties, nil otherwise.
1042 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
1043 by taking account of the existing value.
1044
1045 * progmodes/cc-defs.el
1046 (c-clear-char-property-with-value-function): Fix this to clear the
1047 property rather than overwriting it with nil.
1048
1049 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
1050
1051 * emacs-lisp/package.el (package-print-package): Add link to
1052 package description via describe-package.
1053 (describe-package-1): List package requirements. Add button to
1054 perform installation.
1055 (package-menu-describe-package): New command.
1056
1057 * help-mode.el (help-package): New button type.
1058
1059 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
1060
1061 * emacs-lisp/package.el: Move package-list-packages binding to
1062 menu-bar.el.
1063 (describe-package, describe-package-1, package--dir): New funs.
1064 (package-activate-1): Use package--dir.
1065
1066 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
1067
1068 * help-mode.el (help-package-def): New button type.
1069
1070 * menu-bar.el: Move package-list-packages binding here from
1071 package.el.
1072
1073 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
1074
1075 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
1076
1077 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1078
1079 * emacs-lisp/edebug.el (edebug-read-list):
1080 Phase out old-style backquotes.
1081
1082 2010-06-17 Juri Linkov <juri@jurta.org>
1083
1084 * help-mode.el (help-mode): Set buffer-local variable
1085 revert-buffer-function to help-mode-revert-buffer.
1086 (help-mode-revert-buffer): New function.
1087
1088 * info.el (Info-revert-find-node): Check for major-mode Info-mode
1089 before popping to "*info*" (like in other Info functions).
1090 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
1091 old-history-forward. Pop to old-buffer-name or "*info*" to
1092 recreate the killed buffer. Set Info-history-forward from
1093 old-history-forward.
1094 (Info-breadcrumbs-depth): Add :group and :version.
1095
1096 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
1097
1098 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
1099
1100 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
1101
1102 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
1103 for languages like Portuguese with pt_{BR,PT} and no plain pt.
1104
1105 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
1106
1107 * emacs-lisp/package.el (package-menu-mode-map):
1108 Move initialization into declaration.
1109
1110 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
1111
1112 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
1113
1114 * emacs-lisp/package.el (package-archive-base): Point to
1115 elpa.gnu.org.
1116 (package-enable, package-load-list): New defcustoms.
1117 (package-user-dir, package-directory-list): Turn into defcustoms.
1118 Don't include package-user-dir in package-directory-list.
1119 (package--builtins-base): Don't include Emacs as a "package".
1120 (package-subdirectory-regexp): New var.
1121 (package-load-all-descriptors, package-compute-transaction)
1122 (package-download-transaction): Obey package-load-list.
1123 (package-activate-1): Rename from package-do-activate.
1124 (package-list-packages-internal): Check package-load-list.
1125 (package-load-descriptor, package-generate-autoloads)
1126 (package-unpack, package-unpack-single)
1127 (package--read-archive-file, package-delete): Use
1128 expand-file-name.
1129
1130 * emacs-lisp/package-x.el: New file. Package uploading
1131 functionality split out from package.el.
1132
1133 * startup.el (command-line): Load packages after reading init
1134 file.
1135
1136 2010-06-17 Tom Tromey <tromey@redhat.com>
1137
1138 * emacs-lisp/package.el: New file.
1139
1140 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1141
1142 Fix vc-annotate for renamed files when using Git.
1143 * vc-git.el (vc-git-find-revision): Deal with empty results from
1144 ls-files. Doe not pass the object as a file name to cat-file, it
1145 is not a file name.
1146 (vc-git-annotate-command): Pass the file name using -- to avoid
1147 ambiguity with the revision.
1148 (vc-git-previous-revision): Pass a relative file name.
1149
1150 2010-06-22 Glenn Morris <rgm@gnu.org>
1151
1152 * progmodes/js.el (js-mode-map): Use standard capitalization and
1153 ellipses for menu entries.
1154
1155 * wid-edit.el (widget-complete): Doc fix.
1156
1157 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
1158
1159 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1160
1161 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1162
1163 Fix annotating other revisions for renamed files in vc-annotate.
1164 * vc-annotate.el (vc-annotate): Add an optional argument for the
1165 VC backend. Use it when non-nil.
1166 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
1167 (Bug#6487)
1168
1169 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1170 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1171 Do not pass the file name to the 'previous-revision call when we
1172 don't want a file diff. (Bug#6489)
1173
1174 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1175
1176 Fix finding revisions for renamed files in vc-annotate.
1177 * vc.el (vc-find-revision): Add an optional argument for
1178 the VC backend. Use it when non-nil.
1179 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1180 backend to vc-find-revision. (Bug#6487)
1181
1182 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1183
1184 Fix reading file names in Git annotate buffers.
1185 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
1186 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
1187
1188 2010-06-20 Alan Mackenzie <acm@muc.de>
1189
1190 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1191 in file local variables, set it first.
1192
1193 2010-06-19 Glenn Morris <rgm@gnu.org>
1194
1195 * descr-text.el (describe-char-unicode-data): Insert separating
1196 space when needed. (Bug#6422)
1197
1198 * progmodes/idlwave.el (idlwave-action-and-binding):
1199 Fix typo in 2009-12-03 change. (Bug#6450)
1200
1201 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1202
1203 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
1204 handling for `lambda' (misunderstanding).
1205
1206 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
1207
1208 * calc/calc-poly.el (math-accum-factors): Make sure that
1209 constants aren't distributed after they are factored out.
1210
1211 2010-06-16 Juri Linkov <juri@jurta.org>
1212
1213 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
1214 `list-colors-print'. (Bug#6332)
1215
1216 * subr.el (read-quoted-char): Fix up last change (bug#6290).
1217
1218 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1219
1220 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
1221 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
1222
1223 * font-lock.el (font-lock-major-mode): Rename from
1224 font-lock-mode-major-mode to distinguish it from
1225 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1226 (font-lock-set-defaults):
1227 * font-core.el (font-lock-default-function): Adjust users.
1228 (font-lock-mode): Don't set it at all.
1229
1230 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1231
1232 * vc-annotate.el (vc-annotate): Use vc-read-revision.
1233
1234 2010-06-16 Glenn Morris <rgm@gnu.org>
1235
1236 * calendar/appt.el (appt-time-msg-list): Doc fix.
1237 (appt-check): Let-bind appt-warn-time.
1238 (appt-add): Make the 3rd argument optional.
1239 Simplify argument names. Doc fix. Check for integer WARNTIME.
1240 Only add WARNTIME to the output list if non-nil.
1241
1242 2010-06-16 Ivan Kanis <apple@kanis.eu>
1243
1244 * calendar/appt.el (appt-check): Let the 3rd element of
1245 appt-time-msg-list specify the warning time.
1246 (appt-add): Add new argument with the warning time. (Bug#5176)
1247
1248 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1249
1250 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1251 older than version 1.6. (Bug#6361)
1252
1253 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
1254
1255 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1256 used by cl-do-arglist. (Bug#6408)
1257
1258 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
1259
1260 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
1261 portuguese casechars/not-casechars for missing 'çÇ'.
1262 Suggested by Rolando Pereira (bug#6434).
1263
1264 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
1265
1266 * facemenu.el (list-colors-sort): Doc fix.
1267
1268 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1269
1270 * progmodes/sql.el (sql-connect-mysql): Fix typo.
1271
1272 2010-06-14 Juri Linkov <juri@jurta.org>
1273
1274 Add sort option `list-colors-sort'. (Bug#6332)
1275 * facemenu.el (color-rgb-to-hsv): New function.
1276 (list-colors-sort): New defcustom.
1277 (list-colors-sort-key): New function.
1278 (list-colors-display): Doc fix. Sort list according to the option
1279 `list-colors-sort'.
1280 (list-colors-print): Add HSV values to `help-echo' property of
1281 RGB strings.
1282
1283 2010-06-14 Juri Linkov <juri@jurta.org>
1284
1285 * compare-w.el: Move to the "vc" subdirectory.
1286
1287 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1288
1289 * image-mode.el (image-mode-map): Remap left-char and right-char.
1290
1291 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
1292
1293 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
1294
1295 * term/common-win.el (x-colors): Add all the color names defined
1296 in rgb.txt (Bug#6332).
1297
1298 * facemenu.el (list-colors-print): Don't print extra names if it
1299 will overflow the window width.
1300
1301 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
1302 change (Bug#6343).
1303
1304 2010-06-12 Eli Zaretskii <eliz@gnu.org>
1305
1306 * files.el (make-directory): Doc fix (bug#6396).
1307
1308 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
1309
1310 * net/tramp.el (tramp-remote-process-environment): Protect version
1311 string by apostroph.
1312 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1313 XEmacs.
1314 (tramp-file-name-for-operation): Add `call-process-region'.
1315 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1316
1317 * net/tramp-compat.el (top): Do not autoload
1318 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1319 only when `start-file-process' is not bound.
1320 (tramp-advice-file-expand-wildcards): Do not use
1321 `tramp-handle-file-remote-p'.
1322 (tramp-compat-make-temp-file): Handle the case, that
1323 `make-temp-file' has no third argument EXTENSION.
1324
1325 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
1326
1327 * makefile.w32-in (WINS_BASIC): Include new directory vc.
1328
1329 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
1330
1331 2010-06-11 Juri Linkov <juri@jurta.org>
1332
1333 * finder.el (finder-known-keywords): Add keyword "vc"
1334 for version control.
1335
1336 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
1337 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
1338 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
1339 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
1340
1341 2010-06-11 Juri Linkov <juri@jurta.org>
1342
1343 Move version control related files to the "vc" subdirectory.
1344 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
1345 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
1346 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
1347 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
1348 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
1349 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
1350 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
1351 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
1352 Move files to the "vc" subdirectory.
1353
1354 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
1355
1356 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
1357 (Bug#6367).
1358
1359 2010-06-11 Stephen Eglen <stephen@gnu.org>
1360
1361 * shell.el: Bind `shell-resync-dirs' to M-RET.
1362
1363 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
1364
1365 * notifications.el: Move file from lisp/net, because it is
1366 supposed to talk locally to the user.
1367
1368 2010-06-10 Julien Danjou <julien@danjou.info>
1369
1370 * net/notifications.el (notifications-on-action-signal)
1371 (notifications-on-closed-signal): Pass notification id as first
1372 argument to the callback functions. Add docstrings.
1373 (notifications-notify): Fix docstring.
1374
1375 2010-06-10 Glenn Morris <rgm@gnu.org>
1376
1377 * emacs-lisp/authors.el (authors-ignored-files)
1378 (authors-valid-file-names): Add some files.
1379
1380 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1381
1382 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
1383 merge conflict, giving preference to the emacs-23 version of the code.
1384
1385 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1386
1387 * emacs-lisp/advice.el (ad-compile-function):
1388 Define warning-suppress-types before we let-bind it (bug#6275).
1389
1390 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1391 declare it, make it buffer-local and permanent-local (bug#6324).
1392 (vc-resynch-window): Adjust name.
1393 * vc-hooks.el (vc-find-file-hook): Adjust name.
1394
1395 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
1396
1397 * net/notifications.el (notifications-notify): Fix docstring.
1398
1399 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
1400
1401 Update to Unicode 6.0.0 beta.
1402 * international/charprop.el: Update copyright.
1403 * international/mule-cmds.el (ucs-names): Update character ranges.
1404 * international/uni-bidi.el:
1405 * international/uni-category.el:
1406 * international/uni-combining.el:
1407 * international/uni-comment.el:
1408 * international/uni-decimal.el:
1409 * international/uni-decomposition.el:
1410 * international/uni-digit.el:
1411 * international/uni-lowercase.el:
1412 * international/uni-mirrored.el:
1413 * international/uni-name.el:
1414 * international/uni-numeric.el:
1415 * international/uni-old-name.el:
1416 * international/uni-titlecase.el:
1417 * international/uni-uppercase.el: Regenerate.
1418
1419 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
1420
1421 * emacs-lisp/smie.el (comment-string-strip): Declare function.
1422 (smie-precs-precedence-table): Fix typo in docstring.
1423
1424 * vc-mtn.el (log-edit-extract-headers): Declare function.
1425
1426 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
1427
1428 * net/notifications.el (dbus-register-signal): Declare function.
1429 (notifications-notify): Fix typos and reflow docstring.
1430
1431 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1432
1433 Improve VC create/retrieve tag/branch.
1434 * vc.el (vc-create-tag): Do not read the directory name for VCs
1435 with repository revision granularity. Adjust the tag/branch
1436 prompt. Reset VC properties.
1437 (vc-retrieve-tag): Do not read the directory name for VCs
1438 with repository revision granularity. Reset VC properties.
1439
1440 2010-06-09 Julien Danjou <julien@danjou.info>
1441
1442 * net/notifications.el: New file.
1443
1444 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1445
1446 Add optional support for resetting VC properties.
1447 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1448 call vc-file-clearprops when true.
1449 (vc-resynch-buffer): Add new optional argument, pass it down.
1450 (vc-resynch-buffers-in-directory): Likewise.
1451
1452 Improve support for special markup in the VC commit message.
1453 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
1454 * vc-hg.el (vc-hg-checkin): Add support for Date:.
1455 * vc-git.el (vc-git-checkin):
1456 * vc-bzr.el (vc-bzr-checkin): Likewise.
1457
1458 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1459
1460 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
1461 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
1462
1463 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
1464
1465 * iimage.el: Remove images as soon as the underlying text is modified.
1466 (iimage-modification-hook): New function.
1467 (iimage-mode-buffer): Use it.
1468
1469 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1470
1471 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1472 smie-indent-offset-after. Add :prev case. Make a bit more generic.
1473 (smie-indent-virtual): Remove `virtual' arg. Update callers.
1474 (smie-indent-keyword): Add handling of open-paren keywords.
1475 (smie-indent-comment-continue): Don't assume comment-continue.
1476
1477 2010-06-07 Martin Rudalics <rudalics@gmx.at>
1478
1479 * window.el (pop-to-buffer): Remove the conditional that
1480 compares new-window and old-window, so it will reselect
1481 the selected window unconditionally.
1482 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1483
1484 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1485
1486 * emacs-lisp/smie.el (smie-indent-offset-after)
1487 (smie-indent-forward-token, smie-indent-backward-token): New functions.
1488 (smie-indent-after-keyword): Use them.
1489 (smie-indent-fixindent): Only applies to the indentation of the BOL.
1490 (smie-indent-keyword): Tweak the black magic.
1491 (smie-indent-comment-continue): Strip comment-continue before use.
1492 (smie-indent-functions): Indent comments before keywords.
1493
1494 2010-06-06 Juri Linkov <juri@jurta.org>
1495
1496 * isearch.el (isearch-lazy-highlight-search): Fix looping
1497 by checking for empty match. This syncs this loop with the
1498 similar loop in `isearch-search'. (Bug#6362)
1499
1500 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
1501
1502 * net/dbus.el (dbus-register-method): Declare function.
1503 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1504 (dbus-introspect): Doc fix.
1505 (dbus-event-bus-name, dbus-introspect-get-interface)
1506 (dbus-introspect-get-argument): Reflow docstrings.
1507
1508 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
1509
1510 vc-log-incoming/vc-log-outgoing fixes for Git.
1511 * vc-git.el (vc-git-log-view-mode): Fix font lock for
1512 incoming/outgoing logs.
1513 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1514 instead of vc-git-compute-remote.
1515 (vc-git-compute-remote): Remove.
1516
1517 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
1518
1519 * term/common-win.el (x-colors): Add "dark green" and "dark
1520 turquoise" (Bug#6332).
1521
1522 2010-06-04 Juri Linkov <juri@jurta.org>
1523
1524 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1525 Instead of setting `replace' to t and replacing the same string
1526 with itself, don't do certain actions when
1527 kill-do-not-save-duplicates is non-nil and string is equal to car
1528 of kill-ring: don't call menu-bar-update-yank-menu, don't push
1529 interprogram-paste strings to kill-ring, and don't push the input
1530 argument `string' to kill-ring.
1531 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1532
1533 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1534
1535 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1536
1537 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
1538
1539 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1540 (tramp-gvfs-handler-mounted-unmounted)
1541 (tramp-gvfs-connection-mounted-p): Handle default-location.
1542
1543 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1544 move files to trash.
1545
1546 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1547
1548 * international/mule-cmds.el (nonascii-insert-offset)
1549 (nonascii-translation-table): Add obsolescence information.
1550
1551 * international/mule.el (make-translation-table-from-vector): Doc fix.
1552
1553 2010-06-03 Eric Ludlam <zappo@gnu.org>
1554
1555 * cedet/semantic/lex-spp.el
1556 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1557 invalid values during save, just save a nil (Bug#6324).
1558
1559 2010-06-03 Glenn Morris <rgm@gnu.org>
1560
1561 * desktop.el (desktop-clear-preserve-buffers):
1562 Add "*Warnings*" buffer. (Bug#6336)
1563
1564 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
1565
1566 vc-log-incoming/vc-log-outgoing improvements for Git.
1567 * vc-git.el (vc-git-log-outgoing): Use the same format as the
1568 short log.
1569 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
1570
1571 Add bindings for vc-log-incoming and vc-log-outgoing.
1572 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1573 and vc-log-outgoing.
1574 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1575 and vc-log-outgoing.
1576
1577 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
1578
1579 * net/rcirc.el (rcirc-sort-nicknames): Remove.
1580 (rcirc-handler-366): Always sort nicknames.
1581
1582 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
1583
1584 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1585
1586 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
1587
1588 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1589
1590 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1591
1592 * net/rcirc.el (rcirc-sort-nicknames): Change default.
1593 (rcirc-sort-nicknames-join): Avoid setq.
1594
1595 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1596
1597 * net/rcirc.el (rcirc-sort-nicknames): New custom.
1598 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1599 (rcirc-handler-366): Use them.
1600
1601 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1602
1603 Split smie-indent-calculate into more manageable chunks.
1604 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1605 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1606 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1607 (smie-indent-exps): Extract from smie-indent-calculate.
1608 (smie-indent-functions): New var.
1609 (smie-indent-functions): Use them.
1610
1611 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1612
1613 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1614 (smie-indent-calculate): Simplify and cleanup.
1615
1616 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
1617
1618 * net/tramp-gvfs.el (top): Require url-util.
1619 (tramp-gvfs-mount-point): Remove.
1620 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1621 New defuns.
1622 (with-tramp-dbus-call-method): Format trace message.
1623 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1624 Implement backup call, when operation on local files fails.
1625 Use progress reporter. Flush properties of changed files.
1626 (tramp-gvfs-handle-make-directory): Make more traces.
1627 (tramp-gvfs-url-file-name): Hexify file name in url.
1628 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1629 into account for the resulting file name.
1630 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1631 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
1632 (tramp-gvfs-handler-mounted-unmounted)
1633 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1634 attribute "default_location". Set "prefix" property.
1635 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1636 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1637 exists. Raise an error, if not (due to a corresponding answer
1638 "no" in interactive questions, for example).
1639
1640 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1641
1642 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1643
1644 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
1645
1646 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1647 right-*. (Bug#6265)
1648
1649 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
1650
1651 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1652 * vc-git.el (vc-git-compute-remote): New function.
1653 (vc-git-log-outgoing): Use it instead of hard coding a value.
1654 (vc-git-log-incoming): New function.
1655
1656 Improve state updating for VC tag commands.
1657 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1658 to update the state of all buffers in the directory.
1659
1660 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1661
1662 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1663
1664 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1665 `file-directory-p' to the filename part rather than to the whole text.
1666
1667 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
1668
1669 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1670 (bug#6231).
1671
1672 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1673
1674 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1675
1676 2010-05-31 Drew Adams <drew.adams@oracle.com>
1677
1678 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1679
1680 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
1681
1682 * subr.el (momentary-string-display): Just use read-event to read
1683 the exit event (Bug#6238).
1684
1685 2010-05-30 Eli Zaretskii <eliz@gnu.org>
1686
1687 * international/mule.el (define-coding-system): Doc fix (bug#6313).
1688
1689 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
1690
1691 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1692 Suggested by Eli Zaretskii <eliz@gnu.org>.
1693
1694 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1695
1696 * minibuffer.el (completion-file-name-table): Don't return a boundary
1697 past the end of `string' (bug#6299).
1698 (completion--file-name-table): Delegate to completion-file-name-table
1699 for the `boundaries' case.
1700
1701 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
1702
1703 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1704 movement commands.
1705
1706 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1707 `path-separator', but maintain compatibility with Emacs 20.2.
1708
1709 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1710
1711 * server.el (server-process-filter): Receive parent-id argument
1712 from emacsclient.
1713 (server-create-window-system-frame): New arg. Pass parent-id as
1714 frame parameter.
1715
1716 2010-05-29 Eli Zaretskii <eliz@gnu.org>
1717
1718 Bidi-sensitive word movement with arrow keys.
1719 * subr.el (right-arrow-command, left-arrow-command): Move to
1720 bindings.el.
1721
1722 * bindings.el (right-char, left-char): Move from subr.el and
1723 rename from right-arrow-command and left-arrow-command.
1724 (right-word, left-word): New functions.
1725 (global-map) <right>: Bind to right-char.
1726 (global-map) <left>: Bind to left-char.
1727 (global-map) <C-right>: Bind to right-word.
1728 (global-map) <C-left>: Bind to left-word.
1729
1730 * ls-lisp.el (ls-lisp-classify-file): New function.
1731 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1732 (ls-lisp-classify): Call ls-lisp-classify-file.
1733 (insert-directory): Remove blanks from switches.
1734
1735 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1736
1737 * ansi-color.el: Delete unused escape sequences (Bug#6085).
1738 (ansi-color-drop-regexp): New constant.
1739 (ansi-color-apply, ansi-color-filter-region)
1740 (ansi-color-apply-on-region): Delete unrecognized control sequences.
1741 (ansi-color-apply): Build string list before calling concat.
1742
1743 2010-05-28 Juri Linkov <juri@jurta.org>
1744
1745 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1746 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
1747 (Bug#5270)
1748
1749 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
1750
1751 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
1752 to ignored backtrace functions.
1753 (with-progress-reporter): Expand docstring.
1754 (tramp-handle-delete-file): Implement TRASH argument.
1755 (tramp-get-remote-trash): New defun.
1756
1757 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
1758
1759 * net/tramp-compat.el (tramp-compat-delete-file): Use
1760 `symbol-value' for backward compatibility.
1761
1762 * net/tramp.el (tramp-handle-make-symbolic-link)
1763 (tramp-handle-load)
1764 (tramp-do-copy-or-rename-file-via-buffer)
1765 (tramp-do-copy-or-rename-file-directly)
1766 (tramp-do-copy-or-rename-file-out-of-band)
1767 (tramp-handle-process-file, tramp-handle-call-process-region)
1768 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1769 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1770 (tramp-delete-temp-file-function): Use `delete-file' instead
1771 of `tramp-compat-delete-file'.
1772
1773 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1774 (tramp-fish-handle-make-symbolic-link)
1775 (tramp-fish-handle-process-file): Use `delete-file' instead
1776 of `tramp-compat-delete-file'.
1777
1778 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
1779 `delete-file' instead of `tramp-compat-delete-file'.
1780
1781 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1782 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
1783 `tramp-compat-delete-file'.
1784
1785 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
1786 `delete-file' instead of `tramp-compat-delete-file'.
1787
1788 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1789 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1790 (tramp-smb-handle-write-region): Use `delete-file' instead of
1791 `tramp-compat-delete-file'.
1792 (tramp-smb-handle-delete-directory): Use 'trash as arg.
1793
1794 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1795
1796 * dired.el (dired-delete-file): New arg TRASH.
1797 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
1798 (dired-do-flagged-delete, dired-do-delete): Use trash.
1799
1800 * speedbar.el (speedbar-item-delete): Allow trashing.
1801
1802 * files.el (delete-directory): New arg TRASH.
1803
1804 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
1805 (ange-ftp-rename-remote-to-remote)
1806 (ange-ftp-rename-local-to-remote)
1807 (ange-ftp-rename-remote-to-local, ange-ftp-load)
1808 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
1809 `delete-file'.
1810 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
1811 allow trashing.
1812
1813 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1814 handle new TRASH arg of `delete-file'.
1815
1816 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
1817 (tramp-handle-make-symbolic-link, tramp-handle-load)
1818 (tramp-do-copy-or-rename-file-via-buffer)
1819 (tramp-do-copy-or-rename-file-directly)
1820 (tramp-do-copy-or-rename-file-out-of-band)
1821 (tramp-handle-process-file, tramp-handle-call-process-region)
1822 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1823 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1824 (tramp-delete-temp-file-function): Use null TRASH arg in
1825 tramp-compat-delete-file call.
1826
1827 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1828 (tramp-fish-handle-delete-file)
1829 (tramp-fish-handle-make-symbolic-link)
1830 (tramp-fish-handle-process-file): Use null TRASH arg in
1831 `tramp-compat-delete-file' call.
1832
1833 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
1834 arg in `tramp-compat-delete-file' call.
1835
1836 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1837 (tramp-gvfs-handle-write-region): Use null TRASH arg in
1838 `tramp-compat-delete-file' call.
1839
1840 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
1841 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
1842 `tramp-compat-delete-file' call.
1843
1844 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1845 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1846 (tramp-smb-handle-write-region): Use null TRASH arg in
1847 tramp-compat-delete-file call.
1848 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
1849 (tramp-smb-handle-delete-file): Rename arg.
1850
1851 * diff.el (diff-sentinel):
1852 * epg.el (epg--make-temp-file, epg-decrypt-string)
1853 (epg-verify-string, epg-sign-string, epg-encrypt-string):
1854 * jka-compr.el (jka-compr-partial-uncompress)
1855 (jka-compr-call-process, jka-compr-write-region):
1856 * server.el (server-sentinel): Remove optional arg from
1857 delete-file, reverting 2010-05-03 change.
1858
1859 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1860
1861 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
1862 font-lock-constant-face, not obsolete font-lock-reference-face.
1863
1864 2010-05-27 Kenichi Handa <handa@m17n.org>
1865
1866 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
1867 element of GSTRING is nil.
1868
1869 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1870
1871 * emacs-lisp/smie.el (smie-forward-token-function)
1872 (smie-backward-token-function): New vars.
1873 (smie-backward-sexp, smie-forward-sexp)
1874 (smie-indent-hanging-p, smie-indent-calculate): Use them.
1875 (smie-default-backward-token): Rename from smie-backward-token and
1876 skip comments.
1877 (smie-default-forward-token): Rename from smie-forward-token and
1878 skip comments.
1879 (smie-next-sexp): Handle nil results from next-token.
1880 (smie-indent-calculate): Add a new case for special `fixindent' comments.
1881
1882 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1883
1884 * progmodes/verilog-mode.el (verilog-type-font-keywords):
1885 Use font-lock-constant-face, not obsolete font-lock-reference-face.
1886
1887 2010-05-27 Masatake YAMATO <yamato@redhat.com>
1888
1889 * htmlfontify.el (hfy-face-resolve-face): New function.
1890 (hfy-face-to-style): Use it (Bug#6279).
1891
1892 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1893
1894 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
1895 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
1896
1897 2010-05-26 Glenn Morris <rgm@gnu.org>
1898
1899 * emulation/edt.el (edt-load-keys): Use locate-library.
1900
1901 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
1902
1903 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
1904 (log-edit-changelog-entries): Doc fix.
1905 (log-edit-changelog-insert-entries): Args changed.
1906 Rename relative filenames in ChangeLog entries. Delete tabs.
1907 (log-edit-insert-changelog-entries): Reorganize return value of
1908 `log-edit-changelog-entries' to pass filenames to
1909 log-edit-changelog-insert-entries.
1910
1911 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1912
1913 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
1914 `image-dired-dired-insert-marked-thumbs' to
1915 `image-dired-dired-toggle-marked-thumbs'.
1916
1917 * image-dired.el: Require cl when compiling.
1918 (image-dired-dired-toggle-marked-thumbs): Rename from
1919 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
1920 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
1921 to 'no-dir. Skip files whose names don't match
1922 `image-file-name-regexp'. When file has a thumbnail overlay,
1923 delete it. (Bug#5270)
1924
1925 2010-05-25 Juri Linkov <juri@jurta.org>
1926
1927 * image-mode.el (image-mode): Add image-after-revert-hook to
1928 after-revert-hook.
1929 (image-after-revert-hook): New function. (Bug#5669)
1930
1931 2010-05-25 Juri Linkov <juri@jurta.org>
1932
1933 * image.el (image-animated-p): When delay between animated images
1934 is 0, set it to 10 (0.1 sec). (Bug#6258)
1935
1936 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1937
1938 * net/tramp.el (tramp-handle-insert-directory): Don't use
1939 `forward-word', its default syntax could be changed.
1940
1941 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
1942
1943 * net/tramp.el (tramp-progress-reporter-update): New defun.
1944 (with-progress-reporter): Use it.
1945 (tramp-process-actions):
1946 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
1947 current message, in order to let progress reporter continue
1948 afterwards. (Bug#6257)
1949
1950 2010-05-25 Glenn Morris <rgm@gnu.org>
1951
1952 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
1953 Add :version.
1954
1955 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
1956
1957 * net/rcirc.el (rcirc-default-user-name): Change to "user".
1958 (rcirc-default-full-name): Change to "unknown".
1959 (rcirc-user-name-history): Add variable.
1960
1961 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
1962 Jonathan Rockway <jon@jrock.us>
1963
1964 * net/rcirc.el (rcirc-server-alist): Add :pass.
1965 (rcirc): When prompting for connection parameters, also prompt for
1966 username and password.
1967 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
1968 value to server when connecting.
1969
1970 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1971
1972 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
1973 (smie-merge-prec2s): Pass the tables as separate args.
1974 (smie-bnf-precedence-table): Adjust call accordingly.
1975 (smie-prec2-levels): Set levels at the end.
1976
1977 Replace Lisp calls to delete-backward-char by delete-char.
1978 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
1979 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
1980 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
1981 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
1982 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
1983 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
1984 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
1985 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
1986 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
1987 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
1988 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
1989 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
1990 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
1991 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
1992 delete-backward-char by calls to delete-char.
1993
1994 2010-05-25 Kenichi Handa <handa@m17n.org>
1995
1996 * language/hebrew.el (hebrew-shape-gstring): New function.
1997 Register it in composition-function-table for all Hebrew combining
1998 characters.
1999
2000 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2001
2002 * epa.el (epa--select-keys): Don't explicitly delete the window since
2003 that can fail (e.g. sole window in frame). Use dedication instead.
2004
2005 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2006
2007 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2008
2009 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
2010
2011 * image.el (image-refresh): Define as an alias for image-flush.
2012
2013 * image-mode.el (image-toggle-display-image): Caller changed.
2014
2015 2010-05-21 Juri Linkov <juri@jurta.org>
2016
2017 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
2018 Remove "all" from grep-files-aliases. Split grep-files-aliases by
2019 whitespace, call wildcard-to-regexp on substrings and concat them
2020 with "\\|". (Bug#6114)
2021
2022 2010-05-21 Alan Mackenzie <acm@muc.de>
2023
2024 * progmodes/cc-engine.el (c-parse-state-get-strategy):
2025 Replace parameter `here' with `here-' and `here-plus', which sandwich
2026 any pertinent CPP construct.
2027 (c-remove-stale-state-cache-backwards): Fix a bug which happens
2028 when doing (c-parse-state) in a CPP construct: Exclude any "new"
2029 CPP construct from taking part in the scanning.
2030
2031 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
2032
2033 * net/tramp.el (tramp-do-copy-or-rename-file)
2034 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
2035 Tune `with-progress-reporter' messages.
2036 (tramp-handle-vc-registered):
2037 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
2038 (tramp-fish-handle-insert-file-contents)
2039 (tramp-fish-maybe-open-connection):
2040 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2041 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
2042 (tramp-imap-handle-insert-file-contents)
2043 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2044
2045 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
2046
2047 * add-log.el (change-log-font-lock-keywords):
2048 Highlight all authors in multi-author entries.
2049
2050 * smerge-mode.el (smerge-refine-ignore-whitespace)
2051 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
2052 Fix typos in docstrings.
2053 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
2054
2055 2010-05-21 Glenn Morris <rgm@gnu.org>
2056
2057 * progmodes/fortran.el (fortran-mode):
2058 * progmodes/f90.el (f90-mode): Derive from prog-mode.
2059
2060 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
2061 having a relative path in src/Makefile.in.
2062
2063 2010-05-20 Kevin Ryde <user42@zip.com.au>
2064
2065 * help-mode.el (help-make-xrefs): For Info node links turn
2066 newlines into spaces. Link node names with newlines are matched
2067 by help-xref-info-regexp and buttonized, this change ensures they
2068 can be followed successfully with RET. (Bug#6206)
2069
2070 2010-05-20 Juri Linkov <juri@jurta.org>
2071
2072 * locate.el (locate): Use pop-to-buffer instead of
2073 switch-to-buffer-other-window. (Bug#6204)
2074
2075 2010-05-20 Juri Linkov <juri@jurta.org>
2076
2077 * replace.el (replace-highlight): Fix lazy-highlighting
2078 for `M-s w str M-% str RET'.
2079
2080 2009-12-15 Masatake YAMATO <yamato@redhat.com>
2081
2082 * isearch.el (isearch-yank-word-or-char): Pull next subword
2083 when `subword-mode' is activated. (Bug#6220)
2084
2085 2010-05-20 Mark A. Hershberger <mah@everybody.org>
2086
2087 * isearch.el (isearch-update-post-hook): New hook.
2088 (isearch-update): Use the new hook. (Bug#6225)
2089
2090 2010-05-20 Juri Linkov <juri@jurta.org>
2091
2092 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
2093 [f1], [help], and (char-to-string help-char) instead of "\C-h".
2094 (Bug#6222)
2095
2096 2010-05-20 Juri Linkov <juri@jurta.org>
2097
2098 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
2099 (Bug#6223)
2100
2101 2010-05-20 Juri Linkov <juri@jurta.org>
2102
2103 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
2104 FILE-NAME to read from the minibuffer when called interactively
2105 with prefix argument instead of using buffer-file-name.
2106 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
2107
2108 * dired.el: Update autoloads.
2109
2110 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
2111
2112 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
2113 nxml-finish-element, for consistency with SGML mode.
2114
2115 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
2116 octave-close-block.
2117
2118 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
2119
2120 * composite.el: Require cl when compiling.
2121 (reference-point-alist, compose-gstring-for-graphic)
2122 (compose-gstring-for-terminal): Fix typos in docstrings.
2123
2124 2010-05-19 Juri Linkov <juri@jurta.org>
2125
2126 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
2127 set-window-parameter.
2128
2129 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
2130
2131 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
2132 where appropriate.
2133 (tramp-maybe-open-connection): Use it.
2134
2135 2010-05-19 Eli Zaretskii <eliz@gnu.org>
2136
2137 * simple.el (move-end-of-line): Make sure we are at line beginning
2138 before backing up to end of previous line.
2139
2140 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
2141
2142 * password-cache.el (password-cache-remove): Fix docstring.
2143
2144 * net/secrets.el: Autoload the widget functions.
2145 (secrets-search-items, secrets-create-item)
2146 (secrets-get-attributes, secrets-expand-item): Attributes will be
2147 stored on the password database without leading ":", as all other
2148 clients do as well.
2149 (secrets-mode): Fix docstring.
2150 (secrets-show-secrets): Provide it as autoloaded command only when
2151 D-Bus support is available. Check existence of Secret Service API.
2152
2153 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2154
2155 * indent.el (indent-region): Deactivate region (bug#6200).
2156
2157 2010-05-19 Glenn Morris <rgm@gnu.org>
2158
2159 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
2160
2161 2010-05-19 Kenichi Handa <handa@m17n.org>
2162
2163 * composite.el: Register compose-gstring-for-graphic in
2164 composition-function-table only for combining characters (Mn, Mc, Me).
2165
2166 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
2167
2168 * calc/calc-trail.el (calc-trail-isearch-forward)
2169 (calc-trail-isearch-backward): Ensure that the new window
2170 point is set correctly.
2171
2172 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2173
2174 * subr.el (read-quoted-char): Resolve modifiers after key
2175 remapping (bug#6212).
2176
2177 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
2178
2179 Add visualization code for secrets.
2180 * net/secrets.el (secrets-mode): New major mode.
2181 (secrets-show-secrets, secrets-show-collections)
2182 (secrets-expand-collection, secrets-expand-item)
2183 (secrets-tree-widget-after-toggle-function)
2184 (secrets-tree-widget-show-password): New defuns.
2185
2186 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2187
2188 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
2189 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
2190 handled in smie-next-sexp.
2191 (smie-indent-calculate): Provide a starting indentation (so the
2192 recursion is well-founded ;-).
2193
2194 Fix handling of non-associative equal levels.
2195 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
2196 when it's not needed.
2197 (smie-op-left, smie-op-right): New functions.
2198 (smie-next-sexp): New function, extracted from smie-backward-sexp.
2199 Better handle equal levels to distinguish the associative case from
2200 the "multi-keyword construct" case.
2201 (smie-backward-sexp, smie-forward-sexp): Use it.
2202
2203 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
2204
2205 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
2206
2207 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
2208 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
2209
2210 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2211
2212 Provide a simple generic indentation engine and use it for Prolog.
2213 * emacs-lisp/smie.el: New file.
2214 * progmodes/prolog.el (prolog-smie-op-levels)
2215 (prolog-smie-indent-rules): New var.
2216 (prolog-mode-variables): Use them to configure SMIE.
2217 (prolog-indent-line, prolog-indent-level): Remove.
2218
2219 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
2220
2221 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
2222 order before computing the averages.
2223
2224 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2225
2226 * calc/calc-vec.el (calc-histogram):
2227 (calcFunc-histogram): Allow vectors as inputs.
2228 (math-vector-avg): New function.
2229
2230 * calc/calc-ext.el (math-group-float): Have the number of digits
2231 being grouped depend on the radix (Bug#6189).
2232
2233 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
2234
2235 * version.el (emacs-copyright, emacs-version): Don't define here,
2236 now that emacs.c defines it.
2237
2238 2010-05-15 Eli Zaretskii <eliz@gnu.org>
2239
2240 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
2241 "Describe Language Environment" menu item.
2242
2243 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
2244
2245 Bidi-sensitive movement with arrow keys.
2246 * subr.el (right-arrow-command, left-arrow-command): New functions.
2247
2248 * bindings.el (global-map): Bind them to right and left arrow keys.
2249
2250 Don't override standard definition of convert-standard-filename.
2251 * files.el (convert-standard-filename): Call
2252 w32-convert-standard-filename and dos-convert-standard-filename on
2253 the corresponding systems.
2254
2255 * w32-fns.el (w32-convert-standard-filename): Rename from
2256 convert-standard-filename. Doc fix.
2257
2258 * dos-fns.el (dos-convert-standard-filename): Doc fix.
2259 (convert-standard-filename): Don't defalias.
2260 (register-name-alist, make-register, register-value)
2261 (set-register-value, intdos): Obsolete aliases for the
2262 corresponding dos-* functions and variables.
2263 (dos-intdos): Add a doc string.
2264
2265 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
2266
2267 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
2268 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
2269 (math-compose-tex-func):
2270 * calc/calccomp.el (math-compose-expr):
2271 * calc/calc-ext.el (math-format-flat-expr-fancy):
2272 * calc/calc-store.el (calc-read-var-name):
2273 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
2274
2275 * calc/calc.el (var-π, var-φ, var-γ): New variables.
2276 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
2277 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
2278 (math-standard-units): Add units.
2279
2280 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2281
2282 * progmodes/asm-mode.el (asm-mode):
2283 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
2284
2285 * pcomplete.el (pcomplete-completions-at-point): New function,
2286 extracted from pcomplete-std-complete.
2287 (pcomplete-std-complete): Use it.
2288
2289 2010-05-15 Glenn Morris <rgm@gnu.org>
2290
2291 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2292 Remove references to CVS, RCS and Old directories.
2293
2294 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
2295
2296 * calc/calc-bin.el (math-format-twos-complement): Group digits when
2297 appropriate.
2298
2299 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2300
2301 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
2302 (sh-mode-syntax-table): Give it a default value instead.
2303 (sh-header-marker): Make buffer-local.
2304 (sh-mode): Move make-local-variable to the corresponding setq.
2305 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
2306 Use complete-with-action.
2307
2308 * simple.el (prog-mode): New (abstract) major mode.
2309 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
2310 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
2311
2312 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
2313
2314 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
2315 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
2316 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
2317 (sql-make-alternate-buffer-name, sql-placeholders-filter)
2318 (sql-escape-newlines-filter, sql-input-sender)
2319 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
2320
2321 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
2322
2323 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2324
2325 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
2326 latex-open-block and C-c / to latex-close-block.
2327
2328 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
2329 and C-c C-e to sgml-close-tag.
2330
2331 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
2332
2333 * net/tramp.el (with-progress-reporter): Create reporter object
2334 only when the message would be displayed. Handle nested calls.
2335 (tramp-handle-load, tramp-handle-file-local-copy)
2336 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2337 (tramp-maybe-send-script, tramp-find-shell):
2338 Use `with-progress-reporter'.
2339 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
2340 Fix message text.
2341
2342 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2343 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2344 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2345 Use `with-progress-reporter'.
2346
2347 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
2348
2349 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
2350 process everytime when spellchecking from the minibuffer (bug#6143).
2351
2352 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2353
2354 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
2355
2356 * dos-fns.el: Add "dos-" prefix for namespace control.
2357 (convert-standard-filename): Define as alias for
2358 dos-convert-standard-filename but only if applicable.
2359
2360 2010-05-12 Alan Mackenzie <acm@muc.de>
2361
2362 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2363 Push the mark at the start of these functions when appropriate.
2364
2365 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2366
2367 * minibuffer.el (completion-cycle-threshold): New custom var.
2368 (completion--do-completion): Use it.
2369 (minibuffer-complete): Use cycling if appropriate.
2370
2371 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
2372
2373 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
2374 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
2375
2376 2010-05-11 Juri Linkov <juri@jurta.org>
2377
2378 * scroll-all.el (scroll-all-check-to-scroll):
2379 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
2380
2381 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2382
2383 * iimage.el (iimage-mode-map): Move initialization into declaration.
2384 (iimage-mode-buffer): Use with-silent-modifications.
2385 Simplify calling convention. Adjust callers.
2386 (iimage-mode): Don't run hook redundantly.
2387
2388 * minibuffer.el (completion-pcm--pattern->regex):
2389 Fix last change (bug#6160).
2390
2391 2010-05-10 Juri Linkov <juri@jurta.org>
2392
2393 Remove nodes visited during Isearch from the Info history.
2394 * info.el (Info-isearch-initial-history)
2395 (Info-isearch-initial-history-list): New variables.
2396 (Info-isearch-start): Record initial values of
2397 Info-isearch-initial-history and Info-isearch-initial-history-list.
2398 Add Info-isearch-end to isearch-mode-end-hook.
2399 (Info-isearch-end): New function.
2400
2401 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
2402
2403 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
2404 format string, in order to work around a bug in pdksh.
2405 Reported by Gilles Pion <gpion@lfdj.com>.
2406 (tramp-handle-verify-visited-file-modtime): Do not send a command
2407 when the connection is not established.
2408 (tramp-handle-set-file-times): Simplify the check for utc.
2409
2410 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
2411
2412 Fix use of `filter-buffer-substring' (rework previous change).
2413 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
2414 (cua-repeat-replace-region):
2415 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
2416 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2417 (cua-cut-region-to-global-mark): Use it.
2418
2419 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
2420
2421 * progmodes/sql.el: Version 2.1.
2422 (sql-product-alist): Redesign structure of product info.
2423 (sql-product, sql-user, sql-server, sql-database): Safe variables.
2424 (sql-port, sql-port-history): New variables.
2425 (sql-interactive-product): New variable.
2426 (sql-send-terminator): New variable.
2427 (sql-imenu-generic-expression): Add "Types" imenu entry.
2428 (sql-oracle-login-params, sql-sqlite-login-params)
2429 (sql-mysql-login-params, sql-solid-login-params)
2430 (sql-sybase-login-params, sql-informix-login-params)
2431 (sql-ingres-login-params, sql-ms-login-params)
2432 (sql-postgres-login-params, sql-interbase-login-params)
2433 (sql-db2-login-params, sql-linter-login-params)
2434 (sql-oracle-scan-on): New variables.
2435 (sql-mode-map): Add C-c C-i to start interactive mode.
2436 (sql-mode-menu): Update existing menu entries.
2437 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
2438 (sql-mode-oracle-font-lock-keywords)
2439 (sql-mode-postgres-font-lock-keywords)
2440 (sql-mode-ms-font-lock-keywords)
2441 (sql-mode-sybase-font-lock-keywords)
2442 (sql-mode-informix-font-lock-keywords)
2443 (sql-mode-interbase-font-lock-keywords)
2444 (sql-mode-ingres-font-lock-keywords)
2445 (sql-mode-solid-font-lock-keywords)
2446 (sql-mode-mysql-font-lock-keywords)
2447 (sql-mode-sqlite-font-lock-keywords)
2448 (sql-mode-db2-font-lock-keywords)
2449 (sql-mode-linter-font-lock-keywords): Update initialization to
2450 reduce run-time complexity.
2451 (sql-add-product, sql-del-product): New functions.
2452 (sql-set-product-feature, sql-get-product-feature): New functions.
2453 (sql-product-font-lock): Update product API.
2454 (sql-add-product-keywords): New function.
2455 (sql-highlight-product): Update product API.
2456 (sql-help-list-products): New function.
2457 (sql-help): Dynamically lists free and non-free products.
2458 (sql-get-login): Correct bug in handling history and added
2459 prompt for port.
2460 (sql-copy-column): Copy without properties.
2461 (sqli-input-sender): Apply filters to SQLi input.
2462 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
2463 Implement as a filter.
2464 (sql-escape-newlines-filter): Implement as a filter.
2465 (sql-remove-tabs-filter): New function.
2466 (sql-send-magic-terminator): New function.
2467 (sql-send-string): Implement magic terminator.
2468 (sql-send-region): Use `sql-send-string'.
2469 (sql-interactive-mode): Use product API.
2470 (sql-product-interactive): Use product API.
2471 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2472 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2473 (sql-db2, sql-linter): Use `sql-product-interactive'.
2474 (sql-connect): New function.
2475 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2476 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2477 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
2478 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2479 Use `sql-connect'.
2480
2481 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2482
2483 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2484 New custom variable.
2485 (completion-pcm--string->pattern): Use it.
2486 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2487 Make it handle any symbol as `any'.
2488 (completion-pcm--merge-completions): Extract common suffix for the new
2489 `prefix' symbol as well.
2490 (completion-substring--all-completions): Use the new `prefix' symbol.
2491
2492 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
2493
2494 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2495 not bound.
2496 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2497 (tramp-compat-funcall): New defmacro.
2498 (tramp-compat-line-beginning-position)
2499 (tramp-compat-line-end-position)
2500 (tramp-compat-temporary-file-directory)
2501 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2502 (tramp-compat-copy-file, tramp-compat-copy-directory)
2503 (tramp-compat-delete-file, tramp-compat-delete-directory)
2504 (tramp-compat-number-sequence, tramp-compat-process-running-p)
2505 * net/tramp.el (top, with-progress-reporter)
2506 (tramp-rfn-eshadow-setup-minibuffer)
2507 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2508 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2509 (tramp-completion-mode-p, tramp-check-for-regexp)
2510 (tramp-open-connection-setup-interactive-shell)
2511 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2512 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2513 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2514 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2515 (tramp-reporter-dump-variable, tramp-load-report-modules)
2516 (tramp-append-tramp-buffers)
2517 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2518
2519 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2520
2521 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2522
2523 * progmodes/compile.el (compilation-buffer-modtime): Rename from
2524 buffer-modtime. Adjust users.
2525
2526 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2527
2528 * international/mule.el (auto-coding-alist): Only purecopy
2529 car of each item, not the whole list (Bug#6083).
2530
2531 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2532
2533 * progmodes/js.el (js-mode): Make paragraph variables local before
2534 calling c-setup-paragraph-variables (Bug#6071).
2535
2536 2010-05-08 Eli Zaretskii <eliz@gnu.org>
2537
2538 * composite.el (compose-region, reference-point-alist): Fix typos
2539 in the doc strings.
2540
2541 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2542
2543 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2544 gnuplot's "set" command.
2545
2546 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2547
2548 * abbrev.el (last-abbrev-text): Doc fix.
2549 (abbrev-prefix-mark): Don't escape parenthesis.
2550
2551 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
2552
2553 * composite.el (find-composition): Doc fix.
2554
2555 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2556
2557 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2558 (sql-oracle-program, sql-sqlite-options)
2559 (sql-query-placeholders-and-send): Doc fixes.
2560 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2561 (sql-imenu-generic-expression, sql-buffer)
2562 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2563 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2564 (sql-mode-sybase-font-lock-keywords)
2565 (sql-mode-informix-font-lock-keywords)
2566 (sql-mode-interbase-font-lock-keywords)
2567 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2568 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2569 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2570 (sql-product-feature, sql-highlight-product)
2571 (comint-line-beginning-position, sql-rename-buffer)
2572 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2573 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2574 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2575 Fix typos in docstrings.
2576
2577 2010-05-08 Juri Linkov <juri@jurta.org>
2578
2579 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2580 property instead of `invisible' and `after-string' (bug#5998).
2581
2582 2010-05-08 Juri Linkov <juri@jurta.org>
2583
2584 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2585
2586 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2587
2588 * filecache.el (file-cache-add-directory-list)
2589 (file-cache-add-directory-recursively): Fix typos in docstrings.
2590
2591 2010-05-08 Kenichi Handa <handa@m17n.org>
2592
2593 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2594 (gujarati-composable-pattern): Fix typo.
2595
2596 2010-05-08 Kenichi Handa <handa@m17n.org>
2597
2598 * language/indian.el (oriya-composable-pattern)
2599 (tamil-composable-pattern, malayalam-composable-pattern):
2600 Add two-part vowels to "v" (vowel sign).
2601
2602 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2603
2604 * files.el (copy-directory): Handle symlinks (Bug#5982).
2605
2606 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2607
2608 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2609 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2610 (Bug#5846).
2611
2612 2010-05-08 Glenn Morris <rgm@gnu.org>
2613
2614 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2615
2616 * minibuffer.el (completion-at-point): Doc fix.
2617
2618 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2619
2620 * electric.el (Electric-command-loop): Minor tweak.
2621
2622 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2623 better with dedicated windows.
2624
2625 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2626
2627 * Version 23.2 released.
2628
2629 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2630 Stefan Monnier <monnier@iro.umontreal.ca>
2631
2632 Highlight vendor specific properties.
2633 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2634 (css-proprietary-property): New face.
2635 (css-font-lock-keywords): Use them.
2636
2637 2010-05-07 Eli Zaretskii <eliz@gnu.org>
2638
2639 * cus-start.el (all): Add native condition for tool-bar-* symbols.
2640
2641 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2642
2643 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2644 * files.el (auto-mode-alist): Remove redundant entries.
2645
2646 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2647 * simple.el (auto-save-mode): Move from files.el.
2648 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2649
2650 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
2651
2652 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2653
2654 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
2655
2656 * mail/binhex.el (binhex-decode-region-internal)
2657 * mail/uudecode.el (uudecode-decode-region-internal)
2658 * net/dns.el (dns-read-string-name, dns-write, dns-read)
2659 (dns-read-type, dns-query)
2660 * pgg-parse.el (pgg-parse-armor)
2661 * pgg.el (pgg-verify-region)
2662 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2663 XEmacs.
2664
2665 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2666
2667 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
2668
2669 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2670
2671 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2672 * emulation/cua-base.el (cua-repeat-replace-region):
2673 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2674 (cua-cut-region-to-global-mark):
2675 Remove text properties with `set-text-properties'.
2676
2677 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
2678
2679 * net/tramp.el (top, with-progress-reporter):
2680 Use `symbol-function' inside `funcall'.
2681
2682 * net/tramp-compat.el (tramp-compat-file-attributes)
2683 (tramp-compat-delete-file, tramp-compat-delete-directory):
2684 Handle only `wrong-number-of-arguments' error.
2685
2686 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2687 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2688 inside `funcall'.
2689
2690 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2691
2692 * minibuffer.el (completion--sreverse, completion--common-suffix):
2693 New functions.
2694 (completion-pcm--merge-completions): Extract common suffix when safe.
2695
2696 * emacs-lisp/easy-mmode.el (define-minor-mode):
2697 Make :variable more flexible.
2698 * files.el (auto-save-mode): Use it to define using define-minor-mode.
2699
2700 2010-05-05 Juri Linkov <juri@jurta.org>
2701
2702 Add `slow' and `history' tags to the desktop data.
2703
2704 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2705 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2706 (Info-finder-find-node): Require `finder.el' to be able
2707 to restore node from the desktop.
2708 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
2709 data `Info-history' and `slow' tag in the assoc list.
2710 (Info-restore-desktop-buffer): Don't restore nodes with the
2711 `slow' tag. Restore `Info-history'.
2712
2713 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
2714
2715 Add FORCE argument to `delete-file'.
2716
2717 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2718 forcing to delete the temporary file.
2719 (ange-ftp-delete-file): Add FORCE arg.
2720 (ange-ftp-rename-remote-to-remote)
2721 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
2722 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
2723 Force file deletion.
2724
2725 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
2726
2727 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
2728 (tramp-handle-make-symbolic-link, tramp-handle-load)
2729 (tramp-do-copy-or-rename-file-via-buffer)
2730 (tramp-do-copy-or-rename-file-directly)
2731 (tramp-do-copy-or-rename-file-out-of-band)
2732 (tramp-handle-process-file, tramp-handle-call-process-region)
2733 (tramp-handle-shell-command, tramp-handle-file-local-copy)
2734 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2735 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
2736
2737 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
2738 (tramp-fish-handle-make-symbolic-link)
2739 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
2740
2741 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2742 Use `tramp-compat-delete-file'.
2743
2744 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
2745 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
2746
2747 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
2748 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
2749
2750 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
2751 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
2752 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
2753 `tramp-compat-delete-file'.
2754
2755 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2756
2757 Minor cleanups.
2758 * subr.el (add-minor-mode): Use push.
2759 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
2760 * emulation/edt.el (edt-select-mode): Simplify.
2761
2762 Use define-minor-mode in more cases.
2763 * term/tvi970.el (tvi970-set-keypad-mode):
2764 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2765 (normal-erase-is-backspace-mode):
2766 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
2767 (set-scroll-bar-mode-1): (Re)move to its sole caller.
2768 (get-scroll-bar-mode): New function.
2769 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
2770
2771 Use define-minor-mode for less obvious cases.
2772 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
2773 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
2774 * international/iso-ascii.el (iso-ascii-mode):
2775 * frame.el (auto-raise-mode, auto-lower-mode):
2776 * composite.el (global-auto-composition-mode): Use define-minor-mode.
2777
2778 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
2779
2780 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
2781 in order to see error messages for failed logins.
2782
2783 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
2784
2785 * diff.el (diff-sentinel):
2786
2787 * epg.el (epg--make-temp-file, epg-decrypt-string)
2788 (epg-verify-string, epg-sign-string, epg-encrypt-string):
2789
2790 * jka-compr.el (jka-compr-partial-uncompress)
2791 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
2792
2793 * server.el (server-sentinel): Use delete-file's new FORCE arg
2794 (Bug#6070).
2795
2796 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2797
2798 Use define-minor-mode where applicable.
2799 * view.el (view-mode):
2800 * type-break.el (type-break-query-mode)
2801 (type-break-mode-line-message-mode):
2802 * textmodes/reftex.el (reftex-mode):
2803 * term/vt100.el (vt100-wide-mode):
2804 * tar-mode.el (tar-subfile-mode):
2805 * savehist.el (savehist-mode):
2806 * ibuf-ext.el (ibuffer-auto-mode):
2807 * composite.el (auto-composition-mode):
2808 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2809 Use define-minor-mode.
2810 (vhdl-mode): Use static mode-line format.
2811 (vhdl-mode-line-update): Delete.
2812 (vhdl-create-mode-menu, vhdl-activate-customizations)
2813 (vhdl-hs-minor-mode): Don't bother calling it.
2814
2815 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2816
2817 * simple.el (with-wrapper-hook): Move.
2818 (buffer-substring-filters): Mark obsolete.
2819 (filter-buffer-substring-functions): New variable.
2820 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
2821
2822 Use a mode-line spec rather than a static string in Semantic.
2823 * cedet/semantic/util-modes.el:
2824 (semantic-minor-modes-format): New var to replace...
2825 (semantic-minor-modes-status): Remove.
2826 (semantic-mode-line-update): Construct a mode-line spec rather than
2827 a static string so that mouse buttons can be used on individual minor
2828 modes and so that semantic-mode-line-update only needs to be called
2829 when global settings are changed.
2830 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
2831 Call semantic-mode-line-update.
2832 (semantic-toggle-minor-mode-globally): Don't assume mode is on
2833 minor-mode-alist, check semantic-minor-mode-alist as well.
2834 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
2835 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
2836 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
2837 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2838 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2839 (define-semantic-idle-service, semantic-idle-summary-mode):
2840 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
2841 Don't call semantic-mode-line-update any more.
2842
2843 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2844
2845 Use define-minor-mode in CEDET where applicable.
2846
2847 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
2848 Use define-minor-mode.
2849
2850 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
2851 Remove unused arg `keymap' and code redundant with define-minor-mode.
2852 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
2853 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
2854 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
2855 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
2856 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
2857 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
2858 Use define-minor-mode.
2859 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
2860 (semantic-show-unmatched-syntax-mode-setup)
2861 (semantic-show-parser-state-mode-setup)
2862 (semantic-highlight-func-mode-setup): Inline into sole caller.
2863
2864 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2865 (semantic-mru-bookmark-mode): Use define-minor-mode.
2866 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
2867
2868 * cedet/semantic/idle.el (define-semantic-idle-service):
2869 Use define-minor-mode and inline setup function into its sole caller.
2870 (semantic-idle-scheduler-mode-setup)
2871 (semantic-idle-summary-mode-setup): Inline into sole caller.
2872 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
2873 Use define-minor-mode.
2874
2875 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
2876 (semantic-decoration-mode): Use define-minor-mode.
2877 (semantic-decoration-mode-setup): Inline into sole caller.
2878
2879 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
2880 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
2881 (ede-dired-add-to-target): Use dolist.
2882
2883 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2884 Michael Albinus <michael.albinus@gmx.de>
2885
2886 Implement compression for inline methods.
2887
2888 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2889 (tramp-copy-size-limit): Allow also nil.
2890 (tramp-inline-compress-commands): New defconst.
2891 (tramp-find-inline-compress, tramp-get-inline-compress)
2892 (tramp-get-inline-coding): New defuns.
2893 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2894 replaced by `tramp-get-inline-coding'.
2895 (tramp-handle-file-local-copy, tramp-handle-write-region)
2896 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2897
2898 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2899
2900 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
2901 Remove unused functions.
2902
2903 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
2904 Set find-tag-default-function as a variable rather than a property.
2905
2906 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
2907 * progmodes/etags.el (tags-completion-at-point-function):
2908 Remove left over interactive spec. Add autoloading stub.
2909 (complete-tag): Use tags-completion-at-point-function.
2910
2911 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
2912
2913 * minibuffer.el (tags-completion-at-point-function): Fix return value.
2914
2915 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
2916
2917 * ido.el (ido-init-completion-maps): Remove C-v binding.
2918 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
2919
2920 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
2921
2922 * minibuffer.el (tags-completion-at-point-function): New function.
2923 (completion-at-point-functions): Use it.
2924
2925 * cedet/semantic.el (semantic-completion-at-point-function): New function.
2926 (semantic-mode): Use semantic-completion-at-point-function for
2927 completion-at-point-functions instead.
2928
2929 * progmodes/etags.el (complete-tag): Revert last change.
2930
2931 2010-04-29 Alan Mackenzie <acm@muc.de>
2932
2933 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
2934 off-by-one error (in end of macro position).
2935
2936 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2937
2938 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
2939 firefox is absent. Don't autoload.
2940 (browse-url-galeon-program): Don't autoload.
2941
2942 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
2943
2944 * bindings.el (complete-symbol): Move into minibuffer.el.
2945
2946 * minibuffer.el (complete-tag): Move from etags.el. If tags
2947 completion cannot be performed, return nil instead of signalling
2948 an error.
2949 (completion-at-point): Make it an alias for complete-symbol.
2950 (complete-symbol): Move from bindings.el, and replace with the
2951 body of completion-at-point.
2952
2953 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
2954
2955 * cedet/semantic.el (semantic-mode): When enabled, add
2956 semantic-ia-complete-symbol to completion-at-point-functions.
2957
2958 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
2959 if Semantic is not active.
2960
2961 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
2962
2963 * net/tramp.el (tramp-remote-selinux-p): New defun.
2964 (tramp-handle-file-selinux-context)
2965 (tramp-handle-set-file-selinux-context): Use it.
2966
2967 2010-04-28 Sam Steingold <sds@gnu.org>
2968
2969 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2970 `safe-local-variable' if the value is a string or a symbol with
2971 the property `bug-reference-url-format'.
2972
2973 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
2974
2975 * progmodes/bug-reference.el (bug-reference-url-format): Revert
2976 2010-04-27 change due to security risk.
2977
2978 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2979
2980 Make it possible to locally disable a globally enabled mode.
2981 * simple.el (fundamental-mode): Run fundamental-mode-hook.
2982 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
2983 rather than kill-all-local-variables so it runs fundamental-mode-hook.
2984 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2985 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
2986 that subsequent hooks get a chance to disable it.
2987
2988 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2989
2990 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2991 Avoid re-enabling a minor mode after the user turned the minor mode
2992 off if MODE-enable-in-buffers is run twice (typically once from
2993 fundamental-mode's after-change-major-mode-hook and a second time from
2994 run-mode-hook's own after-change-major-mode-hook).
2995
2996 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
2997
2998 2010-04-27 Sam Steingold <sds@gnu.org>
2999
3000 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
3001 `safe-local-variable' if the value is a string or a function, as
3002 documented and implemented on 2010-04-02.
3003
3004 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
3005
3006 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
3007 when method is 'kill.
3008
3009 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
3010
3011 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
3012 condition in default directory check.
3013 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
3014 Kill ispell process when killing its associated buffer.
3015
3016 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
3017
3018 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
3019 but we aren't using it.
3020
3021 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
3022
3023 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
3024 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
3025
3026 2010-04-24 Glenn Morris <rgm@gnu.org>
3027
3028 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
3029 Ignore VCS-ignore files, and deleted nextstep preferences files.
3030 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
3031 (authors-ambiguous-files): New list.
3032 (authors-valid-file-names): Add some deleted files.
3033 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
3034 (authors-disambiguate-file-name): New function. (Bug#5501)
3035 (authors-canonical-file-name): Doc fix.
3036 Don't warn about obsolete files.
3037 (authors-canonical-file-name, authors-scan-el):
3038 Use authors-disambiguate-file-name.
3039
3040 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
3041 Add autoload cookies.
3042 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
3043 (generated-autoload-file): Set file-local value to "htmlfontify.el".
3044 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
3045 They have definitions / compiler macros in cl.el.
3046 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
3047 Replace manual autoloads with generated ones.
3048 (htmlfontify-unload-rgb-file): Remove autoload.
3049 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
3050
3051 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3052
3053 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
3054 (byte-compile-setq-default): Optimize for the
3055 single-var case and don't call byte-compile-form in this case to avoid
3056 inf-loop with byte-compile-set-default.
3057
3058 * progmodes/compile.el (compilation-start): Abbreviate default directory.
3059
3060 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
3061
3062 Implement SELINUX backends.
3063
3064 * net/tramp.el (tramp-file-name-handler-alist):
3065 Add `file-selinux-context' and `set-file-selinux-context'.
3066 (tramp-handle-file-selinux-context)
3067 (tramp-handle-set-file-selinux-context): New defuns.
3068 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
3069 Handle PRESERVE-SELINUX-CONTEXT.
3070
3071 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3072 Add `file-selinux-context' and `set-file-selinux-context'.
3073 (tramp-gvfs-handle-file-selinux-context)
3074 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
3075 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
3076
3077 * net/ange-ftp.el (ange-ftp-copy-file):
3078 * net/tramp-fish.el (tramp-fish-handle-copy-file):
3079 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3080 * net/tramp-smb.el (tramp-smb-handle-copy-file):
3081 Add PRESERVE-SELINUX-CONTEXT.
3082
3083 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
3084
3085 Synchronize with Tramp repository.
3086
3087 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
3088 (tramp-action-process-alive, tramp-action-out-of-band)
3089 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
3090 (tramp-exists-file-name-handler): Fix docstring.
3091 (with-progress-reporter): New defmacro.
3092 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
3093 (tramp-maybe-open-connection): Use it.
3094
3095 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
3096
3097 Detect ssh 'ControlMaster' argument automatically in some cases.
3098
3099 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
3100 (tramp-default-method): Use it.
3101
3102 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
3103
3104 * net/tramp.el (tramp-handle-copy-file): Add new optional
3105 parameter `preserve-selinux-context'.
3106 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
3107
3108 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
3109
3110 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
3111 Ensure, that non remote files are still checked. Oops.
3112
3113 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
3114
3115 Fix Bug#5840.
3116
3117 * icomplete.el (icomplete-completions): Use `non-essential'.
3118
3119 * net/tramp.el (tramp-connectable-p): New defun.
3120 (tramp-handle-expand-file-name)
3121 (tramp-completion-handle-file-name-all-completions)
3122 (tramp-completion-handle-file-name-completion): Use it.
3123
3124 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3125
3126 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
3127
3128 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3129
3130 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
3131
3132 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
3133
3134 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
3135 is present.
3136
3137 * info.el (info-tool-bar-map): Add labels.
3138
3139 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
3140
3141 * cus-edit.el (custom-commands): Add labels for tool bar.
3142 (custom-buffer-create-internal, Custom-mode): Adjust for
3143 labels in custom-commands.
3144
3145 * dynamic-setting.el: Renamed from font-setting.el.
3146
3147 2010-04-21 John Wiegley <jwiegley@gmail.com>
3148
3149 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
3150 toggles the use of virtual buffers.
3151 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
3152 value.
3153 (ido-toggle-virtual-buffers): New function.
3154
3155 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
3156
3157 Use `define-derived-mode'; fix window selection; doc fixes.
3158 * play/tetris.el (tetris, tetris-update-speed-function)
3159 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
3160 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
3161 (tetris-rotate-next, tetris-end-game, tetris-start-game)
3162 (tetris-pause-game): Fix typos in docstrings.
3163 (tetris-mode-map, tetris-null-map):
3164 Move initialization into declaration.
3165 (tetris-mode): Define with `define-derived-mode';
3166 set show-trailing-whitespace to nil.
3167 (tetris): Prefer window already displaying the "*Tetris*" buffer.
3168
3169 2010-04-21 Karel Klíč <kklic@redhat.com>
3170
3171 * files.el (backup-buffer): Handle SELinux context, and return it
3172 if a backup was made by renaming.
3173 (backup-buffer-copy): Set SELinux context to the target file.
3174 (basic-save-buffer): Set SELinux context of the newly written file.
3175 (basic-save-buffer-1): Now it also returns any SELinux context.
3176 (basic-save-buffer-2): Set SELinux context of the newly created file,
3177 and return it.
3178 * net/tramp.el (tramp-file-name-for-operation):
3179 Add file-selinux-context.
3180
3181 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3182
3183 Make the log-edit comments use RFC822 format throughout.
3184
3185 * vc.el (vc-checkin, vc-modify-change-comment):
3186 Adjust to new vc-start/finish-logentry.
3187 (vc-find-conflicted-file): New command.
3188 (vc-transfer-file): Adjust to new vc-checkin.
3189 (vc-next-action): Improve scoping.
3190
3191 * vc-hg.el (vc-hg-log-edit-mode): Remove.
3192 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
3193
3194 * vc-git.el (vc-git-log-edit-mode): Remove.
3195 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
3196 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
3197
3198 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
3199 (vc-start-logentry): Remove argument `extra'.
3200 (vc-finish-logentry): Remove extra args.
3201
3202 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
3203 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
3204 (vc-bzr-conflicted-files): New function.
3205
3206 * log-edit.el (log-edit-extra-flags)
3207 (log-edit-before-checkin-process): Remove.
3208 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
3209 (log-edit-headers-alist): New var.
3210 (log-edit-header-contents-regexp): New const.
3211 (log-edit-match-to-eoh): New function.
3212 (log-edit-font-lock-keywords): Use them.
3213 (log-edit): Insert a "Summary:" header as default.
3214 (log-edit-mode): Mark font-lock rules as case-insensitive.
3215 (log-edit-done): Cleanup headers.
3216 (log-view-process-buffer): Remove.
3217 (log-edit-extract-headers): New function to replace it.
3218
3219 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
3220
3221 * subr.el (default-direction-reversed): Remove obsolescence info.
3222
3223 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3224
3225 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
3226 windows/frames.
3227
3228 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
3229 I.e. include text after point in the completion region.
3230 Also, return nil when we're not after/in a symbol.
3231
3232 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
3233 default enable-multibyte-characters.
3234
3235 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3236
3237 * international/mule.el: Help the user choose a valid coding-system.
3238 (read-buffer-file-coding-system): New function.
3239 (set-buffer-file-coding-system): Use it. Prompt the user if the
3240 coding-system cannot encode all the chars.
3241
3242 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
3243 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
3244 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
3245 Don't use *vc-bzr-shelve*.
3246
3247 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3248
3249 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
3250 Don't destroy list before using it.
3251
3252 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
3253
3254 Fix the version number for added files.
3255 * vc-hg.el (vc-hg-working-revision): Check if the file is
3256 registered after hg parent fails (Bug#5961).
3257
3258 2010-04-19 Glenn Morris <rgm@gnu.org>
3259
3260 * htmlfontify.el (htmlfontify-buffer)
3261 (htmlfontify-copy-and-link-dir): Autoload entry points.
3262
3263 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
3264
3265 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
3266 name relative to the project root (Bug#5960).
3267
3268 2010-04-19 Glenn Morris <rgm@gnu.org>
3269
3270 * vc-git.el (vc-git-print-log): Doc fix.
3271
3272 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3273
3274 * ido.el (ido-file-internal): Fix 2009-12-02 change.
3275
3276 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
3277
3278 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
3279 default settings (Bug#5928).
3280
3281 2010-04-19 Glenn Morris <rgm@gnu.org>
3282
3283 * progmodes/fortran.el (fortran-match-and-skip-declaration):
3284 New function.
3285 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
3286
3287 2010-04-19 Kenichi Handa <handa@m17n.org>
3288
3289 * language/indian.el (malayalam-composable-pattern): Fix previous
3290 change (add U+0D4D "SIGN VIRAMA").
3291 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
3292 (tamil-composable-pattern): Fix typo in the regexp.
3293 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
3294 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
3295 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
3296
3297 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3298
3299 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
3300 paragraph-separate (Bug#5821).
3301
3302 2010-04-19 Juri Linkov <juri@jurta.org>
3303
3304 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
3305
3306 * info.el (Info-find-node-2): Comment out code that skips
3307 breadcrumbs line.
3308 (Info-mouse-follow-link): New command.
3309 (Info-link-keymap): New keymap.
3310 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
3311 Return a string with links instead of inserting breadcrumbs
3312 to the Info buffer.
3313 (Info-fontify-node): Comment out code that inserts breadcrumbs.
3314 Instead of putting the `invisible' text property over the Info
3315 header, make an overlay over the Info header with the `invisible'
3316 property and `after-string' set to the string returned by
3317 `Info-breadcrumbs'.
3318
3319 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3320
3321 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
3322 Reported by monkey@sandpframing.com.
3323
3324 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3325
3326 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
3327 (tmm-get-keymap): Add key-binding shortcuts now that they're not
3328 available in the "keyseq cache" any more.
3329
3330 * custom.el (defcustom): Add edebug spec.
3331
3332 2010-04-18 Juri Linkov <juri@jurta.org>
3333
3334 Test for special mode-class in view-buffer instead of view-file (bug#5513).
3335
3336 * view.el (view-file, view-buffer): Move test for special mode-class
3337 from view-file to view-buffer.
3338
3339 * tar-mode.el (tar-extract): Turn if's into one cond
3340 like in arc-mode.el.
3341
3342 2010-04-18 Juri Linkov <juri@jurta.org>
3343
3344 Add 7z archive format support (bug#5475).
3345
3346 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
3347 (archive-7z-extract): New defcustom.
3348 (archive-find-type): Add magic string for 7z.
3349 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
3350 If `stderr-file' is non-nil, use `(t stderr-file)' for the
3351 `buffer' arg of `call-process'.
3352 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
3353 call the function `archive-7z-extract' with the variable
3354 `archive-7z-extract' let-bound to `archive-zip-extract'.
3355 (archive-7z-summarize, archive-7z-extract): New functions.
3356
3357 * international/mule.el (auto-coding-alist):
3358 * files.el (auto-mode-alist): Add 7z file extension.
3359
3360 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3361
3362 * loadup.el: Setup hash-cons for pure data.
3363
3364 Fix duplicate entries in cedet's loaddefs.el files.
3365 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
3366 Should make most file-local generated-autoload-file unnecessary.
3367 (print-readably): Silence warnings.
3368 (autoload-find-destination): Take load-name as an arg to make sure
3369 it's the same as the one that will be in the file.
3370 (autoload-generate-file-autoloads): Adjust to above changes.
3371 Try to make the dataflow a bit simpler.
3372
3373 * cvs-status.el (cvs-refontify): Remove unused.
3374
3375 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3376
3377 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
3378
3379 * calc-bin.el (calc-radix): Have the "O" option turn on
3380 twos-complement mode.
3381
3382 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
3383
3384 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
3385 Add `calc-option-prefix-help' to calc-help autoloads.
3386 (calc-inverse): Add "Option" to message, as appropriate.
3387 (calc-hyperbolic): Add "Option" to message, as appropriate.
3388 (calc-option, calc-is-option): New functions.
3389
3390 * calc-help.el (calc-full-help): Add `calc-option-help'.
3391 (calc-option-prefix-help): New function.
3392
3393 * calc-misc.el (calc-help): Add "Option" entry.
3394
3395 * calc.el (calc-local-var-list): Add `calc-option-flag'.
3396 (calc-option-flag): New variable.
3397 (calc-do): Set `calc-option-flag to nil.
3398 (calc-set-mode-line): Add "Opt " as appropriate.
3399
3400 2010-04-16 Juri Linkov <juri@jurta.org>
3401
3402 Move scrolling commands from simple.el to window.el
3403 because their primitives are implemented in window.c.
3404
3405 * simple.el (scroll-error-top-bottom)
3406 (scroll-up-command, scroll-down-command, scroll-up-line)
3407 (scroll-down-line, scroll-other-window-down)
3408 (beginning-of-buffer-other-window, end-of-buffer-other-window):
3409 * window.el (scroll-error-top-bottom)
3410 (scroll-up-command, scroll-down-command, scroll-up-line)
3411 (scroll-down-line, scroll-other-window-down)
3412 (beginning-of-buffer-other-window, end-of-buffer-other-window):
3413 Move from simple.el to window.el because their primitives are
3414 implemented in window.c.
3415
3416 2010-04-16 Juri Linkov <juri@jurta.org>
3417
3418 * isearch.el (isearch-lookup-scroll-key): Check both
3419 `isearch-scroll' and `scroll-command' properties.
3420 (scroll-up, scroll-down): Remove `isearch-scroll' property.
3421
3422 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
3423
3424 * simple.el (scroll-up-command, scroll-down-command)
3425 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
3426
3427 2010-04-15 Juri Linkov <juri@jurta.org>
3428
3429 * simple.el (scroll-up-command, scroll-down-command)
3430 (scroll-up-line, scroll-down-line): Put `scroll-command'
3431 property on the these symbols. Remove them from
3432 `scroll-preserve-screen-position-commands'.
3433
3434 * mwheel.el (mwheel-scroll): Put `scroll-command' and
3435 `isearch-scroll' properties on the `mwheel-scroll' symbol.
3436 Remove it from `scroll-preserve-screen-position-commands'.
3437
3438 * isearch.el (isearch-allow-scroll): Doc fix.
3439
3440 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
3441
3442 * net/tramp.el (tramp-error-with-buffer): Don't show the
3443 connection buffer when we are in completion mode.
3444 (tramp-file-name-handler): Catch the error for some operations
3445 when we are in completion mode. This gives the user the chance to
3446 correct the file name in the minibuffer.
3447
3448 2010-04-15 Glenn Morris <rgm@gnu.org>
3449
3450 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
3451
3452 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
3453
3454 Simplify by using `define-derived-mode'.
3455 * info.el (Info-mode):
3456 * calendar/todo-mode.el (todo-mode):
3457 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
3458 (gomoku-mode-map): Move initialization into declaration.
3459
3460 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
3461
3462 Fix Bug#5840.
3463 * ido.el (ido-file-name-all-completions-1):
3464 * minibuffer.el (minibuffer-completion-help):
3465 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
3466
3467 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3468
3469 * simple.el (non-essential): New var.
3470
3471 Add a new field `location' to bookmarks for non-file bookmarks.
3472 * bookmark.el (bookmark-location): Use the new field, if present.
3473 (bookmark-insert-location): Undo last change, not needed any more.
3474 * man.el (Man-bookmark-make-record):
3475 * woman.el (woman-bookmark-make-record): Add `location' field.
3476
3477 2010-04-14 Juri Linkov <juri@jurta.org>
3478
3479 * simple.el (scroll-error-top-bottom): New defcustom.
3480 (scroll-up-command, scroll-down-command): Use it. Doc fix.
3481
3482 * emulation/pc-select.el (pc-select-override-scroll-error):
3483 Obsolete in favor of `scroll-error-top-bottom'.
3484
3485 2010-04-14 Juri Linkov <juri@jurta.org>
3486
3487 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3488 `scroll-up-command' and `M-v' to `scroll-down-command'.
3489
3490 * emulation/cua-rect.el (cua--init-rectangles):
3491 * forms.el (forms--change-commands):
3492 * image-mode.el (image-mode-map):
3493 Remap scroll-down-command and scroll-up-command
3494 in addition to scroll-down and scroll-up.
3495
3496 2010-04-14 Juri Linkov <juri@jurta.org>
3497
3498 * mwheel.el (scroll-preserve-screen-position-commands):
3499 Add mwheel-scroll to this list of commands.
3500
3501 * simple.el (scroll-preserve-screen-position-commands):
3502 Add scroll-up-command, scroll-down-command, scroll-up-line,
3503 scroll-down-line to this list of commands.
3504
3505 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3506
3507 * obsolete/complete.el: Move from lisp/complete.el.
3508
3509 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3510
3511 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3512 to the minor mode function now turns the mode ON unconditionally.
3513
3514 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3515
3516 * vc-dir.el (vc-dir-kill-line): New command.
3517 (vc-dir-mode-map): Bind it to C-k.
3518
3519 * bookmark.el (bookmark-insert-location): Handle a nil filename.
3520
3521 * woman.el: Add bookmark declarations to silence the compiler.
3522 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3523 step to compatibility between man and woman bookmarks.
3524 Adjust for Man-default-bookmark-title renaming.
3525 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
3526
3527 * man.el: Add bookmark declarations to silence the compiler.
3528 (Man-name-local-regexp): Make it match NAME as well.
3529 (Man-getpage-in-background): Return the buffer.
3530 (Man-notify-when-ready): Use `case'.
3531 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3532 Don't hardcode "NAME". Simplify.
3533 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3534 Rename from Man-bookmark-make-record.
3535 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
3536 we have the actual man-args. Use Man-getpage-in-background rather
3537 than `man' since the arg is already processed. Let bookmark.el do the
3538 window handling. Only wait for the relevant process.
3539 Don't forget to autoload.
3540
3541 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3542
3543 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3544
3545 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3546 New functions.
3547 (woman-mode): Setup bookmark support.
3548
3549 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3550 (man-bookmark-jump): New functions.
3551 (Man-mode): Setup bookmark support.
3552
3553 2010-04-10 Jari Aalto <jari.aalto@cante.net>
3554
3555 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3556 recognize ssh-keygen prompt (Bug#2817).
3557
3558 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3559
3560 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3561
3562 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3563
3564 Synchronize with Tramp repository.
3565
3566 * net/tramp.el (tramp-completion-function-alist)
3567 (tramp-file-name-regexp, tramp-chunksize)
3568 (tramp-local-coding-commands, tramp-remote-coding-commands):
3569 Fix docstring.
3570 (tramp-remote-process-environment): Use `format' instead of `concat'.
3571 (tramp-handle-directory-files-and-attributes)
3572 (tramp-get-remote-path): Use `copy-tree'.
3573 (tramp-handle-file-name-all-completions): Backward/ XEmacs
3574 compatibility: Use `completion-ignore-case' if
3575 `read-file-name-completion-ignore-case' does not exist.
3576 (tramp-do-copy-or-rename-file-directly): Do not use
3577 `tramp-handle-file-remote-p'.
3578 (tramp-do-copy-or-rename-file-out-of-band):
3579 Use `tramp-compat-delete-directory'.
3580 (tramp-do-copy-or-rename-file-out-of-band)
3581 (tramp-compute-multi-hops, tramp-maybe-open-connection):
3582 Use `format-spec-make'.
3583 (tramp-find-foreign-file-name-handler)
3584 (tramp-advice-make-auto-save-file-name)
3585 (tramp-set-auto-save-file-modes): Remove superfluous check for
3586 `stringp'. This is done inside `tramp-tramp-file-p'.
3587 (tramp-debug-outline-regexp): New defconst.
3588 (tramp-get-debug-buffer): Use it.
3589 (tramp-check-for-regexp): Use (forward-line 1).
3590 (tramp-set-auto-save-file-modes): Adapt version check.
3591
3592 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3593 Wrap call of `featurep' for 2nd argument.
3594 (tramp-compat-make-temp-file): Simplify fallback implementation.
3595 (tramp-compat-copy-tree): Remove function.
3596 (tramp-compat-delete-directory): Provide implementation for older
3597 Emacsen.
3598
3599 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3600 Do not use `tramp-fish-handle-file-attributes.
3601
3602 * net/trampver.el: Update release number.
3603
3604 2010-04-10 Glenn Morris <rgm@gnu.org>
3605
3606 * progmodes/compile.el (compilation-save-buffers-predicate):
3607 Add missing :version tag.
3608
3609 2010-04-09 Sam Steingold <sds@gnu.org>
3610
3611 * progmodes/compile.el (compilation-save-buffers-predicate):
3612 Remove the "autoload" cookie.
3613
3614 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3615 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3616 and `bug-reference-prog-mode' can be used in hooks directly.
3617
3618 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3619
3620 Add --author support to git commit.
3621 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3622 (vc-git-log-edit-mode): New minor mode.
3623 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3624 New declarations.
3625
3626 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
3627
3628 * vc-hooks.el, vc-git.el: Improve documentation comments.
3629
3630 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3631
3632 Fix some of the problems in defsubst* (bug#5728).
3633 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3634 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3635
3636 2010-04-07 Sam Steingold <sds@gnu.org>
3637
3638 * progmodes/compile.el (compilation-save-buffers-predicate):
3639 New custom variable.
3640 (compile, recompile): Pass it to `save-some-buffers'.
3641
3642 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
3643
3644 * wid-edit.el (widget-choose): Move cursor to the second line of
3645 the buffer (Bug#5695).
3646
3647 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3648
3649 Add new VC methods: vc-log-incoming and vc-log-outgoing.
3650 * vc.el (vc-print-log-setup-buttons): New function split out from
3651 vc-print-log-internal.
3652 (vc-log-internal-common): New function, a parametrized version of
3653 vc-print-log-internal.
3654 (vc-print-log-internal): Just call vc-log-internal-common with the
3655 right arguments.
3656 (vc-incoming-outgoing-internal):
3657 (vc-log-incoming, vc-log-outgoing): New functions.
3658 (vc-log-view-type): New permanent local variable.
3659
3660 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3661
3662 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3663 of the dynamic bound vc-short-log.
3664 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3665
3666 * vc-git.el (vc-git-log-outgoing): New function.
3667 (vc-git-log-view-mode): Use vc-log-view-type instead
3668 of the dynamic bound vc-short-log.
3669
3670 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3671 of the dynamic bound vc-short-log. Highlight the tag.
3672 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3673 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3674 (vc-hg-incoming-mode): Remove.
3675 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3676
3677 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3678
3679 Fix default-directory for vc-root-diff.
3680 * vc.el (vc-root-diff): Bind default-directory to the root
3681 directory for the diff command.
3682
3683 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
3684
3685 * progmodes/verilog-mode.el (verilog-forward-sexp):
3686 (verilog-calc-1): Support "disable fork" and "fork wait" multi
3687 word keywords, suggested by Steve Pearlmutter.
3688 (verilog-pretty-declarations): Support lineup of declarations in
3689 port lists.
3690 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3691 fix bug for /* / comments.
3692 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3693 Speed up and simplfy as this is never called with a bound.
3694 (verilog-pretty-declarations): Enhance to line up declarations
3695 inside a parameter list, suggested by Alan Morgan.
3696 (verilog-pretty-expr): Tune assignment regular expression match
3697 string for corner cases; also use markers instead of character
3698 number as indent changes the later.
3699
3700 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
3701
3702 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3703 as missing keyword.
3704 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3705 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
3706 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3707 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
3708 Tennant.
3709 (verilog-keywords):
3710 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3711 1800-2009 keywords, including "global.".
3712
3713 2010-04-06 John Wiegley <jwiegley@gmail.com>
3714
3715 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3716 appearing in buffer list (if a live buffer name matched a recentf
3717 file basename). Should use uniquify to offer a real solution.
3718
3719 2010-04-06 John Wiegley <jwiegley@gmail.com>
3720
3721 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
3722 comment to code, and add a :version tag.
3723 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
3724
3725 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
3726
3727 Enable recentf-mode if using virtual buffers.
3728 * ido.el (recentf-list): Declare for byte-compiler.
3729 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
3730 (ido-make-buffer-list): Simplify.
3731 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
3732
3733 2010-04-05 Juri Linkov <juri@jurta.org>
3734
3735 Scrolling commands which scroll a line instead of full screen.
3736 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3737
3738 * simple.el (scroll-up-line, scroll-down-line): New commands.
3739 Put property isearch-scroll=t on them.
3740
3741 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
3742 Remove commands.
3743
3744 2010-04-05 Juri Linkov <juri@jurta.org>
3745
3746 Scrolling commands which do not signal errors at top/bottom.
3747 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3748
3749 * simple.el (scroll-up-command, scroll-down-command): New commands.
3750 Put property isearch-scroll=t on them.
3751
3752 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
3753 `scroll-down-command' and [next] from `scroll-up' to
3754 `scroll-up-command'.
3755
3756 * emulation/cua-base.el: Put property CUA=move on
3757 `scroll-up-command' and `scroll-down-command'.
3758 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
3759 and `scroll-down-command' to `cua-scroll-down'.
3760
3761 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
3762
3763 * help.el (describe-mode): Return nil.
3764
3765 2010-04-04 John Wiegley <jwiegley@gmail.com>
3766
3767 * ido.el (ido-use-virtual-buffers): New variable to indicate
3768 whether "virtual buffer" support is enabled for IDO.
3769 (ido-virtual): Face used to indicate virtual buffers in the list.
3770 (ido-buffer-internal): If a buffer is chosen, and no such buffer
3771 exists, but a virtual buffer of that name does (which would be why
3772 it was in the list), recreate the buffer by reopening the file.
3773 (ido-make-buffer-list): If virtual buffers are being used, call
3774 `ido-add-virtual-buffers-to-list' before the make list hook.
3775 (ido-virtual-buffers): New variable which contains a copy of the
3776 current contents of the `recentf-list', albeit pared down for the
3777 sake of speed, and with proper faces applied.
3778 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
3779 create a list of "virtual buffers" to present to the user in
3780 addition to the currently open set. Note that this logic could
3781 get rather slow if that list is too large. With the default
3782 `recentf-max-saved-items' of 200, there is little speed penalty.
3783
3784 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3785
3786 * font-lock.el: Require CL when compiling.
3787 (font-lock-turn-on-thing-lock): Use `case'.
3788
3789 2010-04-03 Eli Zaretskii <eliz@gnu.org>
3790
3791 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
3792 Zaretskii.
3793
3794 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
3795
3796 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
3797 (semantic-create-imenu-directory-index): Fix typos in docstrings.
3798 (semantic-imenu-goto-function): Reflow docstring.
3799
3800 2010-04-02 Juri Linkov <juri@jurta.org>
3801
3802 * ehelp.el (electric-help-orig-major-mode):
3803 New buffer-local variable.
3804 (electric-help-mode): Set it to original major-mode. Doc fix.
3805 (with-electric-help): Use `electric-help-orig-major-mode' instead
3806 of (default-value 'major-mode). Doc fix.
3807 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
3808
3809 2010-04-02 Sam Steingold <sds@gnu.org>
3810
3811 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
3812 `vc-hg-command' with a list of flags.
3813
3814 * progmodes/bug-reference.el (bug-reference-bug-regexp):
3815 Also accept "patch" and "RFE".
3816 (bug-reference-fontify): `bug-reference-url-format' can also be a
3817 function to be able to handle the bug kind.
3818 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
3819
3820 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
3821
3822 * tmm.el (tmm-get-keymap): Check with symbolp before passing
3823 value to fboundp, it may not be a symbol.
3824
3825 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3826
3827 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
3828
3829 2010-03-31 Juri Linkov <juri@jurta.org>
3830
3831 * simple.el (next-line, previous-line): Re-throw a signal
3832 with `signal' instead of using `ding'.
3833 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
3834
3835 2010-03-31 Juri Linkov <juri@jurta.org>
3836
3837 * simple.el (keyboard-escape-quit): Raise deselecting the active
3838 region higher than exiting the minibuffer.
3839 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
3840
3841 2010-03-31 Juri Linkov <juri@jurta.org>
3842
3843 * image.el (image-animated-p): Use `image-metadata' instead of
3844 `image-extension-data'. Get GIF extenstion data from metadata
3845 property `extension-data'.
3846
3847 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3848
3849 * simple.el (append-to-buffer): Simplify.
3850
3851 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
3852
3853 * textmodes/artist.el (artist-mode): Fix typo in docstring.
3854 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
3855
3856 2010-03-31 Kenichi Handa <handa@m17n.org>
3857
3858 * language/sinhala.el (composition-function-table): Fix regexp for
3859 the new Unicode specification.
3860
3861 * language/indian.el (devanagari-composable-pattern)
3862 (tamil-composable-pattern, kannada-composable-pattern)
3863 (malayalam-composable-pattern): Adjust for the new Unicode
3864 specification.
3865 (bengali-composable-pattern, gurmukhi-composable-pattern)
3866 (gujarati-composable-pattern, oriya-composable-pattern)
3867 (telugu-composable-pattern): New variables to cope with the new
3868 Unicode specification. Use them in composition-function-table.
3869
3870 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3871
3872 Make tmm-menubar work for the Buffers menu again (bug#5726).
3873 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
3874 vectors rather than cons cells, as used in menu-bar-update-buffers.
3875
3876 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3877
3878 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
3879 (js-insert-and-indent): Revert 2009-08-15 change, restoring
3880 electric punctuation for "{}();,:" (Bug#5586).
3881
3882 * mail/sendmail.el (mail-default-directory): Doc fix.
3883
3884 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3885
3886 * mail/sendmail.el (mail-default-directory): Doc fix.
3887
3888 2010-03-31 Eli Zaretskii <eliz@gnu.org>
3889
3890 * subr.el (version-regexp-alist, version-to-list)
3891 (version-list-<, version-list-=, version-list-<=)
3892 (version-list-not-zero, version<, version<=, version=): Doc fix.
3893 (Bug#5744).
3894
3895 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
3896
3897 * vc.el (vc-root-diff): Doc fix.
3898
3899 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3900
3901 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
3902
3903 * simple.el (append-to-buffer): Fix last change.
3904
3905 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3906
3907 * simple.el (append-to-buffer): Ensure that point is preserved if
3908 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
3909 (Bug#5749)
3910
3911 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3912
3913 * files.el (auto-mode-case-fold): Change default to t.
3914
3915 2010-03-30 Juri Linkov <juri@jurta.org>
3916
3917 * dired-x.el (dired-omit-mode): Doc fix.
3918
3919 2010-03-30 Juri Linkov <juri@jurta.org>
3920
3921 * replace.el (occur-accumulate-lines): Move occur-engine related
3922 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
3923 to be located after `occur-engine'.
3924
3925 2010-03-30 Juri Linkov <juri@jurta.org>
3926
3927 Make occur handle multi-line matches cleanly with context.
3928 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
3929
3930 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
3931 (occur-engine): Add local variables `ret', `prev-after-lines',
3932 `prev-lines'. Use more arguments for `occur-context-lines'.
3933 Set first elem of its returned list to `data', and the second elem
3934 to `prev-after-lines'. Don't print the separator line.
3935 In the end, print remaining context after-lines.
3936 (occur-context-lines): Add new arguments `begpt', `endpt',
3937 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
3938 after-lines of the previous match with before-lines of the
3939 current match and not overlap them. Return a list with two
3940 values: the output line and the list of context after-lines.
3941
3942 2010-03-30 Juri Linkov <juri@jurta.org>
3943
3944 * replace.el (occur-accumulate-lines): Fix a bug where the first
3945 context line at the beginning of the buffer was missing.
3946
3947 2010-03-30 Eli Zaretskii <eliz@gnu.org>
3948
3949 * files.el: Make bidi-display-reordering safe variable for boolean
3950 values.
3951
3952 2010-03-29 Phil Hagelberg <phil@evri.com>
3953 Chong Yidong <cyd@stupidchicken.com>
3954
3955 * subr.el: Extend progress reporters to perform "spinning".
3956 (progress-reporter-update, progress-reporter-do-update):
3957 Handle non-numeric value arguments.
3958 (progress-reporter--pulse-characters): New var.
3959
3960 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
3961
3962 * progmodes/compile.el (compilation-start): Fix regexp detection
3963 of initial cd command (Bug#5771).
3964
3965 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
3966
3967 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
3968
3969 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
3970
3971 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
3972 * lisp/progmodes/gdb-mi.el: Restore.
3973 * lisp/progmodes/gdb-ui.el: Remove.
3974 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
3975
3976 2010-03-25 Glenn Morris <rgm@gnu.org>
3977
3978 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
3979 all dired buffers, even tramp ones. (Bug#5755)
3980
3981 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3982
3983 Add "union tags" in mpc.el.
3984 * mpc.el: Remove backward compatibility code.
3985 (mpc-browser-tags): Change default.
3986 (mpc--find-memoize-union-tags): New var.
3987 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
3988 (mpc-cmd-find): Handle the case where the playlist does not exist.
3989 Handle union-tags.
3990 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
3991 (mpc-cmd-add): Use mpc-cmd-flush.
3992 (mpc-tagbrowser-tag-name): New fun.
3993 (mpc-tagbrowser-buf): Use it.
3994 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
3995
3996 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3997
3998 Misc cleanup.
3999 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
4000 Use replace-regexp-in-string.
4001 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
4002 (makefile-imake-mode-syntax-table): Move init into defvar.
4003 (makefile-mode): Use define-derived-mode.
4004
4005 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
4006 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
4007 not be present any more.
4008
4009 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
4010
4011 * faces.el (set-face-attribute): Fix typo in docstring.
4012 (face-valid-attribute-values): Reflow docstring.
4013
4014 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
4015
4016 2010-03-24 Glenn Morris <rgm@gnu.org>
4017
4018 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4019
4020 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
4021
4022 * indent.el (indent-for-tab-command): Doc fix.
4023
4024 2010-03-24 Alan Mackenzie <acm@muc.de>
4025
4026 * progmodes/cc-engine.el (c-remove-stale-state-cache):
4027 Fix off-by-one error. Fixes bug #5747.
4028
4029 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
4030
4031 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
4032 (image-dired-read-comment): Doc fix.
4033
4034 * json.el (json-object-type, json-array-type, json-key-type)
4035 (json-false, json-null, json-read-number):
4036 * minibuffer.el (completion-in-region-functions):
4037 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
4038 (cal-tex-cursor-week):
4039 * emacs-lisp/trace.el (trace-function):
4040 * eshell/em-basic.el (eshell/printnl):
4041 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
4042 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
4043 * obsolete/levents.el (allocate-event, event-key, event-object)
4044 (event-point, event-process, event-timestamp, event-to-character)
4045 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
4046 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
4047 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
4048 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
4049 (reftex-highlight-selection): Fix typos in docstrings.
4050
4051 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
4052
4053 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
4054
4055 2010-03-24 Glenn Morris <rgm@gnu.org>
4056
4057 * mail/rmail.el (rmail-highlight-face): Restore option deleted
4058 2008-02-13 without comment; mark it obsolete.
4059 (rmail-highlight-headers): Use rmail-highlight-face once more.
4060
4061 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
4062
4063 * woman.el (woman2-process-escapes): Only consume the newline if
4064 the filler character is on a line by itself (Bug#5729).
4065
4066 2010-03-24 Kenichi Handa <handa@m17n.org>
4067
4068 * language/indian.el (devanagari-composable-pattern): Add more
4069 consonants.
4070
4071 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
4072
4073 * net/trampver.el: Update release number.
4074
4075 2010-03-24 Glenn Morris <rgm@gnu.org>
4076
4077 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
4078
4079 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
4080
4081 * net/tramp.el (tramp-find-executable):
4082 Use `tramp-get-connection-buffer'. Make the regexp for checking
4083 output of "wc -l" more robust.
4084 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
4085 (tramp-open-connection-setup-interactive-shell): Remove workaround
4086 for OpenSolaris bug, it is not needed anymore.
4087
4088 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
4089
4090 * cedet/semantic/imenu.el: New file, from the CEDET repository
4091 (Bug#5412).
4092
4093 2010-03-24 Glenn Morris <rgm@gnu.org>
4094
4095 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
4096
4097 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
4098
4099 * files.el (auto-mode-alist): Accept more verilog file patterns.
4100
4101 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4102
4103 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
4104
4105 2010-03-24 Glenn Morris <rgm@gnu.org>
4106
4107 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
4108 log-edit-before-checkin-process.
4109
4110 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
4111
4112 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
4113
4114 * vc-dispatcher.el (vc-start-logentry): Doc fix.
4115 (log-view-process-buffer, log-edit-extra-flags): Declare.
4116
4117 * log-edit.el (log-edit-before-checkin-process): Doc fix.
4118
4119 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
4120 Consistently check ede-object is bound throughout.
4121
4122 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
4123
4124 2010-03-23 Sam Steingold <sds@gnu.org>
4125
4126 Fix bug#5620: recalculate all markers on compilation buffer
4127 modifications, not on file modifications.
4128 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
4129 the buffer modification time, for buffers not associated with files.
4130 (compilation-mode): Create it.
4131 (compilation-filter): Update it.
4132 (compilation-next-error-function): Use it instead of
4133 `visited-file-modtime' for timestamp.
4134
4135 2010-03-23 Juri Linkov <juri@jurta.org>
4136
4137 Implement Occur multi-line matches.
4138 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
4139
4140 * replace.el (occur): Doc fix.
4141 (occur-engine): Set `begpt' to the beginning of the first line.
4142 Set `endpt' to the end of the last match line. At first, count
4143 line numbers between `origpt' and `begpt'. Split out code from
4144 `out-line' variable to new let-bindings `match-prefix' and
4145 `match-str'. In `out-line' add non-numeric prefix to all
4146 non-first lines of multi-line matches. Finally, count lines
4147 between `begpt' and `endpt' and add to `lines'.
4148
4149 2010-03-23 Juri Linkov <juri@jurta.org>
4150
4151 * replace.el (occur-accumulate-lines, occur-engine):
4152 Use `occur-engine-line' instead of duplicate code.
4153 (occur-engine-line): New function created from duplicate code
4154 in `occur-accumulate-lines' and `occur-engine'.
4155
4156 * replace.el (occur-engine-line): Add optional arg `keep-props'.
4157 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
4158
4159 2010-03-23 Juri Linkov <juri@jurta.org>
4160
4161 * finder.el: Remove TODO tasks.
4162
4163 * info.el (Info-finder-find-node): Add node "all"
4164 with all package info. Handle a list of multiple keywords
4165 separated by comma.
4166 (info-finder): In interactive use with a prefix argument,
4167 use `completing-read-multiple' to read a list of keywords
4168 separated by comma.
4169
4170 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4171
4172 Add a new completion style `substring'.
4173 * minibuffer.el (completion-basic--pattern): New function.
4174 (completion-basic-try-completion, completion-basic-all-completions):
4175 Use it.
4176 (completion-substring--all-completions)
4177 (completion-substring-try-completion)
4178 (completion-substring-all-completions): New functions.
4179 (completion-styles-alist): New style `substring'.
4180
4181 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4182
4183 Get rid of .elc files after removal of the corresponding .el.
4184 * Makefile.in (compile-clean): New target.
4185 (compile-main): Use it.
4186
4187 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
4188
4189 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
4190 don't do make there. When compiling with separate object dir, there
4191 is no Makefile there.
4192
4193 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4194
4195 Get rid of the ELCFILES abomination, again.
4196 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4197 (all, compile): Don't call compile-last.
4198 (compile-main): Build the "elcfiles" list dynamically.
4199 (compile-targets): New (internal) target.
4200
4201 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
4202
4203 * Makefile.in (top_srcdir): Define.
4204 (abs_top_builddir): Define.
4205 (srcdir): Don't append `/..'.
4206 (EMACS): Use ${abs_top_builddir}.
4207 (all, compile, compile-always, compile-last): Don't set emacswd.
4208 (update-subdirs, update-authors): Use $(top_srcdir) instead of
4209 $(srcdir).
4210 (lisp): Use $(srcdir) instead of @srcdir@.
4211
4212 2010-03-21 Juri Linkov <juri@jurta.org>
4213
4214 Fix message of multi-line occur regexps and multi-buffer header lines.
4215 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
4216
4217 * replace.el (occur-1): Don't display regexp if it is longer
4218 than window-width. Use `query-replace-descr' to display regexp.
4219 (occur-engine): Don't display regexp in the buffer header for
4220 multi-buffer occur. Display a separate header line with total
4221 match count and regexp for multi-buffer occur.
4222 Use `query-replace-descr' to display regexp.
4223
4224 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
4225
4226 * net/secrets.el: Fix parenthesis.
4227 (secrets-enabled): Fix parenthesis.
4228
4229 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4230
4231 Use more relative file and directory names.
4232 * Makefile.in (EMACS): Arrange for it to work when we chdir.
4233 (setwins, setwins_almost, setwins_for_subdirs):
4234 Don't `cd'; output relative names.
4235 (all, compile, compile-always, compile-last): Set emacswd.
4236 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
4237 Just cd to the lisp source dir so we can use relative file names.
4238
4239 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
4240
4241 2010-03-20 Glenn Morris <rgm@gnu.org>
4242
4243 * textmodes/rst.el: Use faces for font-lock customization, and make the
4244 old -face variables obsolete.
4245 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
4246 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
4247 (rst-block-face, rst-external-face, rst-definition-face)
4248 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
4249 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
4250 Make obsolete.
4251 (rst-font-lock-keywords-function): Update for above changes.
4252
4253 2010-03-20 Juri Linkov <juri@jurta.org>
4254
4255 * s-region.el:
4256 * obsolete/s-region.el: Move to obsolete.
4257
4258 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
4259
4260 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
4261
4262 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4263
4264 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
4265
4266 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4267
4268 Add special markup processing for commit logs.
4269 * log-edit.el (log-edit-extra-flags): New variable.
4270 (log-edit): Add new argument MODE. Use that mode when non-nil
4271 instead of the log-view-mode.
4272 (log-view-process-buffer): New function.
4273
4274 * vc.el: Document that the checkin method takes optional
4275 arguments. Document new backend specific method: log-view-mode.
4276 (vc-default-log-edit-mode): New function.
4277 (vc-checkin): Use a backend specific log-view-mode.
4278 Pass extra arguments to the checkin method.
4279 (vc-modify-change-comment): Pass a dummy extra argument.
4280
4281 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
4282 log-edit.
4283 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
4284 (vc-finish-logentry): Process the log buffer before passing it
4285 down. Pass log-edit-extra-flags.
4286
4287 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
4288 command.
4289 (log-edit-extra-flags, log-edit-before-checkin-process):
4290 New declarations.
4291
4292 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
4293 command.
4294 (log-edit-extra-flags, log-edit-before-checkin-process):
4295 New declarations.
4296 (vc-hg-log-edit-mode): New derived mode.
4297
4298 * vc-arch.el (vc-arch-checkin):
4299 * vc-cvs.el (vc-cvs-checkin):
4300 * vc-git.el (vc-git-checkin):
4301 * vc-mtn.el (vc-mtn-checkin):
4302 * vc-rcs.el (vc-rcs-checkin):
4303 * vc-sccs.el (vc-sccs-checkin):
4304 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
4305
4306 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4307
4308 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
4309 parent typo).
4310
4311 2010-03-19 Glenn Morris <rgm@gnu.org>
4312
4313 * password-cache.el (password-cache, password-cache-expiry): Autoload.
4314
4315 2010-03-18 Glenn Morris <rgm@gnu.org>
4316
4317 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
4318
4319 * replace.el (query-replace-history): Give it a doc string.
4320 (map-query-replace-regexp): Use query-replace-from-history-variable
4321 and query-replace-to-history-variable.
4322
4323 * mail/hashcash.el (declare-function): Remove duplicate definition.
4324
4325 * mail/emacsbug.el (report-emacs-bug-pretest-address):
4326 Make it an obsolete alias for report-emacs-bug-address.
4327 (message-strip-special-text-properties): Declare.
4328 (report-emacs-bug): Remove test for a pretest bug address.
4329 Combine message-mode-specific code.
4330
4331 * mail/supercite.el: Don't require sendmail.
4332 (mh-in-header-p): Declare rather than using with-no-warnings.
4333 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
4334 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
4335
4336 * calendar/cal-french.el: Convert to utf-8.
4337
4338 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
4339 Emacs scripts.
4340
4341 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
4342
4343 * net/secrets.el (secrets-enabled): New variable. Use it instead
4344 of a subfeature.
4345
4346 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
4347
4348 * net/secrets.el (top): Register the D-Bus signals only when the
4349 service "org.freedesktop.secrets" can be pinged.
4350 Provide subfeature `enabled'.
4351
4352 2010-03-14 Juri Linkov <juri@jurta.org>
4353
4354 Add finder unknown keywords.
4355
4356 * finder.el (finder-unknown-keywords): New function.
4357
4358 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
4359 to create a Finder node with unknown keywords.
4360
4361 2010-03-14 Juri Linkov <juri@jurta.org>
4362
4363 * finder.el (finder-compile-keywords): Replace `princ' with
4364 `prin1' on a list of symbols interned from keyword strings.
4365
4366 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
4367 a comma, then split keywords using a comma and optional whitespace.
4368 Otherwise, split by whitespace.
4369
4370 * complete.el:
4371 * face-remap.el:
4372 * log-view.el:
4373 * net/hmac-def.el:
4374 * net/hmac-md5.el:
4375 * net/netrc.el:
4376 * progmodes/mixal-mode.el: Fix keywords.
4377
4378 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
4379
4380 * Makefile.in (ELCFILES): Add net/secrets.elc.
4381
4382 * net/secrets.el: New file.
4383
4384 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4385
4386 * facemenu.el (list-colors-display, list-colors-print): New arg
4387 callback. Use it to allow selecting colors.
4388
4389 * wid-edit.el (widget-image-insert): Insert image prop even if the
4390 current display is non-graphic.
4391 (widget-field-value-set): New fun.
4392 (editable-field): Use it.
4393 (widget-field-value-get): Clean up unused var.
4394 (widget-color-value-create, widget-color--choose-action):
4395 New funs. Allow using list-colors-display to choose color.
4396
4397 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4398
4399 * cus-edit.el: Resort topmost custom groups.
4400 (custom-buffer-sort-alphabetically): Default to t.
4401 (customize-apropos): Use apropos-parse-pattern.
4402 (custom-search-field): New var.
4403 (custom-buffer-create-internal): Add custom-apropos search field.
4404 (custom-add-parent-links): Don't display parent doc.
4405 (custom-group-value-create): Don't sort top-level custom group.
4406 (custom-magic-value-create): Show visibility button before option name.
4407
4408 (custom-variable-state): New fun, from custom-variable-state-set.
4409 (custom-variable-state-set): Use it.
4410 (custom-group-value-create): Hide options with standard values
4411 using the :hidden-states property. Use progress reporter.
4412
4413 (custom-show): Simplify.
4414 (custom-visibility): Disable images by default.
4415 (custom-variable): New property :hidden-states.
4416 (custom-variable-value-create): Enable images for
4417 custom-visibility widgets. Use :hidden-states property to
4418 determine initial visibility.
4419
4420 * wid-edit.el (widget-image-find): Give images center ascent.
4421 (visibility): Add :on-image and :off-image properties.
4422 (widget-visibility-value-create): Use them.
4423
4424 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4425
4426 * cus-edit.el (processes): Remove from development group.
4427 (oop, hypermedia): Delete group.
4428 (comm): Promote to top-level group.
4429
4430 * net/browse-url.el (browse-url):
4431 * net/xesam.el (xesam):
4432 * net/tramp.el (tramp):
4433 * net/goto-addr.el (goto-address):
4434 * net/ange-ftp.el (ange-ftp): Put in comm group.
4435
4436 * view.el (view): Remove from editing group.
4437
4438 * uniquify.el (uniquify): Put in files group.
4439
4440 * net/browse-url.el (browse-url):
4441 * ps-print.el (postscript): Put in external group.
4442
4443 * cus-edit.el (outlines):
4444 * textmodes/text-mode.el (text-mode-hook):
4445 * textmodes/table.el (table):
4446 * textmodes/picture.el (picture):
4447 * outline.el (outlines): Put in wp group.
4448
4449 * nxml/nxml-mode.el (nxml): Remove from wp group.
4450
4451 * net/tramp-imap.el (tramp-imap): Put in tramp group.
4452
4453 * mail/metamail.el (metamail): Remove from hypermedia group.
4454
4455 * cus-edit.el (abbrev):
4456 * whitespace.el (whitespace):
4457 * vcursor.el (vcursor):
4458 * reveal.el (reveal):
4459 * hl-line.el (hl-line): Put in convenience group.
4460
4461 * epg-config.el (epg): Put in data group.
4462
4463 * emulation/pc-select.el (pc-select): Put in emulations group.
4464
4465 * calculator.el (calculator): Put in applications group.
4466
4467 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4468
4469 Add .dir-locals.el support for file-less buffers.
4470 * files.el (hack-local-variables): Split out code to apply local
4471 variable settings ...
4472 (hack-local-variables-apply): ... here. New function.
4473 (hack-dir-local-variables): Use the default directory for when the
4474 buffer does not have an associated file.
4475 (hack-dir-local-variables-non-file-buffer): New function.
4476 * diff-mode.el (diff-mode):
4477 * vc-annotate.el (vc-annotate-mode):
4478 * vc-dir.el (vc-dir-mode):
4479 * log-edit.el (log-edit-mode):
4480 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4481
4482 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4483
4484 Add support for shelving snapshots and for showing shelves.
4485 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4486 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4487 New functions.
4488 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4489 (vc-bzr-extra-menu-map): Map them.
4490
4491 2010-03-11 Glenn Morris <rgm@gnu.org>
4492
4493 * cus-edit.el (customize-changed-options-previous-release):
4494 Bump to 23.1.
4495
4496 * image.el (image-animate-max-time): Fix :version tag.
4497
4498 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4499
4500 * Branch for 23.2.
4501
4502 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4503
4504 * vc-git.el (vc-git-revision-table): Include remote branches.
4505
4506 2010-03-10 Kim F. Storm <storm@cua.dk>
4507
4508 Animated image API.
4509 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4510
4511 * image.el (image-animate-max-time): New defcustom.
4512 (image-animated-types): New defconst.
4513 (create-animated-image, image-animate-timer)
4514 (image-animate-start, image-animate-stop, image-animate-timeout)
4515 (image-animated-p): New functions.
4516
4517 * image-mode.el (image-toggle-display-image):
4518 Replace `create-image' with `create-animated-image'.
4519
4520 2010-03-09 Miles Bader <miles@gnu.org>
4521
4522 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4523 instead of "format:"; this ensures that the output is
4524 newline-terminated.
4525
4526 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
4527
4528 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4529 that all errors are caught, and that the return value is always a
4530 list (Bug#5692).
4531
4532 2010-03-08 Kenichi Handa <handa@m17n.org>
4533
4534 * language/misc-lang.el (windows-1256): New coding system.
4535 (cp1256): New alias of windows-1256 (bug#5690).
4536
4537 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
4538
4539 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4540 call to rfc822-bad-address. (Bug#5692)
4541
4542 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
4543
4544 * vc-git.el (vc-git-annotate-extract-revision-at-line):
4545 Use vc-git-root as default directory for revision path (Bug#5657).
4546
4547 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
4548
4549 * calculator.el (calculator): Don't bind split-window-keep-point
4550 (Bug#5674).
4551
4552 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4553
4554 * vc-git.el: Re-flow to fit into 80 columns.
4555 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4556 Remove spurious `quote' element in each case alternative.
4557 (vc-git-show-log-entry): Use prog1.
4558 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4559
4560 2010-03-06 Glenn Morris <rgm@gnu.org>
4561
4562 * cedet/semantic/grammar.el (semantic-grammar-header-template):
4563 Update template copyright to GPLv3+.
4564
4565 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4566
4567 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4568
4569 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
4570
4571 * macros.el (insert-kbd-macro): Look up keyboard macro using the
4572 definition, not the name (Bug#5481).
4573
4574 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
4575
4576 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4577 argument with a local variable. (Bug#5670)
4578
4579 2010-03-02 Juri Linkov <juri@jurta.org>
4580
4581 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
4582
4583 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
4584
4585 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4586 error when FILENAME and NEWNAME are existing remote directories.
4587
4588 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4589 parameter DIR-FLAG.
4590
4591 2010-03-02 Glenn Morris <rgm@gnu.org>
4592
4593 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4594 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4595
4596 2010-03-01 Kenichi Handa <handa@m17n.org>
4597
4598 * language/burmese.el (burmese-composable-pattern): Rename from
4599 myanmar-composable-pattern.
4600
4601 * international/characters.el (script-list):
4602 * international/fontset.el (script-representative-chars):
4603 Change myanmar to burmese.
4604 (otf-script-alist): Likewise.
4605 (setup-default-fontset): Likewise. Re-fix :otf spec.
4606
4607 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
4608
4609 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4610
4611 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
4612
4613 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4614
4615 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4616
4617 * net/tramp.el (tramp-handle-write-region): START can be a string.
4618 Take care in the checks. Reported by Dan Davison
4619 <davison@stats.ox.ac.uk>.
4620
4621 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4622
4623 * net/dbus.el (dbus-introspect, dbus-get-property)
4624 (dbus-set-property, dbus-get-all-properties):
4625 Use `dbus-call-method' when noninteractive. (Bug#5645)
4626
4627 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
4628
4629 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4630 * emacs-lisp/elint.el (elint-add-required-env):
4631 * cedet/semantic/db-find.el
4632 (semanticdb-find-translate-path-brutish-default):
4633 * cedet/ede/make.el (ede-make-check-version):
4634 * calendar/icalendar.el (icalendar--add-diary-entry):
4635 * calc/calcalg2.el (math-tracing-integral):
4636 * files.el (recover-session-finish): Use with-current-buffer
4637 instead of save-excursion.
4638
4639 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
4640
4641 Fix in-buffer completion when after-change-functions modify the buffer.
4642 * minibuffer.el (completion--replace): New function.
4643 (completion--do-completion): Use it and use relative movement.
4644
4645 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
4646
4647 * international/fontset.el (setup-default-fontset): Fix :otf spec.
4648
4649 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
4650
4651 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4652 Allow the characters _<> in the stack entry (Bug#5653).
4653
4654 2010-02-26 Kenichi Handa <handa@m17n.org>
4655
4656 * language/burmese.el: Fix entries in composition-function-table.
4657 (myanmar-composable-pattern): New variable.
4658
4659 * international/fontset.el (setup-default-fontset): Add an entry
4660 for myanmar.
4661
4662 * international/characters.el (script-list): Add Myanmar
4663 Extended-A.
4664
4665 2010-02-26 Glenn Morris <rgm@gnu.org>
4666
4667 * custom.el (custom-initialize-delay): Doc fix.
4668
4669 * mail/sendmail.el (send-mail-function): Autoload the call
4670 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4671
4672 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
4673
4674 * files.el (hack-local-variables-filter): For eval forms, also
4675 check safe-local-variable-p (Bug#5636).
4676
4677 2010-02-24 Eduard Wiebe <usenet@pusto.de>
4678
4679 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4680 and use c(ad)r of cddr (Bug#5640).
4681
4682 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
4683
4684 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4685 setting the modes by `ignore-errors'. It might fail, for example
4686 if the file is not owned by the user but the group.
4687 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4688
4689 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
4690
4691 * files.el (directory-listing-before-filename-regexp): Use
4692 stricter matching for iso-style dates, to avoid false matches with
4693 date-like filenames (Bug#5597).
4694
4695 * htmlfontify.el (htmlfontify): Doc fix.
4696
4697 * eshell/eshell.el (eshell): Doc fix.
4698
4699 * startup.el (fancy-about-screen): In mode-line, apply
4700 mode-line-buffer-id face only to the buffer name (Bug#5613).
4701
4702 2010-02-20 Kevin Ryde <user42@zip.com.au>
4703
4704 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4705 In `watcom' anchor regexp to start of line, to avoid slowness
4706 (Bug#5599).
4707
4708 2010-02-20 Eli Zaretskii <eliz@gnu.org>
4709
4710 * subr.el (remove-yank-excluded-properties): Explain in a comment
4711 why `category' property is removed.
4712
4713 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
4714
4715 * isearch.el (isearch-update-post-hook, isearch-update): Revert
4716 2010-02-17 change.
4717
4718 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
4719
4720 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
4721 (icalendar--convert-weekly-to-ical)
4722 (icalendar--convert-yearly-to-ical)
4723 (icalendar--convert-block-to-ical)
4724 (icalendar--convert-cyclic-to-ical)
4725 (icalendar--convert-anniversary-to-ical): Take care of time
4726 specifications where hour has 1-digit only (Bug#5549).
4727
4728 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
4729
4730 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
4731 of disassemble output in GDB 7.1.
4732
4733 2010-02-19 Glenn Morris <rgm@gnu.org>
4734
4735 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
4736 property. (Bug#5593)
4737
4738 2010-02-18 Sam Steingold <sds@gnu.org>
4739
4740 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4741
4742 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4743
4744 Use abbreviated file names in bookmarks (bug#5591).
4745 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
4746 calls to expand-file-name.
4747 (bookmark-relocate): Use abbreviated file names in bookmarks.
4748 (bookmark-load): Use abbreviated file names in messages.
4749
4750 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
4751
4752 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
4753 expand "." and "..". Reported by Thierry Volpiatto
4754 <thierry.volpiatto@gmail.com>.
4755
4756 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
4757
4758 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
4759 permissions of the temporary file to "0600". In case the remote
4760 file has no read permissions for the owner, there might be
4761 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
4762
4763 22010-02-18 Glenn Morris <rgm@gnu.org>
4764
4765 * emacs-lisp/authors.el (authors-renamed-files-alist):
4766 Add entries for INSTALL.CVS.
4767
4768 2010-02-17 Mark A. Hershberger <mah@everybody.org>
4769
4770 * vc-bzr.el: Fix typo in Known Bugs section.
4771
4772 * isearch.el (isearch-update-post-hook): New hook.
4773 (isearch-update): Use the new hook.
4774
4775 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
4776
4777 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4778 Fix errors in copying directories.
4779 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
4780 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
4781 (tramp-handle-delete-file)
4782 (tramp-handle-dired-recursive-delete-directory)
4783 (tramp-handle-write-region): Flush also the cache for the upper
4784 directory.
4785
4786 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
4787
4788 * simple.el (save-interprogram-paste-before-kill): Doc fix.
4789
4790 * cus-edit.el (hardware): Doc fix.
4791
4792 * man.el (man): Add to external custom group.
4793
4794 * delim-col.el (columns): Move to wp custom group.
4795
4796 * doc-view.el (doc-view): Add to data custom group.
4797
4798 * cedet/data-debug.el (data-debug): Move to extensions group.
4799
4800 * cedet/ede.el (ede):
4801 * cedet/srecode.el (srecode):
4802 * cedet/semantic.el (semantic): Put in tools and extensions group.
4803
4804 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
4805
4806 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4807 by ispell-parse-output (Bug#5575).
4808
4809 2010-02-16 Kenichi Handa <handa@m17n.org>
4810
4811 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
4812 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
4813 (skkdic-convert): Use `euc-japan' coding system for writing.
4814
4815 2010-02-16 Glenn Morris <rgm@gnu.org>
4816
4817 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
4818 tex-main-file before using it. (Bug#5562)
4819
4820 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4821
4822 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
4823 warnings, since it is annoying for the user to see them each time he
4824 runs the code.
4825
4826 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
4827
4828 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
4829 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
4830 instead of PROC for caching "first-password-request". Otherwise,
4831 new processes would not profit from passwords already entered.
4832
4833 * net/tramp-cache.el (tramp-dump-connection-properties):
4834 Don't save "first-password-request" property.
4835
4836 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
4837
4838 * outline.el (outline-head-from-level):
4839 * simple.el (with-wrapper-hook):
4840 * cedet/ede.el (ede-run-target, project-delete-target)
4841 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
4842 (ede-adebug-project, ede-adebug-project-parent)
4843 (ede-adebug-project-root):
4844 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
4845 (elint-defun, elint-buffer-env, elint-top-form-logged)
4846 (elint-unbound-variable):
4847 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
4848 Fix typos in docstrings.
4849
4850 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
4851
4852 * files.el (insert-directory): When WILDCARD-REGEXP and
4853 FULL-DIRECTORY-P are nil, insert the file entry instead of the
4854 whole directory. (Bug#5551)
4855
4856 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
4857 dired's alignment sanity. (Bug#5516)
4858
4859 2010-02-14 Juri Linkov <juri@jurta.org>
4860
4861 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
4862 Remove remaining ^H with their preceding chars. (Bug#5566)
4863
4864 2010-02-13 Glenn Morris <rgm@gnu.org>
4865
4866 * simple.el (transpose-subr): Give it a doc-string.
4867
4868 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
4869 Doc fixes.
4870
4871 2010-02-12 Juri Linkov <juri@jurta.org>
4872
4873 * arc-mode.el (archive-unique-fname): Make directories for nested
4874 archives. (Bug#5540)
4875
4876 2010-02-12 Juri Linkov <juri@jurta.org>
4877
4878 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
4879
4880 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4881
4882 * subr.el (copy-overlay): Handle deleted overlays.
4883
4884 * man.el (Man-completion-table): Don't signal an error if we can't run
4885 manual-program (bug#4056).
4886
4887 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
4888
4889 * textmodes/artist.el (artist-mt): Fix typos in docstring.
4890
4891 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4892
4893 * info.el (Info-bookmark-jump): Simplify.
4894
4895 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
4896 (bookmark-default-handler): Accept new bookmark field `buffer'.
4897
4898 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
4899
4900 * iswitchb.el (iswitchb-completions): Revert last change.
4901
4902 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
4903
4904 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
4905 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
4906 This prevents file names like "~/" being listed literally.
4907
4908 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
4909
4910 * term/xterm.el (xterm-maybe-set-dark-background-mode):
4911 Remove dead code. (Bug#5546)
4912
4913 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
4914
4915 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
4916 correctly (Bug#5548).
4917
4918 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
4919
4920 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
4921 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
4922
4923 2010-02-08 Kenichi Handa <handa@m17n.org>
4924
4925 * international/mule-util.el (with-coding-priority): Add autoload
4926 cookie for putting `lisp-indent-function'.
4927
4928 2010-02-07 Glenn Morris <rgm@gnu.org>
4929
4930 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
4931 Move F2003 named interfaces from keywords-2 to keywords-1, and
4932 use function-name-face rather than constant-face.
4933 Simplify "abstract interface" regexp.
4934
4935 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
4936
4937 * eshell/esh-util.el (eshell-file-attributes): New optional arg
4938 ID-FORMAT. Pass it to `file-attributes'.
4939
4940 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
4941
4942 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
4943
4944 * faces.el (set-face-attribute): Allow calling
4945 internal-set-lisp-face-attribute with 'unspecified family and
4946 foundry argument (Bug#5536).
4947
4948 2010-02-07 Glenn Morris <rgm@gnu.org>
4949
4950 * progmodes/f90.el (f90-font-lock-keywords-2)
4951 (f90-looking-at-type-like, f90-looking-at-program-block-end):
4952 Handle F2003 named interfaces.
4953
4954 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
4955
4956 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
4957 beg and end before calling c-get-state-before-change-functions.
4958
4959 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
4960
4961 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
4962
4963 2010-02-05 Juri Linkov <juri@jurta.org>
4964
4965 * doc-view.el (doc-view-mode):
4966 * image-mode.el (image-mode): Put property mode-class=special.
4967 (Bug#4896)
4968
4969 2010-02-05 Mark A. Hershberger <mah@everybody.org>
4970
4971 * vc-svn.el (vc-svn-revision-table): New function.
4972
4973 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
4974
4975 * net/ange-ftp.el (ange-ftp-insert-directory):
4976 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4977 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4978 Handle also directories. (Bug#5478)
4979
4980 2010-02-05 Glenn Morris <rgm@gnu.org>
4981
4982 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
4983
4984 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
4985
4986 * startup.el (command-line-1): Convert options beginning with a
4987 single dash as well (Bug#5519).
4988
4989 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
4990
4991 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
4992 * minibuffer.el (completion-initials-expand): Only check the presence
4993 of delims *within* the boundaries, since otherwise the / delim is
4994 always found for files.
4995
4996 Fix up various corner case problems.
4997 * doc-view.el (doc-view-last-page-number): New function.
4998 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
4999 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
5000 (doc-view-kill-proc): Avoid inf-loop in freak cases.
5001 (doc-view-reconvert-doc): Use the new recursive delete-directory.
5002 (doc-view-convert-current-doc): Don't create the resolution.el file
5003 here any more.
5004 (doc-view-pdf/ps->png): Do it here instead.
5005 (doc-view-already-converted-p): Check that resolution.el is present.
5006 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
5007 windows that are not yet showing images.
5008
5009 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
5010
5011 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
5012 `dired-uncache' for every elemnt which is an absolute file name.
5013
5014 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
5015 directory, handle its directory component.
5016 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
5017 function is called permanently and creates noise, otherwise.
5018
5019 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
5020 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
5021 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
5022
5023 2010-02-04 David Burger <dburger@google.com> (tiny change)
5024
5025 * macros.el (apply-macro-to-region-lines):
5026 Minor simplification. (Bug#5485)
5027
5028 2010-02-04 Glenn Morris <rgm@gnu.org>
5029
5030 * mail/rmail.el (rmail-show-message-1): Handle malformed
5031 quoted-printable text. (Bug#5441)
5032
5033 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
5034
5035 * simple.el (visual-line-mode): Capitalize lighter.
5036
5037 2010-02-03 John Wiegley <jwiegley@gmail.com>
5038
5039 * iswitchb.el (iswitchb-completions): Add bookmark files to the
5040 list of files considered for "virtual buffer" completions.
5041
5042 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
5043
5044 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
5045 also in case of (and (not full) (not wildcard)). This is needed
5046 when dired is called with a list of files, which are not in
5047 `default-directory'. (Bug#5478)
5048
5049 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
5050
5051 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
5052
5053 2010-02-02 Juri Linkov <juri@jurta.org>
5054
5055 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
5056 from unidiff to allow function-line after @@.
5057
5058 2010-02-02 Juri Linkov <juri@jurta.org>
5059
5060 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
5061 '(RCS SCCS) with inverted condition.
5062
5063 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
5064
5065 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
5066 messages.
5067
5068 2010-02-01 Juri Linkov <juri@jurta.org>
5069
5070 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
5071 compare with "pkunzip" and "pkzip" instead of only "pkzip".
5072 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
5073 only when (car archive-zip-extract) is "unzip". (Bug#5475)
5074
5075 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5076
5077 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
5078 (doc-view-revert-buffer): New command.
5079 (doc-view-mode-map): Use it.
5080
5081 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
5082
5083 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
5084 pending merge is detected.
5085
5086 2010-01-31 Juri Linkov <juri@jurta.org>
5087
5088 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
5089 beginning of interactive spec like all other grep commands do.
5090 Put "all" in front of "gz". (Bug#5260)
5091
5092 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
5093
5094 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
5095
5096 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
5097
5098 * dirtrack.el (dirtrack): Warn instead of signalling error if the
5099 regexp is incorrect (Bug#5476).
5100
5101 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
5102
5103 * net/tramp.el (tramp-handle-insert-directory): Handle also
5104 symlinks, when FILENAME is not in `default-directory'.
5105
5106 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
5107
5108 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
5109 FILE is not in `default-directory'. (Bug#5478)
5110
5111 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
5112 of SWITCHES. Handle the case, FILENAME is not in
5113 `default-directory'. (Bug#5478)
5114 (tramp-register-file-name-handlers): Add safe-magic property.
5115
5116 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
5117
5118 * arc-mode.el (archive-zip-extract): Quote the argument passed to
5119 unzip (Bug#5475).
5120
5121 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
5122
5123 * progmodes/flymake.el (flymake-allowed-file-name-masks)
5124 (flymake-master-make-header-init): Add other C++ filename masks.
5125 (flymake-find-possible-master-files)
5126 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
5127
5128 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
5129
5130 Fix some busybox annoyances.
5131
5132 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
5133 not responding." string.
5134 (tramp-open-connection-setup-interactive-shell): Dump stty
5135 settings. Enable "neveropen" arg for all `tramp-send-command'
5136 calls. Handle "=" in variable values properly.
5137 (tramp-find-inline-encoding): Raise an error, when no encoding is
5138 found.
5139 (tramp-wait-for-output): Check, whether PROC buffer is available.
5140 Remove spurious " ^H" sequences, sent by busybox.
5141 (tramp-get-ls-command): Suppress coloring, if possible.
5142
5143 2010-01-28 Glenn Morris <rgm@gnu.org>
5144
5145 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
5146
5147 * log-edit.el (log-edit-strip-single-file-name): Add missing
5148 :safe, :group, and :version tags.
5149
5150 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
5151
5152 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
5153 buffers. (Bug#5477)
5154
5155 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
5156
5157 * files.el (delete-directory): Handle moving to trash without
5158 first doing recursion (Bug#5436).
5159
5160 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
5161
5162 * vc-hooks.el (vc-path): Mark as obsolete.
5163
5164 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
5165
5166 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
5167 names too.
5168
5169 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
5170 for the short log.
5171 (vc-bzr-log-view-mode): Adjust regexp for the above change.
5172
5173 2010-01-25 Mark A. Hershberger <mah@everybody.org>
5174
5175 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
5176
5177 * vc-bzr.el (vc-bzr-revision-table): New function.
5178
5179 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
5180
5181 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
5182 diff-index command. This requires at least git-1.5.5. (Bug#1589).
5183
5184 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5185
5186 Remove support for adding --signoff on commit.
5187 Future support will use an incompatible generic mechanism.
5188 * vc-git.el (vc-git-add-signoff): Remove variable.
5189 (vc-git-toggle-signoff): Remove function.
5190 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
5191
5192 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
5193 from xterm-set-background-mode. Return t if the background mode
5194 was set.
5195 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
5196 earlier, call it again in case the background mode has changed.
5197
5198 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
5199
5200 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
5201 (Bug#3541).
5202
5203 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
5204
5205 * emacs-lisp/assoc.el (aelement): Doc fix.
5206 (aput, adelete, amake): Use lexical-let (Bug#5450).
5207
5208 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
5209
5210 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
5211 is the same as subprogram call, not declaration. (Bug#5435).
5212
5213 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
5214
5215 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
5216 (tramp-smb-maybe-open-connection): Use it.
5217
5218 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
5219
5220 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
5221
5222 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5223
5224 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
5225 just because we see "encoding: 8bit".
5226 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
5227
5228 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
5229
5230 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
5231
5232 2010-01-22 Eli Zaretskii <eliz@gnu.org>
5233
5234 * jka-compr.el (jka-compr-load): If load-file is not in
5235 load-history, try its file-truename version. (bug#5447)
5236
5237 2010-01-21 Alan Mackenzie <acm@muc.de>
5238
5239 Fix a situation where deletion of a cpp construct throws an error.
5240 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
5241 invoking c-with-all-but-one-cpps-commented-out, check that the
5242 special cpp construct is still in the buffer.
5243 (c-parse-state): Record the special cpp with markers, not numbers.
5244
5245 2010-01-21 Kenichi Handa <handa@m17n.org>
5246
5247 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
5248 process last-command-event, as it is now decoded first (Bug#5380).
5249
5250 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
5251
5252 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
5253
5254 2010-01-20 Glenn Morris <rgm@gnu.org>
5255
5256 * indent.el (tab-always-indent): Fix custom-type.
5257
5258 2010-01-19 Alan Mackenzie <acm@muc.de>
5259
5260 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
5261 buffer throws "args out of range".
5262 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
5263 playing the role of delimiter.
5264
5265 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
5266
5267 * progmodes/ada-mode.el: Fix bug#5400.
5268 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
5269 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
5270 changed. Delete RECURSIVE parameter; never used. Improve doc string.
5271 Improve comments in "is" portion. Handle null procedure declaration.
5272 (ada-move-to-end): Improve doc string.
5273
5274 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
5275
5276 * ido.el (ido-cur-list): Initialize to nil.
5277 Remove obsolete information from commentary.
5278 (ido-choice-list): Initialize to nil.
5279 (ido-get-bufname): Reject minibuffers.
5280 (ido-make-buffer-list): If "default" is a nonexistent
5281 buffer, ignore it, as per the function's comment.
5282 (ido-kill-buffer-internal): New function.
5283 (ido-kill-buffer-at-head): Use it.
5284 (ido-visit-buffer): Likewise.
5285
5286 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
5287
5288 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
5289
5290 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
5291
5292 * cedet/ede/locate.el (ede-locate-file-in-project)
5293 (ede-locate-file-in-project-impl): Fix typos in docstrings.
5294 (ede-enable-locate-on-project): Fix typos in error messages.
5295
5296 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
5297 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
5298 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
5299 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
5300 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
5301 Fix typos in menu help.
5302
5303 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
5304 Fix typos in chart titles.
5305
5306 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
5307 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
5308 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
5309 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
5310 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
5311 (semantic-parse-stream, semantic-parse-region)
5312 (semantic-parse-region-default, semantic--set-buffer-cache)
5313 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
5314 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
5315 (semantic-default-submodes):
5316 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
5317 (semanticdb-create-ebrowse-database)
5318 (semanticdb-find-tags-for-completion-method)
5319 (semanticdb-find-tags-by-class-method)
5320 (semanticdb-deep-find-tags-by-name-method)
5321 (semanticdb-deep-find-tags-for-completion-method):
5322 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
5323 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
5324 (semanticdb-find-tags-for-completion-method)
5325 (semanticdb-find-tags-by-class-method)
5326 (semanticdb-deep-find-tags-for-completion-method):
5327 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
5328 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
5329 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
5330 (semanticdb-find-tags-by-name-method)
5331 (semanticdb-find-tags-by-name-regexp-method)
5332 (semanticdb-find-tags-for-completion-method)
5333 (semanticdb-find-tags-by-class-method)
5334 (semanticdb-find-tags-external-children-of-type-method)
5335 (semanticdb-find-tags-subclasses-of-type-method)
5336 (semanticdb-deep-find-tags-by-name-method)
5337 (semanticdb-deep-find-tags-by-name-regexp-method)
5338 (semanticdb-deep-find-tags-for-completion-method):
5339 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
5340 (semanticdb-enable-gnu-global-in-buffer)
5341 (semanticdb-find-tags-for-completion-method)
5342 (semanticdb-deep-find-tags-by-name-method)
5343 (semanticdb-deep-find-tags-for-completion-method):
5344 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
5345 (javascript-mode, semanticdb-find-translate-path)
5346 (semanticdb-find-tags-for-completion-method)
5347 (semanticdb-find-tags-by-class-method)
5348 (semanticdb-deep-find-tags-by-name-method)
5349 (semanticdb-deep-find-tags-for-completion-method)
5350 (semanticdb-find-tags-external-children-of-type-method):
5351 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
5352 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
5353 (global-semantic-idle-scheduler-mode):
5354 * cedet/srecode/dictionary.el (srecode-field-value)
5355 (srecode-dictionary-add-section-dictionary):
5356 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
5357 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
5358 (describe-class, eieio-describe-generic, describe-generic):
5359 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
5360 (eieio-speedbar-expand):
5361 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5362 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
5363 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
5364 (viper-del-backward-char-in-replace, viper-backward-indent)
5365 (viper-brac-function, viper-register-to-point, viper-submit-report):
5366 * net/tramp.el (tramp-remote-coding-commands):
5367 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
5368 Fix typos in docstrings.
5369
5370 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5371
5372 * mail/sendmail.el (mail-yank-original): Set the mark if the
5373 specified function for yanking does not do it.
5374
5375 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
5376
5377 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
5378
5379 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
5380 resyncing a directory.
5381
5382 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
5383
5384 * progmodes/ada-mode.el: Fix bug#1920.
5385 (ada-ident-re): Delete ., allow multibyte characters.
5386 (ada-goto-label-re): New; matches goto labels.
5387 (ada-block-label-re): New; matches block labels.
5388 (ada-label-re): New; matches both.
5389 (ada-named-block-re): Deleted; callers changed to use
5390 `ada-block-label-re' instead.
5391 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
5392 Use `ada-block-label-re'.
5393 (ada-indent-on-previous-lines): Improve handling of goto labels.
5394 (ada-get-indent-block-start): Special-case block label.
5395 (ada-get-indent-label): Split into `ada-indent-block-label' and
5396 `ada-indent-goto-label'.
5397 (ada-goto-stmt-start, ada-goto-next-non-ws):
5398 Optionally ignore goto labels.
5399 (ada-goto-next-word): Simplify.
5400 (ada-indent-newline-indent-conditional): Insert newline before
5401 trying to fix indentation; doc fix.
5402
5403 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
5404
5405 * calc/calc.el (calc-command-flags): Give it an initial value.
5406
5407 2010-01-17 Glenn Morris <rgm@gnu.org>
5408
5409 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
5410
5411 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5412
5413 * cedet/semantic.el (semantic-mode):
5414 * files.el (minibuffer-with-setup-hook):
5415 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
5416 (artist-key-draw-continously, artist-key-do-continously-continously)
5417 (artist-key-set-point-continously, artist-mouse-draw-continously):
5418 Fix typos in docstrings.
5419
5420 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
5421
5422 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
5423 return t (Bug#3898).
5424
5425 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
5426
5427 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
5428 can parse the output of the external commands (Bug#5279).
5429
5430 2010-01-16 Jari Aalto <jari.aalto@cante.net>
5431
5432 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
5433
5434 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
5435
5436 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
5437
5438 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
5439
5440 * startup.el (command-line): Remove unused --icon-type arg.
5441 Handle --display arg, passing it to command-line-1 (Bug#5392).
5442
5443 2010-01-16 Mario Lang <mlang@delysid.org>
5444
5445 * cedet/ede/cpp-root.el (ede-cpp-root-project):
5446 * cedet/ede/files.el (ede-expand-filename):
5447 * cedet/ede/simple.el (ede-simple-project):
5448 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5449 (semantic-complete-inline-tag-engine):
5450 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5451 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
5452 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5453 * cedet/semantic/db.el (semanticdb-equivalent-mode):
5454 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
5455 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5456 * emacs-lisp/chart.el (chart-translate-namezone):
5457 * textmodes/artist.el (artist-compute-popup-menu-table):
5458 Remove duplicated words in doc-strings.
5459
5460 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
5461
5462 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
5463 to mairix-search to suppress threading (Bug#5342).
5464
5465 2010-01-15 Kenichi Handa <handa@m17n.org>
5466
5467 * international/mule-cmds.el (canonicalize-coding-system-name):
5468 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
5469
5470 2010-01-15 Glenn Morris <rgm@gnu.org>
5471
5472 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
5473
5474 * wid-edit.el (widget-keymap): Doc fix.
5475
5476 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5477 former seems to be more widely accepted by various svn versions.
5478
5479 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5480
5481 * find-cmd.el (find-constituents):
5482 * vc-arch.el (vc-arch-root):
5483 * window.el (window-body-height, pop-up-frames):
5484 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5485 (semantic-no-reparse-needed-change-hook):
5486 * cedet/srecode/insert.el (srecode-resolve-argument-list)
5487 (srecode-template-inserter-blank, srecode-template-inserter-variable)
5488 (srecode-template-inserter-ask, srecode-template-inserter-width)
5489 (srecode-template-inserter-section-start)
5490 (srecode-template-inserter-section-end, srecode-insert-method):
5491 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5492 * progmodes/ada-stmt.el (ada-if):
5493 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5494 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5495 (ispell-encoding8-command, ispell-aspell-supports-utf8)
5496 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5497
5498 * progmodes/flymake.el (flymake-post-syntax-check):
5499 Fix typo in error message.
5500
5501 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5502
5503 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5504 which is always a string. (Bug#5313)
5505
5506 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5507
5508 * progmodes/ada-xref.el (ada-default-prj-properties):
5509 Simplify previous change.
5510
5511 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5512
5513 * progmodes/ada-xref.el (ada-default-prj-properties):
5514 Default ada_project_path to $ADA_PROJECT_PATH.
5515
5516 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5517
5518 * progmodes/ada-mode.el (ada-create-keymap):
5519 Override `narrow-to-defun' with `ada-narrow-to-defun'.
5520
5521 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5522
5523 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5524 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5525 (ada-get-current-indent, ada-imenu-generic-expression)
5526 (ada-which-function): Check for it.
5527
5528 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5529
5530 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5531 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5532
5533 2010-01-14 Glenn Morris <rgm@gnu.org>
5534
5535 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
5536
5537 2010-01-14 Kenichi Handa <handa@m17n.org>
5538
5539 * composite.el (auto-composition-mode): Make it a buffer local
5540 variable (permanent-local).
5541 (auto-composition-function): Set the default value to
5542 auto-compose-chars.
5543 (auto-composition-mode): Make it a simple function, not a minor mode.
5544 (global-auto-composition-mode): Likewise.
5545 (turn-on-auto-composition-if-enabled): Delete it.
5546
5547 2010-01-13 Karl Fogel <kfogel@red-bean.com>
5548
5549 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5550
5551 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
5552
5553 * files.el (copy-directory): Compute target for recursive
5554 directories with identical names. (Bug#5343)
5555
5556 2010-01-12 Glenn Morris <rgm@gnu.org>
5557
5558 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5559 it to bug-gnu-emacs rather than emacs-pretest-bug.
5560
5561 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5562
5563 * cedet/data-debug.el (data-debug): Fix customization group reference.
5564
5565 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5566
5567 * cedet/semantic/analyze.el (semantic-analyze-push-error)
5568 (semantic-analyze-context, semantic-analyze-context-assignment)
5569 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5570 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5571 (semantic-java-doc-keywords-map):
5572 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5573 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5574 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5575 (semantic-c-classname, semantic-format-tag-uml-prototype)
5576 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5577 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5578 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5579 (semantic-get-local-variables, semantic-end-of-command)
5580 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5581 (lisp-mode):
5582 * cedet/semantic/bovine/make.el (makefile-mode):
5583 * cedet/semantic/wisent/python.el (wisent-python-string-re)
5584 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5585 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5586 (semantic-lex, semantic-get-local-variables, python-mode):
5587 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5588 * cedet/srecode/extract.el (srecode-extract-state-set)
5589 (srecode-extract-method): Fix typos in docstrings.
5590
5591 2010-01-11 Sam Steingold <sds@gnu.org>
5592
5593 * imenu.el (imenu-default-create-index-function): Detect infinite
5594 loops caused by imenu-prev-index-position-function.
5595
5596 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
5597
5598 * htmlfontify.el (htmlfontify-load-rgb-file)
5599 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5600 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5601 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5602 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5603 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5604 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5605 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5606 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5607 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5608 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5609 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5610 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5611 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5612 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5613 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5614 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5615 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5616 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5617 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5618 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5619 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5620 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5621 backslash-quoting from parentheses, etc.
5622
5623 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
5624
5625 * progmodes/js.el: Autoload javascript-mode alias.
5626
5627 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
5628
5629 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5630 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5631 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5632 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5633 Fix typos in docstrings.
5634 (ffap-url-regexp): Doc fix.
5635 (ffap-at-mouse): Fix typo in message.
5636
5637 2010-01-11 Glenn Morris <rgm@gnu.org>
5638
5639 * version.el (emacs-copyright): Set copyright year to 2010.
5640
5641 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5642
5643 * format.el (format-annotate-function): Only set
5644 write-region-post-annotation-function after running to-fn so as not to
5645 affect nested write-region calls (bug#5273).
5646
5647 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
5648
5649 * cedet/semantic.el (semantic-new-buffer-setup-functions):
5650 Add python parser.
5651
5652 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5653 wisent/python.el.
5654
5655 2010-01-10 Richard Kim <emacs18@gmail.com>
5656
5657 * cedet/semantic/wisent/python-wy.el:
5658 * cedet/semantic/wisent/python.el: New files.
5659
5660 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5661
5662 * man.el (Man-goto-section): Signal error if the section is not
5663 found (Bug#5317).
5664
5665 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
5666
5667 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5668 URLs with a leading triple slash in the file: scheme. (Bug#5345)
5669
5670 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5671
5672 * progmodes/compile.el: Don't treat compile-command as safe if
5673 compilation-read-command might be nil (Bug#4218).
5674
5675 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
5676
5677 * startup.el (command-line-1): Use orig-argi to check for ignored X and
5678 NS options.
5679
5680 2010-01-08 Kenichi Handa <handa@m17n.org>
5681
5682 * international/fontset.el (build-default-fontset-data):
5683 Exclude characters in scripts kana, hangul, han, or cjk-misc.
5684
5685 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
5686
5687 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5688 to `create-file-buffer' as it expects, not just a buffer name.
5689 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5690 to help uniquify. (Bug#3224)
5691
5692 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
5693
5694 * font-setting.el (font-setting-change-default-font): Use user-spec
5695 instead of name.
5696
5697 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5698
5699 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5700
5701 2010-01-05 Tom Tromey <tromey@redhat.com>
5702
5703 * progmodes/python.el (python-font-lock-keywords):
5704 Handle qualified decorators (Bug#881).
5705
5706 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5707
5708 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5709 in a lightweight checkout.
5710
5711 2010-01-05 Kenichi Handa <handa@m17n.org>
5712
5713 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5714
5715 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5716
5717 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5718
5719 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
5720
5721 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
5722 checkouts. (Bug#618)
5723 (vc-bzr-log-view-mode): Also highlight the author.
5724 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
5725 (vc-bzr-shelve-menu-map):
5726 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
5727 (vc-bzr-shelve-apply): Make prompt more explicit.
5728
5729 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5730
5731 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
5732 They are valid characters in URL paths (rfc3986), and at least
5733 Firefox does not understand the encoded version (Bug#3166).
5734
5735 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
5736
5737 * progmodes/octave-mod.el (octave-end-keywords)
5738 (octave-block-begin-or-end-regexp, octave-block-match-alist):
5739 Add "end" keyword (Bug#3061).
5740 (octave-end-as-array-index-p): New function.
5741 (calculate-octave-indent): Use it.
5742
5743 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5744
5745 * bookmark.el: Consistently put the text property on the bookmark name.
5746 (bookmark-bmenu-marks-width): Bump back to 2, to include
5747 annotation marks.
5748 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
5749 property on the bookmark name, instead of not putting it at all.
5750 (bookmark-bmenu-list): Fix where we put the text property.
5751
5752 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5753
5754 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
5755 for showing buffer modified state (as added in the previous change).
5756
5757 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5758
5759 * bookmark.el: Show modified state of bookmark buffer more accurately.
5760 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
5761 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
5762 (with-buffer-modified-unmodified): New macro.
5763 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5764 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
5765 Use new macro to preserve the buffer modified state.
5766
5767 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5768
5769 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
5770 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
5771 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
5772 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
5773 (bookmark-bmenu-rename, bookmark-bmenu-locate)
5774 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
5775 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
5776
5777 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5778
5779 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5780 Make the lines in the generated doc string shorter. (Bug#4668)
5781
5782 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
5783
5784 * net/rcirc.el: Add follow-link binding (Bug#4738).
5785
5786 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5787
5788 * Makefile.in (bzr-update): Rename from cvs-update.
5789 (cvs-update): New target for backward compatibility.
5790
5791 * makefile.w32-in (bzr-update): Rename from cvs-update.
5792 (cvs-update): New target for backward compatibility.
5793
5794 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5795
5796 * bookmark.el: Remove gratuitous gratitude.
5797
5798 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5799
5800 * bookmark.el (bookmark-bmenu-any-marks): New function.
5801 (bookmark-bmenu-save): Clear buffer modification if no marks.
5802
5803 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5804
5805 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5806 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
5807 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
5808 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
5809
5810 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
5811 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
5812 To: emacs-devel {_AT_} gnu.org
5813 Subject: bookmark.el bug report
5814 Date: Mon, 28 Dec 2009 14:19:16 +0800
5815 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
5816
5817 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5818
5819 * bookmark.el: Improvements suggested by Drew Adams:
5820 (bookmark-bmenu-ensure-position): New name for
5821 `bookmark-bmenu-check-position'. Just ensure the position,
5822 don't return any meaningful value.
5823 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
5824 New constants.
5825
5826 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
5827
5828 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
5829 (bookmark-yank-point, bookmark-bmenu-check-position):
5830 Fix typos in docstrings.
5831 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
5832 (bookmark-name-from-full-record, bookmark-get-position)
5833 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
5834 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
5835 Remove useless quoting of parenthesis, etc. in docstrings.
5836
5837 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
5838 (ediff-append-custom-diff): Fix typo in error message.
5839 (ediff-meta-mark-equal-files): Fix typos in messages.
5840
5841 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
5842
5843 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
5844 Fix typo in docstring.
5845
5846 * net/imap-hash.el (imap-hash-make): Doc fix.
5847 (imap-hash-test): Fix typo in error message; reflow docstring.
5848 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
5849 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
5850 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
5851 Fix typos in docstrings.
5852 (imap-hash-open-connection): Fix typo in error message.
5853
5854 * play/gomoku.el (gomoku): Fix typos in docstring.
5855
5856 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
5857 (gdb-jsonify-buffer): Fix typos in docstring.
5858 (gdb-goto-breakpoint): Fix typo in error message.
5859 ("Display Other Windows"): Fix typo in help message.
5860 (gdb-speedbar-expand-node): Fix typo in question.
5861
5862 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
5863 (idlwave-html-system-help-location, idlwave-html-help-location)
5864 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
5865 (idlwave-help-browser-generic-args, idlwave-help-directory)
5866 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
5867 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
5868 (idlwave-online-help, idlwave-help-html-link)
5869 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
5870 Fix typos in docstrings.
5871 (idlwave-help-with-source, idlwave-help-find-routine-definition):
5872 Reflow docstrings.
5873 (idlwave-help-assistant-start): Fix typo in error message.
5874
5875 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
5876 (octave-electric-space): Fix typos in docstrings.
5877
5878 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5879
5880 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
5881
5882 2010-01-01 Juri Linkov <juri@jurta.org>
5883
5884 * comint.el (comint-input-ring-size): Make it a defcustom and
5885 increase the default to 500 (Bug#5148).
5886
5887 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
5888
5889 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
5890 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
5891 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
5892
5893 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
5894
5895 Show working revision correctly for mercurial.
5896 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
5897 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
5898
5899 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
5900
5901 Declare some functions for the byte-compiler.
5902 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
5903 (speedbar-timer-fn, speedbar-change-expand-button-char)
5904 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
5905
5906 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
5907
5908 This changeset reverts GDB Graphical Interface to use annotations.
5909 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
5910
5911 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5912
5913 Make vc-dir work on subdirectories of the bzr root.
5914 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
5915 file names relative to it.
5916 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
5917 relative directory to vc-bzr-after-dir-status.
5918
5919 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
5920
5921 * font-lock.el (font-lock-refresh-defaults): New function, which
5922 can be used to let font-lock react to external changes in
5923 variables like font-lock-defaults and keywords.
5924 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
5925
5926 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
5927
5928 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
5929
5930 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
5931
5932 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
5933
5934 Supersede color.diff settings in git log (bug#5211).
5935
5936 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
5937 escape chars in its output when the user has color.diff set to `always'.
5938 This fix works on git 1.4.2 and newer (released on 2006-08-13).
5939
5940 2009-12-26 Kevin Ryde <user42@zip.com.au>
5941
5942 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
5943 node. Keep previous "Index" name to work with past coreutils too.
5944
5945 * man.el (man): Revise docstring a bit to show -a and -l as
5946 examples. Add -k description since support for it has otherwise
5947 been a secret. (Further to bug#3717.)
5948 (Man-bgproc-sentinel): When "-k foo" produces no output show error
5949 "no matches" rather than "Can't find manpage", as the latter reads
5950 like -k was interpreted as a page name, which is not so. (Bug#5431)
5951
5952 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
5953
5954 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
5955 switches. Check also for //SUBDIRED// line.
5956
5957 2009-12-25 Kenichi Handa <handa@m17n.org>
5958
5959 * language/indian.el (devanagari-composable-pattern): Fixed to
5960 handle ZWNJ and ZWJ. Use it in composition-function-table for
5961 Devanagari.
5962 (malayalam-composable-pattern): Fix previous change.
5963
5964 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5965
5966 * ps-print.el (ps-face-attributes): It was not returning the
5967 attribute face for faces specified as string. Reported by harven
5968 <harven@free.fr>.
5969 (ps-print-version): New version 7.3.5.
5970
5971 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
5972
5973 * calendar/icalendar.el (icalendar--convert-tz-offset):
5974 Fix timezone names.
5975 (icalendar--convert-tz-offset): Fix the "last-day-problem".
5976 (icalendar--add-diary-entry): Remove the trailing blank that
5977 diary-make-entry inserts.
5978
5979 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
5980
5981 Make `file-expand-wildcards' work for remote files.
5982
5983 * files.el (file-expand-wildcards): In case of remote files, check
5984 only local file name part for wildcards. Provide feature 'files
5985 and subfeature 'remote-wildcards. (Bug#5198)
5986
5987 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
5988 if there is already an established connection.
5989 (tramp-advice-file-expand-wildcards): Remove it.
5990
5991 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
5992 (tramp-advice-file-expand-wildcards): Move from tramp.el.
5993 Activate advice for older GNU Emacs versions. (Bug#5237)
5994
5995 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
5996
5997 Some doc fixes (more needed).
5998
5999 * find-cmd.el (find-constituents): Reflow docstring.
6000 (find-cmd, find-prune, find-command): Fix typos in docstrings.
6001 (find-generic): Doc fix.
6002
6003 2009-12-17 Juri Linkov <juri@jurta.org>
6004
6005 Fix regression from 23.1 to allow multiple modes in Local Variables.
6006
6007 * files.el (hack-local-variables-filter): While ignoring duplicates,
6008 don't take `mode' into account.
6009 (hack-local-variables-filter, hack-dir-local-variables):
6010 Don't remove duplicate `mode' from local-variables-alist (like `eval').
6011
6012 2009-12-17 Juri Linkov <juri@jurta.org>
6013
6014 Make `dired-diff' safer. (Bug#5225)
6015
6016 * dired-aux.el (dired-diff): Signal an error when `file' equals to
6017 `current' or when `file' is a directory of the `current' file.
6018
6019 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
6020
6021 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
6022 unconditionally preloaded files.
6023
6024 2009-12-16 Juri Linkov <juri@jurta.org>
6025
6026 Revert to old 23.1 logic of using the file at the mark as default.
6027 * dired-aux.el (dired-diff): Use the file at the mark as default
6028 if it's not the same as the current file, and the target dir is
6029 the current dir or the mark is active. Add the current file
6030 as the arg of `dired-dwim-target-defaults'. Use the default file
6031 in the prompt. (Bug#5225)
6032
6033 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
6034
6035 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
6036 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
6037 (tramp-check-for-regexp): Check also, when an echoing shell stops
6038 to echo sent commands.
6039
6040 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
6041
6042 * Makefile.in: Revert last change (Bug#5191).
6043
6044 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
6045
6046 * vc-hg.el (vc-hg-print-log): Fix argument order.
6047 (vc-hg-working-revision): Make sure the command is executed in a
6048 known environment so that we can parse the output. (Bug#4417)
6049
6050 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
6051
6052 * progmodes/python.el (python-symbol-completions): Remove text
6053 properties from symbol string before calling python-send-receive.
6054
6055 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
6056
6057 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
6058 when there are values for both file and line. (Bug#5060)
6059
6060 2009-12-14 Juri Linkov <juri@jurta.org>
6061
6062 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
6063 whitespace after the file name of the first line of unified format,
6064 because git-diff doesn't output whitespace and file modification time
6065 after the file name.
6066
6067 2009-12-14 David Kastrup <dak@gnu.org>
6068
6069 * info.el (Info-hide-cookies-node): Before hiding a cookie,
6070 check if it already has the `display' property added by
6071 `Info-display-images-node', and not put the `invisible' property
6072 in this case.
6073
6074 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
6075
6076 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
6077 (semantic-mru-bookmark-mode): Doc fixes.
6078
6079 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
6080 of assert.
6081
6082 2009-12-13 Glenn Morris <rgm@gnu.org>
6083
6084 * mail/emacsbug.el (message-sort-headers): Define for compiler.
6085 (report-emacs-bug): In message-mode, sort manually before storing
6086 original report text. (Bug#5178)
6087 Remove superfluous save-excursion.
6088
6089 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
6090
6091 * net/dbus.el (dbus-property-handler): Filter lambda forms out
6092 when responding to "GetAll" properties.
6093
6094 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
6095
6096 * simple.el (compose-mail): Remove mail-setup-with-from from
6097 customization checks.
6098
6099 2009-12-12 Eli Zaretskii <eliz@gnu.org>
6100
6101 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
6102 RAR archives created on Unix systems.
6103
6104 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6105
6106 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
6107 the varalias that was accidentally removed by the 2009-11-19 change
6108 (bug#5186).
6109
6110 2009-12-12 Kenichi Handa <handa@m17n.org>
6111
6112 * language/indian.el (indian-compose-regexp): New function.
6113 (malayalam-composable-pattern): Fix the pattern.
6114 (composition-function-table): Set malayalam-composable-pattern for
6115 Malayalam characters.
6116
6117 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
6118
6119 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
6120 rather than down-mouse-1, based on follow-link conventions.
6121
6122 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
6123 are compiled.
6124
6125 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
6126
6127 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
6128 (verilog-vmm-statement-re, verilog-ovm-statement-re)
6129 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
6130 (verilog-leap-to-head, verilog-backward-token):
6131 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
6132
6133 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
6134
6135 * progmodes/verilog-mode.el (verilog-auto-lineup)
6136 (verilog-nameable-item-re): Cleanup user-visible spelling and
6137 documentation errors. One reported by Gary Delp.
6138 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
6139 (verilog-read-decls): Fix AUTOWIRE with types declared in a
6140 package, bug195. Reported by Pierre-David Pfister.
6141
6142 2009-12-11 Glenn Morris <rgm@gnu.org>
6143
6144 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
6145
6146 * mail/emacsbug.el: No longer require sendmail.
6147 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
6148 (report-emacs-bug-orig-text): Doc fix.
6149 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
6150 New local variables, to adapt to different mail-user-agents.
6151 (report-emacs-bug): Fix test for a gnu.org address.
6152 Use overlays for emphasis, since font-lock defeats 'face property.
6153 Pretest bugs also end up at the newsgroup these days.
6154 Stop message-mode stripping text properties.
6155 Set and use the new buffer-local variables.
6156 (report-emacs-bug-hook): Add doc-string.
6157 Remove some unnecessary save-excursions and simplify.
6158 Use the appropriate hook and send-command.
6159
6160 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
6161 capitalization of some menu entries.
6162
6163 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6164
6165 * whitespace.el (whitespace-display-char-on):
6166 Ensure `buffer-display-table' is unique when two or more windows are
6167 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
6168 New version 12.1.
6169
6170 2009-12-10 Eli Zaretskii <eliz@gnu.org>
6171
6172 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
6173 characters in the Attribute field.
6174
6175 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
6176
6177 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
6178
6179 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
6180
6181 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
6182 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6183 Disregard autoload-excludes.
6184 (update-directory-autoloads): Obey autoload-excludes here instead.
6185 But don't store its contents in no-autoloads and remove entries that
6186 refer to excludes files.
6187
6188 2009-12-10 Glenn Morris <rgm@gnu.org>
6189
6190 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
6191 (expand-mail-aliases): Define for compiler.
6192
6193 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
6194 Define for compiler.
6195
6196 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
6197 appropriate for the mail-user-agent in use.
6198
6199 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
6200
6201 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
6202
6203 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
6204
6205 Fix short log parsing and fontification.
6206 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
6207 Fix fontification for the [merge] label.
6208
6209 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
6210
6211 Drop some properties to avoid surprises (bug#5002).
6212 * htmlfontify.el (hfy-ignored-properties): New defcustom.
6213 (hfy-fontify-buffer): Use it.
6214
6215 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
6216
6217 Minor cleanup.
6218 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
6219 Adjust all callers.
6220 (ffap-locate-file): Remove unused arg `dir-ok' and make other
6221 args compulsory. Adjust callers.
6222 (ffap-gopher-at-point): Remove unused var `name'.
6223
6224 Get rid of the ELCFILES abomination.
6225 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6226 (compile-elcfiles): New phony target.
6227 (compile-main): Compute ELCFILES dynamically.
6228 (compile-clean): New target to remove left-over elc files.
6229 (compile, all): Use it.
6230
6231 2009-12-09 Kenichi Handa <handa@etlken>
6232
6233 * international/mule-diag.el: Require help-mode instead of help-fns.
6234
6235 2009-12-09 Kenichi Handa <handa@m17n.org>
6236
6237 * international/mule-cmds.el (ucs-names): Supply sufficiently
6238 fine ranges instead of pre-calculating accurate ranges.
6239 Iterate with bigger gc-cons-threshold.
6240
6241 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
6242
6243 Add support for stashing a snapshot of the current tree.
6244 * vc-git.el (vc-git-stash-snapshot): New function.
6245 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
6246
6247 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
6248
6249 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
6250 instead of `(beginning|end)-of-line'.
6251
6252 2009-12-08 Glenn Morris <rgm@gnu.org>
6253
6254 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
6255
6256 * Makefile.in (ELCFILES): Regenerate.
6257
6258 2009-12-07 Juri Linkov <juri@jurta.org>
6259
6260 Don't lazy-highlight the comint output in history Isearch mode.
6261
6262 * comint.el (comint-history-isearch-search): Instead of
6263 `comint-line-beginning-position', use `comint-after-pmark-p'
6264 to check if point if before the process mark, and go to
6265 `process-mark' in this case.
6266
6267 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6268
6269 * textmodes/tex-mode.el (latex-complete)
6270 (latex-indent-or-complete): Remove.
6271 (latex-mode): Set completion-at-point-functions instead.
6272
6273 Provide a standard completion command and hook it into TAB.
6274 * minibuffer.el (completion-at-point-functions): New var.
6275 (completion-at-point): New command.
6276 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
6277 * progmodes/python.el (python-mode-map): Use completion-at-point.
6278 (python-completion-at-point): Rename from python-partial-symbol and
6279 adjust for use in completion-at-point-functions.
6280 (python-mode): Setup completion-at-point for Python completion.
6281 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
6282 extracted from lisp-complete-symbol.
6283 (lisp-complete-symbol): Use it.
6284 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
6285 setup completion-at-point for Elisp completion.
6286 (emacs-lisp-mode-map, lisp-interaction-mode-map):
6287 Use completion-at-point.
6288 * ielm.el (ielm-map): Use completion-at-point.
6289 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
6290 * progmodes/sym-comp.el: Move to...
6291 * obsolete/sym-comp.el: Move from progmodes.
6292
6293 2009-12-07 Eli Zaretskii <eliz@gnu.org>
6294
6295 Prevent save-buffer in Rmail buffers from using the coding-system
6296 of the current message, and from clobbering the encoding mnemonics
6297 in the mode line (Bug#4623).
6298
6299 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
6300 flag, too.
6301 (rmail-message-encoding): New variable.
6302 (rmail-write-region-annotate): Record the encoding of the current
6303 message in rmail-message-encoding.
6304 (rmail-after-save-hook): New function, restores the encoding of
6305 the current message after the message collection is saved.
6306
6307 2009-12-07 Juri Linkov <juri@jurta.org>
6308
6309 * progmodes/grep.el (grep-read-files): Use `completing-read'
6310 instead of `read-string'. Set its `collection' arg to
6311 `read-file-name-internal'. (Bug#4301)
6312
6313 2009-12-07 Juri Linkov <juri@jurta.org>
6314
6315 Correctly restore original Isearch point. (Bug#4994)
6316
6317 * isearch.el (isearch-mode): Move `isearch-push-state' after
6318 `(run-hooks 'isearch-mode-hook)'.
6319 (isearch-cancel): When `isearch-push-state-function' is defined,
6320 let-bind `isearch-cmds' to the first state (the last element of
6321 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
6322 function and restores the original point). Otherwise, move point
6323 to `isearch-opoint'.
6324
6325 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6326
6327 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
6328 chars that don't have names, so the table can be built much faster at
6329 run-time.
6330
6331 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
6332
6333 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
6334 change. Suggested by David Kastrup.
6335
6336 * simple.el (compose-mail): Check for incompatibilities and warn.
6337 (compose-mail-user-agent-warnings): New option.
6338
6339 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6340
6341 Support showing a single log entry from vc-annotate.
6342 * vc.el (print-log): Add a new argument: START-REVISION.
6343 (vc-print-log-internal): Add a new optional argument and
6344 pass it to the backend.
6345 (vc-print-log, vc-print-root-log): Adjust callers.
6346 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
6347 buffer already displays the requested log entry, use it.
6348 Otherwise display only the log entry in question.
6349 * vc-svn.el (vc-svn-print-log):
6350 * vc-mtn.el (vc-mtn-print-log):
6351 * vc-hg.el (vc-hg-state):
6352 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
6353 (vc-git-show-log-entry): Return t on success.
6354 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
6355 (vc-bzr-show-log-entry): Return t on success.
6356 * vc-rcs.el (vc-rcs-print-log):
6357 * vc-sccs.el (vc-sccs-print-log):
6358 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
6359
6360 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6361
6362 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
6363 Add menus to the meta mode. (Bug#5043)
6364
6365 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
6366
6367 * ediff-init.el (ediff-event-key): Use event-to-character instead of
6368 event-key.
6369
6370 * ediff.el (ediff-buffers-internal): Add unwind-protect.
6371
6372 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
6373
6374 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
6375 Berbain <raphael.berbain@gmail.com>.
6376
6377 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
6378 characters.
6379 (tramp-initial-end-of-output): New defconst.
6380 (tramp-methods, tramp-find-shell)
6381 (tramp-open-connection-setup-interactive-shell)
6382 (tramp-maybe-open-connection): Use it.
6383 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
6384 existence of `#' and `$'.
6385
6386 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
6387 `tramp-initial-end-of-output'.
6388
6389 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6390
6391 Get the background mode from the terminal for xterm, and set
6392 faces accordingly.
6393 * term/xterm.el (xterm-set-background-mode): New function.
6394 (terminal-init-xterm): Use it in case xterm supports background
6395 color queries. Recompute faces after getting the background
6396 color.
6397
6398 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
6399
6400 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
6401 number comment back on its own line, for easier parsing.
6402
6403 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6404
6405 Make it work for non-file buffers (bug#5102).
6406 * doc-view.el (doc-view-current-cache-dir):
6407 Use doc-view-buffer-file-name rather than buffer-file-name.
6408 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
6409
6410 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
6411
6412 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
6413 author field is too short.
6414
6415 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
6416
6417 * vc-git.el (vc-git-print-log): Handle a limit argument.
6418 Display the short log in graph form and with labels.
6419 (vc-git-log-view-mode): Handle labels.
6420
6421 Make vc-revert change VC state from 'added to 'unregistered.
6422 * vc-git.el (vc-git-revert): Call git reset first.
6423
6424 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
6425
6426 * net/newst-backend.el, net/newst-plainview.el:
6427 * net/newst-reader.el, net/newst-ticker.el:
6428 * net/newst-treeview.el, net/newsticker.el:
6429 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
6430
6431 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
6432
6433 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
6434
6435 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
6436 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
6437 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6438 Update annotation regexp.
6439
6440 * simple.el (beginning-of-visual-line): Constrain to field
6441 boundaries (Bug#5106).
6442
6443 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
6444
6445 * xml.el (xml-substitute-numeric-entities): Move
6446 newsticker--decode-numeric-entities in newst-backend.el to
6447 xml-substitute-numeric-entities in xml.el. (Bug#5008)
6448 * net/newst-backend.el (newsticker--parse-generic-feed)
6449 (newsticker--parse-generic-items)
6450 (newsticker--decode-numeric-entities): Move
6451 newsticker--decode-numeric-entities in newst-backend.el to
6452 xml-substitute-numeric-entities in xml.el. (Bug#5008)
6453
6454 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
6455
6456 * progmodes/js.el (js--js-not): Add null to the list of values.
6457
6458 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
6459
6460 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
6461
6462 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6463
6464 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
6465 delimiter if it is at the end of the current line.
6466 (bibtex-generate-url-list): Fix docstring.
6467
6468 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6469
6470 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
6471 minibuffer's content with itself.
6472 Fold the confirm-after-completion case into the `confirm' case.
6473 (completion-pcm-word-delimiters): Add : and / to the delimiters.
6474
6475 2009-12-06 Kevin Ryde <user42@zip.com.au>
6476
6477 * ffap.el (ffap-rfc-path): Make this a defcustom since
6478 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
6479
6480 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
6481 manuals, similar to existing setup for help-mode. (Bug#3913.)
6482
6483 2009-12-05 Juri Linkov <juri@jurta.org>
6484
6485 Save and restore dired buffer's point positions too. (Bug#4880)
6486
6487 * dired.el (dired-save-positions): Return in the first element
6488 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6489 Doc fix.
6490 (dired-restore-positions): First restore buffer's position.
6491 While restoring window's positions, check if window still displays
6492 the original buffer.
6493
6494 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
6495
6496 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6497 if possible.
6498
6499 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6500 Make argument optional.
6501
6502 * shell.el (shell): Require ansi-color (Bug#5113).
6503
6504 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6505
6506 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6507
6508 2009-12-05 Alan Mackenzie <acm@muc.de>
6509
6510 * progmodes/cc-mode.el (c-before-hack-hook)
6511 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6512 `c-file-style' to work again. This reversion restores the current
6513 software to its state in Emacs 23.1. (Bug#4146)
6514
6515 2009-12-05 Kevin Ryde <user42@zip.com.au>
6516
6517 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6518 comment-start-skip to comment-end-skip as comment (Bug#4781).
6519
6520 2009-12-05 Juri Linkov <juri@jurta.org>
6521
6522 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6523 for virtual nodes. (Bug#4147)
6524 (Info-find-node-2): Set `Info-current-node-virtual' to nil
6525 when moving from a virtual node.
6526 (Info-mode-menu): Add `Info-virtual-index' to the menu.
6527 (Info-mode): Add `Info-virtual-index' to the docstring.
6528
6529 2009-12-05 Eric Ludlam <zappo@gnu.org>
6530
6531 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6532 Describe project macro symbols.
6533
6534 * cedet/semantic/complete.el (semantic-complete-do-completion):
6535 Don't call semantic-collector-current-exact-match.
6536
6537 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6538 ede-objects as targets.
6539
6540 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6541 a target's object list even if compiler vars are already in the
6542 Makefile.
6543
6544 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6545 list of headers producing necessary macros.
6546
6547 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6548
6549 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6550 track of the buffer position of the end of a BibTeX entry as this
6551 position may change during reformatting.
6552 (bibtex-format-entry): Remove whitespace before processing
6553 numerical fields so that we recognize the latter properly.
6554 (bibtex-reformat): Do not use push which changes the global value
6555 of bibtex-entry-format.
6556 (bibtex-field-braces-alist, bibtex-field-strings-alist)
6557 (bibtex-field-re-init): Replace only space characters by regexp
6558 for whitespace.
6559 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6560 (bibtex-initialize): Also update bibtex-strings.
6561 (bibtex-kill-field): Preserve white space at end of entry.
6562 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6563 Update bibtex-reference-keys.
6564
6565 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6566
6567 * minibuffer.el (completion-pcm--merge-try): Also consider placing
6568 point after a star, if that's the only place where modifications can
6569 make progress.
6570
6571 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
6572
6573 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6574 in docstrings.
6575
6576 2009-12-04 Juri Linkov <juri@jurta.org>
6577
6578 * proced.el (proced): Call `(proced-update t)' to update process
6579 information instead of only running proced-post-display-hook.
6580 (proced-send-signal): Add a leading space to the buffer name
6581 " *Marked Processes*" to make this buffer ephemeral.
6582
6583 2009-12-04 Juri Linkov <juri@jurta.org>
6584
6585 * dired.el (dired-auto-revert-buffer): New defcustom.
6586 (dired-internal-noselect): Use it.
6587
6588 2009-12-04 Juri Linkov <juri@jurta.org>
6589
6590 Change roles of modes and functions in image-mode.el (Bug#5062).
6591
6592 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6593 in `auto-mode-alist'.
6594 (image-mode-previous-major-mode): New variable.
6595 (image-minor-mode-map): Rename from `image-mode-text-map'.
6596 (image-mode): Move graceful error-handling code from
6597 `image-minor-mode' to here. On errors call `image-mode-as-text'.
6598 (image-minor-mode): Remove all image-handling code.
6599 Replace `image-mode-text-map' with `image-minor-mode-map'.
6600 Check for `image-type' in mode-line format string.
6601 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6602 (image-mode-as-text): New function with most code from
6603 `image-mode-maybe'.
6604 (image-toggle-display-text): Move code that removes image
6605 properties from `image-toggle-display' to here.
6606 (image-toggle-display-image): New function with code that adds
6607 image properties copied from `image-toggle-display'.
6608 (image-toggle-display): Remove most code with leaving only code
6609 that toggles between `image-mode-as-text' and `image-mode'.
6610
6611 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
6612
6613 * net/newst-treeview.el
6614 (newsticker--treeview-list-highlight-start): Restored call to
6615 save-excursion: Selected item was stuck.
6616 (newsticker--treeview-list-select): New.
6617 (newsticker--treeview-item-show-text)
6618 (newsticker--treeview-item-show)
6619 (newsticker--treeview-item-update): Use new
6620 newsticker-treeview-item-mode.
6621 (newsticker-treeview-update): Keep current item.
6622 (newsticker-treeview-next-new-or-immortal-item): Doc change.
6623 (newsticker--treeview-first-feed): Doc change.
6624 (newsticker-treeview-list-menu)
6625 (newsticker-treeview-item-menu): Added menu entries.
6626 (newsticker-treeview-item-mode): New.
6627
6628 * net/newst-backend.el (newsticker-customize): Delete other
6629 windows.
6630
6631 2009-12-04 Sam Steingold <sds@gnu.org>
6632
6633 * log-view.el (log-view-mode-map): "q" calls quit-window,
6634 like in all the other non-self-insert buffers.
6635
6636 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6637
6638 Minor cleanup.
6639 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6640 key decoding rather than do it manually via last-input-event +
6641 ascii-character.
6642 (term-exec): Use delete-and-extract-region.
6643 (term-handle-ansi-terminal-messages): Remove unused var `end'.
6644 (term-process-pager): Remove unused var `i'.
6645 (term-dynamic-simple-complete): Make obsolete.
6646 (serial-update-config-menu): Remove unused vars `y' and `str'.
6647 (term-update-mode-line): Remove unused var `temp'.
6648
6649 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6650
6651 Limit the number of log entries displayed by default.
6652 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6653 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6654 using a prefix argument.
6655
6656 2009-12-03 Glenn Morris <rgm@gnu.org>
6657
6658 * progmodes/idlwave.el (class): Restore still useful declaration.
6659
6660 2009-12-03 Alan Mackenzie <acm@muc.de>
6661
6662 Enhance `c-parse-state' to run efficiently in "brace deserts".
6663
6664 * progmodes/cc-mode.el (c-basic-common-init):
6665 Call c-state-cache-init.
6666 (c-neutralize-syntax-in-and-mark-CPP): Rename from
6667 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
6668 placing `category' properties value 'c-cpp-delimiter at its boundaries.
6669
6670 * progmodes/cc-langs.el (c-before-font-lock-function):
6671 c-extend-and-neutralize-syntax-in-CPP has been renamed
6672 c-neutralize-syntax-in-and-mark-CPP.
6673
6674 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6675 with `category' properties now, not `syntax-table' ones.
6676
6677 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6678 enhanced (but slower) version of c-end-of-macro that won't land
6679 inside a literal or on another awkward character.
6680 (c-state-cache-too-far, c-state-cache-start)
6681 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6682 (c-state-nonlit-pos-cache-limit, c-state-point-min)
6683 (c-state-point-min-lit-type, c-state-point-min-lit-start)
6684 (c-state-min-scan-pos, c-state-brace-pair-desert)
6685 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6686 buffer local variables.
6687 (c-state-literal-at, c-state-lit-beg)
6688 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6689 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6690 (c-state-cache-top-paren, c-state-cache-after-top-paren)
6691 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6692 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6693 (c-renarrow-state-cache)
6694 (c-append-lower-brace-pair-to-state-cache)
6695 (c-state-push-any-brace-pair, c-append-to-state-cache)
6696 (c-remove-stale-state-cache)
6697 (c-remove-stale-state-cache-backwards, c-state-cache-init)
6698 (c-invalidate-state-cache-1, c-parse-state-1)
6699 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6700 (c-parse-state): Enhance and refactor.
6701 (c-debug-parse-state): Amend to deal with all the new variables.
6702
6703 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6704 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6705 modify to use category text properties rather than syntax-table ones.
6706 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6707 to switch off/on the syntactic paren property of C++ template
6708 delimiters using the category property.
6709 (c-with-<->-as-parens-suppressed): Macro to invoke code with
6710 template delims suppressed.
6711 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6712 New constant/macros which apply category properties to the start
6713 and end of preprocessor constructs.
6714 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6715 "comment out" the syntactic value of characters in preprocessor
6716 constructs.
6717 (c-with-cpps-commented-out)
6718 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6719 with characters in all or all but one preprocessor constructs
6720 "commented out".
6721
6722 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6723
6724 * proced.el (proced-filter-alist): Use regexp-quote.
6725
6726 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
6727
6728 Cleanup.
6729 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
6730 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
6731 arguments. Expand `default-directory'.
6732
6733 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
6734 the benefit of returning an expanded localname.
6735 (tramp-tramp-file-p): Handle the case NAME is not a string.
6736
6737 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6738
6739 Add support for bzr shelve/unshelve.
6740 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6741 (vc-bzr-extra-menu-map): New variables.
6742 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
6743 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
6744 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
6745 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
6746 (vc-bzr-dir-extra-headers): Display shelves.
6747
6748 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
6749
6750 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6751
6752 * textmodes/bibtex.el (bibtex-complete-internal):
6753 Use completion-in-region.
6754 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
6755
6756 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6757
6758 Support applying stashes. Improve UI.
6759 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
6760 (vc-git-stash-apply, vc-git-stash-pop)
6761 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
6762 (vc-git-stash-menu): New functions.
6763 (vc-git-stash-menu-map): New variable.
6764 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
6765
6766 2009-12-03 Glenn Morris <rgm@gnu.org>
6767
6768 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
6769 (vc-print-log-internal): Fix previous change.
6770 (vc-revert): Correct pluralization.
6771
6772 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6773
6774 * progmodes/make-mode.el (makefile-special-targets-list): No need for
6775 it to be an alist any more.
6776 (makefile-complete): Use completion-in-region.
6777
6778 * progmodes/octave-mod.el (octave-complete-symbol):
6779 Use completion-in-region.
6780
6781 Misc cleanup.
6782 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
6783 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
6784 (idlwave-complete-class): Don't quote lambda.
6785 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
6786 (idlwave-mode-map): Move initialization into declaration.
6787 (idlwave-action-and-binding): Use backquotes.
6788 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
6789 Simplify.
6790 (idlwave-is-pointer-dereference): Remove unused var `pos'.
6791 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
6792 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
6793 `parts', and `all-parts'.
6794 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
6795 (idlwave-convert-xml-system-routine-info): Remove unused string
6796 `version-string'.
6797 (idlwave-display-user-catalog-widget): Use dolist.
6798 (idlwave-scanning-lib): Declare dynamically-scoped var.
6799 (idlwave-scan-library-catalogs): Remove unused var `flags'.
6800 (completion-highlight-first-word-only): Declare to silence bytecomp.
6801 (idlwave-popup-select): Tighten scope of `resp'.
6802 (idlwave-find-struct-tag): Remove unused var `beg'.
6803 (idlwave-after-load-rinfo-hook): Declare.
6804 (idlwave-sintern-class-info): Remove unused var `taglist'.
6805 (idlwave-find-class-definition): Remove unused var `list'.
6806 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
6807 (idlwave-what-module-find-class): Remove unused var `classes'.
6808
6809 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
6810
6811 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
6812
6813 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6814
6815 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
6816 buffers visited. Remove redundant current-buffer-saving.
6817
6818 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6819
6820 Use completion-in-buffer and remove uses of dynamic scoping.
6821 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
6822 (pascal-buffer-to-use, pascal-flag): Don't declare.
6823 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
6824 (pascal-get-completion-decl, pascal-keyword-completion):
6825 Add `pascal-str' argument, save-excursion,
6826 return the found completions, and don't filter with pascal-pred.
6827 (pascal-completion-cache): New var.
6828 (pascal-completion): Don't switch buffer any more (it was never
6829 necessary). Don't save-excursion any more (it's done by the called
6830 subroutines). Use a cache to avoid redundant computations.
6831 Use complete-with-action rather than pascal-completion-response and
6832 let it apply the predicate as well.
6833 (pascal-complete-word): Use completion-in-buffer when
6834 pascal-toggle-completions is nil.
6835 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
6836 not used any more.
6837 (pascal-comp-defun): Don't change buffer any more.
6838 Use complete-with-action rather than pascal-completion-response and
6839 let it apply the predicate as well.
6840 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
6841 when neded.
6842
6843 2009-12-02 Kenichi Handa <handa@m17n.org>
6844
6845 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
6846 shape for all Indic scripts.
6847
6848 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6849
6850 Use completion-in-buffer.
6851 * wid-edit.el (widget-field-text-end): New function.
6852 (widget-field-value-get): Use it.
6853 (widget-string-complete, widget-file-complete)
6854 (widget-color-complete): Use it and completion-in-region.
6855 (widget-complete): Don't narrow the buffer.
6856
6857 2009-12-02 Glenn Morris <rgm@gnu.org>
6858
6859 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
6860 (rmail-select-summary): Use rmail-pop-to-buffer.
6861 * mail/rmailsum.el: Replace all pop-to-buffer calls with
6862 rmail-pop-to-buffer, to prevent horizontal splits.
6863
6864 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
6865 save-excursion with save-current-buffer.
6866 Widen before searching. (Bug#5093)
6867 (diary-list-sexp-entries): Remove superfluous save-excursion.
6868
6869 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
6870
6871 * woman.el (woman-make-bufname): Handle man-pages with "." in the
6872 name. (Bug#5038)
6873
6874 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
6875
6876 * ido.el (ido-file-internal): Handle filenames at point that do
6877 not have a directory part. (Bug#5049)
6878
6879 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
6880
6881 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
6882 (mpc-songs-jump-to, mpc-resume): Doc fixes.
6883
6884 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
6885
6886 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
6887 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
6888 any more.
6889
6890 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6891
6892 * comint.el (comint-insert-input): Ignore clicks to the right of
6893 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
6894
6895 * vc.el (vc-print-log-internal): Don't wait for the process to
6896 terminate before setting up the major mode.
6897
6898 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
6899 in case.
6900
6901 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
6902 the last element.
6903
6904 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
6905
6906 2009-12-01 Glenn Morris <rgm@gnu.org>
6907
6908 * window.el (window--display-buffer-2): Fix previous changes.
6909
6910 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
6911
6912 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
6913
6914 2009-12-01 Glenn Morris <rgm@gnu.org>
6915
6916 * Makefile.in (ELCFILES): Add mpc.elc.
6917
6918 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6919
6920 * mpc.el: New file.
6921
6922 2009-12-01 Glenn Morris <rgm@gnu.org>
6923
6924 * window.el (window-to-use): Define for compiler.
6925
6926 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
6927 consistent with others (no final period).
6928
6929 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
6930 (rmail-mime-show): Downcase the encoding. (Bug#5070)
6931
6932 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
6933
6934 Make vc-print-log buttons work.
6935 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
6936
6937 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
6938
6939 * savehist.el (savehist-autosave-interval): Allow setting to nil
6940 through customize. (Bug#5056)
6941
6942 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
6943
6944 Fix references to jit-lock properties.
6945 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6946 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
6947 (perl-font-lock-special-syntactic-constructs):
6948 Quote jit-lock-defer-multiline property.
6949
6950 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
6951
6952 * vc-git.el (vc-git-registered): Call vc-git-root only once.
6953
6954 2009-11-30 Juri Linkov <juri@jurta.org>
6955
6956 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
6957 value `buffer' of `multi-isearch-next-buffer-current-function'.
6958 Use `(current-buffer)' when `buffer' is nil.
6959 (multi-isearch-next-buffer-from-list): Don't fallback to
6960 `(current-buffer)' when `buffer' is nil. (Bug#4947)
6961
6962 2009-11-30 Juri Linkov <juri@jurta.org>
6963
6964 * misearch.el (multi-isearch-read-buffers): Move canonicalization
6965 of buffers with `get-buffer' to `multi-isearch-buffers'.
6966 (multi-isearch-buffers, multi-isearch-buffers-regexp):
6967 Canonicalize BUFFERS with `get-buffer'. Doc fix.
6968 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
6969 FILES with `expand-file-name' converting relative file names
6970 to absolute. Doc fix. (Bug#4727)
6971
6972 2009-11-30 Juri Linkov <juri@jurta.org>
6973
6974 * misearch.el (multi-isearch-read-buffers)
6975 (multi-isearch-read-matching-buffers): New functions.
6976 (multi-isearch-buffers, multi-isearch-buffers-regexp):
6977 Use them in the `interactive' spec. Doc fix.
6978 (multi-isearch-read-files, multi-isearch-read-matching-files):
6979 New functions.
6980 (multi-isearch-files, multi-isearch-files-regexp):
6981 Use them in the `interactive' spec. Doc fix. (Bug#4725)
6982
6983 2009-11-30 Juri Linkov <juri@jurta.org>
6984
6985 * doc-view.el (doc-view-continuous):
6986 Rename from `doc-view-continuous-mode'.
6987 (doc-view-menu): Move "Toggle display" to the top.
6988 Add submenu "Continuous" with radio buttons "Off"/"On"
6989 and "Save as Default".
6990 (doc-view-scroll-up-or-next-page)
6991 (doc-view-scroll-down-or-previous-page)
6992 (doc-view-next-line-or-next-page)
6993 (doc-view-previous-line-or-previous-page): Rename
6994 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
6995
6996 2009-11-30 Juri Linkov <juri@jurta.org>
6997
6998 * comint.el (comint-mode-map): Rebind `M-r' from
6999 `comint-previous-matching-input' to
7000 `comint-history-isearch-backward-regexp'.
7001 Unbind `M-s' to allow global key binding `M-s'.
7002 Add menu items for `comint-history-isearch-backward' and
7003 `comint-history-isearch-backward-regexp'. (Bug#3746)
7004
7005 2009-11-30 Juri Linkov <juri@jurta.org>
7006
7007 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
7008 For def=recenter, replace `recenter' with `recenter-top-bottom'
7009 that is called with `this-command' and `last-command' let-bound
7010 to `recenter-top-bottom'. When the last `def' was not `recenter',
7011 set `recenter-last-op' to nil. (Bug#4981)
7012
7013 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7014
7015 Minor cleanup and simplification.
7016 * filecache.el (file-cache-add-directory)
7017 (file-cache-add-directory-recursively)
7018 (file-cache-add-from-file-cache-buffer)
7019 (file-cache-delete-file-regexp, file-cache-delete-directory)
7020 (file-cache-files-matching-internal, file-cache-display): Use dolist.
7021 (file-cache-temp-minibuffer-message): Delete function.
7022 (file-cache-minibuffer-complete): Use minibuffer-message instead.
7023
7024 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7025 Don't signal an error when bumping into EOB in tr, s, or y.
7026
7027 2009-11-29 Juri Linkov <juri@jurta.org>
7028
7029 * startup.el (fancy-about-text): Fix wording of Guided Tour.
7030 (Bug#4960)
7031
7032 * descr-text.el (describe-char-unidata-list): Use lowercase name
7033 for "Unicode name" like in other tags.
7034
7035 2009-11-29 Juri Linkov <juri@jurta.org>
7036
7037 * ediff-util.el (ediff-minibuffer-with-setup-hook):
7038 New compatibility macro.
7039 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
7040
7041 2009-11-29 Juri Linkov <juri@jurta.org>
7042
7043 Add defcustom to define the cycling order of `recenter-top-bottom'.
7044 (Bug#4981)
7045
7046 * window.el (recenter-last-op): Doc fix.
7047 (recenter-positions): New defcustom.
7048 (recenter-top-bottom): Rewrite to use `recenter-positions'.
7049 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
7050
7051 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
7052
7053 Improve integration of Tramp and ange-ftp in eshell.
7054
7055 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
7056 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
7057 (eshell/sudo): Flatten args. Let-bind `default-directory'.
7058
7059 * eshell/esh-util.el (top): Require also Tramp when compiling.
7060 (eshell-directory-files-and-attributes): Check for FTP remote
7061 connection.
7062 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
7063 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
7064 (eshell-file-attributes): Handle ".". Return `entry'.
7065
7066 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
7067 (ange-ftp-directory-files-and-attributes)
7068 (ange-ftp-real-directory-files-and-attributes): New defuns.
7069
7070 * net/tramp.el (tramp-maybe-open-connection): Open the remote
7071 shell with "exec" when possible. This prevents trailing prompts
7072 in `start-file-process'.
7073
7074 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7075
7076 Try and remove assumptions about point-min==1.
7077 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
7078 (rng-compute-mode-line-string): Show the validation percentage in
7079 terms of the narrowed text, not the widened text.
7080 (rng-do-some-validation): Don't catch internal errors when debugging.
7081 (rng-first-error): Simplify.
7082 (rng-after-change-function): Remove work around. AFAIK the bug has
7083 been fixed a while ago.
7084
7085 * image-mode.el (image-minor-mode): Exit more gracefully when the image
7086 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
7087
7088 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
7089
7090 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
7091 `cd' doesn't always do it for us (bug#5067).
7092
7093 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
7094 on 2009-10-25 as part of some other change (bug#5067).
7095
7096 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7097
7098 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7099 `suspicious'.
7100 (byte-compile-warnings): Use byte-compile-warning-types.
7101 (byte-compile-save-excursion): Warn about use of set-buffer right
7102 after save-excursion.
7103
7104 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
7105 the excursion as well.
7106
7107 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
7108
7109 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
7110 providing a Tramp related implementation of "su" and "sudo".
7111 (eshell-unix-initialize): Add "su" and "sudo".
7112
7113 2009-11-27 Daiki Ueno <ueno@unixuser.org>
7114
7115 * net/socks.el (socks-send-command): Convert binary request to
7116 unibyte before sending. This fixes mishandling of some port
7117 numbers such as 129.
7118
7119 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7120
7121 * help.el (describe-bindings-internal): Remove `interactive'.
7122
7123 * man.el (Man-completion-table): Trim a terminating "(".
7124 Remove the space between name page a section.
7125 Add the command's description on the `help-echo' property.
7126 Remove `process-connection-type' binding since it's unused by
7127 call-process.
7128 Provide completion for the "<section> <name>" format as well.
7129 (Man-default-man-entry): Remove spurious var shadowing the argument.
7130
7131 2009-11-26 Kevin Ryde <user42@zip.com.au>
7132
7133 * log-view.el: Add "Keywords: tools", since its other keywords
7134 aren't in finder-known-keywords, and following vc.el.
7135
7136 * sha1.el (sha1-string-external): default-directory "/" in case
7137 otherwise non-existent. process-connection-type pipe for touch of
7138 efficiency recommended by elisp manual. (An aside in Bug#3911.)
7139
7140 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7141
7142 Misc coding convention cleanups.
7143 * htmlfontify.el (hfy-init-kludge-hook): Rename from
7144 hfy-init-kludge-hooks.
7145 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
7146 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
7147 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
7148 and push.
7149 (hfy-slant, hfy-weight): Use tables rather than code.
7150 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
7151 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
7152 (hfy-face-attr-for-class): Initialize `face-spec' directly.
7153 (hfy-face-to-css): Remove `nconc' with single arg.
7154 (hfy-p-to-face-lennart): Use `or'.
7155 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
7156 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
7157 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
7158 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
7159 (hfy-force-fontification): Use run-hooks.
7160
7161 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
7162
7163 Various minor fixes.
7164 * htmlfontify.el (hfy-default-header): Add toggle_invis since
7165 Javascript belongs in the header, not the body.
7166 (hfy-javascript): Remove.
7167 (hfy-fontify-buffer): Don't insert it any more.
7168 (hfy-face-at): Handle (face0 face1 face2) style face properties.
7169 Fix bug in invis handling when there were no invis props in a chunk.
7170
7171 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7172
7173 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
7174
7175 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
7176
7177 * finder.el (finder-mode-map): Add a menu.
7178
7179 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
7180
7181 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
7182 "unsigned" structs.
7183
7184 (verilog-leap-to-head, verilog-backward-token): Handle "disable
7185 fork" statement better.
7186
7187 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
7188
7189 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
7190 (verilog-delete-auto, verilog-delete-empty-auto-pair)
7191 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
7192 Reported by Clay Douglass.
7193
7194 (verilog-auto-inst, verilog-auto-star-safe)
7195 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
7196 Fix removing "// Interfaces" when saving .* expansions. Reported by
7197 Pierre-David Pfister.
7198
7199 2009-11-26 Glenn Morris <rgm@gnu.org>
7200
7201 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
7202 the scope.
7203
7204 2009-11-25 Johan Bockgård <bojohan@gnu.org>
7205
7206 * vc-annotate.el (vc-annotate-revision-previous-to-line):
7207 Really use previous revision.
7208
7209 2009-11-25 Kevin Ryde <user42@zip.com.au>
7210
7211 * man.el (Man-completion-table): default-directory "/" in case
7212 doesn't otherwise exist. process-environment COLUMNS=999 so as
7213 not to truncate long names. process-connection-type pipe to avoid
7214 any chance of hitting the pseudo-tty TIOCGWINSZ.
7215 (man): completion-ignore-case t for friendliness and since man
7216 itself is case-insensitive on the command line.
7217 Further to Bug#3717.
7218
7219 * arc-mode.el: Add "Keywords: files", so the details in its
7220 commentary can be reached from finder-by-keyword.
7221 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
7222 editing mode, but it's comms related and sgml-mode.el has "comm"
7223 on that basis too.
7224 * textmodes/bibtex-style.el: Add "Keywords: tex".
7225 * international/isearch-x.el, international/ja-dic-cnv.el:
7226 * international/ja-dic-utl.el, international/kkc.el:
7227 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
7228
7229 2009-11-25 Juri Linkov <juri@jurta.org>
7230
7231 * man.el (Man-completion-table): Modify regexp to include
7232 section names to completion strings. (Bug#3717)
7233
7234 2009-11-25 Juri Linkov <juri@jurta.org>
7235
7236 Search recursively in gzipped files. (Bug#4982)
7237
7238 * progmodes/grep.el (grep-highlight-matches): Add new options
7239 `always' and `auto'. Doc fix.
7240 (grep-process-setup): Check `grep-highlight-matches' for
7241 `auto-detect' to determine the need to compute grep defaults.
7242 Move Windows/DOS specific --colors settings handling
7243 to `grep-compute-defaults'. Check `grep-highlight-matches'
7244 to get the value of "--color=".
7245 (grep-compute-defaults): Compute `grep-highlight-matches' when it
7246 has the value `auto-detect'. Move Windows/DOS specific settings
7247 from `grep-process-setup'.
7248 (zrgrep): New command with alias `rzgrep'.
7249
7250 2009-11-25 Juri Linkov <juri@jurta.org>
7251
7252 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
7253 to nil instead of switching off view-mode. (Bug#4896)
7254
7255 2009-11-25 Juri Linkov <juri@jurta.org>
7256
7257 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
7258
7259 * mwheel.el (mwheel-scroll-up-function)
7260 (mwheel-scroll-down-function): New defvars.
7261 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
7262 `scroll-up', and `mwheel-scroll-down-function' instead of
7263 `scroll-down'.
7264
7265 * doc-view.el (doc-view-scroll-up-or-next-page)
7266 (doc-view-scroll-down-or-previous-page): Add optional ARG.
7267 Use this ARG in the call to image-scroll-up/image-scroll-down.
7268 Change `interactive' spec to "P". Goto next/previous page only
7269 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
7270 SPC/DEL case). Doc fix.
7271 (doc-view-next-line-or-next-page)
7272 (doc-view-previous-line-or-previous-page): Rename arg to ARG
7273 for consistency.
7274 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
7275 `doc-view-scroll-up-or-next-page', and buffer-local
7276 `mwheel-scroll-down-function' to
7277 `doc-view-scroll-down-or-previous-page'.
7278
7279 2009-11-25 Juri Linkov <juri@jurta.org>
7280
7281 Provide additional default values (directories at other Dired
7282 windows) via M-n in the minibuffer of some Dired commands.
7283
7284 * dired-aux.el (dired-diff, dired-compare-directories)
7285 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
7286 `minibuffer-default' in `minibuffer-with-setup-hook'.
7287 (dired-dwim-target-directory): Find a window that displays Dired
7288 buffer instead of failing when the next window is not Dired.
7289 Use `get-window-with-predicate' to find for the next Dired window.
7290 (dired-dwim-target-defaults): New function.
7291
7292 * ediff-util.el (ediff-read-file-name):
7293 Use `dired-dwim-target-defaults' to set `minibuffer-default'
7294 in `minibuffer-with-setup-hook'.
7295
7296 2009-11-25 Juri Linkov <juri@jurta.org>
7297
7298 Provide additional default values (file name at point or at the
7299 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
7300
7301 * minibuffer.el (read-file-name-defaults): New function.
7302 (read-file-name): Reset `minibuffer-default' to nil when
7303 it duplicates initial input `insdef'.
7304 Bind `minibuffer-default-add-function' to lambda that
7305 calls `read-file-name-defaults' in `minibuffer-selected-window'.
7306 (minibuffer-insert-file-name-at-point): New command.
7307
7308 * files.el (file-name-at-point-functions): New defcustom.
7309 (find-file-default): Remove defvar.
7310 (find-file-read-args): Don't use `find-file-default'.
7311 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7312 to `read-file-name'.
7313 (find-file-literally): Use `read-file-name' with
7314 `confirm-nonexistent-file-or-buffer'.
7315
7316 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
7317
7318 * dired.el (dired-read-dir-and-switches):
7319 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7320 to `read-file-name'.
7321 (dired-file-name-at-point): New function.
7322 (dired-mode): Add hook `dired-file-name-at-point' to
7323 `file-name-at-point-functions'.
7324
7325 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7326
7327 Really make the *Completions* window soft-dedicated (bug#5030).
7328 * window.el (window--display-buffer-2): Add `dedicated' argument.
7329 (display-buffer): Pass it when needed so the dedicated flag is set
7330 after calling set-window-buffer, which would otherwise reset it.
7331
7332 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7333
7334 * progmodes/meta-mode.el (meta-complete-symbol):
7335 * progmodes/etags.el (complete-tag):
7336 * mail/mailabbrev.el (mail-abbrev-complete-alias):
7337 Use completion-in-region.
7338
7339 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
7340 (dabbrev-completion): Use completion-in-region.
7341 (dabbrev--abbrev-at-point): Simplify regexp.
7342
7343 * abbrev.el (abbrev--before-point): Use word-motion functions
7344 if :regexp is not specified (bug#5031).
7345
7346 * subr.el (string-prefix-p): New function.
7347
7348 * man.el (Man-completion-cache): New var.
7349 (Man-completion-table): Use it.
7350
7351 * vc.el (vc-print-log-internal): Make `limit' optional for better
7352 compatibility (e.g. with vc-annotate.el).
7353
7354 2009-11-24 Kevin Ryde <user42@zip.com.au>
7355
7356 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
7357 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
7358
7359 * emacs-lisp/elint.el (elint-add-required-env): Better error message
7360 when .el source file not found or other error.
7361
7362 2009-11-24 Markus Triska <markus.triska@gmx.at>
7363
7364 * linum.el (linum-update-window): Ignore intangible (bug#4996).
7365
7366 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7367
7368 Handle the [back] button properly (bug#4979).
7369 * descr-text.el (describe-text-properties): Add a `buffer' argument.
7370 Use help-setup-xref, help-buffer, and with-help-window.
7371 (describe-char): Add `buffer' argument.
7372 Pass proper command to help-setup-xref. Don't meddle with
7373 help-xref-stack-item directly.
7374 (describe-text-category): Use with-help-window and help-buffer.
7375
7376 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
7377 for the displayed buffer (bug#4887).
7378
7379 * man.el (Man-completion-table): New function.
7380 (man): Use it.
7381
7382 2009-11-24 David Reitter <david.reitter@gmail.com>
7383
7384 * vc-git.el (vc-git-registered): Use checkout directory (where
7385 .git is) rather than the file's directory and a relative path spec
7386 to work around a bug in git.
7387
7388 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
7389
7390 Improve handling of processes on remote hosts.
7391
7392 * eshell/esh-util.el (eshell-path-env): New defvar.
7393 (eshell-parse-colon-path): New defun.
7394 (eshell-file-attributes): Use `eshell-parse-colon-path'.
7395
7396 * eshell/esh-ext.el (eshell-search-path):
7397 Use `eshell-parse-colon-path'.
7398 (eshell-remote-command): Remove argument HANDLER.
7399 (eshell-external-command): Check for FTP remote connection.
7400
7401 * eshell/esh-proc.el (eshell-gather-process-output):
7402 Use `file-truename', in order to start also symlinked files.
7403 Apply `start-file-process' instead of `start-process'.
7404 Shorten `command' to the local file name part.
7405
7406 * eshell/em-cmpl.el (eshell-complete-commands-list):
7407 Use `eshell-parse-colon-path'.
7408
7409 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
7410
7411 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
7412 to `eshell-directory-change-hook'.
7413
7414 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
7415
7416 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
7417 because it could be enabled automatically if view-read-only is non-nil.
7418
7419 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
7420
7421 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
7422 made on 2009-11-22.
7423
7424 2009-11-24 Glenn Morris <rgm@gnu.org>
7425
7426 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
7427 deleted variable bookmark-bmenu-bookmark-column.
7428
7429 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7430 Move after definition of global-semantic-idle-tag-highlight-mode.
7431
7432 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7433
7434 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
7435
7436 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
7437
7438 * net/browse-url.el (browse-url-filename-alist): On Windows, add
7439 two slashes to the "file:" prefix.
7440 (browse-url-file-url): De-munge Cygwin filenames before passing
7441 them to Windows browser.
7442 (browse-url-default-windows-browser): Use call-process.
7443
7444 2009-11-23 Juri Linkov <juri@jurta.org>
7445
7446 Implement DocView Continuous mode. (Bug#4896)
7447 * doc-view.el (doc-view-continuous-mode): New defcustom.
7448 (doc-view-mode-map): Bind C-n/<down> to
7449 `doc-view-next-line-or-next-page', C-p/<up> to
7450 `doc-view-previous-line-or-previous-page'.
7451 (doc-view-next-line-or-next-page)
7452 (doc-view-previous-line-or-previous-page): New commands.
7453
7454 2009-11-23 Juri Linkov <juri@jurta.org>
7455
7456 Implement Isearch in comint input history. (Bug#3746)
7457 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
7458 `isearch-mode-hook'.
7459 (comint-history-isearch): New defcustom.
7460 (comint-history-isearch-backward)
7461 (comint-history-isearch-backward-regexp): New commands.
7462 (comint-history-isearch-message-overlay): New buffer-local variable.
7463 (comint-history-isearch-setup, comint-history-isearch-end)
7464 (comint-goto-input, comint-history-isearch-search)
7465 (comint-history-isearch-message, comint-history-isearch-wrap)
7466 (comint-history-isearch-push-state)
7467 (comint-history-isearch-pop-state): New functions.
7468
7469 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
7470
7471 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7472 return.
7473 (tramp-handle-make-symbolic-link)
7474 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7475 Quote file names.
7476 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7477 (tramp-handle-process-file): Use it.
7478
7479 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7480
7481 * window.el (move-to-window-line-last-op): Remove.
7482 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7483
7484 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
7485
7486 Make M-r mirror the new cycling behavior of C-l.
7487 * window.el (move-to-window-line-last-op): New var.
7488 (move-to-window-line-top-bottom): New command.
7489 (global-map): Bind M-r move-to-window-line-top-bottom.
7490
7491 2009-11-23 Sven Joachim <svenjoac@gmx.de>
7492
7493 * dired-x.el (dired-guess-shell-alist-default):
7494 Support xz format. (Bug#4953)
7495
7496 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
7497
7498 * cedet/srecode/map.el (srecode-get-maps):
7499 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7500 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7501 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7502 (semantic-toggle-decoration-style):
7503 * cedet/semantic/decorate/include.el
7504 (semantic-decoration-include-describe)
7505 (semantic-decoration-unknown-include-describe)
7506 (semantic-decoration-unparsed-include-describe)
7507 (semantic-decoration-all-include-summary):
7508 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7509 * cedet/semantic/analyze/complete.el
7510 (semantic-analyze-possible-completions):
7511 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7512 (semantic-show-unmatched-syntax-mode)
7513 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7514 (semantic-highlight-func-mode):
7515 * cedet/semantic/util.el (semantic-describe-buffer):
7516 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7517 (semantic-symref-find-tags-by-name)
7518 (semantic-symref-find-tags-by-regexp)
7519 (semantic-symref-find-tags-by-completion)
7520 (semantic-symref-find-file-references-by-name)
7521 (semantic-symref-find-text):
7522 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7523 (senator-yank-tag):
7524 * cedet/semantic/scope.el (semantic-calculate-scope):
7525 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7526 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7527 (define-semantic-idle-service):
7528 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7529 (semantic-complete-analyze-inline-idle):
7530 * cedet/semantic/analyze.el (semantic-analyze-current-context):
7531 * cedet/mode-local.el (describe-mode-local-bindings)
7532 (describe-mode-local-bindings-in-mode):
7533 * cedet/ede/make.el (ede-make-check-version):
7534 * cedet/ede/locate.el (ede-enable-locate-on-project):
7535 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7536 (cedet-idutils-version-check):
7537 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7538 (cedet-gnu-global-version-check):
7539 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7540 (cedet-cscope-version-check): Use called-interactively-p instead
7541 of interactive-p.
7542
7543 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7544 Use semantic-format-tag-prototype.
7545
7546 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
7547
7548 * emulation/viper-cmd.el: Use viper-last-command-char instead of
7549 last-command-char/last-command-event.
7550 (viper-prefix-arg-value): Do correct conversion of event-char for
7551 XEmacs.
7552
7553 * emulation/viper-util.el, emulation/viper.el:
7554 Use viper-last-command-char instead of
7555 last-command-char/last-command-event.
7556
7557 * ediff-init.el, ediff-mult.el, ediff-util.el:
7558 Replace last-command-char and last-command-event
7559 with (ediff-last-command-char) everywhere.
7560
7561 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7562 created in fundamental mode.
7563
7564 * ediff.el (ediff-version): Revert the change of interactive-p to
7565 called-interactively-p.
7566
7567 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
7568
7569 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7570 generation from word-movement command names.
7571
7572 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
7573
7574 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7575 (semantic-complete-jump-local, semantic-complete-jump):
7576 Improve prompt string.
7577
7578 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
7579
7580 * cus-start.el (all): Add native condition for font-use-system-font.
7581
7582 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
7583
7584 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7585 Correct the patch from 2009-11-18. (Bug#3910)
7586
7587 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
7588
7589 * progmodes/subword.el: Rename from lisp/subword.el.
7590
7591 * subword.el: Rename to progmodes/subword.el.
7592
7593 * Makefile.in (ELCFILES): Adapt to subword.el move.
7594
7595 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7596 Stefan Monnier <monnier@iro.umontreal.ca>
7597
7598 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7599 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7600 (bookmark-bmenu-show-filenames): Use push.
7601 (bookmark-bmenu-hide-filenames): Use local var instead of
7602 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
7603 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7604 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7605 filenames now that the bookmark names are always available.
7606
7607 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7608
7609 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7610 (bookmark-search-pattern): Move and leave unbound.
7611 (bookmark-bmenu-mode-map): Change binding.
7612 (bookmark-read-search-input): Simplify.
7613 Don't use text-char-description. Don't error on non-char events.
7614 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7615 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7616 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7617 Use a local var for the timer.
7618 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7619 (i.e. bookmark-bmenu-search).
7620
7621 2009-11-21 Glenn Morris <rgm@gnu.org>
7622
7623 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
7624
7625 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
7626
7627 * net/browse-url.el (browse-url-default-windows-browser):
7628 Use cygstart for cygwin.
7629
7630 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
7631
7632 * bookmark.el: Formatting and doc fixes only:
7633 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7634 (bookmark-bmenu-search): Wrap to fit within 80 columns.
7635 Minor grammar and punctuation fixes in doc string.
7636 (bookmark-read-search-input): Adjust to fit within 80 columns.
7637
7638 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
7639
7640 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7641 (c-backward-into-nomenclature): Adapt to subword renaming.
7642
7643 * subword.el (subword-forward, subword-backward, subword-mark)
7644 (subword-kill, subword-backward-kill, subword-transpose)
7645 (subword-downcase, subword-upcase, subword-capitalize)
7646 (subword-forward-internal, subword-backward-internal):
7647 Rename from forward-subword, backward-subword, mark-subword,
7648 kill-subword, backward-kill-subword, transpose-subwords,
7649 downcase-subword, upcase-subword, capitalize-subword,
7650 forward-subword-internal, backward-subword-internal.
7651
7652 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7653
7654 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7655 New options.
7656 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7657 New vars.
7658 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7659 (bookmark-bmenu-filter-alist-by-regexp)
7660 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7661 (bookmark-bmenu-search): New command.
7662 (bookmark-bmenu-mode-map): Bind it.
7663
7664 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7665
7666 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7667
7668 * cedet/semantic/idle.el (define-semantic-idle-service)
7669 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7670
7671 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
7672
7673 * progmodes/cc-cmds.el: declare-functioned forward-subword and
7674 backward-subword to quit the byte-compiler.
7675
7676 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7677
7678 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7679
7680 * progmodes/cc-cmds.el (c-update-modeline)
7681 (c-forward-into-nomenclature, c-backward-into-nomenclature):
7682 Refer to subword.el functions instead of cc-subword.el.
7683
7684 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7685 subword.el functions instead of cc-subword.el.
7686
7687 * progmodes/cc-subword.el: Rename to subword.el.
7688 * subword.el: Rename from progmodes/cc-subword.el.
7689 (subword-mode-map): Rename from c-subword-mode-map.
7690 (subword-mode): Rename from c-subword-mode.
7691 (global-subword-mode): New global minor mode.
7692 (forward-subword): Rename from c-forward-subword.
7693 (backward-subword): Rename from c-backward-subword.
7694 (mark-subword): Rename from c-mark-subword.
7695 (kill-subword): Rename from c-kill-subword.
7696 (backward-kill-subword): Rename from c-backward-kill-subword.
7697 (transpose-subwords): Rename from c-tranpose-subword.
7698 (downcase-subword): Rename from c-downcase-subword.
7699 (capitalize-subword): Rename from c-capitalize-subword.
7700 (forward-subword-internal): Rename from c-forward-subword-internal.
7701 (backward-subword-internal): Rename from c-backward-subword-internal.
7702
7703 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
7704
7705 * vc.el (vc-deduce-fileset): Allow non-state changing operations
7706 from a dired buffer.
7707 (vc-dired-deduce-fileset): New function.
7708 (vc-root-diff, vc-print-root-log): Use it.
7709
7710 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7711 nil LIMIT argument to vc-print-log-internal.
7712
7713 2009-11-20 Glenn Morris <rgm@gnu.org>
7714
7715 * Makefile.in (ELCFILES): Regenerate.
7716
7717 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7718
7719 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
7720
7721 * cedet/semantic.el: Enable idle-mode menu items only if
7722 global-semantic-idle-scheduler-mode is enabled.
7723 (semantic-default-submodes): Doc fix.
7724
7725 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7726 When turning off, disable other idle modes.
7727
7728 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
7729
7730 * calc/calc.el (calc-set-mode-line):
7731 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7732 (math-format-number): Rename `math-format-complement-signed' to
7733 `math-format-twos-complement'.
7734
7735 * calc/calc-bin.el (math-format-twos-complement): Rename from
7736 math-format-complement-signed.
7737 (calc-radix): Rename `calc-complement-signed-mode' to
7738 `calc-twos-complement-mode'.
7739 (calc-octal-radix, calc-hex-radix): Add an argument for
7740 two's complement.
7741
7742 * calc/calc-embed.el (calc-embedded-mode-vars):
7743 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7744
7745 * calc/calc-ext.el (calc-init-extensions):
7746 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7747 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
7748
7749 * calc/calc-units.el (math-build-units-table-buffer):
7750 Let `calc-twos-complement-mode' be nil.
7751
7752 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
7753 entries.
7754
7755 * calc/calc-vec.el (calcFunc-vunpack):
7756 * calc/calc-aent.el (calc-do-calc-eval):
7757 * calc/calc-forms.el (math-format-date):
7758 * calc/calc-graph.el (calc-graph-plot):
7759 * calc/calc-math.el (math-use-emacs-fn):
7760 * calc/calccomp.el (math-compose-expr):
7761 Let `calc-twos-complement-mode' be nil.
7762
7763 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7764
7765 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
7766 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
7767 * minibuffer.el (completion-in-region-functions): New hook.
7768 (completion-in-region): New function.
7769 * emacs-lisp/lisp.el (lisp-complete-symbol):
7770 * pcomplete.el (pcomplete-std-complete): Use it.
7771
7772 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7773
7774 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
7775 (latex-complete-alist): New vars.
7776 (latex-string-prefix-p, latex-complete-bibtex-keys)
7777 (latex-complete-envnames, latex-complete-refkeys)
7778 (latex-complete-data): New functions.
7779 (latex-complete, latex-indent-or-complete): New commands.
7780
7781 * window.el (display-buffer-mark-dedicated): New var.
7782 (display-buffer): Obey it.
7783 * minibuffer.el (minibuffer-completion-help): Use it.
7784
7785 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
7786
7787 * filecache.el (file-cache-add-file): Use push and cons.
7788 (file-cache-delete-file-regexp): Use push.
7789 (file-cache-complete): Use completion-in-region.
7790
7791 * simple.el (with-wrapper-hook): Fix thinko.
7792
7793 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
7794 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
7795 Use with-current-buffer and string-to-number.
7796 (hfy-fallback-colour-values): Use assoc-string.
7797 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
7798 (hfy-face-at): Remove unused var `found-face'.
7799 (hfy-compile-stylesheet): Remove unused var `css'.
7800 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
7801 and `orig-buffer'.
7802 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
7803 Use with-current-buffer.
7804 (hfy-text-p): Use expand-file-name and fewer setq.
7805
7806 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
7807
7808 * htmlfontify.el, hfy-cmap.el: New files.
7809
7810 2009-11-19 Juri Linkov <juri@jurta.org>
7811
7812 * minibuffer.el (completions-format): New defcustom.
7813 (completion--insert-strings): Implement vertical format.
7814
7815 * simple.el (switch-to-completions): Move point to the first
7816 completion when point was at the beginning of the buffer.
7817
7818 2009-11-19 Juri Linkov <juri@jurta.org>
7819
7820 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
7821
7822 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
7823
7824 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
7825
7826 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
7827 (mail-signature): Change default to t.
7828 (mail-from-style): Deprecate `system-default' value.
7829 (mail-insert-from-field): For default value of mail-from-style,
7830 default to `angles' unless `angles' needs quoting and `parens'
7831 does not.
7832 (mail-citation-prefix-regexp): Use citation regexp from
7833 message-mode.
7834
7835 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
7836
7837 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7838 Set variables for computing the prompt for reading password.
7839
7840 2009-11-19 Glenn Morris <rgm@gnu.org>
7841
7842 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
7843
7844 * textmodes/flyspell.el (sgml-lexical-context): Declare.
7845
7846 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
7847 (newsticker-treeview-listwindow-height): Fix custom type.
7848
7849 2009-11-19 Kenichi Handa <handa@m17n.org>
7850
7851 * descr-text.el (describe-char-padded-string): Compose with TAB
7852 only if there's a font for CH.
7853 (describe-char): Fix the condition for detecting a trivial composition.
7854
7855 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
7856
7857 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
7858 more accurate version of the regexp. (Bug#3910)
7859
7860 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
7861
7862 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
7863
7864 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
7865
7866 * font-setting.el (font-use-system-font): Declare for byte-compiler.
7867 (font-setting-change-default-font): Fix typo in docstring.
7868
7869 2009-11-18 Alan Mackenzie <acm@muc.de>
7870
7871 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
7872
7873 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7874
7875 * font-setting.el (font-use-system-font): Move ...
7876
7877 * cus-start.el (all): ... to here.
7878
7879 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
7880
7881 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
7882 Don't set `ad-return-value' if `ad-do-it' doesn't.
7883
7884 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
7885 modification time.
7886
7887 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7888
7889 * menu-bar.el: Put "Use system font" in Option-menu.
7890 (menu-bar-options-save): Add font-use-system-font.
7891
7892 * loadup.el: If feature system-font-setting or font-render-setting is
7893 there, load font-setting.
7894
7895 * Makefile.in (ELCFILES): Add font-settings.el.
7896 * font-setting.el: New file.
7897
7898 2009-11-17 Glenn Morris <rgm@gnu.org>
7899
7900 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
7901
7902 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
7903 Preserve point in the list buffer. (Bug#4939)
7904 Use point-at-eol.
7905 (newsticker--treeview-list-update-highlight)
7906 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
7907
7908 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7909
7910 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
7911 Remove.
7912
7913 * calc/calc-ext.el (calc-init-extensions): Remove references to
7914 symclip.
7915
7916 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
7917
7918 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
7919 * calc/calc-help.el (calc-b-prefix-help): Remove references to
7920 `calc-symclip'.
7921
7922 2009-11-16 Kevin Ryde <user42@zip.com.au>
7923
7924 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7925 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
7926
7927 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
7928 (lm-keywords-list): Allow comma-only separator like "foo,bar".
7929 Ignore trailing spaces by omit-nulls to split-string (fixing
7930 regression from Emacs 21 due to the incompatible split-string
7931 change). (Bug #4928.)
7932
7933 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
7934
7935 * vc.el (vc-log-show-limit): Default to 2000.
7936 (vc-print-log-internal): Insert buttons to request more entries
7937 when limiting the output.
7938
7939 * vc-sccs.el (vc-sccs-print-log):
7940 * vc-rcs.el (vc-rcs-print-log):
7941 * vc-cvs.el (vc-cvs-print-log):
7942 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
7943 LIMIT is non-nil.
7944
7945 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
7946
7947 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
7948 error when `tramp-gvfs-dbus-event-vector' is set.
7949 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
7950
7951 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7952
7953 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
7954
7955 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
7956
7957 * net/dbus.el (dbus-unregister-service): New defun.
7958 (dbus-register-property): Register the handlers of
7959 "org.freedesktop.DBus.Properties" for SERVICE.
7960 (dbus-property-handler): Fix docstring.
7961
7962 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7963
7964 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
7965 Quote doc string reference in defvaralias as it is not in special form.
7966 (byte-compile-output-docform): Doc fix.
7967
7968 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7969
7970 * calc/calc.el (math-2-word-size, math-half-2-word-size)
7971 (calc-complement-signed-mode): New variables.
7972 (calc-set-mode-line): Add indicator for twos-complements.
7973 (math-format-number): Format twos-complement notation.
7974
7975 * calc/calc-bin.el (calc-word-size): Reset the variables
7976 `math-2-word-size' and `math-half-2-word-size'.
7977 (math-format-complement-signed, math-symclip, calcFunc-symclip)
7978 (calc-symclip): New functions.
7979
7980 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
7981
7982 * calc/calc-embed.el (calc-embedded-mode-vars):
7983 Add `calc-complement-signed-mode' to the list of modes.
7984
7985 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
7986 (calc-b-oper-keys): Add `calc-symclip' to list.
7987
7988 * calc/calc-ext.el (math-read-number-fancy): Read complement
7989 signed numbers.
7990 (calc-init-extensions): Add binding for `calc-symclip'.
7991 Add autoload for `calcFunc-symclip' and `calc-symclip'.
7992
7993 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
7994 `calc-symclip'.
7995 (calc-modes-menu): Add item for twos complement mode.
7996
7997 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
7998
7999 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
8000
8001 * register.el (jump-to-register, insert-register): Handle Semantic
8002 tags. From commented-out advice in semantic/senator.el.
8003
8004 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
8005
8006 * vc.el (vc-log-show-limit): New variable.
8007 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
8008 when using a prefix argument.
8009 (vc-print-log-internal): Add new argument LIMIT.
8010
8011 * vc-svn.el (vc-svn-print-log):
8012 * vc-mtn.el (vc-mtn-print-log):
8013 * vc-hg.el (vc-hg-print-log):
8014 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
8015 pass it to the log command when set. Make the BUFFER argument
8016 non-optional.
8017
8018 * vc-sccs.el (vc-sccs-print-log):
8019 * vc-rcs.el (vc-rcs-print-log):
8020 * vc-git.el (vc-git-print-log):
8021 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
8022 ignore it. Make the BUFFER argument non-optional
8023
8024 * bindings.el (mode-line-buffer-identification): Do not purecopy.
8025
8026 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
8027
8028 * dired.el (dired-mode-map): Move encryption items to "Operate"
8029 menu (Bug#4703).
8030
8031 * strokes.el (strokes-update-window-configuration): Make strokes
8032 buffer current before erasing (Bug#4906).
8033
8034 * cedet/semantic/idle.el (semantic-idle-summary-mode)
8035 (semantic-idle-summary-mode): Define using define-minor-mode
8036 instead of define-semantic-idle-service.
8037 (semantic-idle-summary-mode): New function.
8038 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
8039 that mouse motion does not reset the echo area.
8040
8041 2009-11-15 Juri Linkov <juri@jurta.org>
8042
8043 * simple.el (set-mark-default-inactive): Add :type, :group
8044 and :version. (Bug#4876)
8045
8046 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
8047
8048 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
8049 (archive-unique-fname): ... here. (Bug#4929)
8050
8051 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8052
8053 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
8054 with a real fix.
8055
8056 * novice.el (disabled-command-function): Add useful args.
8057 Setup the help buffer so that [back] works.
8058 Remove redundant call to help-mode.
8059 (disabled-command-function): Use `case'.
8060 (en/disable-command): New function extracted from enable-command.
8061 (enable-command, disable-command): Use it.
8062
8063 2009-11-14 Glenn Morris <rgm@gnu.org>
8064
8065 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
8066 constants. (Bug#4913)
8067
8068 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
8069
8070 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
8071
8072 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
8073 defined in C that have no doc-strings. (Bug#1063)
8074
8075 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
8076
8077 * cus-edit.el (data, files):
8078 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
8079
8080 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
8081
8082 * simple.el (shell-command): Doc fix (Bug#4891).
8083
8084 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
8085
8086 2009-11-14 Glenn Morris <rgm@gnu.org>
8087
8088 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
8089 statements for vc-diff, emerge-quit, and rmail-cease-edit.
8090 If they are already loaded, eval-after-load will do the right thing.
8091
8092 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
8093 compiling.
8094
8095 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
8096
8097 * simple.el (x-selection-owner-p): Declare.
8098 (read-mail-command): Use custom radio type rather than choice.
8099 (completion-no-auto-exit): Doc fix.
8100
8101 * custom.el (defgroup):
8102 * epg-config.el (epg): Doc fixes.
8103
8104 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
8105
8106 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
8107 * international/ccl.el (define-ccl-program): Do not purecopy the
8108 docstring, defconst does it anyway.
8109
8110 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8111
8112 * add-log.el (add-change-log-entry): Avoid displaying the changelog
8113 a second time.
8114
8115 * x-dnd.el (x-dnd-maybe-call-test-function):
8116 * window.el (split-window-vertically):
8117 * whitespace.el (whitespace-help-on):
8118 * vc-rcs.el (vc-rcs-consult-headers):
8119 * userlock.el (ask-user-about-lock-help)
8120 (ask-user-about-supersession-help):
8121 * type-break.el (type-break-force-mode-line-update):
8122 * time-stamp.el (time-stamp-conv-warn):
8123 * terminal.el (te-set-output-log, te-more-break, te-filter)
8124 (te-sentinel, terminal-emulator):
8125 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
8126 (term-write-input-ring, term-check-source, term-start-output-log):
8127 (term-display-buffer-line, term-dynamic-list-completions):
8128 (term-ansi-make-term, serial-term):
8129 * subr.el (selective-display):
8130 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8131 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
8132 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
8133 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
8134 (speedbar-remove-localized-speedbar-support)
8135 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
8136 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
8137 (speedbar-buffers-line-directory):
8138 * simple.el (shell-command-on-region, append-to-buffer)
8139 (prepend-to-buffer):
8140 * shadowfile.el (shadow-save-todo-file):
8141 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
8142 (scroll-bar-maybe-set-window-start):
8143 * sb-image.el (speedbar-image-dump):
8144 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
8145 (load-save-place-alist-from-file):
8146 * ps-samp.el (ps-print-message-from-summary):
8147 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
8148 (ps-background-image, ps-begin-job, ps-do-despool):
8149 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
8150 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
8151 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
8152 (pr-call-process, pr-file-list, pr-interface-save):
8153 * novice.el (disabled-command-function)
8154 (enable-command, disable-command):
8155 * mouse.el (mouse-buffer-menu-alist):
8156 * mouse-copy.el (mouse-kill-preserving-secondary):
8157 * macros.el (kbd-macro-query):
8158 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
8159 * informat.el (batch-info-validate):
8160 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
8161 * hippie-exp.el (try-expand-dabbrev-visible):
8162 * help-mode.el (help-make-xrefs):
8163 * help-fns.el (describe-variable):
8164 * generic-x.el (bat-generic-mode-run-as-comint):
8165 * finder.el (finder-mouse-select):
8166 * find-dired.el (find-dired-sentinel):
8167 * filesets.el (filesets-file-close):
8168 * files.el (list-directory):
8169 * faces.el (list-faces-display, describe-face):
8170 * facemenu.el (list-colors-display):
8171 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
8172 * epg.el (epg--process-filter, epg-cancel):
8173 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
8174 (epa--read-signature-type):
8175 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
8176 (emerge-file-names):
8177 * ehelp.el (electric-helpify):
8178 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
8179 * ediff-vers.el (rcs-ediff-view-revision):
8180 * ediff-util.el (ediff-setup):
8181 * ediff-mult.el (ediff-append-custom-diff):
8182 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
8183 (ediff-wordify):
8184 * echistory.el (Electric-command-history-redo-expression):
8185 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8186 * disp-table.el (describe-display-table):
8187 * dired.el (dired-find-buffer-nocreate):
8188 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
8189 * dabbrev.el (dabbrev--same-major-mode-p):
8190 * chistory.el (list-command-history):
8191 * apropos.el (apropos-documentation):
8192 * allout.el (allout-obtain-passphrase):
8193 (allout-copy-exposed-to-buffer):
8194 (allout-verify-passphrase): Use with-current-buffer.
8195
8196 2009-11-13 Glenn Morris <rgm@gnu.org>
8197
8198 * Makefile.in (ELCFILES): Regenerate.
8199
8200 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
8201
8202 * net/dbus.el (dbus-registered-objects-table): Rename from
8203 `dbus-registered-functions-table', because it contains also properties.
8204 (dbus-unregister-object): Unregister also properties.
8205 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8206 Use a timeout of 500 msec, in order to not block.
8207 (dbus-register-property, dbus-property-handler): New defuns.
8208
8209 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8210
8211 * simple.el (minibuffer-default-add-completions): Drop deprecated
8212 4th arg.
8213
8214 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
8215
8216 * textmodes/artist.el (artist-mouse-choose-operation):
8217 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
8218 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
8219 (artist-compute-up-event-key): New function.
8220 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
8221
8222 2009-11-13 Kenichi Handa <handa@m17n.org>
8223
8224 * language/japan-util.el: Make sure that the value of jisx0208
8225 property is jisx0208 character.
8226
8227 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
8228
8229 * international/mule.el (auto-coding-regexp-alist): Only purecopy
8230 car or each item, not the whole list.
8231
8232 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
8233
8234 * minibuffer.el (minibuffer-completion-help):
8235 Use minibuffer-hide-completions.
8236
8237 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
8238
8239 * dired.el (dired-save-positions, dired-restore-positions): New funs.
8240 (dired-revert): Use them (bug#4880).
8241
8242 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8243
8244 * tooltip.el (tooltip-frame-parameters): Undo previous change.
8245
8246 2009-11-12 Juri Linkov <juri@jurta.org>
8247
8248 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
8249 New functions.
8250 (find-file-literally-at-point): Alias of `ffap-literally'.
8251
8252 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8253
8254 * textmodes/ispell.el (ispell-skip-region-alist):
8255 * textmodes/css-mode.el (auto-mode-alist):
8256 * progmodes/compile.el (auto-mode-alist):
8257 * international/mule.el (ctext-non-standard-encodings-alist)
8258 (ctext-non-standard-encodings-regexp):
8259 * simple.el (shell-command-switch, text-read-only):
8260 * replace.el (occur-mode-map):
8261 * paths.el (rmail-file-name):
8262 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
8263 * find-file.el (ff-special-constructs):
8264 * files.el (file-name-handler-alist):
8265 * composite.el: Purecopy strings.
8266
8267 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
8268
8269 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8270
8271 * widget.el (define-widget): Purecopy the docstring.
8272 * international/mule-cmds.el (charset): Do not purecopy the
8273 docstring here, define-widget does it.
8274
8275 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8276 * textmodes/bibtex-style.el (auto-mode-alist):
8277 * progmodes/inf-lisp.el (inferior-lisp-prompt):
8278 * progmodes/compile.el (compile-command):
8279 * language/korea-util.el (default-korean-keyboard):
8280 * international/mule-conf.el (file-coding-system-alist):
8281 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
8282 * tooltip.el (tooltip-frame-parameters):
8283 * newcomment.el (comment-end, comment-padding):
8284 * dired.el (dired-trivial-filenames):
8285 * comint.el (comint-file-name-prefix): Purecopy initial values.
8286
8287 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
8288
8289 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
8290 (tramp-advice-minibuffer-electric-tilde): Unload advices via
8291 `tramp-unload'.
8292 (tramp-advice-make-auto-save-file-name)
8293 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
8294 after removing the advice.
8295
8296 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8297
8298 * progmodes/grep.el (grep-regexp-alist):
8299 * international/mule-cmds.el (iso-2022-control-alist):
8300 * emacs-lisp/timer.el (timer-duration-words):
8301 * subr.el (version-separator, version-regexp-alist):
8302 * minibuffer.el (completion-styles-alist):
8303 * faces.el (face-attribute-name-alist, list-faces-sample-text):
8304 Change defvars to defconsts.
8305
8306 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
8307 * loadup.el ("international/mule-conf"): Load the byte compiled version.
8308 * international/mule-conf.el: Allow to be byte compiled.
8309
8310 * international/mule.el (define-charset): Purecopy props.
8311 (load-with-code-conversion): Purecopy doc string and file name.
8312 (put-charset-property): Purecopy strings.
8313 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
8314
8315 * international/mule-cmds.el (register-input-method): Purecopy arguments.
8316 (define-char-code-property): Correctly purecopy the table.
8317
8318 * international/ccl.el (define-ccl-program): Purecopy the docstring.
8319
8320 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
8321
8322 * subr.el (add-hook): Purecopy strings.
8323 (eval-after-load): Purecopy load-history-regexp and the form.
8324
8325 * custom.el (custom-declare-group): Purecopy load-file-name.
8326
8327 * subr.el (menu-bar-separator): New defconst.
8328 * net/eudc.el (eudc-tools-menu):
8329 * international/mule-cmds.el (set-coding-system-map)
8330 (mule-menu-keymap):
8331 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8332 * vc-hooks.el (vc-menu-map):
8333 * replace.el (occur-mode-map):
8334 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
8335 (menu-bar-edit-menu, menu-bar-goto-menu)
8336 (menu-bar-custom-menu, menu-bar-showhide-menu)
8337 (menu-bar-options-menu, menu-bar-tools-menu)
8338 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
8339 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
8340 (menu-bar-help-menu):
8341 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
8342 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
8343
8344 * term/x-win.el (x-gtk-stock-map):
8345 * progmodes/vera-mode.el (auto-mode-alist):
8346 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8347 (inferior-lisp-program, inferior-lisp-load-command):
8348 * progmodes/hideshow.el (hs-special-modes-alist):
8349 * progmodes/gud.el (same-window-regexps):
8350 * progmodes/grep.el (grep-program, find-program, xargs-program):
8351 * net/telnet.el (same-window-regexps):
8352 * net/rlogin.el (same-window-regexps):
8353 * language/ethiopic.el (font-ccl-encoder-alist):
8354 * vc-sccs.el (vc-sccs-master-templates):
8355 * vc-rcs.el (vc-rcs-master-templates):
8356 * subr.el (cl-assertion-failed):
8357 * simple.el (next-error-overlay-arrow-position):
8358 * lpr.el (lpr-command):
8359 * locate.el (locate-ls-subdir-switches):
8360 * info.el (same-window-regexps, info)
8361 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
8362 * image-mode.el (image-mode, auto-mode-alist):
8363 * hippie-exp.el (hippie-expand-ignore-buffers):
8364 * format.el (format-alist):
8365 * find-dired.el (find-ls-subdir-switches, find-grep-options)
8366 (find-name-arg):
8367 * facemenu.el (facemenu-keybindings):
8368 * dired.el (dired-listing-switches, dired-chown-program):
8369 * diff.el (diff-switches, diff-command):
8370 * cus-edit.el (same-window-regexps):
8371 * bindings.el (mode-line-mule-info)
8372 (mode-line-buffer-identification): Purecopy strings.
8373
8374 2009-11-11 Juri Linkov <juri@jurta.org>
8375
8376 * simple.el (dired-get-filename) <declare-function>:
8377 Tell the byte-compiler about dired-get-filename.
8378 (shell-command): In Dired mode, get filename from the current line
8379 as the default value.
8380
8381 2009-11-10 Glenn Morris <rgm@gnu.org>
8382
8383 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
8384 * calendar/holidays.el, progmodes/cperl-mode.el:
8385 Update x-popup-menu declarations.
8386
8387 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
8388 (list-load-path-shadows): Use dolist.
8389 (list-load-path-shadows): Use with-current-buffer.
8390
8391 2009-11-10 Juri Linkov <juri@jurta.org>
8392
8393 * minibuffer.el (read-file-name): Support a list of default values
8394 in `default-filename'. Use the first file name where only one
8395 element is required. Doc fix.
8396
8397 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
8398
8399 * net/dbus.el (dbus-unregister-object): Release service, if no
8400 other method is registered for it.
8401
8402 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
8403
8404 * bookmark.el (bookmark-completing-read): Sort bookmark names if
8405 bookmark-sort-flag is non-nil (Bug#4653).
8406
8407 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
8408
8409 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
8410 the progress reporter entirely.
8411
8412 * emulation/cua-base.el: Add CUA property to some CC mode commands
8413 (Bug#4100).
8414
8415 2009-11-08 Kevin Ryde <user42@zip.com.au>
8416
8417 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
8418 at end of sentence (Bug#4818).
8419
8420 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
8421
8422 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8423 Handle "see declaration of" MSFT statements (Bug#4100).
8424
8425 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
8426
8427 * net/tramp.el (tramp-advice-make-auto-save-file-name)
8428 (tramp-advice-file-expand-wildcards): Unload via
8429 `ad-remove-advice'.
8430
8431 * net/trampver.el: Update release number.
8432
8433 2009-11-08 Kevin Ryde <user42@zip.com.au>
8434
8435 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
8436 `ad-do-it'.
8437
8438 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
8439
8440 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
8441 in order to keep context in SELinux.
8442
8443 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
8444
8445 * dired-aux.el (dired-query): Place cursor in echo area and allow
8446 C-g.
8447
8448 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
8449 menu item if not on a directory (Bug#4701).
8450
8451 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
8452
8453 Sync with Tramp 2.1.17.
8454
8455 * net/tramp.el (tramp-handle-copy-directory): Don't use
8456 `file-remote-p' (due to compatibility).
8457
8458 * net/tramp-compat.el (tramp-compat-copy-directory)
8459 (tramp-compat-delete-directory): New defuns.
8460
8461 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8462 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
8463 `tramp-compat-delete-directory'.
8464
8465 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8466 (tramp-smb-handle-delete-directory): Use
8467 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
8468
8469 * net/trampver.el: Update release number.
8470
8471 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
8472
8473 * tar-mode.el (tar-copy): Call write-region on the right buffer
8474 (Bug#4857).
8475
8476 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8477 by hand, if necessary (Bug#4878).
8478
8479 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
8480
8481 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8482 align size column (Bug#4839).
8483
8484 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8485 statement.
8486
8487 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
8488
8489 * progmodes/ld-script.el (auto-mode-alist):
8490 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8491
8492 * cus-face.el (custom-declare-face): Purecopy face spec.
8493
8494 2009-11-06 Kenichi Handa <handa@m17n.org>
8495
8496 * international/uni-bidi.el: Re-generated.
8497 * international/uni-category.el: Re-generated.
8498 * international/uni-combining.el: Re-generated.
8499 * international/uni-mirrored.el: Re-generated.
8500
8501 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
8502
8503 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8504 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8505 (tex-start-options, slitex-run-command, latex-run-command)
8506 (tex-run-command, tex-directory):
8507 * textmodes/ispell.el (ispell-html-skip-alists)
8508 (ispell-tex-skip-alists, ispell-tex-skip-alists):
8509 * textmodes/fill.el (adaptive-fill-first-line-regexp):
8510 (adaptive-fill-regexp):
8511 * textmodes/dns-mode.el (auto-mode-alist):
8512 * progmodes/python.el (interpreter-mode-alist):
8513 * progmodes/etags.el (tags-compression-info-list):
8514 * progmodes/etags.el (tags-file-name):
8515 * net/browse-url.el (browse-url-galeon-program)
8516 (browse-url-firefox-program):
8517 * mail/sendmail.el (mail-signature-file)
8518 (mail-citation-prefix-regexp):
8519 * international/mule-conf.el (eight-bit):
8520 * international/latexenc.el (latex-inputenc-coding-alist):
8521 * international/fontset.el (x-pixel-size-width-font-regexp):
8522 * emacs-lisp/warnings.el (warning-type-format):
8523 * emacs-lisp/trace.el (trace-buffer):
8524 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8525 (emacs-lisp-mode-map):
8526 * calendar/holidays.el (holiday-solar-holidays)
8527 (holiday-bahai-holidays, holiday-islamic-holidays)
8528 (holiday-christian-holidays, holiday-hebrew-holidays)
8529 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8530 (hebrew-holidays-1, holiday-oriental-holidays)
8531 (holiday-general-holidays):
8532 * x-dnd.el (x-dnd-known-types):
8533 * tool-bar.el (tool-bar):
8534 * startup.el (site-run-file):
8535 * shell.el (shell-dumb-shell-regexp):
8536 * rfn-eshadow.el (file-name-shadow-tty-properties)
8537 (file-name-shadow-properties):
8538 * paths.el (remote-shell-program, news-directory):
8539 * mouse.el ([C-down-mouse-3]):
8540 * menu-bar.el (menu-bar-tools-menu):
8541 * jka-cmpr-hook.el (jka-compr-load-suffixes)
8542 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8543 (jka-compr-compression-info-list):
8544 * isearch.el (search-whitespace-regexp):
8545 * image-file.el (image-file-name-extensions):
8546 * find-dired.el (find-ls-option):
8547 * files.el (directory-listing-before-filename-regexp)
8548 (directory-free-space-args, insert-directory-program)
8549 (list-directory-brief-switches, magic-fallback-mode-alist)
8550 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8551 (automount-dir-prefix):
8552 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8553 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8554 (face-font-registry-alternatives, face-font-registry-alternatives)
8555 (face-font-family-alternatives):
8556 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8557 (facemenu-foreground-menu, facemenu-face-menu):
8558 * epa-hook.el (epa-file-name-regexp):
8559 * dnd.el (dnd-protocol-alist):
8560 * textmodes/rst.el (auto-mode-alist):
8561 * button.el (default-button): Purecopy strings.
8562
8563 2009-11-06 Glenn Morris <rgm@gnu.org>
8564
8565 * Makefile.in (ELCFILES): Update.
8566
8567 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
8568
8569 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8570 * emacs-lisp/levents.el: Move to obsolete/levents.el.
8571
8572 * nxml/xsd-regexp.el (xsdre-gen-categories):
8573 * nxml/xmltok.el (xmltok-parse-entity):
8574 * nxml/rng-parse.el (rng-parse-validate-file):
8575 * nxml/rng-maint.el (rng-format-manual)
8576 (rng-manual-output-force-new-line):
8577 * nxml/rng-loc.el (rng-save-schema-location-1):
8578 * nxml/rng-cmpct.el (rng-c-parse-file):
8579 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8580 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8581
8582 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
8583
8584 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8585 Remove extra save-excursions and make-variable-buffer-local's.
8586 Suggested by Stefan Monnier.
8587
8588 (verilog-getopt-file, verilog-module-inside-filename-p)
8589 (verilog-set-define): Merge GNU 1.35 and repair changes from
8590 switching to using with-current-buffer.
8591
8592 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8593 being treated as a number and confusing AUTORESET.
8594 Reported by Dan Dever.
8595
8596 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8597 Add verilog-auto-ignore-concat to fix backward compatibility with
8598 older verilog-modes. Reported by Dan Katz.
8599
8600 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8601 containing closing anchors "...$".
8602
8603 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8604 Reported by Wade Smith.
8605
8606 (verilog-batch-execute-func): Comment on function usage.
8607
8608 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
8609
8610 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8611 for labels.
8612
8613 (verilog-label-re, verilog-calc-1): Support proper indent of named
8614 asserts.
8615
8616 (verilog-backward-token, verilog-basic-complete-re)
8617 (verilog-beg-of-statement, verilog-indent-re): Support proper
8618 indent of the assert statement at the beginning of a block of text.
8619
8620 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8621 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8622 tokens as begins.
8623
8624 2009-11-05 Glenn Morris <rgm@gnu.org>
8625
8626 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8627 Emacs 19. (Bug#1531)
8628 (byte-compile-fix-header): Update for the above change.
8629 Drop test for epoch::version.
8630
8631 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8632 * cus-dep.el (custom-make-dependencies):
8633 * finder.el (finder-compile-keywords):
8634 Use autoload-rubric's feature argument.
8635
8636 * calendar/diary-lib.el (top-level): Make load behave more like require.
8637
8638 * vc-git.el (vc-git-stash-map): Move definition before use.
8639
8640 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8641
8642 * custom.el (custom-declare-group): Purecopy standard-value.
8643 (custom-declare-group): Purecopy custom-prefix.
8644
8645 * international/mule.el (load-with-code-conversion):
8646 Call do-after-load-evaluation unconditionally.
8647
8648 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8649
8650 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8651
8652 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8653
8654 2009-11-04 Glenn Morris <rgm@gnu.org>
8655
8656 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8657 (byte-compile-compatibility): Remove option.
8658 (byte-compile-close-variables, byte-compile-fix-header)
8659 (byte-compile-insert-header, byte-compile-output-docform)
8660 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8661 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8662 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8663 (byte-compile-insert, byte-compile-defun):
8664 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
8665 (byte-defop-compiler19): Remove.
8666 Without byte-compile-compatibility, the 'emacs19-opcode property is not
8667 used by anything. Replace all calls with byte-defop-compiler.
8668
8669 2009-11-04 Juri Linkov <juri@jurta.org>
8670
8671 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8672 (menu-bar-options-menu): Don't quote the `prop' arg of
8673 `menu-bar-make-mm-toggle'.
8674
8675 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
8676
8677 * calendar/calendar.el (cal-loaddefs):
8678 * calendar/diary-lib.el (diary-loaddefs):
8679 * calendar/holidays.el (hol-loaddefs):
8680 * eshell/esh-module.el (esh-groups): Load rather than require.
8681
8682 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8683
8684 * calendar/todo-mode.el (todo-add-category): Don't hardcode
8685 point-min==1.
8686 (todo-top-priorities): Only display-buffer when called interactively.
8687 (todo-item-start): Don't save excursion point.
8688 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
8689 (todo-insert-item-here, todo-file-item, todo-remove-item):
8690 Adjust uses of todo-item-start and todo-item-end.
8691
8692 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8693 (autoload-rubric): Don't use any more.
8694 * cedet/semantic/fw.el (semantic/loaddefs):
8695 * cedet/srecode.el (srecode/loaddefs):
8696 * cedet/ede.el (ede/loaddefs): Load rather than require.
8697 * cedet/ede/cpp-root.el:
8698 * cedet/ede/emacs.el:
8699 * cedet/ede/files.el:
8700 * cedet/ede/linux.el:
8701 * cedet/ede/locate.el:
8702 * cedet/ede/make.el:
8703 * cedet/ede/shell.el:
8704 * cedet/ede/speedbar.el:
8705 * cedet/ede/system.el:
8706 * cedet/ede/util.el:
8707 * cedet/semantic/analyze.el:
8708 * cedet/semantic/bovine.el:
8709 * cedet/semantic/complete.el:
8710 * cedet/semantic/ctxt.el:
8711 * cedet/semantic/db-file.el:
8712 * cedet/semantic/db-find.el:
8713 * cedet/semantic/db-global.el:
8714 * cedet/semantic/db-mode.el:
8715 * cedet/semantic/db-typecache.el:
8716 * cedet/semantic/db.el:
8717 * cedet/semantic/debug.el:
8718 * cedet/semantic/dep.el:
8719 * cedet/semantic/doc.el:
8720 * cedet/semantic/edit.el:
8721 * cedet/semantic/find.el:
8722 * cedet/semantic/format.el:
8723 * cedet/semantic/html.el:
8724 * cedet/semantic/ia-sb.el:
8725 * cedet/semantic/ia.el:
8726 * cedet/semantic/idle.el:
8727 * cedet/semantic/lex-spp.el:
8728 * cedet/semantic/lex.el:
8729 * cedet/semantic/mru-bookmark.el:
8730 * cedet/semantic/scope.el:
8731 * cedet/semantic/senator.el:
8732 * cedet/semantic/sort.el:
8733 * cedet/semantic/symref.el:
8734 * cedet/semantic/tag-file.el:
8735 * cedet/semantic/tag-ls.el:
8736 * cedet/semantic/tag-write.el:
8737 * cedet/semantic/tag.el:
8738 * cedet/semantic/util-modes.el:
8739 * cedet/semantic/analyze/complete.el:
8740 * cedet/semantic/analyze/refs.el:
8741 * cedet/semantic/bovine/c.el:
8742 * cedet/semantic/bovine/gcc.el:
8743 * cedet/semantic/bovine/make.el:
8744 * cedet/semantic/bovine/scm.el:
8745 * cedet/semantic/decorate/include.el:
8746 * cedet/semantic/decorate/mode.el:
8747 * cedet/semantic/symref/cscope.el:
8748 * cedet/semantic/symref/global.el:
8749 * cedet/semantic/symref/grep.el:
8750 * cedet/semantic/symref/idutils.el:
8751 * cedet/semantic/symref/list.el:
8752 * cedet/semantic/wisent/java-tags.el:
8753 * cedet/semantic/wisent/javascript.el:
8754 * cedet/srecode/compile.el:
8755 * cedet/srecode/cpp.el:
8756 * cedet/srecode/document.el:
8757 * cedet/srecode/el.el:
8758 * cedet/srecode/expandproto.el:
8759 * cedet/srecode/getset.el:
8760 * cedet/srecode/insert.el:
8761 * cedet/srecode/java.el:
8762 * cedet/srecode/map.el:
8763 * cedet/srecode/mode.el:
8764 * cedet/srecode/template.el:
8765 * cedet/srecode/texi.el: Remove the file-local setting of
8766 generated-autoload-feature.
8767
8768 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
8769 and only put a prop if it is non-nil.
8770
8771 2009-11-03 Juri Linkov <juri@jurta.org>
8772
8773 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
8774 (menu-bar-options-menu): Fix list quoting (Bug#4429).
8775
8776 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
8777 and "Menu" to make top-level menu item visually one unit (like
8778 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
8779 multi-word menu items). Fix :help string for quit-window.
8780
8781 2009-11-03 Glenn Morris <rgm@gnu.org>
8782
8783 * cedet/mode-local.el (with-mode-local): Doc fix.
8784
8785 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
8786 (byte-compile-file-form-define-abbrev-table)
8787 (byte-compile-file-form-custom-declare-variable)
8788 (byte-compile-variable-ref, byte-compile-defvar):
8789 Whether or not a warning is enabled should only affect whether we issue
8790 the warning, not whether or not we collect the relevant data.
8791 Eg warnings can be turned on and off throughout the course of a file.
8792
8793 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
8794 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
8795
8796 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8797
8798 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
8799 * play/mpuz.el (mpuz-create-buffer):
8800 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
8801 (lm-print-y,s,noise, lm-print-w0, lm-init):
8802 * play/gomoku.el (gomoku-prompt-for-move):
8803 * play/fortune.el (fortune-in-buffer):
8804 * play/dissociate.el (dissociated-press):
8805 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
8806 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
8807 * mail/supercite.el (sc-eref-show):
8808 * mail/smtpmail.el (smtpmail-send-it):
8809 * mail/rmailsum.el (rmail-summary-next-labeled-message)
8810 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
8811 (rmail-summary-undelete-many, rmail-summary-rmail-update)
8812 (rmail-summary-goto-msg, rmail-summary-expunge)
8813 (rmail-summary-get-new-mail, rmail-summary-search-backward)
8814 (rmail-summary-add-label, rmail-summary-output-menu)
8815 (rmail-summary-output-body):
8816 * mail/rfc822.el (rfc822-addresses):
8817 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
8818 * mail/mailpost.el (post-mail-send-it):
8819 * mail/hashcash.el (hashcash-generate-payment):
8820 * mail/feedmail.el (feedmail-run-the-queue)
8821 (feedmail-queue-send-edit-prompt-help-first)
8822 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
8823 (feedmail-deduce-address-list):
8824 * eshell/esh-ext.el (eshell-remote-command):
8825 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
8826 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
8827 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
8828 (viper-save-string-in-file, viper-valid-marker):
8829 * emulation/viper-keym.el (viper-toggle-key):
8830 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
8831 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
8832 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
8833 * emulation/viper-cmd.el (viper-exec-form-in-vi)
8834 (viper-exec-form-in-emacs, viper-brac-function):
8835 * emulation/viper.el (viper-delocalize-var):
8836 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
8837 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
8838 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
8839 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
8840 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
8841 * emulation/edt.el (edt-electric-helpify):
8842 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8843 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
8844 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
8845 (cua-indent-to-global-mark-column):
8846 * calendar/diary-lib.el (calendar-mark-1):
8847 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
8848 Use with-current-buffer.
8849 * emulation/viper.el (viper-delocalize-var): Use dolist.
8850
8851 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
8852
8853 * comint.el (comint-replace-by-expanded-history-before-point):
8854 Replace !! with the previous input string literally (Bug#1795).
8855
8856 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
8857
8858 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
8859 to be made up of whitespace.
8860
8861 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
8862
8863 * minibuffer.el (read-file-name): Don't use file dialogs for
8864 remote directories (Bug#99).
8865
8866 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
8867
8868 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
8869
8870 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
8871
8872 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
8873 instead of deleting the window or frame.
8874
8875 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
8876
8877 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
8878 Support face colors.
8879
8880 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
8881 New function. Support face colors (Bug#1168).
8882 (tex-common-initialization): Use it.
8883
8884 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
8885 mode allows it (Bug#1168).
8886
8887 2009-10-31 Juri Linkov <juri@jurta.org>
8888
8889 * facemenu.el (list-colors-display): Don't mark buffer as
8890 modified (Bug#3948).
8891
8892 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
8893
8894 * international/mule-diag.el (list-character-sets-1): Minor
8895 message fix (Bug#3526).
8896
8897 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
8898 face property (Bug#4834).
8899 (etags-list-tags, etags-tags-apropos-additional)
8900 (etags-tags-apropos, tags-select-tags-table): Add follow-link
8901 property.
8902
8903 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
8904 items.
8905
8906 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
8907 items.
8908
8909 * cedet/ede.el (ede-minor-mode):
8910 * cedet/semantic.el (semantic-mode): Toggle menu separators.
8911
8912 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
8913
8914 * textmodes/two-column.el (2C-split):
8915 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
8916 * textmodes/tex-mode.el (tex-set-buffer-directory):
8917 * textmodes/spell.el (spell-region, spell-string):
8918 * textmodes/reftex.el (reftex-erase-buffer):
8919 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
8920 * textmodes/reftex-toc.el (reftex-toc-promote-action):
8921 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
8922 (reftex-select-item):
8923 * textmodes/reftex-ref.el (reftex-label-info-update)
8924 (reftex-offer-label-menu):
8925 * textmodes/reftex-index.el (reftex-index-change-entry)
8926 (reftex-index-phrases-info):
8927 * textmodes/reftex-global.el (reftex-create-tags-file)
8928 (reftex-save-all-document-buffers, reftex-ensure-write-access):
8929 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
8930 (reftex-view-crossref-from-bibtex):
8931 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
8932 (reftex-extract-bib-entries-from-thebibliography)
8933 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
8934 * textmodes/refbib.el (r2b-capitalize-title):
8935 (r2b-convert-buffer, r2b-help):
8936 * textmodes/page-ext.el (pages-directory)
8937 (pages-directory-goto-with-mouse):
8938 * textmodes/bibtex.el (bibtex-validate-globally):
8939 * textmodes/bib-mode.el (bib-capitalize-title):
8940 * textmodes/artist.el (artist-clear-buffer, artist-system):
8941 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
8942 (local-set-scheme-interaction-buffer, xscheme-process-filter)
8943 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
8944 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
8945 (xscheme-send-control-g-interrupt, xscheme-start-process)
8946 (xscheme-process-sentinel, xscheme-cd):
8947 * progmodes/verilog-mode.el (verilog-read-always-signals)
8948 (verilog-set-define, verilog-getopt-file)
8949 (verilog-module-inside-filename-p):
8950 * progmodes/sh-script.el:
8951 * progmodes/python.el (python-pdbtrack-get-source-buffer)
8952 (python-pdbtrack-grub-for-buffer, python-execute-file):
8953 * progmodes/octave-inf.el (inferior-octave):
8954 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8955 (idlwave-shell-compile-helper-routines, idlwave-set-local)
8956 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
8957 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
8958 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
8959 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
8960 (idlwave-shell-filter, idlwave-shell-examine-highlight)
8961 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
8962 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
8963 (idlwave-shell-examine-display, idlwave-shell-run-region)
8964 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
8965 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
8966 * progmodes/idlw-help.el (idlwave-help-get-special-help)
8967 (idlwave-help-get-help-buffer):
8968 * progmodes/gud.el (gud-basic-call, gud-find-class)
8969 (gud-tooltip-activate-mouse-motions-if-enabled):
8970 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8971 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
8972 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
8973 (ebrowse-tags-next-file):
8974 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
8975 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
8976 (ebnf-eps-finish-and-write):
8977 * progmodes/cpp.el (cpp-edit-save):
8978 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
8979 * progmodes/cc-defs.el (c-emacs-features):
8980 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
8981 (antlr-directory-dependencies):
8982 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
8983 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
8984 (ada-find-any-references, ada-make-filename-from-adaname)
8985 (ada-make-body-gnatstub):
8986 * obsolete/rnews.el (news-list-news-groups):
8987 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
8988 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
8989 * net/rcirc.el (rcirc-debug):
8990 * net/newst-treeview.el (newsticker--treeview-list-add-item)
8991 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
8992 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
8993 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
8994 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
8995 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
8996 (newsticker--treeview-list-clear-highlight)
8997 (newsticker--treeview-list-update-highlight)
8998 (newsticker--treeview-list-highlight-start)
8999 (newsticker--treeview-tree-update-highlight)
9000 (newsticker--treeview-get-selected-item)
9001 (newsticker-treeview-mark-list-items-old)
9002 (newsticker--treeview-set-current-node):
9003 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9004 * net/newst-backend.el (newsticker--get-news-by-funcall)
9005 (newsticker--get-news-by-wget, newsticker--image-get)
9006 (newsticker--image-sentinel):
9007 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
9008 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
9009 (eudc-ph-close-session):
9010 * net/eudc.el (eudc-save-options):
9011 * language/thai-word.el (thai-update-word-table):
9012 * language/japan-util.el (japanese-string-conversion):
9013 * international/titdic-cnv.el (tsang-quick-converter)
9014 (ziranma-converter, ctlau-converter):
9015 * international/mule-cmds.el (describe-language-environment):
9016 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
9017 (skkdic-convert-postfix, skkdic-convert-prefix):
9018 (skkdic-convert-okuri-nasi, skkdic-convert):
9019 * emacs-lisp/re-builder.el (reb-update-overlays):
9020 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
9021 * emacs-lisp/gulp.el (gulp-send-requests):
9022 * emacs-lisp/find-gc.el (trace-call-tree):
9023 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
9024 (eieio-describe-generic):
9025 * emacs-lisp/eieio-base.el (eieio-persistent-read):
9026 * emacs-lisp/edebug.el (edebug-outside-excursion):
9027 * emacs-lisp/debug.el (debugger-make-xrefs):
9028 * emacs-lisp/cust-print.el (custom-prin1-to-string):
9029 * emacs-lisp/chart.el (chart-new-buffer):
9030 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
9031 Use with-current-buffer.
9032 * textmodes/artist.el (artist-system): Don't call
9033 copy-sequence on a fresh string.
9034 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
9035
9036 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
9037
9038 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
9039 is no item to edit. (Bug#4820)
9040 (todo-top-priorities): Restore point and restore narrowing in Todo
9041 buffer. (Bug#4820)
9042
9043 2009-10-31 Glenn Morris <rgm@gnu.org>
9044
9045 * net/ange-ftp.el (top-level): Don't require dired when compiling.
9046 (comint-last-output-start, comint-last-input-start)
9047 (comint-last-input-end): Don't defvar when compiling.
9048 (ange-ftp-process-file): Use bound-and-true-p.
9049
9050 * pcmpl-rpm.el (top-level): Move provide statement to end.
9051 (pcmpl-rpm): Remove unused custom group.
9052
9053 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
9054
9055 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
9056
9057 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9058 (byte-compile-warnings): Add `constants' as an option.
9059 (byte-compile-callargs-warn, byte-compile-arglist-warn)
9060 (display-call-tree): Update for byte-compile-fdefinition possibly
9061 returning `(macro lambda ...)'. (Bug#4778)
9062 (byte-compile-variable-ref, byte-compile-setq-default):
9063 Respect `constants' member of byte-compile-warnings.
9064
9065 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
9066 Use mapc rather than mapcar because the return value is never used.
9067
9068 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
9069 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
9070 * cedet/semantic/html.el:
9071 Suppress harmless warnings about setting up semantic-imenu (not
9072 part of Emacs) variables.
9073
9074 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9075
9076 * vc-bzr.el (vc-bzr-revision-keywords): New var.
9077 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
9078 to "submit:".
9079
9080 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
9081 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
9082 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
9083 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
9084 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
9085 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
9086 (semantic-analyzer-debug-global-symbol)
9087 (semantic-analyzer-debug-missing-innertype)
9088 (semantic-analyzer-debug-insert-include-summary):
9089 * cedet/semantic/util.el (semantic-file-tag-table):
9090 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
9091 (semantic-recursive-find-nonterminal-by-name):
9092 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
9093 * cedet/semantic/tag-file.el (semantic-prototype-file):
9094 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
9095 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
9096 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
9097 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
9098 (semantic-idle-summary-maybe-highlight):
9099 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
9100 (semantic-ia-sb-tag-info):
9101 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
9102 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
9103 * cedet/semantic/ede-grammar.el (project-compile-target):
9104 (ede-proj-makefile-insert-variables):
9105 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
9106 (semantic-debug-set-source-location, semantic-debug-interface-layout)
9107 (semantic-debug-mode, semantic-debug):
9108 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
9109 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
9110 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
9111 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
9112 (semanticdb-find-translate-path-includes--internal)
9113 (semanticdb-reset-log, semanticdb-find-log-activity):
9114 * cedet/semantic/db-file.el (object-write):
9115 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
9116 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
9117 (semanticdb-create-ebrowse-database):
9118 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
9119 * cedet/semantic/complete.el (semantic-displayor-focus-request)
9120 (semantic-collector-calculate-completions-raw)
9121 (semantic-complete-read-tag-analyzer):
9122 * cedet/semantic/analyze.el (semantic-analyze-pulse):
9123 * cedet/ede/util.el (ede-update-version-in-source):
9124 * cedet/ede/proj.el (project-delete-target):
9125 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
9126 (ede-proj-flush-autoconf):
9127 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
9128 (ede-proj-configure-synchronize):
9129 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
9130 * cedet/ede/linux.el (ede-linux-version):
9131 * cedet/ede/emacs.el (ede-emacs-version):
9132 * cedet/ede/dired.el (ede-dired-add-to-target):
9133 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
9134 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
9135 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
9136 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
9137 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
9138 (cedet-idutils-version-check):
9139 * cedet/cedet-global.el (cedet-gnu-global-call):
9140 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
9141 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
9142 * cedet/cedet-cscope.el (cedet-cscope-call)
9143 (cedet-cscope-expand-filename, cedet-cscope-version-check):
9144 Use with-current-buffer.
9145 * cedet/ede.el (ede-make-project-local-variable)
9146 (ede-set-project-variables, ede-set): Use dolist.
9147
9148 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
9149
9150 * textmodes/ispell.el (ispell-skip-region-alist):
9151 * international/mule-conf.el (eight-bit):
9152 * international/fontset.el (font-encoding-alist):
9153 * startup.el (pure-space-overflow-message):
9154 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
9155 * paths.el (gnus-nntp-service, rmail-spool-directory)
9156 (term-file-prefix):
9157 * files.el (save-some-buffers-action-alist):
9158 * cmuscheme.el (same-window-buffer-names):
9159 * ielm.el (same-window-buffer-names):
9160 * shell.el (same-window-buffer-names):
9161 * mail/sendmail.el (same-window-buffer-names):
9162 * progmodes/inf-lisp.el (same-window-buffer-names):
9163 * bindings.el (mode-line-client)
9164 (mode-line-column-line-number-mode-map):
9165 * language/tibetan.el (tibetan-precomposition-rule-regexp)
9166 (tibetan-precomposed-regexp): Purecopy string arguments.
9167
9168 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9169
9170 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
9171 (calcDigit-nondigit):
9172 * calc/calc-yank.el (calc-copy-to-buffer):
9173 * calc/calc-units.el (calc-invalidate-units-table):
9174 * calc/calc-trail.el (calc-trail-yank):
9175 * calc/calc-store.el (calc-insert-variables):
9176 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9177 * calc/calc-prog.el (calc-read-parse-table):
9178 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
9179 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
9180 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
9181 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
9182 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
9183 (calc-graph-name, calc-graph-find-command, calc-graph-view)
9184 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
9185 * calc/calc-ext.el (calc-realign):
9186 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
9187 (calc-embedded-finish-edit, calc-embedded-make-info)
9188 (calc-embedded-finish-command, calc-embedded-stack-change):
9189 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
9190
9191 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
9192 (overload-docstring-extension): Use that info.
9193 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
9194 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
9195 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
9196 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
9197 (semantic-nonterminal-full-name): Add the new `when' info.
9198 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
9199 `assert'.
9200
9201 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
9202 shell-dynamic-complete-filename in preference to
9203 comint-dynamic-complete-filename.
9204
9205 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9206 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9207 Don't consider whether the display supports colors.
9208 (bookmark-import-new-list): Use dolist.
9209 (bookmark-bmenu-mode-map): Move initialization into declaration.
9210 (bookmark-bmenu-list): Use dolist, simplify.
9211 (bookmark-show-all-annotations): Use save-selected-window and dolist.
9212 (menu-bar-final-items): Use push.
9213
9214 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
9215
9216 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
9217 it works on remote files.
9218 (vc-hg-diff): Don't pass any `--cwd' argument.
9219
9220 2009-10-27 Kevin Ryde <user42@zip.com.au>
9221
9222 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9223 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
9224 (Further to Bug#3921).
9225
9226 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
9227
9228 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
9229 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
9230 calling `tramp-imap-put-file'. Add file size to the call.
9231 (tramp-imap-get-file-entries): Compute also user name, file size,
9232 and date.
9233 (tramp-imap-handle-insert-directory): Insert uid and gid.
9234 (tramp-imap-handle-file-attributes): Transform uid and gid
9235 according to `id-format'.
9236 (tramp-imap-put-file): New optional parameter SIZE. Encode file
9237 size in header X-Size.
9238
9239 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
9240
9241 * simple.el (transpose-subr): Give clearer error when the mark
9242 is not set. (Bug#4807)
9243
9244 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
9245
9246 * net/tramp.el (tramp-perl-file-truename): New defconst.
9247 Perl code contributed by yary <not.com@gmail.com> (tiny change).
9248 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
9249 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
9250 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
9251
9252 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
9253 Ignore `dired-call-process'.
9254 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
9255
9256 2009-10-26 Julian Scheid <julians37@gmail.com>
9257
9258 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
9259 (tramp-get-remote-readlink): New defun.
9260 (tramp-handle-file-truename): Use it.
9261 (tramp-handle-file-exists-p): Check file-attributes cache, assume
9262 file exists if cache value present.
9263 (tramp-check-cached-permissions): New defun.
9264 (tramp-handle-file-readable-p): Use it.
9265 (tramp-handle-file-writable-p): Likewise.
9266 (tramp-handle-file-executable-p): Likewise.
9267 (tramp-handle-file-name-all-completions): Try using Perl to get
9268 partial completions. When perl not available, combine `cd' and
9269 `ls' into single remote operation and use shell expansion to get
9270 partial remote directory contents. Set `file-exists-p' cache for
9271 directory and any files returned by ls. Change cache handling to
9272 support partial directory contents. Use error message emitted by
9273 remote `cd' or Perl code for local tramp-error.
9274 (tramp-do-copy-or-rename-file-directly): Avoid separate
9275 tramp-send-command-and-check call.
9276 (tramp-handle-process-file): Merge three remote ops into one.
9277 Do not flush all caches when `process-file-side-effects' is set.
9278 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
9279 file-attributes shows uid/gid to be set already.
9280
9281 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9282
9283 * textmodes/tex-mode.el (tex-dvi-view-command)
9284 (tex-show-queue-command, tex-open-quote):
9285 * progmodes/ruby-mode.el (auto-mode-alist)
9286 (interpreter-mode-alist): Purecopy strings.
9287
9288 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
9289
9290 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
9291 string for the hook, keymap and abbrev table.
9292
9293 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
9294
9295 * x-dnd.el (x-dnd-xdnd-to-action):
9296 * startup.el (fancy-startup-text, fancy-about-text): Change to
9297 defconst from defvar.
9298
9299 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
9300
9301 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
9302 Purecopy initialization strings.
9303
9304 * mail/sendmail.el (mail-header-separator)
9305 (mail-personal-alias-file):
9306 * mail/rmail.el (rmail-default-dont-reply-to-names)
9307 (rmail-ignored-headers, rmail-retry-ignored-headers)
9308 (rmail-highlighted-headers, rmail-secondary-file-directory)
9309 (rmail-secondary-file-regexp):
9310 * files.el (null-device, file-name-invalid-regexp)
9311 (locate-dominating-stop-dir-regexp)
9312 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
9313 (interpreter-mode-alist): Use mapcar instead of mapc.
9314
9315 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
9316
9317 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
9318 (completion-ignored-extensions):
9319 (debug-ignored-errors): Purecopy strings.
9320
9321 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
9322
9323 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
9324 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
9325 (pcomplete--here): Use push.
9326
9327 * subr.el (all-completions): Declare the 4th arg obsolete.
9328
9329 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9330
9331 * pcomplete.el (pcomplete-unquote-argument-function): New var.
9332 (pcomplete-unquote-argument): New function.
9333 (pcomplete--common-suffix): Always pay attention to case.
9334 (pcomplete--table-subvert): Quote and unquote the text.
9335 (pcomplete--common-quoted-suffix): New function.
9336 (pcomplete-std-complete): Use it and pcomplete-begin.
9337
9338 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
9339 we're inside a dedicated or minibuffer window.
9340
9341 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9342
9343 * cedet/semantic/fw.el (semantic-alias-obsolete)
9344 (semantic-varalias-obsolete): Make the `when' arg mandatory.
9345 (define-mode-overload-implementation):
9346 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
9347 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
9348 * cedet/semantic/util.el (semantic-file-token-stream)
9349 (semantic-something-to-stream):
9350 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
9351 (semantic-expand-nonterminal):
9352 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
9353 (semantic-find-dependency, semantic-find-nonterminal)
9354 (semantic-find-dependency):
9355 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
9356 (semantic-flex-text, semantic-flex-make-keyword-table)
9357 (semantic-flex-keyword-p, semantic-flex-keyword-put)
9358 (semantic-flex-keyword-get, semantic-flex-map-keywords)
9359 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
9360 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
9361 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
9362 (semantic-after-idle-scheduler-reparse-hooks):
9363 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
9364 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
9365 * cedet/semantic.el (semantic-toplevel-bovine-table)
9366 (semantic-toplevel-bovine-cache)
9367 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
9368 (semantic-init-mode-hooks, semantic-init-db-hooks)
9369 (semantic-bovination-working-type): Provide the `when' arg.
9370
9371 2009-10-24 Karl Fogel <kfogel@red-bean.com>
9372
9373 * bookmark.el: Update documentation, especially documentation
9374 of `bookmark-alist' and of the bookmark file format.
9375 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
9376
9377 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
9378
9379 * mail/emacsbug.el (report-emacs-bug): Clarify that the
9380 keybindings apply to the mail buffer (Bug#4003). Shrink help
9381 window to buffer.
9382
9383 * whitespace.el (whitespace-mode, whitespace-newline-mode)
9384 (global-whitespace-mode, global-whitespace-newline-mode)
9385 (whitespace-toggle-options, global-whitespace-toggle-options):
9386 Doc fix (Bug#3660).
9387
9388 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
9389 of xmltok-start before the end tag was inserted (Bug#2840).
9390
9391 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
9392 patterns that are preceded by an open-paren (Bug#1320).
9393
9394 2009-10-24 Sven Joachim <svenjoac@gmx.de>
9395
9396 * files.el (delete-directory): Delete symlinks to directories with
9397 delete-file (Bug#4739).
9398
9399 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
9400
9401 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
9402 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
9403 argument to make-obsolete.
9404
9405 * cedet/semantic/fw.el (semantic-alias-obsolete)
9406 (semantic-varalias-obsolete): Add optional WHEN argument.
9407
9408 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
9409
9410 * vc.el (vc-backend-for-registration): Rename from
9411 vc-get-backend-for-registration. Update callers.
9412
9413 * international/mule-cmds.el (set-language-info-alist):
9414 Purecopy lang-env.
9415 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
9416 (charset): Purecopy the name.
9417 (define-char-code-property): Purecopy string arguments.
9418
9419 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9420 Purecopy string arguments.
9421
9422 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9423 * ediff-hook.el (menu-bar-ediff-menu):
9424 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
9425 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
9426
9427 2009-10-24 Glenn Morris <rgm@gnu.org>
9428
9429 * comint.el (comint-dynamic-list-completions):
9430 * term.el (term-dynamic-list-completions): Use choose-completion rather
9431 than obsolete alias mouse-choose-completion.
9432
9433 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
9434 file-cache-choose-completion.
9435 (file-cache-choose-completion): Handle an optional event argument.
9436 (file-cache-mouse-choose-completion): Make it an obsolete alias.
9437
9438 * progmodes/octave-mod.el (octave-complete-symbol):
9439 Use choose-completion if mouse-choose-completion is ever removed.
9440
9441 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
9442 use.
9443
9444 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
9445 compiler.
9446
9447 * vc-hooks.el (vc-responsible-backend): Fix declaration.
9448
9449 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9450
9451 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
9452 Ignore `pred' now that we receive one.
9453 Handle test-completion specially.
9454
9455 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9456
9457 * vc.el (vc-responsible-backend): Throw an error if not backend is
9458 found. Remove the REGISTER argument. Move the code dealing with
9459 REGISTER ...
9460 (vc-get-backend-for-registration): ... here. New function.
9461 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
9462 of vc-responsible-backend, pass the file name instead of the
9463 directory name.
9464
9465 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9466
9467 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
9468 New funs.
9469 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
9470 (pcomplete-comint-setup): Don't modify a global var via
9471 accidental side-effects.
9472 (pcomplete-shell-setup): Adjust call accordingly.
9473 (pcomplete-parse-comint-arguments): Use push.
9474
9475 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
9476
9477 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9478 Allow uncapitalized info node names (Bug#3921).
9479
9480 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9481 to the DEBUG file (Bug#3781).
9482
9483 2009-10-23 Jari Aalto <jari.aalto@cante.net>
9484
9485 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9486 dictionary entry (Bug#4579).
9487
9488 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
9489
9490 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9491 from `rfn-eshadow-update-overlay-hook' when unloading.
9492 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9493 "rsyncc". Adjust doc string.
9494 (tramp-temp-buffer-file-name): New buffer-local defvar.
9495 (tramp-handle-insert-file-contents, tramp-handle-write-region):
9496 Keep temporary file when indicated by method ("rsync" and
9497 "rsyncc").
9498 (tramp-handle-write-region): Handle APPEND.
9499 (tramp-delete-temp-file-function): New defun. Added to
9500 `kill-buffer-hook'.
9501
9502 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
9503
9504 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9505
9506 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9507
9508 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9509 (color-name-rgb-alist, tty-standard-colors)
9510 (tty-color-mode-alist): Change to defconst.
9511
9512 * simple.el (mark-inactive): Purecopy message.
9513
9514 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9515 (global-map, yank-menu):
9516 * textmodes/ispell.el (ispell-menu-map):
9517 * net/eudc.el (eudc-tools-menu):
9518 * international/mule-cmds.el (describe-language-environment-map)
9519 (setup-language-environment-map, set-coding-system-map)
9520 (mule-menu-keymap):
9521 * vc-hooks.el (vc-menu-entry, vc-menu-map):
9522 * replace.el (occur-mode-map):
9523 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9524
9525 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
9526
9527 * calc/calc.el (math-read-number, math-read-number-simple): Use
9528 `save-match-data'.
9529
9530 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9531
9532 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9533 rather than fiddling with global-map bindings, since it should only
9534 affect per-terminal settings.
9535 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9536
9537 * minibuffer.el (completion-table-with-terminator): Allow to specify
9538 the terminator-regexp.
9539
9540 * simple.el (switch-to-completions): Look for *Completions* in other
9541 frames as well.
9542
9543 * pcomplete.el: Allow the use of completion-tables.
9544 (pcomplete-std-complete): New command.
9545 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9546 (pcomplete--here): Use a function for `form' rather than an expression,
9547 so it can be byte-compiled.
9548 (pcomplete-here, pcomplete-here*): Adjust accordingly.
9549 Add edebug declaration.
9550 (pcomplete-show-completions): Remove unused var `curbuf'.
9551 (pcomplete-do-complete, pcomplete-stub):
9552 Don't assume `completions' is a list of strings any more.
9553
9554 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
9555
9556 * find-dired.el (find-name-arg): Fix typo in docstring.
9557
9558 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9559
9560 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9561 (pcmpl-linux-fs-types): Same, and update to new modules layout.
9562
9563 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9564 pcomplete-entries.
9565
9566 * comint.el (comint-read-input-ring, comint-write-input-ring)
9567 (comint-substitute-in-file-name)
9568 (comint-dynamic-complete-as-filename)
9569 (comint-dynamic-simple-complete)
9570 (comint-dynamic-list-filename-completions)
9571 (comint-dynamic-list-completions)
9572 (comint-redirect-results-list-from-process): Minor simplifications.
9573
9574 2009-10-21 Kevin Ryde <user42@zip.com.au>
9575
9576 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9577 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9578 the first form. And insert a blank line after ";;; Code" since
9579 that's usual style. (Bug#4612)
9580
9581 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9582
9583 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9584
9585 * minibuffer.el (completion-table-with-terminator): Properly implement
9586 boundaries, in case `terminator' appears in the suffix.
9587 (completion--embedded-envvar-table): Don't return boundaries if
9588 there's no valid completion. Simplify.
9589 (completion-file-name-table): New completion table extracted from
9590 completion--file-name-table.
9591 (completion--file-name-table): Use it.
9592 (read-file-name-predicate): Declare obsolete.
9593 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9594 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9595 completion-file-name-table, and use the `pred' argument.
9596 * files.el (locate-file-completion-table): Use the `pred' arg rather
9597 than read-file-name-predicate.
9598 (abbreviate-file-name): Use \` rather than ^ for BOS.
9599
9600 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
9601
9602 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9603 vc-responsible-backend to register, it causes problems.
9604
9605 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9606
9607 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9608
9609 2009-10-21 Eric Ludlam <zappo@gnu.org>
9610
9611 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9612 (semantic-c-debug-mode-init-pch): New functions.
9613 (semantic-c-debug-mode-init-last-mode): New var.
9614 (semantic-c-parse-lexical-token): Use them.
9615
9616 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9617 When extracting the argument list, limit only by point-max.
9618
9619 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
9620
9621 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9622 (tramp-smb-handle-file-attributes): Use it.
9623 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9624 (tramp-smb-handle-insert-directory): Use `mapc' rather than
9625 `mapcar'. Use `tramp-smb-get-stat-capability'.
9626 Add `dired-filename' text properties.
9627 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9628 (tramp-smb-maybe-open-connection): Simplify check for smbclient
9629 version.
9630
9631 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9632
9633 * subr.el (read-key-delay): Reduce to 0.01.
9634 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9635 (bug#4751).
9636
9637 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9638
9639 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9640
9641 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9642 (Info-menu): Remove unused vars `last' and `completions'.
9643 (Info-index-nodes): Remove unused var `node'.
9644
9645 * info.el (Info-complete-menu-item): Use complete-with-action.
9646
9647 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
9648
9649 Make vc-annotate work through copies and renames.
9650 * vc-annotate.el (vc-annotate-extract-revision-at-line):
9651 Return the file name too.
9652 (vc-annotate-revision-at-line)
9653 (vc-annotate-find-revision-at-line)
9654 (vc-annotate-revision-previous-to-line)
9655 (vc-annotate-show-log-revision-at-line): Update to get the file
9656 name from vc-annotate-extract-revision-at-line.
9657 (vc-annotate-show-diff-revision-at-line-internal): Change the
9658 argument to mean whether to show a file diff or not. Get the file
9659 name from vc-annotate-extract-revision-at-line.
9660 (vc-annotate-show-diff-revision-at-line):
9661 Update vc-annotate-show-diff-revision-at-line call.
9662 (vc-annotate-warp-revision): Add an optional file argument.
9663
9664 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9665 (vc-git-annotate-extract-revision-at-line): Also return the file
9666 name if found.
9667
9668 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9669 command. Remove unused code.
9670 (vc-hg-annotate-re): Update to match --follow output.
9671 (vc-hg-annotate-extract-revision-at-line): Also return the file
9672 name if found.
9673
9674 * vc.el: Update annotate-extract-revision-at-line documentation.
9675
9676 2009-10-18 Kevin Ryde <user42@zip.com.au>
9677
9678 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9679 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9680
9681 * net/browse-url.el (browse-url): Identify alist with "consp and
9682 not functionp" and let all other things go down the `apply' leg,
9683 as suggested by Stefan. (Further to bug#4531.)
9684
9685 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
9686
9687 * minibuffer.el (read-file-name): Check for repeat before putting
9688 a default argument in file-name-history (Bug#4657).
9689
9690 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9691 read syntax (Bug#4737).
9692
9693 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9694
9695 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9696
9697 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9698 (html-tag-alist, html-tag-help): Add descriptions for undocumented
9699 entries and make note of obsolete tags.
9700
9701 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9702
9703 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9704
9705 2009-10-18 Glenn Morris <rgm@gnu.org>
9706
9707 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9708 grep, so that binary files (eg international/uni-bidi.el) can match.
9709 Remove test for "UnicodeData" files, since it is hopefully unnecessary
9710 now, and in any case the file header format has changed.
9711
9712 2009-10-17 Glenn Morris <rgm@gnu.org>
9713
9714 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9715 (flyspell-get-word, flyspell-large-region)
9716 (flyspell-auto-correct-previous-word): Doc/error message fixes.
9717
9718 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
9719
9720 * Makefile.in (ELCFILES): Add ede/shell.
9721
9722 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
9723
9724 * term/common-win.el (x-colors): Purecopy it.
9725
9726 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9727
9728 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
9729 permissive for when the buffer is empty.
9730 (tar-header-block-tokenize): Decode the username and groupname.
9731 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
9732
9733 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
9734
9735 * cedet/srecode/srt.el:
9736 * cedet/srecode/compile.el:
9737 * cedet/semantic/mru-bookmark.el:
9738 * cedet/semantic/debug.el:
9739 * cedet/semantic/complete.el:
9740 * cedet/semantic/analyze.el: Require CL when compiling.
9741
9742 2009-10-17 Eric Ludlam <zappo@gnu.org>
9743
9744 * cedet/semantic/scope.el
9745 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
9746 tmpscope so that the regular scope will continue to work.
9747
9748 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
9749 Use semantic-idle-summary-highlight-face as the highlighting.
9750
9751 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
9752 contains multibyte characters, choose first applicable coding
9753 system automatically.
9754
9755 * cedet/ede/project-am.el (project-run-target): New method.
9756 (project-run-target): New method.
9757
9758 * cedet/ede.el (ede-target): Add run target menu item.
9759 (ede-project, ede-minor-keymap): Add ede-run-target binding.
9760 (ede-run-target): New function.
9761 (ede-target::project-run-target): New method.
9762
9763 * cedet/ede/proj.el (project-run-target): New method.
9764
9765 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
9766 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
9767 Add :rules.
9768 (ede-proj-target-makefile-shared-object): Only libtool compilers
9769 now available. Add linkers for libtool.
9770 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
9771 (ede-proj-makefile-target-name): Always use .la extension.
9772
9773 * cedet/ede/proj-prog.el (project-run-target): New method.
9774
9775 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
9776 (ede-g++-linker): Change Change link lines.
9777
9778 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
9779 When searching for old variables, go to the end of the buffer and
9780 search backward from there.
9781 (ede-proj-makefile-automake-insert-subdirs)
9782 (ede-proj-makefile-automake-insert-extradist): New methods.
9783 (ede-proj-makefile-create): Use them.
9784
9785 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
9786 Force FILE to expand to the current target. Use file-exists-p to
9787 check that it exists.
9788
9789 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
9790 (ede-linux-load): Wrap dir in file-name-as-directory.
9791 Set :version slot.
9792
9793 * cedet/ede/files.el (ede-get-locator-object): When enabling
9794 locate, do so on "top".
9795
9796 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
9797 file-name-as-directory during compare.
9798 (ede-emacs-version): Return Emacs/XEmacs differentiator.
9799 Get version number from different places. Don't call egrep.
9800 (ede-emacs-load): Set :version slot. Call file-name-as-directory
9801 to set the directory.
9802
9803 * cedet/ede/shell.el: New file.
9804
9805 * cedet/inversion.el (inversion-decoders): Allow for stray . in
9806 alpha/beta variants.
9807
9808 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9809
9810 * international/mule-cmds.el (select-safe-coding-system): If the file
9811 has a coding cookie, use it regardless of any other setting (bug#4712).
9812
9813 2009-10-17 Glenn Morris <rgm@gnu.org>
9814
9815 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
9816 All errors should have messages.
9817
9818 * foldout.el (foldout-mouse-swallow-events):
9819 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
9820
9821 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
9822 (dired-keep-marker-copy, dired-keep-marker-hardlink)
9823 (dired-keep-marker-symlink, dired-dwim-target)
9824 (dired-copy-preserve-time): Do not autoload these defcustoms.
9825
9826 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
9827 messages from messing up the file coding. (Bug#4623)
9828
9829 2009-10-17 Jari Aalto <jari.aalto@cante.net>
9830
9831 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
9832 if no match is found for the current dictionary. (Bug#4578)
9833
9834 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
9835 optional, since that is how it is documented, and this is often called
9836 with a nil argument. (Bug#4577)
9837 (flyspell-external-point-words, flyspell-auto-correct-word)
9838 (flyspell-correct-word-before-point, flyspell-word-search-forward)
9839 (flyspell-word-search-backward): Remove nil argument in calls to
9840 flyspell-get-word, since it is not needed now.
9841
9842 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
9843
9844 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
9845
9846 2009-10-16 Glenn Morris <rgm@gnu.org>
9847
9848 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
9849
9850 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
9851
9852 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
9853 (ange-ftp-file-size): New function.
9854 (ange-ftp-file-attributes): Use it.
9855
9856 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
9857
9858 * net/tramp-smb.el (tramp-smb-version): New defvar.
9859 (tramp-smb-maybe-open-connection): Use it, in order to avoid
9860 repeated checks.
9861
9862 2009-10-16 Glenn Morris <rgm@gnu.org>
9863
9864 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9865 Maybe copy some custom properties from old to new name. (Bug#4706)
9866
9867 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
9868
9869 * subr.el (error, sit-for, start-process-shell-command)
9870 (start-file-process-shell-command): Set the calling convention
9871 after the function definition.
9872
9873 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9874
9875 * subr.el (error, sit-for, start-process-shell-command)
9876 (start-file-process-shell-command): Use the new
9877 set-advertised-calling-convention feature.
9878
9879 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
9880
9881 * international/ucs-normalize.el (ucs-normalize-version):
9882 Change to 1.2.
9883 (check-range): Adjust for Unicode 5.2.
9884
9885 2009-10-15 Juri Linkov <juri@jurta.org>
9886
9887 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
9888 to the `menu-item' format.
9889
9890 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
9891
9892 * net/tramp.el (tramp-replace-environment-variables): Do not fail
9893 if the environment variable does not exist.
9894
9895 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9896 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
9897 parameter.
9898 (tramp-smb-handle-add-name-to-file)
9899 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9900 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9901 (tramp-smb-handle-file-attributes)
9902 (tramp-smb-do-file-attributes-with-stat)
9903 (tramp-smb-handle-file-local-copy)
9904 (tramp-smb-handle-insert-directory)
9905 (tramp-smb-handle-make-directory)
9906 (tramp-smb-handle-make-directory-internal)
9907 (tramp-smb-handle-make-symbolic-link)
9908 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
9909 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
9910 (tramp-smb-maybe-open-connection): Apply the changed parameters.
9911 (tramp-smb-read-file-entry): Read Disk names in compressed format.
9912 Handle long file names.
9913 (tramp-smb-get-cifs-capabilities): Check, whether the connection
9914 process is running.
9915 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
9916 Read share names with "-g" option.
9917
9918 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
9919
9920 * net/rcirc.el (rcirc-view-log-file): New command.
9921 (rcirc-track-minor-mode-map): Remove C-c ` binding.
9922 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
9923 specified.
9924
9925 2009-10-15 Glenn Morris <rgm@gnu.org>
9926
9927 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
9928 from the second command-line argument.
9929 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
9930 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
9931 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
9932 w32-batch-update-autoloads.
9933 * emacs-lisp/autoload.el (autoload-make-program): New variable.
9934 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
9935
9936 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
9937 the headers cannot be located. Simplify, subtracting superflous
9938 save-excursions.
9939
9940 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9941
9942 Replace completion-base-size by completion-base-position to fix bugs
9943 such as (bug#4699).
9944 * simple.el (completion-base-position): New var.
9945 (completion-base-size): Mark as obsolete.
9946 (choose-completion): Make it work for mouse events as well.
9947 Pass the new base-position to choose-completion-string.
9948 (choose-completion-guess-base-position): New function, extracted from
9949 choose-completion-delete-max-match.
9950 (choose-completion-delete-max-match): Use it. Make obsolete.
9951 (choose-completion-string): Use the new base-position info.
9952 (completion-root-regexp): Delete.
9953 (completion-setup-function): Preserve completion-base-position.
9954 Eliminate obsolete base-size manipulation.
9955 * minibuffer.el (display-completion-list): Don't mess with base-size.
9956 (minibuffer-completion-help): Set completion-base-position instead.
9957 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
9958 choose-completion.
9959 * textmodes/bibtex.el (bibtex-complete):
9960 * emacs-lisp/crm.el (crm--choose-completion-string):
9961 Adjust to new calling convention.
9962 * complete.el (partial-completion-mode): Use minibufferp to avoid
9963 bumping into incompatible change to choose-completion-string-functions.
9964 * ido.el (ido-choose-completion-string): Make its calling convention
9965 more permissive.
9966 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
9967 base-size manipulation.
9968 (comint-dynamic-list-input-ring): Use dotimes and push.
9969 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
9970 fundamental-mode. Use `or'.
9971
9972 2009-10-14 Juri Linkov <juri@jurta.org>
9973
9974 * misearch.el (multi-isearch-next-buffer-from-list)
9975 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
9976
9977 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9978
9979 * Makefile.in (compile-onefile): Load `bytecomp' rather than
9980 `bytecomp.el'.
9981
9982 * minibuffer.el (completion-pcm--merge-completions): Make sure the
9983 string we return is all made up of text from the completions rather
9984 than part from the completions and part from the input (bug#4219).
9985
9986 * ido.el (ido-everywhere): Use define-minor-mode.
9987
9988 * buff-menu.el (list-buffers, ctl-x-map):
9989 Mark the entry points with ;;;###autoload cookies.
9990
9991 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
9992
9993 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
9994 correctly in the detached head case.
9995 (vc-git-print-log): Remove unused binding.
9996
9997 * vc.el (vc-responsible-backend): When a directory is passed for
9998 for registration create a VC repository if no backend is
9999 responsible for the directory argument.
10000 (vc-deduce-fileset): Tell vc-responsible-backend to register.
10001
10002 * vc.el: Move comments about RCS and SCCS ...
10003 * vc-rcs.el:
10004 * vc-sccs.el: ... here, respectively.
10005
10006 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10007
10008 * minibuffer.el (completion--file-name-table): Return nil if there's
10009 no file completion, even if substitute-in-file-name changed
10010 the string (bug#4708).
10011
10012 2009-10-13 Juri Linkov <juri@jurta.org>
10013
10014 * files-x.el (read-file-local-variable-value): Don't filter out
10015 minor modes from mode name completion (bug#4664).
10016
10017 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
10018
10019 * international/mule-cmds.el (ucs-names): Remove exclusion of
10020 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
10021
10022 2009-10-13 Kenichi Handa <handa@m17n.org>
10023
10024 * international/uni-name.el: Regenerated.
10025
10026 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
10027
10028 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
10029 should be automatically buffer-local, but isn't.)
10030
10031 2009-10-12 Sam Steingold <sds@gnu.org>
10032
10033 * progmodes/compile.el (compilation-next-error-function): Fix the
10034 timestamps if the buffer has been visited before.
10035 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
10036 non-anchored patterns, like the perl one (bug#3928).
10037
10038 2009-10-12 Glenn Morris <rgm@gnu.org>
10039
10040 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
10041 Let-bind `size'.
10042
10043 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
10044
10045 * proced.el (proced-unload-function): New function.
10046
10047 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
10048 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
10049 Doc fix.
10050
10051 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
10052
10053 2009-10-11 Juri Linkov <juri@jurta.org>
10054
10055 * files-x.el (read-file-local-variable-value):
10056 Provide default value only for bound variables (bug#4664).
10057
10058 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
10059
10060 * net/tramp.el (tramp-local-host-p): Function shall return nil for
10061 connection methods like smb.
10062
10063 * net/tramp-cache.el (tramp-flush-connection-property): The hash
10064 can be empty.
10065
10066 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10067 (tramp-smb-file-name-handler-alist): Add handlers for
10068 `add-name-to-file', `make-symbolic-link'.
10069 (tramp-smb-handle-add-name-to-file)
10070 (tramp-smb-do-file-attributes-with-stat)
10071 (tramp-smb-handle-make-symbolic-link)
10072 (tramp-smb-get-cifs-capabilities): New defuns.
10073 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
10074 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
10075 (tramp-smb-handle-file-local-copy)
10076 (tramp-smb-handle-make-directory-internal)
10077 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
10078 The file name syntax depends on cifs capabilities.
10079 (tramp-smb-handle-file-attributes):
10080 Call `tramp-smb-do-file-attributes-with-stat' if possible.
10081 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
10082 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
10083
10084 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
10085
10086 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
10087 (eieio-defclass): Apply deftype handler and setf-method properties
10088 directly.
10089 (eieio-add-new-slot): Avoid union function from cl library.
10090 (eieio--typep): New function.
10091 (eieio-perform-slot-validation): Use it.
10092
10093 2009-10-10 Karl Fogel <kfogel@red-bean.com>
10094
10095 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
10096 Update documentation to refer to the variables documented in r1.135.
10097 (Bug#4188)
10098
10099 2009-10-10 Karl Fogel <kfogel@red-bean.com>
10100
10101 * bookmark.el (Info-suffix-list): Remove this unused variable.
10102 (bookmark-current-point): Remove this obsolete variable.
10103 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
10104 Adjust for removal of bookmark-current-point.
10105
10106 (bookmarks-already-loaded, bookmark-current-buffer)
10107 (bookmark-yank-point): Document. (Bug#4188)
10108
10109 2009-10-10 Glenn Morris <rgm@gnu.org>
10110
10111 * frame.el (frame-height): Doc fix.
10112
10113 * calendar/calendar.el (calendar-split-width-threshold): New option.
10114 (calendar-basic-setup): Use calendar-split-width-threshold.
10115
10116 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
10117
10118 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
10119 Use .la for Automake.
10120
10121 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
10122
10123 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
10124 Use "autoreconf -i". Suggested by Andreas Schwab.
10125
10126 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
10127
10128 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
10129 Ideographic Supplement" range (U+1F200..U+1F2FF).
10130
10131 2009-10-09 Karl Fogel <kfogel@red-bean.com>
10132
10133 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
10134 since the list will have been rebuilt anyway. (Bug#4349)
10135
10136 2009-10-09 Karl Fogel <kfogel@red-bean.com>
10137
10138 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
10139 (bookmark-bmenu-execute-deletions): Don't save here, as
10140 bookmark-delete will now do so if necessary.
10141 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
10142 (Bug#4348)
10143
10144 2009-10-09 Glenn Morris <rgm@gnu.org>
10145
10146 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
10147
10148 2009-10-09 Karl Fogel <kfogel@red-bean.com>
10149
10150 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
10151 (bookmark-jump-other-window): Just invoke bookmark-jump with new
10152 argument now, so the two function's behaviors will match. (Bug#3645)
10153
10154 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
10155
10156 * cedet/ede/proj.el (project-make-dist, project-compile-project):
10157 Fix filename test.
10158 (ede-proj-dist-makefile): Use expand-file-name instead of concat
10159 to expand file names.
10160
10161 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
10162
10163 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
10164 (tramp-file-name-real-host, tramp-file-name-port):
10165 Apply `save-match-data'.
10166
10167 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
10168 case both directories are remote.
10169 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
10170 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
10171
10172 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
10173
10174 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
10175 (ede-proj-target-makefile-objectcode): Use it.
10176
10177 * cedet/ede/source.el (ede-want-any-source-files-p)
10178 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
10179 Return search result. This error was introduced while merging.
10180
10181 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
10182
10183 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
10184
10185 2009-10-07 Glenn Morris <rgm@gnu.org>
10186
10187 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
10188 of concat.
10189
10190 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
10191
10192 * files-x.el (read-file-local-variable): Include some
10193 non-user-variables in the completion table (bug#4664).
10194
10195 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
10196
10197 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
10198 message.
10199
10200 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10201 (tramp-smb-file-name-handler-alist): Add handler for
10202 `copy-directory', `expand-file-name', `set-file-modes'.
10203 (tramp-smb-handle-copy-directory)
10204 (tramp-smb-handle-expand-file-name)
10205 (tramp-smb-handle-set-file-modes): New defuns.
10206 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
10207 (tramp-smb-handle-file-attributes): Simplify check for retrieving
10208 entry.
10209 (tramp-smb-handle-insert-directory): Don't flush the cache.
10210 (tramp-smb-maybe-open-connection): Check for samba client and
10211 server versions.
10212
10213 2009-10-07 Eli Zaretskii <eliz@gnu.org>
10214
10215 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
10216 to not error out of search for "^lisp=" fails.
10217
10218 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
10219
10220 * makefile.w32-in (WINS_UPDATES): New macro.
10221 (custom-deps, finder-data, autoloads): Use it.
10222
10223 2009-10-07 Glenn Morris <rgm@gnu.org>
10224
10225 * Makefile.in (autoloads): Revert previous change.
10226 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
10227 the list of preloaded files passed on the command-line, get
10228 it from src/Makefile.
10229
10230 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
10231 show the original buffer rather than a random one.
10232
10233 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
10234
10235 * help.el (describe-no-warranty): Place point in a slightly better
10236 position in the GPLv3 text.
10237
10238 2009-10-06 Sam Steingold <sds@gnu.org>
10239
10240 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
10241 the comm attribute is present before calling regexp-quote.
10242
10243 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
10244
10245 * play/animate.el (animate-string): For good effect, make sure
10246 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
10247
10248 * play/animate.el (animate-sequence, animate-birthday-present):
10249 * misc.el (butterfly): Don't set `indent-tabs-mode'.
10250
10251 2009-10-06 Glenn Morris <rgm@gnu.org>
10252
10253 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
10254
10255 * emacs-lisp/autoload.el (autoload-excludes): New variable.
10256 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
10257 (batch-update-autoloads): Process a string value of autoload-excludes,
10258 set during the build process.
10259 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
10260
10261 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
10262 inside with-parsed... macro so that `v' is defined.
10263
10264 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
10265 * progmodes/fortran.el (fortran-end-of-block)
10266 (fortran-beginning-of-block):
10267 Also push mark in the macro case.
10268
10269 * emerge.el (emerge-show-file-name):
10270 * calc/calc.el (calc-quit):
10271 * calc/calc-misc.el (calc-big-or-small):
10272 * calc/calc-graph.el (calc-graph-view):
10273 * calc/calc-ext.el (calc-reset):
10274 * calendar/calendar.el (calendar-basic-setup):
10275 Use window-full-height-p.
10276
10277 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
10278 header we don't understand, don't insert another. (Bug#4624)
10279 If changing mime charset, insert the new one in the right place.
10280
10281 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
10282
10283 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
10284 (cal-tex-cursor-month): Correctly increment the end date for diary and
10285 holiday listing. (Bug#4626)
10286
10287 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10288
10289 * help-fns.el (describe-function-1): Don't burp if the function is not
10290 a symbol.
10291
10292 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
10293
10294 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
10295 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
10296 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
10297 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
10298
10299 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
10300 (eieio-default-superclass): Reflow docstrings.
10301 (this, class-option-assoc, defclass, eieio-class-un-autoload)
10302 (eieio-unbind-method-implementations, defmethod)
10303 (eieio-validate-slot-value, eieio-validate-class-slot-value)
10304 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
10305 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
10306 (eieio-slot-originating-class-p, eieio-slot-name-index)
10307 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
10308 (constructor, initialize-instance, no-next-method, object-print)
10309 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
10310 Fix typos in docstrings.
10311 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
10312 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
10313 (next-method-p): Doc fixes.
10314 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
10315 Fix typos in error messages.
10316 (eieio-defmethod): Fix typo in description of generic method.
10317
10318 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
10319 (eieio-persistent-save-interactive, slot-missing):
10320 Fix typos in docstrings.
10321 (eieio-instance-inheritor-slot-boundp): Doc fix.
10322
10323 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
10324 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
10325
10326 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
10327 (eieio-custom-object-apply-reset):
10328 Fix typos in docstrings and error messages.
10329
10330 * emacs-lisp/eieio-datadebug.el (data-debug-show):
10331 Fix typo in docstring.
10332
10333 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
10334 (eieio-browse-tree): Doc fix.
10335 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
10336 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
10337 Fix typos in docstrings.
10338
10339 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
10340 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
10341 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
10342 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
10343 Reflow docstrings.
10344
10345 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
10346
10347 * vc-hg.el (log-view-vc-backend): Declare for compiler.
10348 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
10349 Set log-view-vc-backend so that diff can work.
10350
10351 * log-view.el (log-view-diff): Use vc-diff-internal instead of
10352 vc-version-diff.
10353 (vc-diff-internal): Autoload this instead of vc-version-diff.
10354
10355 2009-10-05 Eli Zaretskii <eliz@gnu.org>
10356
10357 * simple.el (eval-expression): Doc fix.
10358
10359 * progmodes/cwarn.el (cwarn-mode): Doc fix.
10360
10361 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
10362
10363 * files.el (directory-files-no-dot-files-regexp): New defconst.
10364 (delete-directory): Use it.
10365 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
10366
10367 * net/tramp.el (tramp-verbose): Fix docstring.
10368 (tramp-methods): Add recursive option to `tramp-copy-args'.
10369 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
10370 "scp1_old", "scp2_old", "rsync", "rsyncc".
10371 (tramp-default-method): Check also for `auth-source-user-or-password'.
10372 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10373 Add handler for `copy-directory'.
10374 (tramp-handle-copy-directory): New defun.
10375 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
10376 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
10377 Optimize sent command.
10378
10379 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10380
10381 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
10382 window if necessary.
10383
10384 * calendar/calendar.el (calendar-basic-setup): Don't call
10385 switch-to-buffer in a dedicated window.
10386
10387 2009-10-05 Karl Fogel <kfogel@red-bean.com>
10388
10389 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
10390 don't do anything related to relocating, just return nil.
10391 (bookmark-error-no-filename): New error.
10392 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
10393 bookmark has no file. Don't even attempt to handle things that
10394 are not files; the whole point of custom handlers is to keep that
10395 knowledge elsewhere anyway. Tighten some comments.
10396 (bookmark-file-or-variation-thereof): Remove now-unused function.
10397 (bookmark-location): Doc string fix.
10398 (Bug#4250)
10399
10400 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10401
10402 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
10403 don't use a file dialog, because they usually don't know how to read
10404 a directory target from the user. (Bug#4230)
10405 Also, make sure the prompt can display directories as well as files.
10406
10407 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10408
10409 * bookmark.el (bookmark-set, bookmark-buffer-name):
10410 Improve doc strings. (Bug#1193)
10411
10412 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10413
10414 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
10415 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
10416 (bookmark-get-annotation, bookmark-set-annotation)
10417 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10418 (bookmark-set-position, bookmark-get-front-context-string)
10419 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10420 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
10421 (bookmark-jump-other-window, bookmark-handle-bookmark)
10422 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
10423 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
10424 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
10425 Improve doc strings to say whether bookmark can be a string or
10426 a record or both, and make other consistency and clarity fixes.
10427 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
10428 (bookmark-default-annotation-text, bookmark-yank-word)
10429 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
10430 (bookmark-import-new-list, bookmark-maybe-rename)
10431 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10432 (bookmark-bmenu-bookmark): Give these doc strings.
10433 (bookmark-bmenu-check-position): Give this a doc string, but also
10434 add a FIXME comment about how the function may be pointless.
10435 (bookmark-default-handler): Rework doc string and change a
10436 parameter name, to clarify that this takes a bookmark record
10437 not a bookmark name.
10438 (bookmark-set): Change a parameter name to indicate its meaning,
10439 and improve the doc string a bit.
10440 (Bug#4188)
10441
10442 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10443
10444 * bookmark.el (bookmark-alist): Document the new `handler' element
10445 in the param alist.
10446 (bookmark-make-record-function): Adjust documentation for above.
10447 (Bug#4193)
10448
10449 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10450
10451 * info.el (Info-bookmark-make-record): Document this function.
10452 (Info-bookmark-jump): Document with a doc string, not just a comment.
10453 (Bug#4203)
10454
10455 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10456
10457 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
10458 (semantic-new-buffer-fcn): Call parser setup functions here.
10459 (semantic-mode): Don't call parser setup functions here, it's done
10460 in semantic-new-buffer-fcn now.
10461 (semantic-mode): Parse all existing buffers when enabled.
10462
10463 * cedet/srecode/compile.el (srecode-compile-file):
10464 Call semantic-new-buffer-fcn if the buffer has not been parsed.
10465
10466 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10467
10468 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
10469
10470 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
10471 (proj-comp-insert-variable-once): New macro, renamed from
10472 ede-pmake-insert-variable-once in ede/pmake.edl.
10473 (ede-proj-makefile-insert-variables): Use it.
10474
10475 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
10476
10477 * files.el (copy-directory): New defun.
10478
10479 * dired-aux.el (dired-copy-file-recursive): Use it.
10480
10481 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10482
10483 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10484 (makefile-end-of-command):
10485 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10486 (semantic-end-of-context): Fix previous change. Doc fixes.
10487
10488 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10489
10490 * files-x.el (modify-dir-local-variable)
10491 (copy-dir-locals-to-file-locals-prop-line):
10492 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10493 (makefile-end-of-command):
10494 * cedet/semantic/lex.el (semantic-lex-token):
10495 * cedet/semantic/analyze/fcn.el
10496 (semantic-analyze-dereference-metatype-1):
10497 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10498 (semantic-lex-cpp-undef):
10499 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10500 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10501 (semantic-end-of-context): Fix typos in docstrings.
10502
10503 * recentf.el (recentf-unload-function): New function.
10504
10505 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10506
10507 * cedet/ede.el (ede-project-placeholder-cache-file):
10508 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10509 * cedet/srecode/map.el (srecode-map-save-file):
10510 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
10511
10512 2009-10-04 Glenn Morris <rgm@gnu.org>
10513
10514 * window.el (window-full-height-p): Add doc string.
10515
10516 2009-10-04 Martin Rudalics <rudalics@gmx.at>
10517
10518 * window.el (window-full-height-p): New function. (Bug#4543)
10519
10520 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
10521
10522 * cedet/srecode/insert.el: Require srecode/args.
10523
10524 * cedet/srecode/args.el: Require srecode/dictionary instead of
10525 srecode/insert.
10526
10527 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10528
10529 * files.el (auto-mode-alist): Add .srt and Project.ede.
10530
10531 * cedet/semantic.el (semantic-mode):
10532 Handle srecode-template-mode-hook as well.
10533 (semantic-mode): Use js-mode-hook for Javascript hook.
10534
10535 * cedet/srecode/template.el: Remove hook variable.
10536
10537 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10538
10539 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10540 projects exist.
10541 (ede-project-placeholder-cache-file): Default to a file in
10542 user-emacs-directory.
10543
10544 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10545 templates in data-directory.
10546 (srecode-map-save-file): Default to a file in user-emacs-directory.
10547
10548 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10549 directory.
10550
10551 2009-09-30 Eric Ludlam <zappo@gnu.org>
10552
10553 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10554 Doc fix.
10555
10556 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10557 Only insert each variable once.
10558
10559 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10560 (ede-pmake-insert-variable-shared): Use it.
10561
10562 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10563 for lexical table iff table is nil.
10564
10565 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
10566
10567 * vc.el: Remove commented out code.
10568 (vc-derived-from-dir-mode): Remove, unused.
10569 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10570
10571 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
10572
10573 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10574 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
10575 there could be recursive loading when `default-directory' is a
10576 remote file name. (Bug#4614)
10577
10578 2009-10-03 Glenn Morris <rgm@gnu.org>
10579
10580 * calendar/calendar.el (calendar-basic-setup): Handle the case where
10581 the frame is wide.
10582 (calendar-generate-window): Test for shrinkability rather than width.
10583
10584 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10585 declaration, currently false.
10586
10587 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10588 reusing existing buffers, in case we happen to visit two files with the
10589 same basename. (Bug#4593)
10590
10591 2009-10-02 Eli Zaretskii <eliz@gnu.org>
10592
10593 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10594 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10595 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10596 subdirs of cedet as well.
10597 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10598
10599 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10600
10601 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10602 Obey advertised-signature-table.
10603
10604 * help-fns.el (help-function-arglist): Don't check
10605 advertised-signature-table.
10606 (describe-function-1): Do it here instead so it also applies to subrs.
10607
10608 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
10609
10610 * simple.el (start-file-process): Say in the doc-string, that file
10611 handlers might not support pty association, if PROGRAM is nil.
10612
10613 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10614 HOST and USER are strings. They are nil, when there are
10615 incomplete entries in ~/.netrc, for example.
10616 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
10617 root directory ("device busy" error otherwise).
10618
10619 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10620 Flush file properties of created directory.
10621
10622 2009-10-02 Eli Zaretskii <eliz@gnu.org>
10623
10624 * makefile.w32-in (WINS_BASIC): Remove cedet.
10625 (WINS_CEDET): Add cedet.
10626 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10627
10628 2009-10-02 Kevin Ryde <user42@zip.com.au>
10629
10630 * net/browse-url.el (browse-url): Pass any symbol in
10631 browse-url-browser-function to `apply', since if you've mistakenly put
10632 an unbound symbol then the error is clearer. (Bug#4531)
10633
10634 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
10635
10636 * allout.el (allout-init, allout-back-to-current-heading)
10637 (allout-beginning-of-current-entry, allout-ascend-to-depth)
10638 (allout-ascend, allout-up-current-level, allout-end-of-level)
10639 (allout-previous-visible-heading, allout-forward-current-level)
10640 (allout-backward-current-level, allout-show-children):
10641 * apropos.el (apropos-describe-plist):
10642 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10643 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10644 * completion.el (add-completion, add-permanent-completion):
10645 * descr-text.el (describe-text-category, describe-char):
10646 * desktop.el (desktop-lazy-abort):
10647 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10648 * dired.el (dired-build-subdir-alist):
10649 * ediff.el (ediff-version):
10650 * elide-head.el (elide-head, elide-head-show):
10651 * emerge.el (emerge-version):
10652 * env.el (getenv):
10653 * face-remap.el (variable-pitch-mode):
10654 * faces.el (describe-face):
10655 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10656 (dired-at-point):
10657 * files.el (find-file-existing, auto-save-mode):
10658 * font-lock.el (font-lock-fontify-buffer):
10659 * help-fns.el (describe-function, describe-variable)
10660 (describe-syntax, describe-categories):
10661 * help.el (view-lossage, describe-bindings, describe-key)
10662 (describe-mode):
10663 * hexl.el (hexl-current-address):
10664 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10665 * info.el (Info-goto-emacs-key-command-node):
10666 * log-edit.el (log-edit-insert-cvs-template)
10667 (log-edit-insert-cvs-rcstemplate):
10668 * menu-bar.el (menu-bar-mode):
10669 * mouse.el (mouse-appearance-menu):
10670 * newcomment.el (comment-indent-new-line):
10671 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10672 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10673 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10674 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10675 * recentf.el (recentf-mode):
10676 * savehist.el (savehist-mode, savehist-save):
10677 * shadowfile.el (shadow-copy-files):
10678 * simple.el (kill-ring-save, next-line, previous-line)
10679 (normal-erase-is-backspace-mode):
10680 * strokes.el (strokes-update-window-configuration)
10681 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10682 (strokes-xpm-for-stroke):
10683 * time.el (emacs-uptime, emacs-init-time):
10684 * tutorial.el (tutorial--describe-nonstandard-key)
10685 (tutorial--detailed-help):
10686 * type-break.el (type-break-mode)
10687 (type-break-mode-line-message-mode, type-break-query-mode)
10688 (type-break-guesstimate-keystroke-threshold):
10689 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10690 * version.el (emacs-version):
10691 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10692 * winner.el (winner-mode):
10693 * calendar/timeclock.el (timeclock-in, timeclock-out)
10694 (timeclock-status-string, timeclock-change)
10695 (timeclock-workday-remaining-string)
10696 (timeclock-workday-elapsed-string)
10697 (timeclock-when-to-leave-string):
10698 * calendar/todo-mode.el (todo-add-category):
10699 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10700 * emacs-lisp/autoload.el (update-file-autoloads):
10701 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10702 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10703 (checkdoc-message-text, checkdoc-defun):
10704 * emacs-lisp/debug.el (debugger-list-functions):
10705 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10706 * emacs-lisp/eieio-opt.el (eieio-describe-class)
10707 (eieio-describe-generic):
10708 * emacs-lisp/lisp-mnt.el (lm-synopsis):
10709 * emacs-lisp/shadow.el (list-load-path-shadows):
10710 * emulation/cua-base.el (cua-mode):
10711 * emulation/edt.el (edt-set-scroll-margins):
10712 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10713 (tpu-toggle-regexp, tpu-toggle-search-direction)
10714 (tpu-toggle-rectangle, tpu-toggle-control-keys):
10715 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10716 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10717 (viper-set-parsing-style-toggling-macro)
10718 (viper-set-emacs-state-searchstyle-macros):
10719 * emulation/viper.el (viper-set-hooks):
10720 * eshell/esh-mode.el (eshell-truncate-buffer):
10721 * international/mule-cmds.el (prefer-coding-system)
10722 (describe-input-method, describe-language-environment):
10723 * international/mule-diag.el (list-character-sets)
10724 (describe-character-set, describe-coding-system)
10725 (describe-fontset, list-fontsets, list-input-methods):
10726 * mail/sendmail.el (mail-signature):
10727 * net/ange-ftp.el (ange-ftp-copy-file):
10728 * net/browse-url.el (browse-url):
10729 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
10730 * net/quickurl.el (quickurl-add-url):
10731 * net/rcirc.el (names, topic):
10732 * net/xesam.el (xesam-mode):
10733 * play/5x5.el (5x5-new-game):
10734 * play/yow.el (apropos-zippy):
10735 * progmodes/ada-mode.el (ada-mode-version):
10736 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
10737 (f90-end-of-block)
10738 (f90-beginning-of-block):
10739 * progmodes/fortran.el (fortran-end-of-block)
10740 (fortran-beginning-of-block):
10741 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
10742 * progmodes/python.el (python-describe-symbol, python-shell):
10743 * term/ns-win.el (ns-print-buffer):
10744 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
10745 * textmodes/flyspell.el (flyspell-mode-on):
10746 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
10747 (pages-directory-for-addresses):
10748 * textmodes/table.el (table-recognize-cell)
10749 (table-query-dimension, table-generate-source)
10750 (table-insert-sequence, table--warn-incompatibility):
10751 * textmodes/tex-mode.el (tex-validate-buffer):
10752 * textmodes/texinfmt.el (texinfmt-version)
10753 (texinfo-format-buffer):
10754 Use `called-interactively-p' instead of `interactive-p'.
10755
10756 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
10757
10758 * image-mode.el (image-toggle-display):
10759 * emacs-lisp/elp.el (elp-instrument-function):
10760 * emacs-lisp/advice.el (ad-make-advised-definition):
10761 * emacs-lisp/easy-mmode.el (define-minor-mode):
10762 * net/browse-url.el (browse-url-maybe-new-window):
10763 * progmodes/sh-script.el (sh-learn-buffer-indent):
10764 Pass new argument 'any to `called-interactively-p'.
10765
10766 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
10767
10768 * international/uni-bidi.el:
10769 * international/uni-category.el:
10770 * international/uni-combining.el:
10771 * international/uni-comment.el:
10772 * international/uni-decimal.el:
10773 * international/uni-decomposition.el:
10774 * international/uni-digit.el:
10775 * international/uni-lowercase.el:
10776 * international/uni-mirrored.el:
10777 * international/uni-name.el:
10778 * international/uni-numeric.el:
10779 * international/uni-old-name.el:
10780 * international/uni-titlecase.el:
10781 * international/uni-uppercase.el:
10782 Regenerate from Unicode 5.2.0 data.
10783
10784 2009-10-01 Glenn Morris <rgm@gnu.org>
10785
10786 * Makefile.in (ELCFILES): Regenerate.
10787
10788 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10789
10790 * subr.el (interactive-p): Mark obsolete.
10791 (called-interactively-p): Make the optional-ness of `kind' obsolete.
10792 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
10793 advertised-signature-table for subroutines as well.
10794
10795 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
10796 (set-advertised-calling-convention): New function.
10797 (make-obsolete, define-obsolete-function-alias)
10798 (make-obsolete-variable, define-obsolete-variable-alias):
10799 Make the optional-ness of `when' obsolete.
10800 (define-obsolete-face-alias): Make `when' non-optional.
10801 * help-fns.el (help-function-arglist):
10802 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
10803 Use advertised-signature-table.
10804
10805 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
10806
10807 * files.el (delete-directory): New defun. The original function
10808 in fileio.c has been renamed to `delete-directory-internal'.
10809
10810 * dired.el (dired-delete-file): Call `delete-directory' with
10811 RECURSIVE parameter.
10812
10813 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
10814 parameter RECURSIVE. Implementation is missing.
10815
10816 * net/tramp.el (tramp-handle-make-directory): Flush upper
10817 directory's file properties.
10818 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
10819 (tramp-handle-dired-recursive-delete-directory): Flush directory
10820 properties after the remove command only.
10821
10822 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10823 Handle optional parameter RECURSIVE.
10824
10825 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
10826 Handle optional parameter RECURSIVE.
10827
10828 * net/tramp-smb.el (tramp-smb-errors): Add error message for
10829 connection timeout.
10830 (tramp-smb-handle-delete-directory): Handle optional parameter
10831 RECURSIVE.
10832
10833 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10834
10835 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
10836 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
10837 (byte-compile-defmacro): Use backquotes.
10838
10839 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
10840
10841 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
10842 has no associated file.
10843 (vc-resynch-buffer): Use vc-dir-buffers.
10844
10845 2009-10-01 Glenn Morris <rgm@gnu.org>
10846
10847 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
10848 (chart-file-count):
10849 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
10850 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
10851 * emacs-lisp/eieio-opt.el (eieio-describe-class):
10852 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
10853 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
10854 (eieio-copy-parents-into-subclass, make-instance, class-children)
10855 (eieio-generic-form):
10856 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
10857 * cedet/cedet-idutils.el (cedet-idutils-search)
10858 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
10859 (cedet-idutils-version-check):
10860 * cedet/cedet.el (cedet-version):
10861 * cedet/data-debug.el (data-debug-insert-overlay-button)
10862 (data-debug-insert-overlay-list-button)
10863 (data-debug-insert-buffer-button)
10864 (data-debug-insert-buffer-list-button)
10865 (data-debug-insert-process-button, data-debug-insert-ring-button)
10866 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
10867 (data-debug-insert-stuff-vector-button)
10868 (data-debug-insert-symbol-button, data-debug-insert-string)
10869 (data-debug-insert-number, data-debug-insert-lambda-expression)
10870 (data-debug-insert-nil, data-debug-insert-simple-thing)
10871 (data-debug-insert-custom, data-debug-edebug-expr):
10872 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
10873 (global-ede-mode-map, ede-new, ede-debug-target)
10874 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
10875 * cedet/semantic.el (semantic-minimum-working-buffer-size)
10876 (semantic-fetch-tags, semantic-submode-list)
10877 (semantic-default-submodes):
10878 * cedet/ede/source.el (ede-source-match):
10879 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
10880 (project-am-package-info):
10881 * cedet/ede/proj.el (ede-proj-target, project-new-target):
10882 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
10883 * cedet/ede/proj-comp.el (ede-current-build-list):
10884 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
10885 * cedet/ede/files.el (ede-toplevel-project-or-nil):
10886 * cedet/ede/cpp-root.el (initialize-instance):
10887 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
10888 (autoconf-parameter-strip, autoconf-insert-new-macro):
10889 * cedet/semantic/wisent.el (wisent-lex-eoi):
10890 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
10891 (semantic-show-parser-state-mode):
10892 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
10893 * cedet/semantic/tag.el (semantic-tag-new-variable)
10894 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
10895 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
10896 (semantic--tag-deep-copy-tag-list)
10897 (semantic-tag-components-with-overlays-default):
10898 * cedet/semantic/symref.el (semantic-symref-find-text):
10899 * cedet/semantic/senator.el (senator-yank-tag)
10900 (senator-transpose-tags-up):
10901 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
10902 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
10903 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
10904 * cedet/semantic/lex.el (semantic-lex-comment-regex)
10905 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
10906 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
10907 * cedet/semantic/lex-spp.el
10908 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
10909 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
10910 * cedet/semantic/idle.el
10911 (semantic-idle-summary-current-symbol-info-brutish)
10912 (semantic-idle-summary-current-symbol-info-default):
10913 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
10914 (semantic--grammar-macro-compl-dict):
10915 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
10916 * cedet/semantic/format.el (semantic-format-tag-custom-list)
10917 (semantic-format-tag-canonical-name-default):
10918 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
10919 (semantic-find-tags-for-completion)
10920 (semantic-find-tags-by-scope-protection-default)
10921 (semantic-deep-find-tags-for-completion):
10922 * cedet/semantic/edit.el
10923 (semantic-edits-incremental-reparse-failed-hook)
10924 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
10925 (semantic-edits-splice-remove, semantic-edits-splice-replace):
10926 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
10927 * cedet/semantic/dep.el (semantic-dependency-include-path):
10928 * cedet/semantic/db.el (semanticdb-default-find-index-class)
10929 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
10930 (semanticdb-project-roots):
10931 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
10932 (semanticdb-find-adebug-insert-scanned-tag-cons)
10933 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
10934 (semanticdb-brute-deep-find-tags-for-completion):
10935 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
10936 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
10937 (semantic-end-of-context-default)
10938 (semantic-ctxt-current-function-default)
10939 (semantic-ctxt-scoped-types-default):
10940 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
10941 (semantic-complete-inline-tag-engine)
10942 (semantic-complete-inline-custom-type)
10943 (semantic-complete-read-tag-analyzer):
10944 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
10945 (semantic-chart-database-size):
10946 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
10947 (semantic-analyze-current-context):
10948 * cedet/semantic/symref/list.el (semantic-symref)
10949 (semantic-symref-hide-buffer, semantic-symref-symbol):
10950 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
10951 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
10952 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
10953 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
10954 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
10955 (semantic-c-dereference-template):
10956 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
10957 (semantic--analyze-refs-full-lookup-with-parents)
10958 (semantic--analyze-refs-full-lookup-simple):
10959 * cedet/semantic/analyze/complete.el
10960 (semantic-analyze-possible-completions):
10961 * cedet/srecode/table.el (srecode-mode-table-new):
10962 * cedet/srecode/srt.el (srecode-read-variable-name):
10963 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
10964 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
10965 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
10966 * cedet/srecode/map.el (srecode-current-map):
10967 * cedet/srecode/insert.el (srecode-insert)
10968 (srecode-insert-variable-secondname-handler, srecode-insert-method)
10969 (srecode-template-inserter-point-override)
10970 (srecode-insert-include-lookup):
10971 * cedet/srecode/getset.el (srecode-auto-choose-class):
10972 * cedet/srecode/extract.el (srecode-inserter-extract):
10973 * cedet/srecode/document.el
10974 (srecode-document-autocomment-return-last-alist)
10975 (srecode-document-autocomment-param-type-alist)
10976 (srecode-document-insert-function-comment)
10977 (srecode-document-insert-variable-one-line-comment)
10978 (srecode-document-function-name-comment):
10979 * cedet/srecode/dictionary.el (srecode-create-dictionary)
10980 (srecode-compound-toString):
10981 * cedet/srecode/compile.el (srecode-flush-active-templates):
10982 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
10983 Doc/message fixes.
10984
10985 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
10986 match-data. (Bug#4555).
10987
10988 * cedet/semantic/bovine/gcc.el
10989 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
10990 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
10991
10992 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
10993 rather than parsing it as a regexp. This relaxes the layout
10994 requirements and makes errors easier to detect.
10995 (check-declare-verify): Check file is regular.
10996 (check-declare-directory): Doc fix.
10997 * subr.el (declare-function): Doc fix.
10998
10999 * ibuffer.el (ibuffer-format-qualifier):
11000 * isearch.el (hi-lock-regexp-okay):
11001 * calc/calc.el (math-zerop):
11002 * mail/uce.el (rmail-msgbeg, rmail-msgend):
11003 * term/w32-win.el (setup-default-fontset, set-fontset-font):
11004 Remove unused declarations.
11005
11006 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
11007
11008 * cedet/semantic/wisent/javat-wy.el
11009 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
11010
11011 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
11012
11013 * cedet/srecode/expandproto.el: Fix provide statement.
11014
11015 2009-09-30 Eric Ludlam <zappo@gnu.org>
11016
11017 * emacs-lisp/eieio.el (boolean-p): Delete.
11018
11019 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
11020
11021 * cedet/ede/srecode.el: Fix provide statement.
11022
11023 2009-09-30 Glenn Morris <rgm@gnu.org>
11024
11025 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
11026 * cedet/ede/proj-aux.el (ede-aux-source):
11027 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
11028 (ede-misc-source):
11029 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
11030 (semantic-mrub-switch-tags): Fix doc typos.
11031
11032 * cedet/semantic/db-global.el (data-debug-new-buffer)
11033 (data-debug-insert-thing): Remove unneeded declarations (one broken).
11034 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
11035
11036 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
11037
11038 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
11039 use of CL function `remove-if-not'.
11040
11041 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
11042
11043 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
11044 filename is not a string.
11045
11046 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
11047
11048 * files.el (safe-local-eval-forms): Fix typo.
11049
11050 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11051
11052 * vc-hooks.el (vc-dir-buffers): New var.
11053 (vc-state-refresh): New function.
11054 (vc-state): Use it.
11055 (vc-after-save): Always ask the backend to recompute the new state.
11056 Always call vc-dir if necessary, using vc-dir-buffers.
11057 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
11058 Use vc-dir-buffers.
11059 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
11060 (vc-dir-prepare-status-buffer, vc-dir-update)
11061 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
11062 Don't call expand-file-name on default-directory.
11063
11064 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
11065
11066 * speedbar.el (speedbar-item-delete):
11067 * calc/calc-prog.el (calc-kbd-if):
11068 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
11069
11070 * epa.el (epa-key-list-mode-map):
11071 * hi-lock.el (hi-lock-menu): Fix typos in menus.
11072
11073 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
11074 (hs-show-hook): Fix typo in docstring.
11075
11076 2009-09-29 Glenn Morris <rgm@gnu.org>
11077
11078 * cedet/semantic/symref/idutils.el:
11079 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
11080
11081 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
11082
11083 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
11084 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
11085 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
11086 Mark declarations not understood by check-declare.
11087
11088 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
11089 file-name-nondirectory call preventing location of cedet files.
11090 (check-declare-verify): Use literal search rather than re-search.
11091 Add basic defmethod and defclass, and define-overloadable-function.
11092
11093 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
11094 Use tramp-compat-file-attributes rather than nonexistent
11095 tramp-compat-handle-file-attributes.
11096
11097 * Makefile.in (lisptagsfiles4): New.
11098 (AUTOGENEL): Add cedet loaddefs files.
11099 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
11100 (update-elclist, compile-always, backup-compiled-files)
11101 (bootstrap-clean): Add yet another directory level.
11102 (update-elclist): Use LC_COLLATE rather than COLLATE.
11103 (ELCFILES): Update, via `make update-elclist'.
11104
11105 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
11106
11107 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
11108 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
11109 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
11110
11111 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
11112
11113 * Makefile.in (lisptagsfiles3): Define.
11114 (TAGS, TAGS-LISP): Use it.
11115 (update-elclist): Add third directory level to look for elc files.
11116 (compile-always): Likewise.
11117 (backup-compiled-files): Likewise.
11118 (bootstrap-clean): Likewise.
11119 (ELCFILES): Update.
11120
11121 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
11122
11123 * Makefile.in (ELCFILES): Add CEDET files.
11124
11125 2009-09-28 Eric Ludlam <zappo@gnu.org>
11126
11127 CEDET (development tools) package merged.
11128
11129 * cedet/*.el:
11130 * cedet/ede/*.el:
11131 * cedet/semantic/*.el:
11132 * cedet/srecode/*.el: New files.
11133
11134 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
11135
11136 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
11137
11138 * net/tramp.el (top): Require tramp-imap.
11139
11140 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
11141 Use `tramp-compat-handle-file-attributes'.
11142
11143 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11144
11145 * net/tramp-imap.el: New package.
11146
11147 2009-09-28 Eric Ludlam <zappo@gnu.org>
11148
11149 * emacs-lisp/chart.el:
11150 * emacs-lisp/eieio-base.el:
11151 * emacs-lisp/eieio-comp.el:
11152 * emacs-lisp/eieio-custom.el:
11153 * emacs-lisp/eieio-datadebug.el:
11154 * emacs-lisp/eieio-opt.el:
11155 * emacs-lisp/eieio-speedbar.el:
11156 * emacs-lisp/eieio.el: New files.
11157
11158 * cedet/cedet-cscope.el:
11159 * cedet/cedet-files.el:
11160 * cedet/cedet-global.el:
11161 * cedet/cedet-idutils.el:
11162 * cedet/data-debug.el:
11163 * cedet/inversion.el:
11164 * cedet/mode-local.el:
11165 * cedet/pulse.el: New files.
11166
11167 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11168
11169 * whitespace.el (whitespace-trailing-regexp)
11170 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
11171 Fix doc string.
11172
11173 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
11174
11175 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
11176 menu.
11177
11178 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
11179 menu-bar-ediff-menu.
11180
11181 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
11182 define-overloadable-function.
11183
11184 * progmodes/autoconf.el: Provide autoconf as well, so that this
11185 file can be `require'd.
11186
11187 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
11188
11189 * emacs-lisp/autoload.el (generated-autoload-feature)
11190 (generated-autoload-load-name): New vars.
11191 (autoload-rubric, autoload-generate-file-autoloads): Use them.
11192 (make-autoload): Recognize define-overloadable-function and
11193 defclass forms (for EIEIO).
11194
11195 * Makefile.in (update-subdirs): Exclude cedet directory.
11196
11197 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11198
11199 * term/ns-win.el: Don't set the region face background. (Bug#4381)
11200
11201 * faces.el: Default light-background background for region face to
11202 ns_selection_color under NS.
11203
11204 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
11205
11206 * net/imap-hash.el: New library, see NEWS.
11207
11208 * Makefile.in (ELCFILES): Add imap-hash.el.
11209
11210 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
11211
11212 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
11213 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
11214 * help-macro.el (make-help-screen): Avoid using an ambiguous function
11215 definition where the docstring could be taken for the return value.
11216
11217 2009-09-26 Glenn Morris <rgm@gnu.org>
11218
11219 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
11220 Add option to only show images below a certain size.
11221 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
11222 save-excursion calls.
11223
11224 2009-09-26 Eli Zaretskii <eliz@gnu.org>
11225
11226 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
11227 subdirectories) and eieio.
11228
11229 2009-09-26 Alan Mackenzie <acm@muc.de>
11230
11231 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
11232 buggy bracketing. (Bug#4289)
11233
11234 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
11235 character constants (as case labels). (Bug#4289)
11236
11237 2009-09-25 Juri Linkov <juri@jurta.org>
11238
11239 * files.el (safe-local-eval-forms): Allow time-stamp in
11240 before-save-hook (Bug#4554).
11241
11242 2009-09-25 Drew Adams <drew.adams@oracle.com>
11243
11244 * menu-bar.el (list-buffers-directory): Doc fix.
11245
11246 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11247
11248 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
11249 Try and avoid copying twice the same paragraph.
11250 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
11251 Remove save-excursion.
11252 (log-edit-changelog-entry): Do it here instead.
11253
11254 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
11255
11256 * bs.el (bs--get-file-name): Use `list-buffers-directory'
11257 when available, instead of hardcoding mode names. Doc fix.
11258
11259 * menu-bar.el (list-buffers-directory): Add docstring.
11260 Make automatically buffer-local.
11261
11262 * dired.el (dired-mode):
11263 * files.el (cd-absolute):
11264 * pcvs.el (cvs-temp-buffer):
11265 * pcvs-util.el (cvs-get-buffer-create):
11266 * shell.el (shell-mode):
11267 * vc-dir.el (vc-dir-mode):
11268 Don't make `list-buffers-directory' buffer local.
11269
11270 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
11271
11272 * comint.el (comint-exec, comint-run, make-comint):
11273 Doc fixes (Bug#4542).
11274
11275 2009-09-25 Glenn Morris <rgm@gnu.org>
11276
11277 * mail/rmailmm.el (rmail-mime): New custom group.
11278 Move all defcustoms in this file into this group.
11279 (rmail-mime-media-type-handlers-alist): Revert previous change.
11280 (rmail-mime-show-images): New option.
11281 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
11282 references to it, since it wasn't actually used for anything.
11283 (rmail-mime-insert-image): New function.
11284 (rmail-mime-image): Use rmail-mime-insert-image.
11285 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
11286 obey the value of `rmail-mime-show-images' option. Print the size of
11287 attachments.
11288
11289 2009-09-25 David Engster <deng@randomsample.de>
11290
11291 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
11292
11293 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11294
11295 * whitespace.el: Does not highlight trailing spaces While point is
11296 at end of line. Does not highligt spaces at beginning of buffer
11297 while point is at beginning of buffer. Does not highlight spaces
11298 at end of buffer while point is at end of buffer. (Bug#4177)
11299 New version 12.0.
11300 (whitespace-display-mappings): Adjust initialization.
11301 (whitespace-point, whitespace-font-lock-refontify): New vars.
11302 (whitespace-color-on, whitespace-color-off): Adjust code.
11303 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
11304 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
11305 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
11306
11307 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
11308
11309 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
11310
11311 * textmodes/sgml-mode.el: Remove xml-mode alias.
11312
11313 * files.el (auto-mode-alist, conf-mode-maybe)
11314 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
11315
11316 2009-09-24 Alan Mackenzie <acm@muc.de>
11317
11318 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
11319 c-forward-conditionals, but it doesn't move point and doesn't set
11320 the mark.
11321 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
11322 (c-down-conditional-with-else, c-backward-conditional)
11323 (c-forward-conditional): Refactor to use c-scan-conditionals.
11324
11325 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
11326
11327 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
11328 (help-default-arg-highlight): Remove.
11329 (help-highlight-arg): New function.
11330 (help-do-arg-highlight): Use it.
11331 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
11332
11333 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11334
11335 * term.el (term-set-scroll-region, term-handle-ansi-escape):
11336 Undo last change, which didn't fix the problem and introduced others.
11337
11338 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
11339
11340 * progmodes/gdb-mi.el: Don't require speedbar.
11341 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
11342
11343 2009-09-24 Glenn Morris <rgm@gnu.org>
11344
11345 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
11346
11347 * term/ns-win.el (ns-reg-to-script): Define for compiler.
11348
11349 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
11350 there is no newline after the final mime boundary. (Bug#4539)
11351 Move markers on insertion so that any buttons inserted don't end up in
11352 the next part of a multipart message.
11353 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
11354 (rmail-mime-bulk-handler): Optionally handle images.
11355 (rmail-mime-image): New button action.
11356 (rmail-mime-image-handler): New function.
11357 (rmail-mime-mode): New mode.
11358 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
11359
11360 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11361
11362 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
11363 than just dropping elements from it (bug#4504).
11364
11365 * term.el (term-set-scroll-region): Don't move cursor any more.
11366 (term-handle-ansi-escape): Call term-goto here instead.
11367 Suggested by Ivan Kanis <apple@kanis.eu>.
11368
11369 * term.el: Require CL.
11370 (term-ansi-reset): New function.
11371 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
11372 (term-handle-colors-array): Simplify.
11373
11374 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
11375
11376 * allout.el (allout-overlay-interior-modification-handler)
11377 (allout-obtain-passphrase):
11378 * epa-file.el (epa-file-write-region):
11379 * ps-print.el (ps-begin-job):
11380 * vc-hooks.el (vc-toggle-read-only):
11381 * vc-rcs.el (vc-rcs-rollback):
11382 * vc-sccs.el (vc-sccs-rollback):
11383 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
11384 (vc-version-diff, vc-revert, vc-rollback):
11385 * wdired.el (wdired-check-kill-buffer):
11386 * emacs-lisp/authors.el (authors):
11387 * net/socks.el (socks-open-connection):
11388 * net/zeroconf.el (zeroconf-service-add-hook):
11389 * obsolete/vc-mcvs.el (vc-mcvs-register):
11390 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
11391 (gdb-select-frame):
11392 * progmodes/grep.el (lgrep, rgrep):
11393 * progmodes/idlw-help.el (idlwave-help-check-locations)
11394 (idlwave-help-html-link, idlwave-help-assistant-open-link):
11395 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11396 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
11397 (reftex-toc-rename-label): Fix typos in error messages.
11398
11399 * dired-aux.el (dired-do-shell-command): Reflow docstring.
11400 (dired-copy-how-to-fn): Doc fix.
11401 (dired-files-attributes, dired-read-shell-command):
11402 Fix typos in docstrings.
11403
11404 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
11405 (dired-x-find-file-other-window): Reflow docstrings.
11406 (dired-omit-marker-char, dired-read-shell-command)
11407 (dired-x-submit-report): Fix typos in docstrings.
11408
11409 * shell.el (shell-mode-hook):
11410 * view.el (View-scroll-line-forward):
11411 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
11412 Fix typos in docstrings.
11413
11414 * net/dig.el (dig-invoke): Fix typo in docstring.
11415 (query-dig): Reflow docstring.
11416
11417 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
11418 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
11419 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
11420 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
11421 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
11422 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
11423 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
11424 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
11425 (idlwave-completion-map, idlwave-current-indent)
11426 (idlwave-custom-ampersand-surround, idlwave-customize)
11427 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
11428 (idlwave-define-abbrev, idlwave-determine-class-special)
11429 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
11430 (idlwave-end-block-reg, idlwave-end-of-statement)
11431 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
11432 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
11433 (idlwave-explicit-class-listed, idlwave-file-header)
11434 (idlwave-fill-paragraph, idlwave-find-class-definition)
11435 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
11436 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
11437 (idlwave-in-quote, idlwave-indent-action-table)
11438 (idlwave-indent-expand-table, idlwave-indent-line)
11439 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
11440 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
11441 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
11442 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
11443 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
11444 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
11445 (idlwave-outlawed-buffers, idlwave-popup-select)
11446 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
11447 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
11448 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
11449 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
11450 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
11451 (idlwave-statement-type, idlwave-struct-skip)
11452 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
11453 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
11454 (idlwave-what-module-find-class): Fix typos in docstrings.
11455 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
11456 (idlwave-calculate-cont-indent, idlwave-expand-equal)
11457 (idlwave-find-module, idlwave-find-structure-definition)
11458 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
11459 (idlwave-list-load-path-shadows, idlwave-next-statement)
11460 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
11461 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
11462 (idlwave-template): Reflow docstrings.
11463
11464 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
11465 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
11466 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
11467 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
11468 (idlwave-shell-display-line, idlwave-shell-display-wframe)
11469 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
11470 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
11471 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11472 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11473 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11474 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11475 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11476 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11477 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11478 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11479 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11480 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11481 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11482 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11483 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11484 Fix typos in docstrings.
11485 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11486 (idlwave-shell-hide-output, idlwave-shell-mode)
11487 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11488 Reflow docstrings.
11489
11490 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11491
11492 2009-09-24 Ivan Kanis <apple@kanis.eu>
11493
11494 * term.el (term-bold-attribute): New var.
11495 (term-handle-colors-array): Use it.
11496
11497 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
11498
11499 * progmodes/gdb-mi.el (gdb-version): New variable.
11500 (gdb-non-stop-handler): Set gdb-version.
11501 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11502 Condition "--thread" option on gdb-version.
11503 (gdb-invalidate-threads): Remove unused argument.
11504
11505 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11506
11507 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11508 to looking-back to avoid ridiculous slow down in large files (bug#4511).
11509
11510 2009-09-23 Glenn Morris <rgm@gnu.org>
11511
11512 * mail/rmail.el (rmail-reply): Don't try to add a References header when
11513 replying to mail without References or Message-Id. (Bug#4525)
11514
11515 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
11516
11517 * term/ns-win.el (ns-reg-to-script): New variable.
11518
11519 2009-09-23 Daiki Ueno <ueno@unixuser.org>
11520
11521 * epg.el (epg-wait-for-status): Preserve existing 'error results.
11522
11523 2009-09-22 Sam Steingold <sds@gnu.org>
11524
11525 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11526 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11527 to 1 because hg returns status 1 when nothing is found.
11528 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11529
11530 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11531
11532 * textmodes/fill.el: Convert to utf-8 encoding.
11533 (fill-french-nobreak-p): Remove redundant » and « inherited from our
11534 pre-Unicode days.
11535
11536 * add-log.el (change-log-fill-forward-paragraph): New function.
11537 (change-log-mode): Use it so fill-region DTRT.
11538 Set fill-indent-according-to-mode here rather than in
11539 change-log-fill-paragraph.
11540 (change-log-fill-paragraph): Remove.
11541
11542 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
11543
11544 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11545 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
11546
11547 2009-09-22 Glenn Morris <rgm@gnu.org>
11548
11549 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11550 the scroll-bar scroll the calendar window rather than the buffer.
11551
11552 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11553 commands that move point (as opposed to scrolling).
11554
11555 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11556
11557 * emacs-lisp/elint.el (elint): New custom group.
11558 (elint-log-buffer): Make it a defcustom.
11559 (elint-scan-preloaded, elint-ignored-warnings)
11560 (elint-directory-skip-re): New options.
11561 (elint-builtin-variables): Doc fix.
11562 (elint-preloaded-env): New variable.
11563 (elint-unknown-builtin-args): Add an entry for encode-time.
11564 (elint-extra-errors): Make it a variable rather than a constant.
11565 (elint-preloaded-skip-re): New constant.
11566 (elint-directory): Skip files matching elint-directory-skip-re.
11567 (elint-features): New variable, local to linted buffers.
11568 (elint-update-env): Initialize elint-features. Possibly add
11569 elint-preloaded-env to the buffer's environment.
11570 (elint-get-top-forms): Bind elint-current-pos, for log messages.
11571 Skip quoted forms.
11572 (elint-init-form): New function, extracted from elint-init-env.
11573 Make non-list forms a warning rather than an error.
11574 Add the mode-map for define-derived-mode. Handle define-minor-mode,
11575 easy-menu-define, put that adds an error-condition, and provide.
11576 When requiring cl, also require cl-macs. Really require cl, to handle
11577 some cl macros. Store required libraries in the list elint-features,
11578 so as not to re-load them. Treat cc-require like require.
11579 (elint-init-env): Call elint-init-form to do the work.
11580 Handle eval-and-compile and such like.
11581 (elint-add-required-env): Do not clear messages.
11582 (elint-special-forms): Add handlers for function, defalias, if, when,
11583 unless, and, or.
11584 (elint-form): Add optional argument to ignore elint-special-forms,
11585 useful to prevent recursive calls from handlers. Doc fix.
11586 Respect elint-ignored-warnings.
11587 (elint-form): Respect elint-ignored-warnings.
11588 (elint-bound-variable, elint-bound-function): New variables.
11589 (elint-unbound-variable): Respect elint-bound-variable.
11590 (elint-get-args): Respect elint-bound-function.
11591 (elint-check-cond-form): Add some simple handling for (f)boundp and
11592 featurep tests.
11593 (elint-check-defalias-form): New handler.
11594 (elint-check-let-form): Make an empty let a warning rather than an
11595 error.
11596 (elint-check-setq-form): Make an empty setq a warning rather than an
11597 error. Respect elint-ignored-warnings.
11598 (elint-check-defvar-form): Accept null doc-strings.
11599 (elint-check-conditional-form): New handler. Does some simple-minded
11600 checking of featurep and (f)boundp tests.
11601 (elint-put-function-args): New function.
11602 (elint-initialize): Use elint-scan-doc-file rather than
11603 elint-find-builtin-variables. Use elint-put-function-args.
11604 Possibly scan preloaded-file-list.
11605 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11606 extend to handle functions as well.
11607
11608 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
11609
11610 * linum.el (linum-delete-overlays, linum-update-window):
11611 Do not modify the right margin. (Bug#3971)
11612
11613 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
11614
11615 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11616 nxml-mode instead of xml-mode.
11617
11618 2009-09-21 Kevin Ryde <user42@zip.com.au>
11619
11620 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
11621
11622 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11623
11624 * net/dig.el (dig-mode): Use define-derived-mode.
11625
11626 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11627
11628 * vc-dispatcher.el (vc-do-command): Return the process object in
11629 the asynchronous case. Use when instead of if. Do not run
11630 vc-exec-after to display a message if not enabled. (Bug#4463)
11631
11632 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11633 properties to the stash strings.
11634 (vc-git-stash-list): Return a list of strings.
11635 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11636 (vc-git-stash-show-at-point): New functions.
11637 (vc-git-stash-map): New keymap.
11638
11639 * register.el (ctl-x-r-map): Define the keys here instead of
11640 using autoload.
11641
11642 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
11643
11644 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11645 list, to workaround performance problem (bug#4485).
11646
11647 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
11648
11649 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11650
11651 2009-09-20 Daiki Ueno <ueno@unixuser.org>
11652
11653 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11654 Document that this option is not recommended to use.
11655
11656 2009-09-19 Glenn Morris <rgm@gnu.org>
11657
11658 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11659 variable `var'.
11660
11661 * calc/calc-alg.el (var):
11662 * calc/calcalg2.el (var): Define for compiler.
11663
11664 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
11665
11666 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11667 Doc fix (Bug#3932).
11668
11669 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11670
11671 * time-stamp.el (time-stamp-month-dd-yyyy)
11672 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11673 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11674 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11675 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11676 Remove functions that have been obsolete since 1995 (Bug#4436).
11677
11678 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11679 indent buffer only if called interactively (Bug#4452).
11680
11681 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
11682 Eli Zaretskii <eliz@gnu.org>
11683
11684 This fixes bug#4197 (merged to bug#865, though not identical).
11685 * server.el (server-auth-dir): Add docstring note about FAT32.
11686 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11687 but warn against using them.
11688
11689 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
11690
11691 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11692 older GDB where there is no has_more field.
11693
11694 2009-09-19 Glenn Morris <rgm@gnu.org>
11695
11696 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11697
11698 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
11699
11700 * files.el (auto-mode-alist): Change default for XML files to nXML
11701 mode (Bug#4169).
11702
11703 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
11704
11705 * server.el (server-ensure-safe-dir): Pass 'integer
11706 to `file-attributes', as suggested.
11707
11708 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11709
11710 * dired-aux.el (dired-query-alist): Remove spurious backslash.
11711 (dired-query): Use read-key.
11712
11713 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
11714
11715 * cus-start.el (ns-use-qd-smoothing): Remove.
11716
11717 2009-09-18 Glenn Morris <rgm@gnu.org>
11718
11719 * allout.el (top-level): Remove unnecessary progn.
11720
11721 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
11722
11723 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
11724 definition of abbrev table.
11725
11726 * speedbar.el (speedbar-track-mouse):
11727 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
11728 * net/eudc.el (eudc-expand-inline):
11729 * net/newst-backend.el (newsticker--cache-read-feed):
11730 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
11731 condition-case handlers.
11732
11733 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
11734
11735 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
11736 (gdb-var-list): Add an element for has_more field.
11737 (gdb-non-stop-handler): Enable pretty printing for STL containers.
11738 (gdb-var-create-handler, gdb-var-list-children-handler-1)
11739 (gdb-var-update-handler-1): Parse output of dynamic variable
11740 objects (STL containers).
11741 (gdb-var-delete-1): Pass var1 as an explicit second argument.
11742 (gdb-get-field): Delete alias. Use bindat-get-field directly.
11743
11744 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
11745 gdb-var-list.
11746 (gud-speedbar-buttons): Make node expandable if expression "has more"
11747 children.
11748
11749 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
11750
11751 * startup.el (emacs-quick-startup): Remove variable and all uses.
11752 (command-line): Set `inhibit-x-resources' instead.
11753 (command-line-1): Use `inhibit-x-resources' instead.
11754
11755 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
11756
11757 * subr.el: Fix last change to avoid using the `unless' macro,
11758 which breaks bootstrapping.
11759
11760 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11761
11762 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
11763 extended definitions, in case we reload subr.el after having
11764 loaded CL.
11765 (eval-next-after-load): Mark as obsolete.
11766
11767 2009-09-17 Juri Linkov <juri@jurta.org>
11768
11769 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
11770 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
11771 (menu-bar-showhide-menu, menu-bar-tools-menu)
11772 (menu-bar-describe-menu, menu-bar-help-menu)
11773 (minibuffer-local-completion-map, minibuffer-local-map):
11774 Fix list quoting.
11775
11776 2009-09-17 Glenn Morris <rgm@gnu.org>
11777
11778 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
11779 arguments, whether or not it has a handler.
11780
11781 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
11782
11783 * simple.el (hard-newline): Give it a doc-string.
11784
11785 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11786 (lisp-mode-syntax-table): Give them doc-strings.
11787
11788 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11789
11790 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
11791 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
11792 (menu-bar-options-menu, menu-bar-showhide-menu)
11793 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
11794 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
11795 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
11796 (menu-bar-options-menu, menu-bar-tools-menu)
11797 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
11798 (menu-bar-help-menu):
11799 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
11800 string arguments.
11801
11802 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
11803 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
11804 calls for the menu names and :help.
11805
11806 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11807
11808 * mouse.el (minor-mode-menu-from-indicator): Pay attention
11809 to :minor-mode-function (bug#4455).
11810
11811 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11812
11813 * startup.el (command-line): Initialize the window-system after
11814 processing the command-line.
11815
11816 * textmodes/page.el (what-page): Make sure we don't inf-loop if
11817 page-delimiter matches the empty string.
11818
11819 2009-09-16 Glenn Morris <rgm@gnu.org>
11820
11821 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
11822 byte-compile-not-obsolete-var. It's a list now.
11823 (byte-compile-not-obsolete-funcs): New variable.
11824 (byte-compile-warn-obsolete): Don't warn about functions if they are in
11825 byte-compile-not-obsolete-funcs.
11826 (byte-compile-variable-ref, byte-compile-defvar): Update for
11827 byte-compile-not-obsolete-vars name-change and list nature.
11828 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
11829 and variables behind (f)boundp tests.
11830 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
11831
11832 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
11833
11834 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
11835
11836 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11837
11838 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
11839 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
11840 Don't autoload.
11841
11842 2009-09-15 Stephen Eglen <stephen@gnu.org>
11843
11844 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
11845 the virtual-buffers, use the name of the buffer specified by
11846 find-file-noselect, as the match may be a symlink. (This was a
11847 problem if the target and the symlink had different names.)
11848
11849 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11850
11851 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
11852
11853 * desktop.el (desktop-path): Check user-emacs-directory.
11854
11855 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
11856
11857 * loadup.el: Use after-load-functions to GC after loading each file.
11858 Remove the explicit GC calls that used to be sprinkled around.
11859
11860 * subr.el (after-load-functions): New hook.
11861 (do-after-load-evaluation): Run it. Use string-match-p to detect
11862 `obsolete' packages, rather than painfully extracting the relevant
11863 directory name.
11864
11865 2009-09-15 Glenn Morris <rgm@gnu.org>
11866
11867 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
11868 free variable `doc'.
11869
11870 * dired.el (dired-mode-map): Add menu entry for async shell command.
11871
11872 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
11873 variables, also consider the .elc files, since the .el files are
11874 normally gzipped (subsequent code locates the .el.gz from the .elc).
11875
11876 * calc/calc-prog.el (arglist): Define for compiler.
11877
11878 * calendar/diary-lib.el (diary-display-function): Change the default to
11879 fancy display.
11880 (body): Define for compiler.
11881
11882 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
11883 (byte-compile-file-form, byte-compile-lambda)
11884 (byte-compile-top-level-body, byte-compile-form)
11885 (byte-compile-variable-ref, byte-compile-setq)
11886 (byte-compile-setq-default, byte-compile-body)
11887 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
11888 (batch-byte-compile): Give some more local variables with common names
11889 a "bytecomp-" prefix to avoid masking warnings about free variables.
11890
11891 * startup.el (command-line-1): Give local variables with common names a
11892 distinguishing prefix, so as not to hide free variable warnings during
11893 bootstrap.
11894
11895 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
11896 clever and add a suffix to make a unique name, just let the user decide
11897 whether or not to overwrite it. If the input is a directory, write the
11898 default filename to that directory. (Bug#4388)
11899 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
11900 is a filename-as-a-directory.
11901
11902 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11903
11904 * textmodes/page.el (what-page): Don't move to beginning of line.
11905 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
11906
11907 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
11908
11909 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
11910
11911 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
11912
11913 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
11914 * help.el (help-for-help-internal): Add purecopy calls for text.
11915
11916 * vc.el (top): print-log method now takes an optional SHORTLOG
11917 argument. Add a new method: root.
11918 (vc-root-diff, vc-print-root-log): New functions.
11919 (vc-log-short-style): New variable.
11920 (vc-print-log-internal): Add support for showing short logs.
11921
11922 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
11923 vc-print-root-log and vc-print-root-diff.
11924
11925 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
11926 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
11927 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
11928 short logs.
11929
11930 * vc-cvs.el (vc-cvs-print-log):
11931 * vc-mtn.el (vc-mtn-print-log):
11932 * vc-rcs.el (vc-rcs-print-log):
11933 * vc-sccs.el (vc-sccs-print-log):
11934 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
11935 that is ignored for now.
11936
11937 * vc-mtn.el (vc-mtn-annotate-command):
11938 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
11939
11940 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11941
11942 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
11943 to function-key-map, and give them ascii-character property.
11944 * term/x-win.el (x-alternatives-map):
11945 * term/ns-win.el (ns-alternatives-map):
11946 * term/internal.el (msdos-key-remapping-map):
11947 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
11948
11949 2009-09-14 Glenn Morris <rgm@gnu.org>
11950
11951 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
11952 temp-buffers (2009-09-12).
11953
11954 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11955
11956 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
11957 the new read-key function.
11958
11959 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
11960
11961 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
11962 is defined (Bug#4405).
11963
11964 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
11965
11966 * recentf.el (recentf-cleanup): Use a hash table to find
11967 duplicates (Bug#4407).
11968
11969 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
11970
11971 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
11972 kp-0 to ascii equivalents (Bug#4325).
11973
11974 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
11975
11976 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
11977
11978 * eshell/em-hist.el:
11979 * eshell/em-dirs.el (eshell-complete-user-reference):
11980 Declare pcomplete functions and variables to avoid compiler warnings.
11981
11982 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
11983
11984 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
11985 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
11986 * eshell/em-alias.el (eshell-aliases-file):
11987 * eshell/em-hist.el (eshell-history-file-name):
11988 Use expand-file-name instead of concat to make file names (Bug#4308).
11989
11990 2009-09-13 Glenn Morris <rgm@gnu.org>
11991
11992 * ediff-merg.el (ediff-do-merge):
11993 * filesets.el (filesets-run-cmd):
11994 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
11995 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
11996 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
11997 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
11998 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
11999 Replace empty `let's with `progn'.
12000
12001 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12002
12003 * mail/sendmail.el (send-mail-function):
12004 * tooltip.el (tooltip-mode):
12005 * simple.el (transient-mark-mode):
12006 * rfn-eshadow.el (file-name-shadow-mode):
12007 * frame.el (blink-cursor-mode):
12008 * font-core.el (global-font-lock-mode):
12009 * files.el (temporary-file-directory)
12010 (small-temporary-file-directory, auto-save-file-name-transforms):
12011 * epa-hook.el (auto-encryption-mode):
12012 * composite.el (global-auto-composition-mode):
12013 Use custom-initialize-delay.
12014 * startup.el (command-line): Don't explicitly call
12015 custom-reevaluate-setting for all the above vars.
12016 * custom.el (custom-initialize-safe-set)
12017 (custom-initialize-safe-default): Delete.
12018
12019 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12020
12021 * term/x-win.el (x-initialize-window-system):
12022 * term/w32-win.el (w32-initialize-window-system):
12023 * term/ns-win.el (ns-initialize-window-system): Don't call
12024 mouse-wheel-mode since it's enabled globally by default already.
12025
12026 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
12027 actually define the variable, but only silences the byte-compiler.
12028 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
12029 before looking it up.
12030 (mouse-wheel-scroll-amount): Also reset the bindings if this value
12031 is changed.
12032
12033 2009-09-12 Glenn Morris <rgm@gnu.org>
12034
12035 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
12036 1000.
12037 (elint-add-required-env): Don't beep on error.
12038 (elint-forms): In case of error, return ENV unchanged.
12039 (elint-init-env): Skip non-list forms.
12040 (elint-log): Handle unknown file positions.
12041
12042 2009-09-12 Daiki Ueno <ueno@unixuser.org>
12043
12044 * epg.el (epg-make-context): Add autoload cookie.
12045 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
12046 (epg-decrypt-string, epg-start-verify, epg-verify-file)
12047 (epg-verify-string, epg-start-sign, epg-sign-file)
12048 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
12049 (epg-encrypt-string, epg-start-export-keys)
12050 (epg-export-keys-to-file, epg-export-keys-to-string)
12051 (epg-start-import-keys, epg-import-keys-from-file)
12052 (epg-import-keys-from-string, epg-start-receive-keys)
12053 (epg-receive-keys, epg-import-keys-from-server)
12054 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
12055 (epg-sign-keys, epg-start-generate-key)
12056 (epg-generate-key-from-file, epg-generate-key-from-string):
12057 Remove autoload cookie.
12058
12059 2009-09-12 Eli Zaretskii <eliz@gnu.org>
12060
12061 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
12062 reevaluation of trash-directory.
12063
12064 * mwheel.el: Fix last change.
12065 (mouse-wheel-mode): New defvar.
12066 (mouse-wheel-mode): Remove autoload cookie.
12067
12068 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12069
12070 * mwheel.el (mwheel-installed-bindings): New var.
12071 (mouse-wheel-mode): Use it, so as to make sure we really remove all
12072 the bindings we set last time. Use custom-initialize-delay.
12073 * loadup.el: Load mwheel after term/*-win.el.
12074 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
12075 and mouse-wheel-up-event now that their first evaluation is done
12076 sufficiently late to be correct.
12077
12078 * startup.el (tutorial-directory): Make it a defcustom.
12079 Use custom-initialize-delay rather than eval-at-startup to set it.
12080 * image.el (image-load-path): Make it a defcustom.
12081 Use custom-initialize-delay rather than eval-at-startup to set it.
12082 * subr.el (eval-at-startup): Remove.
12083 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
12084
12085 * subr.el (do-after-load-evaluation): Warn the user after loading an
12086 obsolete package.
12087
12088 2009-09-12 Glenn Morris <rgm@gnu.org>
12089
12090 * proced.el (proced-mark-alt): Remove alias.
12091 (proced-mode-map): Remove proced-mark-alt.
12092
12093 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
12094 Elint file and directory. Remove initialization entry.
12095
12096 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
12097 commands.
12098 (elint-current-buffer): Set mode-line-process.
12099 (elint-init-env): Handle define-derived-mode.
12100 Fix declare-function with unspecified arglist. Guard against odd
12101 defalias statements (eg iso-insert's 8859-1-map).
12102 (elint-add-required-env): Use a temp buffer.
12103 (elint-form): Just print the function/macro name, not the whole form.
12104 Return env unchanged if we fail to parse a macro.
12105 (elint-forms): Guard against parse errors.
12106 (elint-output): New function, to handle batch mode.
12107 (elint-log-message): Add optional argument. Use elint-output.
12108 (elint-set-mode-line): New function.
12109
12110 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
12111
12112 * emacs-lisp/elp.el (elp-not-profilable): Add more
12113 functions (Bug#4233).
12114
12115 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
12116
12117 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
12118 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
12119
12120 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
12121
12122 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
12123 (gdb-var-list-children): Use json parsing.
12124
12125 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
12126
12127 * progmodes/js.el (js--proper-indentation): Handle the case where
12128 char-before is null. Reported by Deniz Dogan.
12129
12130 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
12131
12132 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
12133
12134 2009-09-11 Daiki Ueno <ueno@unixuser.org>
12135
12136 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
12137 (epg-digest-algorithm-alist): Add SHA224.
12138 (epg-context-set-passphrase-callback)
12139 (epg-context-set-progress-callback): Add description about
12140 callback function.
12141
12142 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12143
12144 * custom.el (custom-delayed-init-variables): New var.
12145 (custom-initialize-delay): New function.
12146 * startup.el (command-line): "Re"evaluate all vars in
12147 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
12148 explicitly any more.
12149 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
12150 to avoid creating a ~/.emacs.d at build-time (bug#4347).
12151
12152 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
12153
12154 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
12155
12156 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
12157 (gdb-var-update-handler): Use json parsing.
12158
12159 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
12160
12161 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
12162 decode annotated text, regardless of language environment. (Bug#2741)
12163
12164 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12165
12166 * Makefile.in (autoloads): Make rmail.el writable as well.
12167
12168 2009-09-11 Glenn Morris <rgm@gnu.org>
12169
12170 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
12171 loaddefs.el.
12172 * dired.el: Regenerate with extracted autoloads.
12173 * Makefile.in (autoloads): Make dired.el writable.
12174
12175 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
12176 * ibuffer.el: Regenerate with extracted autoloads.
12177 * Makefile.in (autoloads): Make ibuffer.el writable.
12178
12179 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
12180 * version.el (emacs-copyright, emacs-major-version)
12181 (emacs-minor-version): Reformat doc-strings for make-docfile.
12182
12183 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
12184 functions and variables, since they must be stuff specific to some other
12185 platform.
12186 (apropos-print): Make mouse-click message less specific about button.
12187
12188 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
12189 that records where a macro was defined.
12190 * help-fns.el (describe-function-1): Mention if a function has a
12191 compiler-macro.
12192 * help-mode.el (help-function-cmacro): New button.
12193
12194 * locate.el (top-level): Always require dired.
12195 (locate-mode-map): Initialize inside the defvar.
12196
12197 * net/ange-ftp.el (dired-compress-file): Declare.
12198 (ange-ftp-dired-compress-file): Add doc string.
12199
12200 * term/ns-win.el (x-display-name, x-setup-function-keys):
12201 Unify doc-strings with X versions.
12202
12203 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12204
12205 * emulation/crisp.el (crisp-mode-map): Move initialization
12206 into declaration.
12207 (crisp-mode): Use define-minor-mode.
12208
12209 * progmodes/xscheme.el (xscheme-evaluation-commands):
12210 Put a :advertised-binding property rather than using
12211 advertised-xscheme-send-previous-expression.
12212 (advertised-xscheme-send-previous-expression): Declare obsolete.
12213 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
12214 `advertised-undo'.
12215 (crisp-mode): Add corresponding bindings to
12216 undo's :advertised-binding instead.
12217 * dired.el (dired-mode-map): Put a :advertised-binding property rather
12218 than using dired-advertised-find-file.
12219 (dired-advertised-find-file):
12220 * simple.el (advertised-undo):
12221 * wid-edit.el (advertised-widget-backward): Declare obsolete.
12222 (widget-keymap): Put a :advertised-binding property rather
12223 than using advertised-widget-backward.
12224 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
12225 than using advertised-undo.
12226 * tutorial.el (tutorial--default-keys): Adjust accordingly.
12227
12228 2009-09-10 Simon South <ssouth@slowcomputing.org>
12229
12230 * progmodes/delphi.el (delphi-tab): Indent region when Transient
12231 Mark mode is enabled and region is active; otherwise indent or
12232 insert TAB as usual.
12233 (delphi-mode): Update description of TAB-key binding.
12234
12235 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12236
12237 * subr.el (define-key-rebound-commands): Mark obsolete.
12238 * startup.el (precompute-menubar-bindings): Remove.
12239 (normal-top-level): Remove obsolete code that tried to precompute
12240 menubar bindings.
12241 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
12242 define-key-rebound-commands and precompute-menubar-bindings.
12243
12244 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
12245
12246 * net/imap.el (imap-interactive-login): Better messages.
12247 (imap-open): Fix bug with renamed buffer on reconnect.
12248 (imap-authenticate): Add buffer-local imap-last-authenticator variable
12249 for easier debugging and cleaner code. On successful (guessed based on
12250 server capabilities) secondary authentication, set imap-state
12251 correctly.
12252 (imap-last-authenticator): Define imap-last-authenticator as a variable
12253 to avoid warnings.
12254
12255 2009-09-10 Glenn Morris <rgm@gnu.org>
12256
12257 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
12258
12259 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
12260 (byte-compile-file-form-autoload): Don't warn about unknown functions
12261 where the autoload statement comes after the use.
12262 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
12263 that any handlers inside the body (eg require) are in turn respected.
12264
12265 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
12266 effects.
12267
12268 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
12269 and syntax and abbrev tables basic docs, if they don't have any.
12270
12271 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
12272
12273 * international/mule-cmds.el (top-level): Require cl when compiling.
12274 (view-hello-file): Use default-value rather than
12275 default-enable-multibyte-characters.
12276
12277 * progmodes/fortran.el: Move all safe and risky properties into the
12278 defcustoms.
12279
12280 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
12281 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
12282 * mail/undigest.el:
12283 Put autoloads in rmail.el rather than loaddefs.el.
12284 * mail/rmail.el: Regenerate with extracted autoloads.
12285
12286 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
12287 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
12288
12289 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
12290
12291 Reported in thread for Bug#4375.
12292 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
12293 "-data-evaluate-expression" instead of print.
12294 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
12295 (gdb-tooltip-print): Parse output from above MI command.
12296 (gdb): Revert 2009-08-11 change. User should detach inferior
12297 manually.
12298
12299 Remove the word "separate" from IO functions as inferior
12300 output is now never displayed in the GUD buffer.
12301
12302 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
12303
12304 * startup.el (command-line-normalize-file-name): On Windows and
12305 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
12306
12307 2009-09-10 Juri Linkov <juri@jurta.org>
12308
12309 * isearch.el (isearch-text-char-description): Propertize escape
12310 character sequences with the `escape-glyph' face. (Bug#4344)
12311
12312 * simple.el (shell-command): Set asynchronous process filter to
12313 `comint-output-filter'. (Bug#4343)
12314
12315 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
12316 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
12317 the list. Move "asm" to the bottom.
12318 (grep-find-ignored-directories): Add `choice' with nil value
12319 to empty the list easily.
12320 (grep-find-ignored-files): New option.
12321 (grep-files-history): Set to nil by default instead of '("ch" "el").
12322 (grep-compute-defaults): Add "<X>" to `grep-template'.
12323 (grep-read-files): Bind new local variables `default-alias' and
12324 `default-extension'. Use a list of default values for the file prompt.
12325 (lgrep): Add `--exclude=' command line options composed from
12326 `grep-find-ignored-files'.
12327 (rgrep): Add `-name' command line options composed from
12328 `grep-find-ignored-files'. (Bug#4301)
12329
12330 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
12331
12332 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
12333 (bug#4368).
12334
12335 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12336
12337 * calendar/time-date.el (autoload):
12338 Expand define-obsolete-function-alias into defalias and make-obsolete
12339 for old Emacsen that Gnus supports.
12340 (with-no-warnings): Define it for old Emacsen.
12341 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12342 is available.
12343 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12344 float-time is available; suppress compile warning for time-to-seconds.
12345
12346 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
12347
12348 * net/imap.el (imap-message-map): Docstring fix.
12349
12350 2009-09-09 Glenn Morris <rgm@gnu.org>
12351
12352 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
12353 line numbers too. (Bug#4374)
12354
12355 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
12356
12357 * smerge-mode.el (smerge-remove-props, smerge-refine):
12358 Use with-silent-modifications (bug#4342).
12359
12360 * subr.el (with-silent-modifications): New macro.
12361
12362 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
12363
12364 * files.el (top-level): Require `cl' when compiling.
12365
12366 2009-09-07 Glenn Morris <rgm@gnu.org>
12367
12368 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
12369
12370 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
12371 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
12372
12373 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
12374
12375 * vc-git.el (vc-git-annotate-command): Use separator to parse
12376 arguments correctly.
12377
12378 2009-09-06 Eli Zaretskii <eliz@gnu.org>
12379
12380 * proced.el (proced-mode): Doc fix.
12381
12382 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
12383
12384 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
12385 lstat fails.
12386 (tramp-do-file-attributes-with-ls): Check for file existence at
12387 remote end.
12388 (tramp-do-file-attributes-with-stat): Likewise.
12389 (tramp-convert-file-attributes): Return nil when attr is nil.
12390
12391 2009-09-05 Glenn Morris <rgm@gnu.org>
12392
12393 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
12394 properties to this button.
12395 (diary-fancy-display): Don't extend the button to the final newline.
12396 (diary-fancy-display-mode): Continue to define "q" as a local key.
12397
12398 * calendar/cal-china.el (holiday-chinese): Make it slightly more
12399 efficient.
12400
12401 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
12402
12403 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
12404 (byte-compile-dest-file-function): New option.
12405 (byte-compile-dest-file): Doc fix.
12406 Obey byte-compile-dest-file-function.
12407 (byte-compile-cl-file-p): New function.
12408 (byte-compile-eval): Only suppress noruntime warnings about cl functions
12409 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
12410 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
12411 than for file being previously loaded.
12412 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
12413 (byte-compile-file-form-require): Handle the case where requiring a file
12414 indirectly causes CL to be loaded.
12415
12416 2009-09-05 Karl Fogel <kfogel@red-bean.com>
12417
12418 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
12419 before killing the old buffer, since by the time `kill-buffer' is
12420 run so many buffer variables have been set to nil that it may not
12421 behave as expected. (Bug#4061)
12422
12423 2009-09-05 Karl Fogel <kfogel@red-bean.com>
12424
12425 * files.el (find-alternate-file): If the old buffer is modified
12426 and visiting a file, behave similarly to `kill-buffer' when
12427 killing it, thus reverting to the pre-1.878 behavior; see
12428 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
12429 for discussion. Also, consult `buffer-file-name' as a variable
12430 not as a function, for consistency with the rest of the code.
12431
12432 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
12433
12434 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
12435 also when adding a new directory.
12436
12437 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
12438 defun.
12439
12440 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
12441
12442 * files.el (locate-file-completion-table): Make it provide boundary
12443 information, so partial-completion works better.
12444
12445 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
12446
12447 * mail/footnote.el (Footnote-text-under-cursor):
12448 Check footnote-text-marker-alist before using it (bug#4324).
12449
12450 2009-09-04 Glenn Morris <rgm@gnu.org>
12451
12452 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
12453 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
12454 * play/solitaire.el, play/tetris.el:
12455 Remove leading * from defcustom and defface docs.
12456
12457 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
12458 necessary.
12459 (diary-fancy-overriding-map): New variable.
12460 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
12461 Use view-mode.
12462
12463 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
12464 goto-line.
12465
12466 2009-09-03 Glenn Morris <rgm@gnu.org>
12467
12468 * arc-mode.el (archive-mode):
12469 * dos-fns.el (set-default-process-coding-system):
12470 * man.el (Man-getpage-in-background):
12471 * menu-bar.el (menu-bar-describe-menu):
12472 * server.el (server-process-filter):
12473 * startup.el (command-line):
12474 * tar-mode.el (tar-header-block-tokenize, tar-extract):
12475 * w32-fns.el (set-default-process-coding-system):
12476 * x-dnd.el (x-dnd-handle-file-name):
12477 * international/mule-cmds.el (mule-menu-keymap)
12478 (set-default-coding-systems, language-info-alist, set-language-info)
12479 (set-language-environment, standard-display-european-internal)
12480 (set-locale-environment):
12481 * international/mule-diag.el (mule-diag):
12482 * mail/emacsbug.el (report-emacs-bug):
12483 * mail/rmail.el (rmail-mode):
12484 * mail/sendmail.el (mail-setup):
12485 Use default-value rather than default-enable-multibyte-characters.
12486
12487 * progmodes/f90.el: Move all safe properties into the defcustoms.
12488 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12489
12490 * calendar/appt.el (appt-check):
12491 * calendar/diary-lib.el (diary-set-header, diary-live-p)
12492 (diary-check-diary-file, diary-list-entries)
12493 (diary-include-other-diary-files, diary-simple-display)
12494 (diary-fancy-display, diary-print-entries)
12495 (diary-mark-included-diary-files, diary-make-entry):
12496 Don't call substitute-in-file-name on diary-file.
12497
12498 2009-09-03 Eduard Wiebe <usenet@pusto.de>
12499 Stefan Monnier <monnier@iro.umontreal.ca>
12500
12501 * mail/footnote.el (footnote-prefix): Make it a defcustom.
12502 (footnote-mode-map): Move initialization into the declaration.
12503 (footnote-minor-mode-map): Define it rather than changing global-map.
12504 (footnote-mode): Use define-minor-mode.
12505
12506 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
12507
12508 * net/tramp.el (tramp-handle-file-attributes-with-ls)
12509 (tramp-do-file-attributes-with-perl)
12510 (tramp-do-file-attributes-with-stat): Rename from
12511 `tramp-handle-file-attributes-with-*'.
12512 (tramp-handle-file-attributes): Use them.
12513 (tramp-do-directory-files-and-attributes-with-perl)
12514 (tramp-do-directory-files-and-attributes-with-stat): Rename from
12515 `tramp-handle-directory-files-and-attributes-with-*'.
12516 (tramp-handle-directory-files-and-attributes): Use them.
12517 (tramp-method-out-of-band-p): Additional parameter SIZE.
12518 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12519 (tramp-handle-write-region): Use it.
12520 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12521 (tramp-handle-vc-registered): Check, whether the first run did
12522 return files to be tested.
12523 (tramp-advice-make-auto-save-file-name): Do not call directly
12524 `tramp-handle-make-auto-save-file-name', because this would bypass
12525 the locking mechanism.
12526
12527 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12528 (file-remote-p, process-file, start-file-process, set-file-times)
12529 (tramp-compat-file-attributes): Compatibility functions shall not
12530 call directly `tramp-handle-*', because this would bypass the
12531 locking mechanism.
12532 (tramp-compat-number-sequence): New defun.
12533
12534 2009-09-02 Glenn Morris <rgm@gnu.org>
12535
12536 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12537 alias for float-time.
12538 (time-to-number-of-days): In Emacs, use float-time.
12539 * net/newst-backend.el (time-add): Suppress warnings from compat
12540 function.
12541 * time.el (emacs-uptime, emacs-init-time):
12542 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12543 Use float-time rather than time-to-seconds.
12544
12545 * minibuffer.el (completion-initials-expand): Fix typo.
12546
12547 * faces.el (modeline, modeline-inactive, modeline-highlight)
12548 (modeline-buffer-id):
12549 * info.el (info-menu-5): Mark these face aliases as obsolete.
12550
12551 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
12552
12553 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12554 space ...
12555 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12556 no "--thread" option.
12557 (gdb-stopped): Don't print "Switched to thread" message when it is
12558 unchanged.
12559
12560 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
12561
12562 * minibuffer.el (completion-try-completion)
12563 (completion-all-completions): Remove ill-defined (and
12564 mistakenly installed and luckily never used nor documented)
12565 `completion-styles' property.
12566 (completion-initials-expand, completion-initials-all-completions)
12567 (completion-initials-try-completion): New functions.
12568 (completion-styles-alist): Add doc to each entry.
12569 Add new `initials' entry.
12570
12571 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
12572
12573 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12574 MI command -var-evaluate-expression.
12575 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12576 and tweak for case of string child.
12577 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12578
12579 2009-09-01 Glenn Morris <rgm@gnu.org>
12580
12581 * add-log.el (change-log-date-face, change-log-name-face)
12582 (change-log-email-face, change-log-file-face, change-log-list-face)
12583 (change-log-conditionals-face, change-log-function-face)
12584 (change-log-acknowledgement-face):
12585 * cus-edit.el (custom-invalid-face, custom-rogue-face)
12586 (custom-modified-face, custom-set-face, custom-changed-face)
12587 (custom-saved-face, custom-button-face, custom-button-pressed-face)
12588 (custom-documentation-face, custom-state-face, custom-comment-face)
12589 (custom-comment-tag-face, custom-variable-tag-face)
12590 (custom-variable-button-face, custom-face-tag-face)
12591 (custom-group-tag-face-1, custom-group-tag-face):
12592 * diff-mode.el (diff-header-face, diff-file-header-face)
12593 (diff-index-face, diff-hunk-header-face, diff-removed-face)
12594 (diff-added-face, diff-changed-face, diff-function-face)
12595 (diff-context-face, diff-nonexistent-face):
12596 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12597 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12598 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12599 (Info-title-4-face):
12600 * isearch.el (isearch-lazy-highlight-face):
12601 * log-view.el (log-view-file-face, log-view-message-face):
12602 * paren.el (show-paren-match-face, show-paren-mismatch-face):
12603 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12604 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12605 (cvs-msg-face):
12606 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12607 (smerge-base-face, smerge-markers-face):
12608 * wid-edit.el (widget-documentation-face, widget-button-face)
12609 (widget-field-face, widget-single-line-field-face)
12610 (widget-inactive-face, widget-button-pressed-face):
12611 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12612 (woman-addition-face):
12613 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12614 (eshell-ls-executable-face, eshell-ls-readonly-face)
12615 (eshell-ls-unreadable-face, eshell-ls-special-face)
12616 (eshell-ls-missing-face, eshell-ls-archive-face)
12617 (eshell-ls-backup-face, eshell-ls-product-face)
12618 (eshell-ls-clutter-face):
12619 * eshell/em-prompt.el (eshell-prompt-face):
12620 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12621 * obsolete/old-whitespace.el (whitespace-highlight-face):
12622 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12623 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12624 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12625 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12626 (antlr-font-lock-literal-face):
12627 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12628 (ebrowse-root-class-face, ebrowse-file-name-face)
12629 (ebrowse-default-face, ebrowse-member-attribute-face)
12630 (ebrowse-member-class-face, ebrowse-progress-face):
12631 * progmodes/make-mode.el (makefile-space-face):
12632 * progmodes/sh-script.el (sh-heredoc-face):
12633 * textmodes/flyspell.el (flyspell-incorrect-face)
12634 (flyspell-duplicate-face):
12635 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12636 * textmodes/texinfo.el (texinfo-heading-face):
12637 Mark face aliases with "-face" suffix as obsolete.
12638
12639 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12640 compiler.
12641
12642 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12643 (eudc-bob-sound-menu): Use defvar rather than defconst, since
12644 easy-menu-define wants to modify these.
12645
12646 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12647
12648 * net/browse-url.el (browse-url-file-url):
12649 * term/internal.el (dos-codepage-setup):
12650 Use default-value rather than default-enable-multibyte-characters.
12651
12652 * progmodes/etags.el (etags-goto-tag-location):
12653 * progmodes/flymake.el (flymake-highlight-line)
12654 (flymake-goto-file-and-line, flymake-goto-line):
12655 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12656 (gdb-goto-breakpoint):
12657 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12658 * progmodes/python.el (python-find-function)
12659 (python-pdbtrack-track-stack-file):
12660 * progmodes/verilog-mode.el (verilog-surelint-off):
12661 * term/ns-win.el (ns-open-file-select-line):
12662 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12663 Use forward-line rather than goto-line.
12664
12665 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12666 * textmodes/reftex-index.el (reftex-display-index):
12667 * textmodes/reftex-ref.el (reftex-offer-label-menu):
12668 * textmodes/reftex-toc.el (reftex-toc):
12669 Remove unnecessary bindings of default-major-mode (all are followed by
12670 major-mode check and possible mode switch).
12671
12672 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
12673
12674 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12675 Handle watchpoints (bug#4282).
12676 (def-gdb-thread-buffer-command): Enable thread to be selected by
12677 clicking without selecting threads buffer first.
12678 (gdb-current-context-command): Use selected frame so that "up",
12679 "down" etc work in the GUD buffer.
12680 (gdb-update): Find selected frame before rendering stack buffer.
12681 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12682
12683 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
12684
12685 * progmodes/sym-comp.el (displayed-completions): Remove.
12686 (symbol-complete): Use minibuffer-complete.
12687
12688 2009-08-31 Glenn Morris <rgm@gnu.org>
12689
12690 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12691
12692 * apropos.el (apropos-symbols-internal):
12693 Handle (obsolete) face aliases.
12694
12695 * faces.el (describe-face): Adjust the output format to be more like
12696 describe-variable, and to mention (obsolete) face aliases.
12697 Adjust the whitespace so that help-setup-xref works.
12698
12699 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12700 * calendar/diary-lib.el (diary-button-face):
12701 Mark these face aliases as obsolete.
12702
12703 * calendar/calendar.el (calendar-today): Doc fix.
12704
12705 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
12706
12707 * progmodes/gdb-mi.el (gdb-control-all-threads)
12708 (gdb-control-current-thread): Force tool bar update.
12709 (gdb-non-stop-handler): New function.
12710 (gdb-init-1): Use it to test if non-stop mode is supported.
12711 Remove unused gdbmi buffer type.
12712
12713 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
12714
12715 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12716 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
12717
12718 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
12719
12720 * comint.el (comint-exec-1): Check command is non-null first.
12721 Part of gdb-mi.el change (2009-08-28).
12722
12723 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12724
12725 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
12726
12727 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
12728
12729 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
12730 instead of `dolist' to avoid a recursive require when bootstrapping.
12731
12732 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12733
12734 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
12735
12736 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
12737
12738 * net/imap.el (imap-send-command): Simplify.
12739 (imap-wait-for-tag): point-max -> buffer-size.
12740
12741 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
12742
12743 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
12744 with constant argument.
12745
12746 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
12747
12748 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
12749
12750 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
12751 Change default, since most of our files don't have a history.
12752 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
12753 the user.
12754
12755 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12756 Add comint-run.
12757
12758 * calc/calc.el: Improve commenting convention.
12759 (calc-digit-map, toplevel): Simplify.
12760
12761 * comint.el (comint-insert-input): Be careful to only set point if we
12762 don't delegate to some other command.
12763
12764 * proced.el (proced-signal-list): Make it an alist.
12765 (proced-grammar-alist): Capitalize names.
12766 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
12767 Disable undo manually and make it read-only.
12768 Use completion-annotate-function.
12769
12770 * minibuffer.el (minibuffer-message): If the current buffer is not
12771 a minibuffer, insert the message in the echo area rather than at the
12772 end of the buffer.
12773 (completion-annotate-function): New variable.
12774 (minibuffer-completion-help): Use it.
12775 (completion--embedded-envvar-table): Environment vars are
12776 always case-sensitive.
12777
12778 2009-08-30 Glenn Morris <rgm@gnu.org>
12779
12780 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
12781 from fortran-current-defun.
12782 (fortran-beginning-of-subprogram): Be more precise about finding the
12783 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
12784 (fortran-end-of-subprogram): Simplify.
12785 (fortran-current-defun): Use fortran-start-prog-re.
12786
12787 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
12788
12789 * subr.el (do-after-load-evaluation): Simplify.
12790
12791 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
12792
12793 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
12794
12795 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
12796 (vc-rcs-print-log): Use it.
12797
12798 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
12799
12800 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12801
12802 * paths.el (abbrev-file-name): Move to abbrev.el.
12803 * abbrev.el (abbrev-file-name): Move from paths.el.
12804 Obey user-emacs-directory.
12805 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
12806 user-emacs-directory.
12807 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
12808 abbrev-file-name and calc-settings-file any more.
12809 * startup.el (command-line): Recompute abbrev-file-name and
12810 abbreviated-home-dir.
12811 (normal-no-mouse-startup-screen): Improve the generic code and get rid
12812 of the special code for when C-h bindings haven't been changed.
12813 (display-startup-echo-area-message): Use with-current-buffer.
12814 (command-line-1): Use a list of strings, rather than a list of lists
12815 of strings for longopts.
12816
12817 * files.el (get-free-disk-space): Use / for default-directory.
12818
12819 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
12820 Use with-current-buffer.
12821
12822 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
12823 Recognize immutable variables like most-positive-fixnum.
12824 (byte-compile-setq-default): Check and warn if trying to assign
12825 to an immutable variable, or a non-variable.
12826
12827 * progmodes/cc-vars.el (c-comment-continuation-stars):
12828 * progmodes/cc-engine.el (c-looking-at-bos):
12829 * progmodes/cc-cmds.el (c-toggle-auto-state)
12830 (c-forward-into-nomenclature, c-backward-into-nomenclature)
12831 (c-comment-line-break-function): Add version of obsolescence.
12832
12833 2009-08-28 Juri Linkov <juri@jurta.org>
12834
12835 * files.el (magic-fallback-mode-alist): Add ZIP magic number
12836 associated with `archive-mode'.
12837
12838 * image.el (image-type-header-regexps): Use only JPEG magic number
12839 to determine JPEG images, and don't use `image-jpeg-p' because
12840 Emacs can display non-JFIF non-Exif JPEG images.
12841
12842 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
12843
12844 * arc-mode.el (archive-mode):
12845 * emacs-lisp/re-builder.el (re-builder-unload-function):
12846 Protect against the default value of `major-mode' being nil.
12847
12848 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
12849
12850 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
12851 Fix typos in docstrings.
12852
12853 * progmodes/js.el (js--macro-decl-re): Doc fix.
12854 (js--plain-method-re, js--split-name): Refloc docstring.
12855 (js--class-styles, js--make-merged-item, js--splice-into-items):
12856 Fix typos in docstrings; reflow docstrings.
12857 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
12858 (js--variable-decl-matcher, js--inside-pitem-p)
12859 (js--parse-state-at-point, js--get-all-known-symbols)
12860 (js--symbol-history, js-find-symbol, js--js-references)
12861 (js--moz-interactor, js--js-encode-value, js--read-tab):
12862 Fix typos in docstrings.
12863
12864 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12865
12866 * textmodes/reftex.el (reftex-get-file-buffer-force):
12867 * progmodes/verilog-mode.el (verilog-batch-execute-func):
12868 * emulation/viper.el (viper-go-away, viper-set-hooks):
12869 * emacs-lisp/re-builder.el (re-builder-unload-function):
12870 * emacs-lisp/bytecomp.el (byte-compile-file):
12871 * ses.el (ses-unload-function):
12872 * hexl.el (hexl-find-file):
12873 * files.el (normal-mode):
12874 * ehelp.el (with-electric-help):
12875 * autoinsert.el (auto-insert-alist):
12876 * arc-mode.el (archive-mode):
12877 Use (default-value 'major-mode) instead of default-major-mode.
12878
12879 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
12880 * international/mule.el (load-with-code-conversion):
12881 * emacs-lisp/debug.el (debug):
12882 * ediff-vers.el (ediff-rcs-get-output-buffer):
12883 * dired.el (dired-internal-noselect): Don't let-bind
12884 default-major-mode around code that doesn't use it.
12885 E.g. buffer creation via get-buffer-create doesn't use it.
12886
12887 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
12888
12889 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
12890 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
12891 when writing the temp file. Otherwise, epa-file gets confused.
12892 (tramp-register-file-name-handlers): Make it a defun. Move also
12893 `epa-file-handler' to the front of `file-name-handler-alist'.
12894
12895 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12896
12897 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
12898 start right after a ^M.
12899 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
12900 (tramp-completion-file-name-regexp-separate)
12901 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
12902 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
12903 Don't modify last-coding-system-used by accident.
12904 (tramp-completion-file-name-handler): Apply the checks here,
12905 instead during registration.
12906 (tramp-register-file-name-handlers): Renamed from
12907 `tramp-register-file-name-handler'. Register both
12908 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
12909 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
12910
12911 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
12912
12913 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
12914 Remove variable ...
12915 (gdb-init-1, gdb-display-separate-io-buffer)
12916 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
12917 references to it.
12918 (gdb-inferior-io-mode): Use make-comint-in-buffer.
12919 (gdb-inferior-filter): Use comint-output-filter to stop
12920 echoing and remove ^M characters.
12921
12922 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12923
12924 * emulation/viper-init.el (viper-restore-cursor-type):
12925 * emulation/cua-base.el (cua--update-indications):
12926 Replace default-cursor-type with (default-value 'cursor-type).
12927
12928 * mail/sendmail.el (mail-recover-1):
12929 * international/mule-diag.el (describe-current-coding-system-briefly)
12930 (describe-current-coding-system):
12931 * international/mule-cmds.el (select-safe-coding-system)
12932 (select-message-coding-system)
12933 (set-language-environment-coding-systems, set-locale-environment):
12934 * hexl.el (hexl-insert-multibyte-char):
12935 * dos-w32.el (find-buffer-file-type-coding-system):
12936 * simple.el (what-cursor-position):
12937 Replace uses of default-buffer-file-coding-system
12938 with (default-value 'buffer-file-coding-system).
12939
12940 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
12941 Replace uses of default-cursor-in-non-selected-windows
12942 with (default-value 'cursor-in-non-selected-windows).
12943 Use with-current-buffer.
12944
12945 * mail/feedmail.el: Use CL macros.
12946 (feedmail-run-the-queue, feedmail-send-it-immediately):
12947 * dos-w32.el (find-buffer-file-type): Replace uses of
12948 default-buffer-file-type with (default-value 'buffer-file-type).
12949
12950 2009-08-28 Glenn Morris <rgm@gnu.org>
12951
12952 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
12953 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
12954 Use default-value of major-mode rather than default-major-mode.
12955
12956 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12957
12958 * Makefile.in (update-elcfiles): Report left over elc files.
12959
12960 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
12961 expand-file-name and with-current-buffer.
12962 (mail-get-names, mail-directory): Use with-current-buffer.
12963
12964 * vc.el (vc-read-revision): New function.
12965 (vc-version-diff, vc-merge): Use it.
12966
12967 2009-08-27 Sam Steingold <sds@gnu.org>
12968
12969 * simple.el (kill-do-not-save-duplicates): New user option.
12970 (kill-new): When it is non-nil, and the new string is the same as
12971 the latest kill, set replace to t to avoid duplicates in kill-ring.
12972
12973 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
12974
12975 * net/tramp.el (tramp-handle-process-file): Do not flush all
12976 caches when `process-file-side-effects' is set.
12977 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
12978 instead of `tramp-find-file-exists-command'.
12979 Unset `process-file-side-effects'.
12980
12981 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
12982
12983 * net/tramp.el (tramp-methods): New method "rsyncc".
12984 (top): Add completion function for "rsyncc".
12985 (tramp-message-show-message): New defvar.
12986 (tramp-message, tramp-error): Use it.
12987 (tramp-do-copy-or-rename-file-directly): Extend check for direct
12988 remote copying.
12989 (tramp-do-copy-or-rename-file-out-of-band): Handle new
12990 `tramp-methods' entry `copy-env' of "rsyncc".
12991 (tramp-vc-registered-read-file-names): New defconst.
12992 (tramp-vc-registered-file-names): New defvar.
12993 (tramp-handle-vc-registered): Implement optimization strategy.
12994 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
12995 (tramp-vc-file-name-handler): New defun.
12996 (tramp-get-ls-command, tramp-get-test-command)
12997 (tramp-get-file-exists-command, tramp-get-remote-ln)
12998 (tramp-get-remote-perl, tramp-get-remote-stat)
12999 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
13000
13001 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
13002 (tramp-cache-inhibit-cache): Extend doc string. It allows also
13003 timestamps.
13004 (tramp-get-file-property): Check for timestamps in
13005 `tramp-cache-inhibit-cache'.
13006 (tramp-set-file-property): Write timestamp.
13007
13008 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13009
13010 * language/japan-util.el (japanese-symbol-table): Add entries for
13011 cp932-2-byte.
13012
13013 * international/characters.el: Add category `j' to cp932-2-byte.
13014
13015 2009-08-27 Kenichi Handa <handa@m17n.org>
13016
13017 * international/fontset.el (build-default-fontset-data): New macro.
13018 (setup-default-fontset): Use build-default-fontset-data for CJK,
13019 tibetan, ethiopic, and ipa.
13020
13021 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
13022
13023 * cus-start.el (default-major-mode): Customize `major-mode' instead.
13024 (enable-multibyte-characters): Not customizable any more.
13025
13026 * subr.el (default-mode-line-format, default-header-line-format)
13027 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
13028 (default-direction-reversed, default-truncate-lines)
13029 (default-left-margin, default-tab-width, default-case-fold-search)
13030 (default-left-margin-width, default-right-margin-width)
13031 (default-left-fringe-width, default-right-fringe-width)
13032 (default-fringes-outside-margins, default-scroll-bar-width)
13033 (default-vertical-scroll-bar, default-indicate-empty-lines)
13034 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
13035 (default-fringe-cursor-alist, default-scroll-up-aggressively)
13036 (default-scroll-down-aggressively, default-fill-column)
13037 (default-cursor-type, default-buffer-file-type)
13038 (default-cursor-in-non-selected-windows)
13039 (default-buffer-file-coding-system, default-major-mode)
13040 (default-enable-multibyte-characters): Mark as obsolete.
13041
13042 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
13043
13044 * vc-dir.el (vc-dir-update): Remove debug helper.
13045
13046 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
13047
13048 2009-08-26 Sam Steingold <sds@gnu.org>
13049
13050 * simple.el (save-interprogram-paste-before-kill): New user option.
13051 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
13052 save the interprogram-paste into kill-ring before overriding it
13053 with the Emacs kill.
13054
13055 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
13056
13057 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
13058 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
13059 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
13060 and move to vc-rcs.el.
13061 (vc-default-next-revision): Rename to vc-rcs-next-revision and
13062 move to vc-rcs.el.
13063 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
13064 (vc-rcs-update-changelog): Remove.
13065 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
13066 and move to vc-rcs.el.
13067
13068 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
13069 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
13070 renaming.
13071 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
13072 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
13073 vc.el, renamed to be RCS specific.
13074
13075 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
13076 New functions.
13077 (vc-cvs-update-changelog): Move here from vc.el.
13078
13079 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
13080 New functions.
13081
13082 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
13083
13084 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
13085
13086 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
13087
13088 * vc-git.el (vc-git-register): Use "git add" for directories.
13089 (vc-git-stash, vc-git-stash-show): New functions.
13090 (vc-git-extra-menu-map): Bind them.
13091
13092 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
13093 directory correctly in case the item is a directory itself.
13094
13095 * vc.el: Document the desired behavior for reverted files in the
13096 `added' state.
13097 (vc-default-prettify-state-info): Remove function, unused.
13098
13099 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
13100
13101 2009-08-26 Glenn Morris <rgm@gnu.org>
13102
13103 * bindings.el (standard-mode-line-format): Reposition dashes in
13104 which-func entry. (Bug#4217)
13105
13106 * files.el (enable-local-variables, enable-local-eval)
13107 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
13108 the defcustoms.
13109 (auto-mode-alist, ignored-local-variables)
13110 (save-some-buffers-action-alist): Move risky declarations to the
13111 definitions.
13112 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
13113 (font-lock-defaults, format-alist, imenu--index-alist)
13114 (imenu-generic-expression, input-method-alist, minor-mode-alist)
13115 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
13116 (mode-line-modified, mode-line-mule-info, mode-line-position)
13117 (mode-line-process, mode-line-remote, outline-level)
13118 (parse-time-rules, rmail-output-file-alist)
13119 (special-display-buffer-names, vc-mode):
13120 Move risky declarations to the relevant files.
13121 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
13122 (mode-line-modified, mode-line-process, mode-line-position)
13123 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
13124 * font-core.el (font-lock-defaults):
13125 * format.el (format-alist):
13126 * vc-hooks.el (vc-mode):
13127 * window.el (special-display-buffer-names):
13128 * international/mule-cmds.el (input-method-alist):
13129 Define riskiness here (dumped file) rather than in files.el.
13130 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
13131 * imenu.el (imenu-generic-expression, imenu--index-alist):
13132 * outline.el (outline-level):
13133 * time.el (display-time-string):
13134 * calendar/parse-time.el (parse-time-rules):
13135 * mail/rmailout.el (rmail-output-file-alist):
13136 Autoload riskiness here, rather than placing in files.el.
13137
13138 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
13139
13140 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
13141
13142 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
13143
13144 * simple.el (process-file-side-effects): New defvar.
13145
13146 * dired-aux.el (dired-show-file-type):
13147 * vc.el (vc-diff-internal):
13148 * vc-arch.el (vc-arch-diff):
13149 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
13150 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
13151 * vc-git.el (vc-git-registered, vc-git-working-revision)
13152 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
13153 (vc-git--empty-db-p):
13154 * vc-hooks.el (vc-user-login-name):
13155 * vc-svn.el (vc-svn-registered, vc-svn-state)
13156 (vc-svn-dir-extra-headers, vc-svn-find-revision):
13157 * progmodes/grep.el (grep-probe): Let-bind
13158 `process-file-side-effects' with nil.
13159
13160 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
13161
13162 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
13163 daemon. Replace ping by checking for running service for bluez
13164 and zeroconf. (Bug#4239)
13165
13166 2009-08-25 Kevin Ryde <user42@zip.com.au>
13167
13168 * net/dig.el (dig): Add autoload cookie.
13169
13170 2009-08-25 Glenn Morris <rgm@gnu.org>
13171
13172 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
13173 load-history for absolute file-names.
13174 (byte-compile-file-form-require): Warn about use of the cl package.
13175
13176 * format.el (format-alist): Doc fix.
13177
13178 * play/bubbles.el (top-level): Don't require cl at run-time.
13179
13180 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
13181 run-time cl).
13182
13183 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
13184
13185 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
13186 from cl package.
13187 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
13188
13189 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
13190
13191 * calc/calc-alg.el (math-trig-rewrite)
13192 (math-hyperbolic-trig-rewrite): New functions.
13193 (calc-simplify): Simplify trig functions when asked.
13194
13195 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
13196
13197 * diff-mode.el (diff-find-source-location): Avoid goto-line.
13198
13199 2009-08-24 Kenichi Handa <handa@m17n.org>
13200
13201 * language/ind-util.el (mapthread): Delete it.
13202 (combinatorial): New function.
13203 (indian--puthash-cv): Use combinatorial instead of mapthread.
13204
13205 2009-08-22 Kevin Ryde <user42@zip.com.au>
13206
13207 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
13208 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
13209 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
13210 Clarify docstring that the value is strings not symbols.
13211 (checkdoc-list-of-strings-p): New function.
13212
13213 2009-08-22 Glenn Morris <rgm@gnu.org>
13214
13215 * files.el (auto-mode-alist):
13216 * hippie-exp.el (he-concat-directory-file-name):
13217 * lpr.el (lpr-windows-system, printer-name):
13218 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
13219 * ps-print.el (ps-windows-system):
13220 * startup.el (command-line):
13221 * emulation/viper-ex.el (viper-glob-function):
13222 * international/mule-cmds.el (set-language-environment-coding-systems):
13223 * net/ange-ftp.el (ange-ftp-write-region):
13224 * obsolete/fast-lock.el (fast-lock-cache-name):
13225 Remove code for defunct system-types emx, macos, mswindows, next-mach,
13226 unisoft-unix, vax-vms, win32, w32.
13227
13228 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
13229 given name if the pattern is not more specific.
13230
13231 * calendar/lunar.el (lunar-phase-names): New option.
13232 (lunar-phase): Doc fix.
13233 (lunar-cycles-per-year): New constant.
13234 (lunar-index): New function.
13235 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
13236 (lunar-phase-name): Use lunar-phase-names.
13237 (calendar-lunar-phases): Use format.
13238 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
13239
13240 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
13241 Copy imenu-example--name-and-position function here for own use.
13242 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
13243
13244 * bs.el (bs--redisplay):
13245 * cus-edit.el (custom-redraw):
13246 * ibuffer.el (ibuffer-bury-buffer):
13247 * server.el (server-goto-line-column):
13248 * startup.el (command-line-1):
13249 * strokes.el (strokes-xpm-for-stroke):
13250 * term.el (term-display-buffer-line):
13251 * view.el (View-goto-line):
13252 * calc/calc.el (calc-do, calc-trail-buffer):
13253 * play/gamegrid.el (gamegrid-add-score-insecure):
13254 * progmodes/ada-mode.el (ada-compile-goto-error):
13255 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
13256 (ebrowse-select-1st-to-9nth):
13257 * progmodes/cperl-mode.el (cperl-time-fontification):
13258 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
13259 * progmodes/gud.el (gud-display-line):
13260 (idlwave-shell-display-line):
13261 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
13262 * progmodes/make-mode.el (makefile-browser-toggle):
13263 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
13264 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
13265 * textmodes/picture.el (picture-draw-rectangle):
13266 * textmodes/reftex-index.el (reftex-index-goto-letter):
13267 (reftex-select-jump-to-previous):
13268 * textmodes/reftex-sel.el (reftex-find-start-point)
13269 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
13270 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
13271 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
13272 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13273 * textmodes/two-column.el (2C-associated-buffer):
13274 Use forward-line rather than goto-line.
13275
13276 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
13277 goto-line.
13278
13279 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
13280 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
13281 (quick-check-list-to-regexp): Declare.
13282
13283 * progmodes/make-mode.el (makefile-browser-insert-selection):
13284 Use goto-char rather than goto-line.
13285
13286 * progmodes/prolog.el (compilation-error-regexp-alist)
13287 (compilation-forget-errors): Declare.
13288
13289 2009-08-22 Juri Linkov <juri@jurta.org>
13290
13291 * progmodes/grep.el (lgrep, rgrep): At the beginning
13292 set `dir' to `default-directory' unless `dir' is a non-nil
13293 readable directory. (Bug#4052)
13294 (lgrep, rgrep): Change a weird way to report an error
13295 from using `read-string' to using `error'.
13296 Instead of using interactive arguments in the function body,
13297 add new argument `confirm'.
13298
13299 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
13300
13301 * textmodes/remember.el (remember-buffer):
13302 * progmodes/cperl-mode.el (cperl-vc-header-alist):
13303 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
13304 (icalendar-extract-ical-from-buffer):
13305 * net/newst-treeview.el (newsticker-groups-filename):
13306 * net/newst-backend.el (newsticker-cache-filename):
13307 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
13308 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
13309 (speedbar-add-ignored-path-regexp, speedbar-line-path)
13310 (speedbar-buffers-line-path, speedbar-path-line)
13311 (speedbar-buffers-line-path):
13312 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
13313 (epg-sign-keys):
13314 * epa.el (epa-display-verify-result):
13315 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
13316
13317 2009-08-21 Glenn Morris <rgm@gnu.org>
13318
13319 * progmodes/js.el (inferior-moz-process): Fix declaration.
13320
13321 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
13322
13323 * obsolete/rnewspost.el (news-mail-reply):
13324 Use goto-char rather than goto-line.
13325
13326 * term/ns-win.el (ns-open-file-select-line):
13327 Use line-beginning-position rather than goto-line.
13328
13329 * apropos.el (apropos-command):
13330 * ehelp.el (electric-helpify):
13331 * printing.el (pr-show-setup):
13332 * strokes.el (strokes-help):
13333 * tutorial.el (tutorial--describe-nonstandard-key)
13334 (tutorial--detailed-help):
13335 * woman.el (woman-mini-help, woman-display-extended-fonts):
13336 * calc/calc-help.el (calc-describe-key):
13337 * emulation/edt.el (edt-electric-helpify):
13338 * international/mule-diag.el (mule-diag):
13339 * play/yow.el (apropos-zippy):
13340 * progmodes/python.el (python-describe-symbol):
13341 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
13342 * textmodes/table.el (*table--cell-describe-mode)
13343 (*table--cell-describe-bindings):
13344 Use help-print-return-message rather than the now obsolete alias.
13345
13346 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
13347 (calendar-cursor-to-visible-date):
13348 * play/5x5.el (5x5-position-cursor):
13349 * play/decipher.el (decipher):
13350 * play/gomoku.el (gomoku-goto-xy):
13351 * play/landmark.el (lm-goto-xy):
13352 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
13353 (mpuz-paint-digit):
13354 Use forward-line, not goto-line.
13355
13356 * mail/rmail.el (rmail-obsolete): Delete custom group.
13357 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
13358 (rmail-remote-password, rmail-remote-password-required):
13359 Remove unneeded :set-after and :set properties.
13360
13361 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
13362
13363 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
13364
13365 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
13366
13367 * loadup.el: Remove leftover macos code.
13368
13369 * vc-git.el (vc-git-annotate-command): Run asynchronously.
13370 Explicitly pass the date format to git blame so that user local
13371 so that the output format can be parsed.
13372
13373 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
13374
13375 * net/dbus.el (top): Don't check for (getenv
13376 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
13377
13378 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
13379
13380 * log-edit.el (log-edit-strip-single-file-name): New var.
13381 (log-edit-insert-changelog): Use it. Bug#3571
13382
13383 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13384
13385 * subr.el (read-passwd): Use read-key so keypad keys work as well.
13386 Bug#3287
13387
13388 * help.el (help-print-return-message): Rename from
13389 print-help-return-message.
13390
13391 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
13392 cvs-mode-map parent hack.
13393 (log-view-mode): Derive from special-mode.
13394
13395 * linum.el (linum-mode): window-size-change-functions is redundant.
13396 Adapt to new window-configuration-change-hook behavior.
13397 (linum-after-size, linum-after-config): Remove.
13398
13399 * imenu.el (imenu-example--name-and-position)
13400 (imenu-example--lisp-extract-index-name)
13401 (imenu-example--create-lisp-index, imenu-example--create-c-index):
13402 Mark as obsolete.
13403
13404 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
13405 (inferior-prolog-mode): Use it.
13406 (inferior-prolog-load-file): Reset list of errors.
13407
13408 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13409
13410 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
13411
13412 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
13413
13414 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
13415
13416 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
13417 is running already.
13418
13419 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13420
13421 * subr.el (listify-key-sequence-1): Use normal syntax since those
13422 integers are nowadays always represented by the same (positive) number
13423 on all platforms.
13424 (read-key-empty-map): New const.
13425 (read-key-delay): New var.
13426 (read-key): New function.
13427 (force-mode-line-update): Use with-current-buffer.
13428 (locate-user-emacs-file): Don't forget to abbreviate the file name.
13429 (start-process-shell-command, start-file-process-shell-command):
13430 Discourage the use of command-args.
13431
13432 2009-08-19 Glenn Morris <rgm@gnu.org>
13433
13434 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
13435
13436 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13437
13438 * simple.el (choose-completion-string): Don't rely on
13439 minibuffer-completing-file-name and ad-hoc checks to decide whether
13440 to continue completion or not.
13441
13442 * minibuffer.el (minibuffer-hide-completions): New function.
13443 (completion--do-completion): Use it.
13444 (completions-annotations): New face.
13445 (completion--insert-strings): Use it.
13446 (completion-pcm--delim-wild-regex): Add docstring.
13447 (completion-pcm--string->pattern): Add support for 0-width delimiters
13448 in completion-pcm--delim-wild-regex.
13449
13450 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
13451
13452 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
13453 Remove unused var `buffer-modified-p'.
13454
13455 * minibuffer.el (completion--do-completion): Move point for the #b001
13456 case as well (bug#4176).
13457 (minibuffer-complete, minibuffer-complete-word): Don't move point.
13458
13459 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
13460
13461 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
13462 and :session buses.
13463
13464 2009-08-18 Kenichi Handa <handa@m17n.org>
13465
13466 * international/ucs-normalize.el (ucs-normalize-version):
13467 Change to 1.1.
13468 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
13469 (utf-8-hfs): Make it perform normalization on encoding too.
13470
13471 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
13472 (sentence-end-without-space): Delete duplicated chars.
13473 (sentence-end-base): Likewise.
13474
13475 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
13476 (html-mode): Delete duplicated chars from sentence-end-base.
13477
13478 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
13479 (texinfo-mode): Delete duplicated chars from sentence-end-base.
13480
13481 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
13482
13483 * files.el (hack-one-local-variable): If the mode function is for
13484 a minor mode, pass it an argument (Bug#4148).
13485
13486 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
13487
13488 * net/tramp.el (tramp-register-completion-file-name-handler):
13489 Check also for (member 'partial-completion completion-styles).
13490
13491 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13492
13493 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13494 abbrev (Bug#3943).
13495
13496 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
13497
13498 * progmodes/cperl-mode.el: Merge upstream 6.2.
13499 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13500 (cperl-forward-re): Check cperl-brace-recursing.
13501 (cperl-highlight-charclass): New function.
13502 (cperl-find-pods-heres): Use it.
13503 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13504 (cperl-beautify-regexp-piece): Fix column calculation.
13505 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13506 (cperl-beautify-level): Don't process entire regexp.
13507 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13508 calling man.
13509 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13510 (cperl-init-faces): Build a list in the normal way.
13511
13512 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13513
13514 * calendar/parse-time.el (parse-time-string-chars): Save match
13515 data.
13516
13517 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
13518
13519 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13520 (sql-product): Use it.
13521 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13522 (sql-set-product): Add completion.
13523 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13524 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13525 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13526 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13527 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13528 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13529 (sql-highlight-db2-keywords): Remove.
13530 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13531 (sql-highlight-product): Use derived-mode-p.
13532 (sql-set-sqli-buffer): Use with-current-buffer.
13533 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13534 Simplify.
13535
13536 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13537
13538 * term.el: Fix commenting convention, turn comments into docstrings.
13539
13540 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
13541
13542 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13543
13544 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
13545
13546 * calendar/parse-time.el (parse-time-string-chars): Compute using
13547 character classes, to handle non-ascii characters (Bug#3190).
13548
13549 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13550
13551 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13552 another heredoc if the user adds another < (Bug#3226).
13553
13554 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13555 Don't initialize based on window-system (Bug#4124).
13556
13557 * facemenu.el (facemenu-read-color): Use a completion function
13558 that accepts any defined color, such as RGB triplets (Bug#3677).
13559
13560 * files.el (get-free-disk-space): Change fallback default
13561 directory to /. Expand DIR argument before switching to fallback.
13562 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13563
13564 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
13565
13566 * files.el (load-library): Doc fix.
13567
13568 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
13569
13570 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13571 (viper-if-string): Redefine C-s in the minibuffer to insert the last
13572 incremental search string.
13573
13574 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13575 XEmacs.
13576
13577 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13578 (ediff-merge-region-is-non-clash)
13579 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13580 Also check if the job is really a merge job.
13581
13582 * ediff.el (ediff-current-file): New function.
13583
13584 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
13585
13586 * progmodes/js.el: Edit docstrings throughout to follow Emacs
13587 conventions.
13588 (js-insert-and-indent): Delete function.
13589 (js-mode-map): Don't bind keys to js-insert-and-indent.
13590 (js-beginning-of-defun): Rename from js--beginning-of-defun.
13591 (js-end-of-defun): Rename from js--end-of-defun.
13592 (js-auto-indent-flag): Delete variable.
13593
13594 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
13595
13596 * progmodes/js.el: Remove proclaim statement.
13597 Defvar which-func-imenu-joiner-function to silence compiler.
13598
13599 * files.el (auto-mode-alist): Use js-mode for .js files.
13600
13601 * progmodes/js2-mode.el: Remove file.
13602
13603 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13604
13605 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13606
13607 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13608
13609 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
13610 Karl Landstrom <karl.landstrom@brgeight.se>
13611
13612 * progmodes/js.el: New file.
13613
13614 2009-08-14 Mark A. Hershberger <mah@everybody.org>
13615
13616 * timezone.el (timezone-parse-date): Add ability to understand ISO
13617 basic format (minimal separators) dates in addition to the
13618 already-supported extended format dates.
13619
13620 2009-08-14 Eli Zaretskii <eliz@gnu.org>
13621
13622 * international/ucs-normalize.el: Add a `coding' file variable.
13623
13624 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13625
13626 2009-08-14 Sam Steingold <sds@gnu.org>
13627
13628 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13629
13630 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
13631
13632 * faces.el (help-argument-name): Define it here instead of
13633 help-fns.el, because in daemon mode help-fns.el may be loaded when
13634 faces are still uninitialized (Bug#1078).
13635
13636 * help-fns.el (help-argument-name): Move defface to faces.el.
13637
13638 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
13639
13640 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13641 create buffer with a pty but no process so that GDB can make the
13642 inferior the controlling process.
13643
13644 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
13645
13646 * international/ucs-normalize.el: New file.
13647
13648 2009-08-13 Richard Stallman <rms@gnu.org>
13649
13650 * mail/rmail.el (rmail-get-attr-names):
13651 Accept an attribute header that is too short.
13652
13653 * mail/rmail.el (rmail-forget-messages):
13654 Ignore nil elt in rmail-message-vector. Use dotimes.
13655
13656 * progmodes/compile.el (compilation-goto-locus):
13657 Use next-error-move-function.
13658
13659 * simple.el (next-error-move-function): New variable.
13660
13661 2009-08-12 Juri Linkov <juri@jurta.org>
13662
13663 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13664 always non-nil. (Bug#4052)
13665
13666 * replace.el (read-regexp): Return empty string when
13667 `default-value' is nil.
13668 (keep-lines-read-args): Don't use empty string as the
13669 default value for `read-regexp'. (Bug#2495)
13670
13671 2009-08-12 Juri Linkov <juri@jurta.org>
13672
13673 * international/mule-cmds.el (ucs-insert): Change arguments
13674 from `arg' to `character', `count', `inherit' to be the same
13675 as in `insert-char'. Doc fix. (Bug#4039)
13676
13677 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13678
13679 2009-08-12 Juri Linkov <juri@jurta.org>
13680
13681 * files-x.el: New file.
13682
13683 * files.el: Move code that deals with adding/deleting
13684 file/directory-local variables to files-x.el.
13685
13686 * Makefile.in (ELCFILES): Add files-x.elc.
13687
13688 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
13689
13690 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13691 to use `goto-line'.
13692 (gdb-place-breakpoints, gdb-get-location): Rewritten without
13693 `goto-line'.
13694 (gdb-invalidate-disassembly): Do not refresh upon receiving
13695 'update signal. Instead, update all disassembly buffers only after
13696 threads list.
13697 (gdb): Send -target-detach when buffer is killed (Bug#3794).
13698 (gdb-starting): Moved -data-list-register-names...
13699 (gdb-stopped): ...here so it's sent when first thread stops.
13700 (gdb-registers-handler-custom): Do nothing if register names are
13701 unknown yet.
13702
13703 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13704 from `gdb-mi.el' to avoid extra tangling.
13705
13706 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13707 change which breaks `gud-def' definitions used in `gdb'.
13708 (gdb-update-gud-running): No extra fuss for updating frame number.
13709
13710 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
13711
13712 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13713 (describe-language-environment-map, setup-language-environment-map)
13714 (set-coding-system-map): Move initialization into declaration.
13715 (set-language-info-alist): Last arg to define-key-after can be skipped.
13716
13717 * international/quail.el (quail-completion-1): Simplify.
13718 (quail-define-rules): Use slightly more compact code.
13719 (quail-insert-decode-map): Propertize keys, compact columns.
13720
13721 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13722 Add goto-line.
13723
13724 2009-08-10 Miles Bader <miles@gnu.org>
13725
13726 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
13727 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
13728 (js2-instance-member, js2-private-member, js2-private-function-call)
13729 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
13730 (js2-magic-paren, js2-external-variable):
13731 Remove "-face" suffix from face names.
13732 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
13733 (js2-highlight-undeclared-vars, js2-peek-token)
13734 (js2-parse-function-params, js2-mode-show-errors)
13735 (js2-mode-show-warnings, js2-make-magic-delimiter)
13736 (js2-mode-highlight-magic-parens): Update to use new face names.
13737
13738 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
13739
13740 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
13741 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
13742
13743 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
13744
13745 * subr.el: Provide hashtable-print-readable.
13746
13747 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
13748 hs-c-like-adjust-block-beginning.
13749 (hs-hide-block-at-point): Stop hiding at the beginning of
13750 hs-block-end-regexp (Bug#700).
13751
13752 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
13753
13754 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
13755 a macro.
13756 (gdb-registers-handler-custom): Do not fail when register names
13757 are unavailable.
13758
13759 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
13760
13761 * progmodes/gdb-mi.el (gdb-control-all-threads)
13762 (gdb-control-current-thread): Interactive setters for
13763 `gdb-gud-control-all-threads' to use in menu.
13764 (gdb-show-run-p): Show «Go» when process is not active.
13765 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
13766 gud/thread.xpm and gud/all.xpm.
13767
13768 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
13769
13770 * net/net-utils.el (net-utils-font-lock-keywords): New var.
13771 (nslookup-font-lock-keywords): Make it a variable.
13772 (net-utils-mode): New mode for viewing diagnostic network output.
13773 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
13774 (net-utils-run-simple): New function.
13775 (ifconfig, iwconfig, netstat, arp, route): Use it.
13776
13777 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
13778
13779 * progmodes/gdb-mi.el (gdb-read-memory-custom)
13780 (gdb-memory-set-address, def-gdb-set-positive-number)
13781 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
13782 after changing settings.
13783 (gdb-invalidate-disassembly): Update when first shown.
13784 (gdb-edit-locals-value): Fixed.
13785 (gdb-registers-handler-custom): Print registers in right order and
13786 allow changing register values (only for current thread yet).
13787 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
13788 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
13789 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
13790 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
13791 info in mode name.
13792 (gdb-registers-mode-map): TAB to switch to locals.
13793
13794 2009-08-08 Eli Zaretskii <eliz@gnu.org>
13795
13796 * mail/rmail.el (rmail-add-mbox-headers)
13797 (rmail-set-message-counters-counter): Search for
13798 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
13799
13800 2009-08-08 Glenn Morris <rgm@gnu.org>
13801
13802 * Makefile.in (ELCFILES): Update.
13803
13804 2009-08-07 Eli Zaretskii <eliz@gnu.org>
13805
13806 * mail/sendmail.el (mail-yank-original): Set
13807 buffer-file-coding-system from the one used by the message whose
13808 text is yanked.
13809
13810 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
13811 to "windows" when "pgnuplot" is used.
13812 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
13813 call accept-process-output if "pgnuplot" is used.
13814 (calc-graph-init): Don't send -display and -geometry to
13815 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
13816 running "pgnuplot -V" with shell-command-to-string.
13817
13818 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
13819 the default.
13820
13821 2009-08-07 Eli Zaretskii <eliz@gnu.org>
13822
13823 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
13824 org/org-latex.elc.
13825
13826 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
13827
13828 * vc-dispatcher.el (vc-resynch-window): Update comment.
13829
13830 * term.el (term-handle-ansi-escape): Add comments with the
13831 terminfo capabilities implemented.
13832
13833 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
13834
13835 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
13836 (gdb-var-create-handler): Rewritten using JSON parser.
13837 (gdb-propertize-header): Moved earlier.
13838 (gdb-set-header): Removed to avoid duplication.
13839 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
13840 Refresh disassembly buffers only after threads list have been
13841 update.
13842 (gdb-threads-header, gdb-registers-header): Per-buffer header line
13843 variables.
13844
13845 2009-08-04 Juri Linkov <juri@jurta.org>
13846
13847 * files.el: Commands to add/delete file/directory-local variables.
13848 (read-file-local-variable, read-file-local-variable-value)
13849 (read-file-local-variable-mode, modify-file-local-variable)
13850 (modify-file-local-variable-prop-line)
13851 (modify-dir-local-variable): New functions.
13852 (add-file-local-variable, delete-file-local-variable)
13853 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
13854 (add-dir-local-variable, delete-dir-local-variable)
13855 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
13856 (copy-dir-locals-to-file-locals-prop-line): New commands.
13857
13858 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
13859
13860 * abbrev.el (insert-abbrev-table-description): Prettify output.
13861 Suggested by Karl Chen.
13862
13863 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
13864
13865 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
13866 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
13867 (gdb-overlay-arrow-position, gdb-thread-position)
13868 (gdb-disassembly-position): Declare variables.
13869 (gdb-wait-for-pending): Function now.
13870 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
13871 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
13872 compilation goes smoothly.
13873 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
13874 (gdb-non-stop-setting): New customization setting which replaces
13875 `gdb-non-stop' so changing it doesn't break active GDB session.
13876 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
13877 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
13878 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
13879 (gdb-show-threads-by-default): New customization options.
13880 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
13881 routines.
13882 (gdb-get-buffer-create): Send buffers update signal when they are
13883 created.
13884 (gdb-invalidate-locals, gdb-invalidate-registers)
13885 (gdb-invalidate-breakpoints)
13886 (gdb-invalidate-threads, gdb-invalidate-disassembly)
13887 (gdb-invalidate-memory): Accept update signal.
13888 (gdb-current-context-command): Use --frame option.
13889 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
13890 Implement `gdb-frame-number' selection logic.
13891 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
13892 whether to show GUD toolbar buttons.
13893 (gdb-thread-exited): Unselect current thread when it exits.
13894 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
13895 (gdb-mark-line): Routine which sets overlay arrow or inverses
13896 video on fringeless displays.
13897 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
13898 to build aligned columns of data in GDB buffers and set text
13899 properties line-by-line.
13900 (gdb-invalidate-breakpoints)
13901 (gdb-breakpoints-list-handler-custom)
13902 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
13903 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
13904 (gdb-registers-handler-custom): Align data columns.
13905 (gdb-locals-handler-custom): Now prints data like in variable
13906 declarations.
13907 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
13908 Removed confusing buttons.
13909 (gdb-invalidate-threads): Append --frame.
13910 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
13911 between breakpoints/threads buffers.
13912 (gdb-set-window-buffer): Now can ignore dedicated windows.
13913 (gdb-propertize-header): Use `gdb-set-window-buffer'.
13914 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
13915 (def-gdb-thread-buffer-gud-command): Replaces
13916 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
13917 for fine thread control.
13918 (gdb-preempt-existing-or-display-buffer): New function used to
13919 display bound buffers without breaking window layout.
13920 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
13921 (gdb-select-frame): New version of `gdb-frames-select' which now
13922 sets `gdb-frame-number' so commands may use --frame option instead
13923 of inner debugger state.
13924 (gdb-frame-handler): Do not set `gdb-frame-number'.
13925 (gdb-threads-mode-map): Select threads with mouse.
13926
13927 * progmodes/gud.el (gdb-gud-context-call): Declare function to
13928 avoid compilation warning.
13929 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
13930 `gdb-show-stop-p`.
13931
13932 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
13933 Argument `key' renamed to `buffer-type'.
13934 (gdb-current-context-buffer-name): Do not add thread info to
13935 buffer name when no thread is selected.
13936 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
13937 command (bug 3794).
13938 (gdb-thread-selected): Handle `=thread-selected' notification.
13939 (gdb-wait-for-pending): New macro to deal with congestion problems.
13940 (gdb-breakpoints-list-handler-custom): Don't fail on pending
13941 breakpoints.
13942 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
13943 This fixes problem similar to one described in bug 3947.
13944 (gud-menu-map): More menu items.
13945 (gdb-init-1): Reset `gdb-thread-number' to nil.
13946
13947 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
13948 non-stop settings.
13949
13950 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
13951 (gdb-current-context-command): Do not append --thread if
13952 `gdb-thread-number' is nil.
13953 (gdb-running-threads-count, gdb-stopped-threads-count): New
13954 variables.
13955 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
13956 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
13957 customization options.
13958 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
13959 GUD commands.
13960 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
13961 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
13962 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
13963 set `gdb-thread-number' and update `gud-running' properly.
13964 (gdb-running): Update threads list when new threads appear.
13965 (gdb-stopped): Support non-stop operation and new thread switching
13966 logic.
13967 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
13968 (gdb-json-partial-output): New set of JSON routines.
13969 (def-gdb-auto-update-trigger): New `signal-list' optional
13970 argument.
13971 (gdb-thread-list-handler-custom): Update `gud-running',
13972 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
13973 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
13974 (gdb-continue-thread, gdb-step-thread): New commands for fine
13975 thread execution control.
13976 (gud-menu-map): New menu items to switch non-stop options.
13977 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
13978 (gdb-send): Mimic RET properly (bug 3794).
13979
13980 * progmodes/gdb-mi.el (gdb-rules-name-maker)
13981 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
13982 gdb-buffer-rules.
13983 (def-gdb-auto-update-handler): New nopreserve optional argument.
13984 (gdb-stack-list-frames-custom): Print stack from top to bottom.
13985
13986 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
13987 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
13988 (gdb-parent-mode): New mode to derive other GDB modes from.
13989 (gdb-display-disassembly-for-thread)
13990 (gdb-frame-disassembly-for-thread): New commands for threads
13991 buffer.
13992
13993 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
13994 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
13995 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
13996 (gdb-update): We now store all GDB buffers in a list so that they
13997 can be updated by traversing a list instead of calling invalidate
13998 triggers explicitly.
13999 (def-gdb-trigger-and-handler): New macro to define trigger-handler
14000 pair for GDB buffer.
14001 (gdb-stack-buffer-name): Add thread information.
14002 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
14003 handle pending triggers.
14004 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
14005 (def-gdb-thread-buffer-simple-command)
14006 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
14007 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
14008 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
14009 New commands which show buffers bound to thread.
14010 (gdb-stack-list-locals-regexp): Removed unused regexp.
14011
14012 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
14013 (gdb-locals-buffer-name, gdb-registers-buffer-name)
14014 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
14015 to (gud-comint-buffer) in *-buffer-name functions
14016 because (gdb-get-target-string) already does that.
14017 (gdb-locals-handler-custom, gdb-registers-handler-custom)
14018 (gdb-changed-registers-handler): Rewritten without regexps.
14019
14020 * progmodes/gdb-mi.el: Basic thread selection support.
14021 (gdb-thread-number): New variable.
14022 (gdb-current-context-command): New macro which adds --thread
14023 option to command.
14024 (gdb-threads-mode-map): Select thread with SPC.
14025 (gdb-thread-list-handler-custom): Mark current thread with overlay
14026 arrow. Synchronize GDB thread and Emacs thread.
14027 (gdb-select-thread): New command which selects current thread.
14028 (gdb-invalidate-frames, gdb-invalidate-locals)
14029 (gdb-invalidate-registers): Use --thread option.
14030
14031 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
14032
14033 * net/tramp.el (top): Make check for tramp-gvfs loading more
14034 robust. (Bug#3977)
14035 (tramp-handle-insert-file-contents): `unwind-protect' must be
14036 inside `with-parsed-tramp-file-name'.
14037
14038 * net/tramp-gvfs.el (top): Remove superfluous message when loading
14039 fails.
14040
14041 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
14042
14043 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
14044 directory if CLASSPATH is not set.
14045
14046 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
14047
14048 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
14049 New defconst.
14050 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
14051
14052 2009-08-02 Kevin Ryde <user42@zip.com.au>
14053
14054 * net/newst-backend.el (newsticker--raw-url-list-defaults):
14055 Update freshmeat link. Delete newsforge.com as it seems gone.
14056
14057 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
14058
14059 * select.el (x-set-selection): Doc fix (Bug#4021).
14060
14061 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
14062
14063 * help-fns.el (describe-variable): Treat list return values from
14064 dir-locals-find-file properly (Bug#4005).
14065
14066 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
14067
14068 * net/tramp.el (tramp-debug-message): Print also microseconds.
14069
14070 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
14071
14072 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
14073 or END is non-nil.
14074 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
14075 (tramp-get-debug-buffer): Change `outline-regexp' according to new
14076 format.
14077
14078 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
14079 (tramp-get-file-property): Use it.
14080
14081 * autorevert.el (auto-revert-handler): Allow
14082 `auto-revert-tail-mode' for remote files.
14083
14084 2009-08-02 Jason Rumney <jasonr@gnu.org>
14085
14086 * minibuffer.el (read-file-name): Treat confirm options to
14087 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
14088
14089 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
14090
14091 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
14092 (font-lock-variable-name-face, font-lock-constant-face): Darken
14093 the colors for light backgrounds.
14094
14095 2009-08-01 Eli Zaretskii <eliz@gnu.org>
14096
14097 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
14098 month names. (Bug#3987)
14099
14100 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
14101
14102 * simple.el (line-move-finish): Pass whole number to
14103 line-move-to-column.
14104 (line-move-visual): Perform hscroll to the recorded position.
14105
14106 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
14107
14108 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
14109
14110 2009-07-29 Alan Mackenzie <acm@muc.de>
14111
14112 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
14113
14114 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
14115
14116 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
14117 (gdb-place-breakpoints): Use full path when setting breakpoints.
14118
14119 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
14120
14121 * calc/calc.el (calc-mode-map): Add keybinding for
14122 `calc-transpose-lines'.
14123
14124 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
14125
14126 * calc/calc-misc.el (calc-transpose-lines): New function.
14127
14128 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
14129
14130 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
14131 Simplify check for out-of-band methods.
14132 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
14133 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
14134
14135 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
14136
14137 * vc-git.el (vc-git-checkin): Fix typo.
14138
14139 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
14140
14141 * progmodes/js2-mode.el: New file.
14142
14143 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
14144
14145 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
14146 (gud-menu-map): Adjust tooltip accordingly.
14147
14148 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
14149
14150 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
14151 (vc-bzr-log-view-mode): Adjust log-view-file-re.
14152
14153 * add-log.el (change-log-mode-map): Add a menu.
14154
14155 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
14156
14157 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
14158 function returns nil.
14159 (dbus-handle-event): Handle special return value :ignore.
14160 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
14161
14162 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
14163
14164 * view.el (view-mode-enable): Don't define Helper-return-blurb if
14165 it's not needed.
14166
14167 2009-07-25 Eli Zaretskii <eliz@gnu.org>
14168
14169 Fix Bug#3888:
14170
14171 * w32-vars.el (x-select-enable-clipboard): Doc fix.
14172
14173 * term/pc-win.el (x-display-name, x-colors)
14174 (x-select-enable-clipboard, x-select-text): Doc fix.
14175
14176 * term/common-win.el (x-display-name, x-colors): Doc fix.
14177
14178 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
14179 (xw-defined-colors): Doc fix.
14180
14181 * w32-fns.el (x-select-text, x-setup-function-keys)
14182 (x-get-selection, x-set-selection): Doc fix.
14183
14184 * term/x-win.el (x-select-text, x-setup-function-keys)
14185 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
14186
14187 * select.el (x-set-selection): Doc fix.
14188
14189 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
14190
14191 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
14192 instead of "IsNSSSupportAvailable". Avahi ought to work also when
14193 "IsNSSSupportAvailable" method is not available. Reported by
14194 Steve Youngs <steve@sxemacs.org>.
14195
14196 2009-07-24 Kenichi Handa <handa@m17n.org>
14197
14198 * international/characters.el: Fix setting of category ?C, ?|, ?K,
14199 and ?H. Fix setting of case for Latin Extended and Greek Extended.
14200 (build-unicode-category-table): Fix range checks.
14201
14202 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
14203
14204 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
14205 the buffer we try to sync is current when calling
14206 vc-resynch-buffer.
14207
14208 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
14209 not show up to date files.
14210
14211 2009-07-24 Glenn Morris <rgm@gnu.org>
14212
14213 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
14214 Add autoload cookies. If necessary, initialize.
14215 (elint-log): Handle non-file buffers.
14216 (elint-initialize): Add optional argument to reinitialize.
14217 (elint-find-builtin-variables): Save excursion.
14218
14219 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
14220
14221 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14222 for Lint.
14223
14224 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14225
14226 * vc.el (vc-print-log-internal): New function, split out from ...
14227 (vc-print-log): ... here.
14228 (vc-dir-move-to-goal-column): Declare.
14229
14230 * vc-git.el (vc-git-add-signoff): New variable.
14231 (vc-git-checkin): Use it.
14232 (vc-git-toggle-signoff): New function.
14233 (vc-git-extra-menu-map): Bind it to menu.
14234 (vc-git--run-command-string): Accept a nil FILE argument.
14235 (vc-git-stash-list): New function.
14236 (vc-git-dir-extra-headers): Use it.
14237
14238 2009-07-23 Glenn Morris <rgm@gnu.org>
14239
14240 * help-fns.el (describe-variable): Describe ignored and risky local
14241 variables in a similar way to that in which we describe safe ones.
14242
14243 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
14244 (byte-compile-output-file-form, byte-compile-output-docform)
14245 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
14246 Give some more local variables with common names a "bytecomp-" prefix,
14247 so as not to shadow things during compilation.
14248 * emacs-lisp/cl-macs.el (load-time-value)
14249 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
14250 `outbuffer' to `bytecomp-outbuffer'.
14251
14252 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
14253 since the next two variables cover them automatically now.
14254 (elint-builtin-variables, elint-autoloaded-variables): New.
14255 (elint-unknown-builtin-args): Remove all members, since they can be
14256 parsed automatically now.
14257 (elint-extra-errors): New.
14258 (elint-env-add-env, elint-env-add-macro): Use cadr.
14259 (elint-current-buffer): Use or. Change final message.
14260 (elint-get-top-forms): Use line-end-position.
14261 (elint-init-env): Use cadr. Handle autoload, declare-function,
14262 and defalias.
14263 (elint-add-required-env): Doc fix. Use or. Standardize error.
14264 (regexp-assoc): Remove unused function.
14265 (elint-top-form): Set elint-current-pos, to record the start of the
14266 top-level form, for compilation-mode.
14267 (elint-form): Trap errors in macro expansion. Use dolist.
14268 (elint-unbound-variable): Use elint-builtin-variables and
14269 elint-autoloaded-variables.
14270 (elint-get-args): Use cadr, or.
14271 (elint-check-cond-form): Use dolist, cadr.
14272 (elint-check-condition-case-form): Doc fix. Use cadr.
14273 Use elint-extra-errors.
14274 (elint-log): New function.
14275 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
14276 Distinguish errors and warnings.
14277 (elint-log-message): Use with-current-buffer. Inhibit read-only.
14278 Use a bytecomp-style format.
14279 (elint-clear-log): Preserve default-directory. Inhibit read-only.
14280 (elint-get-log-buffer): Use compilation mode. Disable undo.
14281 Don't truncate lines.
14282 (elint-initialize): Set builtin and autoloaded variable lists.
14283 Only process elint-unknown-builtin-args if non-nil.
14284 (elint-find-builtin-variables, elint-find-autoloaded-variables):
14285 New functions.
14286 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
14287
14288 2009-07-22 Kevin Ryde <user42@zip.com.au>
14289
14290 * net/newst-backend.el (newsticker--parse-atom-1.0)
14291 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14292 (newsticker--parse-rss-1.0):
14293 * progmodes/idlwave.el (idlwave-mode):
14294 * progmodes/idlw-shell.el (idlwave-shell-mode):
14295 * progmodes/vera-mode.el (vera-mode):
14296 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
14297 * progmodes/vhdl-mode.el (vhdl-mode):
14298 * textmodes/table.el (table-generate-source)
14299 (table--warn-incompatibility):
14300 Hyperlink urls in docstrings with URL `...'.
14301
14302 2009-07-22 Glenn Morris <rgm@gnu.org>
14303
14304 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
14305 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
14306 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
14307 Remove leading * from defcustom docs.
14308
14309 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
14310
14311 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
14312 defcustom doc.
14313 (list-load-path-shadows): Optionally, just return shadows as a string.
14314
14315 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
14316
14317 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
14318
14319 * mail/rmailedit.el (rmail-edit-mode): Use
14320 auto-save-include-big-deletions.
14321
14322 * mail/rmail.el (rmail-variables): Use
14323 auto-save-include-big-deletions.
14324
14325 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
14326 changes.
14327
14328 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
14329
14330 * calc/calc.el (calc-undo-length): New variable.
14331 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
14332
14333 2009-07-21 Richard Stallman <rms@gnu.org>
14334
14335 * files.el (auto-save-mode): Handle buffer-save-size = -2
14336 for toggling mode.
14337
14338 2009-07-21 Glenn Morris <rgm@gnu.org>
14339
14340 * textmodes/ispell.el (ispell-looking-back): Update declaration.
14341
14342 * calendar/todo-mode.el (calendar-current-date): Update declaration.
14343
14344 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
14345 silence compiler. Instead...
14346 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
14347 (ps-print-ensure-fontified): Update for above function name changes.
14348
14349 * printing.el (pr-mh-get-msg-num, pr-mh-show)
14350 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
14351 silence compiler. Instead...
14352 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
14353 (mh-show-buffer): Only define for compiler.
14354 (pr-mh-current-message): Update for above function name changes.
14355
14356 * files.el (abort-if-file-too-large): Explicitly pass `filename'
14357 as an argument.
14358 (find-file-noselect, insert-file-1): Update for above change.
14359
14360 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
14361
14362 * mail/mailclient.el (mailclient-send-it): Fix message.
14363
14364 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
14365 (edebug-eval): Check cl-debug-env is bound.
14366 (print-level, print-circle): Don't redefine built-in variables.
14367
14368 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
14369 (custom-print-vectors): Remove old comments from doc.
14370
14371 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
14372 (emerge-version): Make the variable an obsolete alias for the
14373 emacs-version variable. Make the function obsolete.
14374 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
14375 Emerge options, rather than merging in into the main Options menu.
14376 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
14377 and auto advance modes. Disable edit/fast items when not relevant.
14378
14379 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
14380
14381 * term/vt420.el (terminal-init-vt420): Fix typo.
14382
14383 2009-07-20 Sam Steingold <sds@gnu.org>
14384
14385 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
14386 variable (removed from compile.el on 2004-03-11).
14387
14388 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
14389
14390 * files.el (hack-local-variables-filter): Fix last change.
14391
14392 2009-07-19 Juri Linkov <juri@jurta.org>
14393
14394 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
14395 (dir-local-variables-alist): New buffer-local variable.
14396 (hack-local-variables-filter): If variable is not dir-local,
14397 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
14398 because file-local overrides dir-local.
14399 (c-postprocess-file-styles) <declare-function>:
14400 Remove obsolete declaration.
14401 (hack-dir-local-variables): Add dir-local variable/value pair to
14402 `dir-local-variables-alist' and remove duplicates. Doc fix.
14403
14404 * help-fns.el (describe-variable): Add information about
14405 file-local and dir-local variables.
14406
14407 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
14408
14409 * files.el (hack-local-variables-filter): Rewrite.
14410
14411 2009-07-19 Glenn Morris <rgm@gnu.org>
14412
14413 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
14414 Silence compiler by only defining on XEmacs.
14415
14416 * international/mule.el (auto-coding-regexp-alist): Only match
14417 BABYL... at the start of buffer, not of lines. (Bug#3790)
14418
14419 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
14420 non-calendar buffers (Bug#3862). Restore "not on a date" message.
14421 (cal-menu-context-mouse-menu): Doc fix.
14422
14423 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
14424
14425 * simple.el (mail-user-agent): Doc fix. Set :version tag.
14426
14427 2009-07-18 Juri Linkov <juri@jurta.org>
14428
14429 * info.el: Virtual Info keyword finder.
14430 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
14431 (Info-finder-file): New variable.
14432 (Info-finder-find-file): New function.
14433 (finder-known-keywords, finder-package-info)
14434 (find-library-name, lm-commentary): Use defvar and
14435 declare-function to silence compiler warnings.
14436 (Info-finder-find-node): New function.
14437 (info-finder): New command.
14438
14439 * subr.el (process-kill-buffer-query-function): New function.
14440 (add-hook)<kill-buffer-query-functions>: Add hook
14441 `process-kill-buffer-query-function'.
14442
14443 2009-07-18 Alan Mackenzie <acm@muc.de>
14444
14445 * progmodes/cc-mode.el (c-before-hack-hook)
14446 (c-postprocess-file-styles): Give invocation of `c-set-style'
14447 DONT-OVERRIDE parameter of t. Already set style variables will
14448 thus not be overridden by style settings given by `c-file-syle'.
14449
14450 * files.el (hack-local-variables-filter): Remove entries with
14451 duplicate keys from `file-local-variables-alist'.
14452
14453 2009-07-18 Eli Zaretskii <eliz@gnu.org>
14454
14455 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
14456 x-set-selection if display-selections-p returns nil for the
14457 current frame.
14458
14459 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
14460
14461 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
14462
14463 2009-07-18 Eli Zaretskii <eliz@gnu.org>
14464
14465 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
14466 Accept nil in addition to a regexp.
14467 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
14468 Accept nil in addition to a regexp.
14469 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
14470 buffers that have an associated file. Handle nil values of
14471 desktop-buffers-not-to-save and desktop-files-not-to-save.
14472 (Bug#3833)
14473
14474 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14475 (x-disown-selection-internal): New functions.
14476
14477 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
14478
14479 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14480 warning.
14481 (gdb-breakpoints-header): Move forward to avoid compiler warning.
14482 (gdb-make-header-line-mouse-map): Remove duplicate definition.
14483
14484 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
14485
14486 * simple.el (set-mark): Revert last change.
14487
14488 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
14489
14490 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14491 rendering of pngs is not possible instead of messaging a long
14492 description.
14493
14494 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
14495
14496 * w32-fns.el (x-selection-owner-p): New function.
14497
14498 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14499 (mouse-yank-at-click, mouse-yank-primary): If
14500 select-active-regions is non-nil, deactivate the mark before
14501 insertion.
14502
14503 * simple.el (deactivate-mark, set-mark): Only save selection if we
14504 own it.
14505
14506 2009-07-17 Kenichi Handa <handa@m17n.org>
14507
14508 * case-table.el (describe-buffer-case-table): Fix for the case
14509 that KEY is a cons.
14510
14511 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14512
14513 * vc-rcs.el (vc-rcs-find-file-hook):
14514 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14515
14516 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
14517
14518 * net/tramp.el (tramp-wait-for-output): Handle the case when
14519 commands do not return a newline but a null byte before the shell
14520 prompt. (Bug#3858)
14521
14522 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14523
14524 * term/ns-win.el (ns-set-alpha): Don't declare.
14525 (ns-set-background-alpha): Remove function.
14526
14527 2009-07-16 Kevin Ryde <user42@zip.com.au>
14528
14529 * emacs-lisp/copyright.el (copyright-update): Save match-data across
14530 y-or-n-p, for safety.
14531
14532 2009-07-16 Richard Stallman <rms@gnu.org>
14533
14534 * files.el (auto-save-mode): If buffer-saved-size is -2,
14535 don't clobber it.
14536
14537 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14538 (rmail-retry-ignored-headers): Add more uninteresting fields.
14539
14540 2009-07-15 Jari Aalto <jari.aalto@cante.net>
14541
14542 * net/rcirc.el (rcirc): Use history variables.
14543 (rcirc-server-name-history, rcirc-nick-name-history)
14544 (rcirc-server-port-history): New variables.
14545
14546 2009-07-15 Kenichi Handa <handa@m17n.org>
14547
14548 * international/mule-cmds.el (set-language-environment-charset):
14549 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14550 ignore them.
14551
14552 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14553 Delete unibyte-display.
14554
14555 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
14556
14557 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14558
14559 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
14560
14561 * simple.el (deactivate-mark): Optional argument FORCE.
14562 (set-mark): Use deactivate-mark.
14563
14564 * info.el (Info-search): No need to check transient-mark-mode
14565 before calling deactivate-mark.
14566
14567 * select.el (x-set-selection): Doc fix.
14568 (x-valid-simple-selection-p): Allow buffer values.
14569 (xselect--selection-bounds): Handle buffer values. Suggested by
14570 David De La Harpe Golden.
14571
14572 * mouse.el (mouse-set-region, mouse-drag-track): Call
14573 copy-region-as-kill before setting the mark, to let
14574 select-active-regions work.
14575
14576 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
14577
14578 * simple.el (deactivate-mark): If select-active-regions is
14579 non-nil, copy the selection data into a string.
14580 (activate-mark): If select-active-regions is non-nil, set the
14581 selection to the current buffer.
14582 (set-mark): Update selection if select-active-regions is non-nil.
14583
14584 * select.el (x-valid-simple-selection-p): Allow buffer values.
14585
14586 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
14587
14588 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14589 and more featureful message-mode.
14590
14591 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
14592
14593 * select.el (x-set-selection): Doc fix.
14594 (x-valid-simple-selection-p): Disallow selection data consisting
14595 of a list or cons of integers, since that is not used.
14596 (xselect--selection-bounds, xselect--int-to-cons): New functions.
14597 (xselect-convert-to-string, xselect-convert-to-length)
14598 (xselect-convert-to-filename, xselect-convert-to-charpos)
14599 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14600
14601 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
14602
14603 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14604 output in -break-info command (Emacs bug #3794).
14605
14606 2009-07-14 Glenn Morris <rgm@gnu.org>
14607
14608 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14609 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14610 (edebug-print-length, edebug-print-level, edebug-print-circle)
14611 (edebug-sit-for-seconds, edebug-view-outside)
14612 (edebug-bounce-point, edebug-set-global-break-condition)
14613 (edebug-Go-nonstop-mode, edebug-trace-mode)
14614 (edebug-Trace-fast-mode, edebug-continue-mode)
14615 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14616 (edebug-visit-eval-list): Doc fixes.
14617
14618 * subr.el (def-edebug-spec): Doc fix.
14619
14620 2009-07-14 Kenichi Handa <handa@m17n.org>
14621
14622 * international/characters.el: Fix setting of category ?C.
14623
14624 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
14625
14626 * term/ns-win.el (x-select-font): defalias x-select-font to
14627 ns-popup-font-panel instead of generate-fontset-menu.
14628
14629 2009-07-12 Eli Zaretskii <eliz@gnu.org>
14630
14631 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
14632
14633 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
14634
14635 * arc-mode.el (archive-find-type): Allow for a PK00 string before
14636 the PK\003\004 header (Bug#3770).
14637
14638 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
14639
14640 * pcomplete.el (pcomplete-comint-setup): Check for
14641 shell-dynamic-complete-filename too.
14642
14643 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
14644
14645 * simple.el (temporary-goal-column): Change the value for
14646 line-move-visual to a cons cell.
14647 (line-move-visual): Record or set the window hscroll, if
14648 necessary (Bug#3494).
14649 (line-move-1): Handle cons value of temporary-goal-column.
14650
14651 2009-07-11 Kenichi Handa <handa@m17n.org>
14652
14653 * international/mule-diag.el (describe-character-set): Don't show
14654 width.
14655
14656 2009-07-10 Sam Steingold <sds@gnu.org>
14657
14658 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14659 Omake sometimes indents the errors it prints, so allow all
14660 regexps to start with spaces.
14661
14662 2009-07-10 Eli Zaretskii <eliz@gnu.org>
14663
14664 * cus-edit.el (customize-changed-options-previous-release):
14665 Bump value to 22.1. (Bug#3804)
14666
14667 2009-07-08 Sam Steingold <sds@gnu.org>
14668
14669 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14670 to be a cons cell (test . ignored-directory) to selectively ignore
14671 some directories depending on the location of the search.
14672
14673 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
14674
14675 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14676 remote user is root, on the local host.
14677 (tramp-local-host-p): Either the local user or the remote user
14678 must be root. (Bug#3771)
14679
14680 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
14681
14682 * progmodes/gdb-mi.el (gdb): Remove description of
14683 gdb-use-separate-io-buffer.
14684 (menu): Don't allow toggling of or enable
14685 gdb-use-separate-io-buffer from menubar.
14686
14687 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
14688
14689 * mail/unrmail.el (unrmail): Make sure the message ends with two
14690 newlines (Bug#3769).
14691
14692 2009-07-08 Glenn Morris <rgm@gnu.org>
14693
14694 * calendar/calendar.el (calendar-current-date): Rework previous change.
14695
14696 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
14697
14698 * calendar/calendar.el (calendar-current-date):
14699 Add an optional argument giving an offset from today.
14700
14701 2009-07-08 Glenn Morris <rgm@gnu.org>
14702
14703 * tutorial.el (tutorial--describe-nonstandard-key):
14704 Adjust the message for when a key has been unbound.
14705 (help-with-tutorial): Hide the arch-tag.
14706
14707 2009-07-08 Kenichi Handa <handa@m17n.org>
14708
14709 * international/fontset.el (setup-default-fontset): For each
14710 script, append (not set) font-specs.
14711
14712 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14713 docstring.
14714
14715 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
14716
14717 * progmodes/gdb-mi.el (gdb-init-1): Move sending
14718 -data-list-register-names to ...
14719 (gdb-starting): ... here because GDB 7.0 requires execution to
14720 have started when using this MI command.
14721 (gdb-set-header): New function to distinguish select and
14722 unselected tabs in gdb buffers.
14723 (gdb-propertize-header): New macro that uses gdb-set-header.
14724 (gdb-breakpoints-header, gdb-locals-header): Use it.
14725 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
14726
14727 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
14728
14729 * Makefile.in (ELCFILES): Remove fadr.elc.
14730
14731 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
14732
14733 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
14734 may contain frame information, so `string-match' should be used.
14735 (gdb-update): Disassembly is invalidated through
14736 `gdb-get-selected-frame'.
14737 (gdb-pad-string): New function to pad string with spaces.
14738 (gdb-invalidate-disassembly): Invalidate only if the buffer
14739 exists.
14740 (gdb-disassembly-handler-custom): Column alignment.
14741 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
14742 placing new ones.
14743 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
14744 end of line, too.
14745 (gdb-frame-handler): Match convention to for disassembly buffer
14746 mode name.
14747 (gdb-stack-list-frames-handler): Rewritten without regexps.
14748 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
14749 not highlight breakpoints without line information.
14750 (gdb-input): Add trailing newline to command.
14751
14752 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
14753 buffer properly.
14754 (gdb-breakpoints-list-handler-custom): Replacement for
14755 `gdb-break-list-handler'. Using real parser instead of regexps
14756 now.
14757 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
14758 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
14759 to place breakpoints.
14760 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
14761 functions.
14762 (gdb-disassembly-handler-custom): Show overlay arrow.
14763 (gdb-disassembly-place-breakpoints): Show breakpoints in
14764 disassembly buffer.
14765 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14766 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
14767 instead of parsing breakpoints buffer. Fixed old menu references
14768 in `gud-menu-map'.
14769
14770 * fadr.el: Remove.
14771
14772 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
14773 (gdb-memory-address): New variable which holds top address of
14774 memory page shown in memory buffer.
14775 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
14776 customization variables.
14777 New functions:
14778 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
14779 display the memory buffer.
14780 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
14781 buffer display parameters.
14782 (def-gdb-memory-format, gdb-memory-format-binary)
14783 (gdb-memory-format-octal, gdb-memory-format-unsigned)
14784 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
14785 Functions for setting memory buffer format.
14786 (gdb-memory-unit-word, gdb-memory-unit-halfword)
14787 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
14788 unit size used in memory buffer.
14789 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
14790 to next/previous page of memory buffer.
14791 Now using (bindat-get-field) instead of fadr functions.
14792
14793 2009-07-07 Sam Steingold <sds@gnu.org>
14794
14795 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
14796 non-top-level files.
14797
14798 2009-07-07 Kenichi Handa <handa@m17n.org>
14799
14800 * international/mule-cmds.el (reset-language-environment): Put
14801 the highset priority to the charset iso-8859-1.
14802
14803 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
14804
14805 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
14806 to the end of the line when locating the block (Bug#700).
14807
14808 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
14809
14810 * net/tramp.el (tramp-handle-write-region): Flush file properties
14811 in case of short track.
14812
14813 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
14814
14815 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
14816 Coded custom representation of verilog error regular expressions
14817 to work with Emacs-22's new format.
14818 (verilog-error-regexp-xemacs-alist): Coded custom representation
14819 of verilog error regular expressions to work with XEmacs format.
14820 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
14821 error recognition into XEmacs.
14822 (verilog-error-regexp-add-emacs): Hook routine to install verilog
14823 error recognition into Emacs-22.
14824
14825 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
14826
14827 * woman.el: Remove stand-alone closing parentheses.
14828 (woman-file-name, woman2-format-paragraphs)
14829 (woman-leave-blank-lines): Code cleanup.
14830 (woman-use-own-frame): Change default to nil.
14831 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
14832 defaults to inherit from default faces.
14833 (woman2-process-escapes): Consume the newline after a stand-alone
14834 filler character (Bug#3651).
14835
14836 2009-07-06 Glenn Morris <rgm@gnu.org>
14837
14838 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
14839 (top-level): Move provide to the end.
14840 (ffap): Remove defunct URL from custom group.
14841
14842 * subr.el (eval-after-load): Doc fix.
14843
14844 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
14845
14846 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
14847 `calc-embedded-word' is called twice.
14848
14849 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14850
14851 * files.el (find-alternate-file-other-window, find-alternate-file):
14852 Obey confirm-nonexistent-file-or-buffer.
14853
14854 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
14855
14856 * dired-aux.el (dired-show-file-type): Handle remote files.
14857
14858 2009-07-05 Jari Aalto <jari.aalto@cante.net>
14859
14860 * desktop.el (desktop-globals-to-save):
14861 Add file-name-history (Bug#2750).
14862
14863 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
14864
14865 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
14866
14867 2009-07-04 Johan Bockgård <bojohan@gnu.org>
14868
14869 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
14870 property on entire argument since this is what eshell-lisp-command
14871 expects.
14872
14873 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
14874
14875 * net/tramp-gvfs.el (tramp-gvfs-methods)
14876 (tramp-gvfs-zeroconf-domain)
14877 (tramp-bluez-discover-devices-timeout): Add version flag.
14878 (tramp-gvfs-handler-mounted-unmounted)
14879 (tramp-gvfs-connection-mounted-p): Polish handling of
14880 incompatibilities between GVFS 0.2 and 1.0.
14881
14882 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
14883
14884 * cus-start.el (all): Add make-pointer-invisible.
14885
14886 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
14887
14888 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
14889 formatted correctly.
14890
14891 2009-07-02 Juri Linkov <juri@jurta.org>
14892
14893 * info.el: Virtual Info files and nodes.
14894 (Info-virtual-files, Info-virtual-nodes): New variables.
14895 (Info-current-node-virtual): New variable.
14896 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
14897 New functions.
14898 (Info-file-supports-index-cookies): Use Info-virtual-file-p
14899 to check for a virtual file instead of checking a fixed list
14900 of node names.
14901 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
14902 instead of ad-hoc processing of "dir" and (apropos history toc).
14903 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
14904 instead of ad-hoc processing of "dir" and (apropos history toc).
14905 Reread a file when moving from a virtual node.
14906 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
14907 (Info-directory-toc-nodes, Info-directory-find-file)
14908 (Info-directory-find-node): New functions.
14909 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
14910 (Info-history): Move part of code to
14911 `Info-history-find-node'.
14912 (Info-history-toc-nodes, Info-history-find-file)
14913 (Info-history-find-node): New functions.
14914 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
14915 (Info-toc): Move part of code to `Info-toc-find-node'.
14916 (Info-toc-find-node): New function.
14917 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
14918 the current Info file name to references because now the node
14919 "*TOC*" belongs to the same Info manual.
14920 (Info-toc-build): Rename from `Info-build-toc'.
14921 (Info-toc-nodes): Rename input argument `file' to `filename'.
14922 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
14923 instead of ad-hoc processing of ("dir" apropos history toc).
14924 (Info-index-nodes): Use Info-virtual-file-p
14925 to check for a virtual file instead of checking a fixed list
14926 of node names.
14927 (Info-index-node): Add check for `Info-current-node-virtual'.
14928 Raise `save-match-data' higher up the tree to contain
14929 `search-forward' too (bug fix).
14930 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
14931 (Info-virtual-index-nodes): New variable.
14932 (Info-virtual-index-find-node, Info-virtual-index): New functions.
14933 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
14934 (Info-apropos-file, Info-apropos-nodes): New variables.
14935 (Info-apropos-toc-nodes, Info-apropos-find-file)
14936 (Info-apropos-find-node, Info-apropos-matches): New functions.
14937 (info-apropos): Move part of code to `Info-apropos-find-node' and
14938 `Info-apropos-matches'.
14939 (Info-mode-map): Bind "I" to `Info-virtual-index'.
14940 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
14941 for a virtual file instead of checking a fixed list of node names.
14942
14943 * simple.el (async-shell-command): New command.
14944
14945 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
14946
14947 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
14948 instead of `mount-info'.
14949
14950 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
14951
14952 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
14953 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
14954
14955 2009-07-02 Kenichi Handa <handa@m17n.org>
14956
14957 * international/mule.el (set-keyboard-coding-system): Force *-unix
14958 coding-system to avoid eol conversion.
14959
14960 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
14961
14962 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
14963 Add handler for `process-file', `shell-command' and
14964 `start-file-process'.
14965 (tramp-gvfs-handle-shell-command)
14966 (tramp-gvfs-handle-start-file-process)
14967 (tramp-gvfs-handle-process-file): New defuns.
14968 (tramp-synce-list-devices): Simplify check for existence of property.
14969
14970 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
14971
14972 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
14973
14974 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
14975
14976 * language/korean.el (set-language-info-alist): Add korean-cp949,
14977 cp949 to spec.
14978
14979 2009-07-01 Kenichi Handa <handa@m17n.org>
14980
14981 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
14982
14983 * international/encoded-kb.el: Deleted.
14984
14985 * international/mule.el (set-keyboard-coding-system): Perform the
14986 necessary setup here instead of calling encoded-kbd-setup-display.
14987
14988 2009-07-01 Glenn Morris <rgm@gnu.org>
14989
14990 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
14991
14992 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
14993
14994 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
14995
14996 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
14997
14998 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
14999 Handle also the 'rename case, when setting file modes. (Bug#3712)
15000 (tramp-default-file-modes): Remove execute permissions.
15001
15002 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
15003 (top): Add a default for "synce" in `tramp-default-user-alist'.
15004 Add completion function for "synce" method.
15005 (tramp-hal-service, tramp-hal-path-manager)
15006 (tramp-hal-interface-manager, tramp-hal-interface-device):
15007 New defconst.
15008 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
15009 (tramp-synce-list-devices, tramp-synce-parse-device-names):
15010 New defuns.
15011
15012 * net/trampver.el: Update release number.
15013
15014 2009-06-30 Kenichi Handa <handa@m17n.org>
15015
15016 * international/fontset.el (setup-default-fontset): Add CJK fonts
15017 for symbols and the other miscellaneous characters.
15018
15019 * language/korea-util.el (setup-korean-environment-internal):
15020 Make char-width-table suitable for Korean environments.
15021 (exit-korean-environment): Cancel above.
15022
15023 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
15024 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
15025 setup-function to make char-width-table suitable for respective
15026 environments, and an exit-function to cancel that.
15027
15028 * language/japan-util.el (setup-japanese-environment-internal):
15029 Call use-cjk-char-width-table with arg `ja_JP'.
15030
15031 * international/characters.el (cjk-char-width-table): Delete it.
15032 (cjk-char-width-table-list): New variable.
15033 (use-cjk-char-width-table): New arg local-name.
15034 (use-default-char-width-table): Fix for the case that Emacs is
15035 already using the default char-width-table.
15036
15037 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
15038
15039 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
15040 modes mandatory. (Bug#3712)
15041
15042 2009-06-29 Alan Mackenzie <acm@muc.de>
15043
15044 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
15045 correction between the visible width of TABs and their number of bytes.
15046
15047 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
15048
15049 * server.el (server-buffer-done): Prevent kill-buffer from
15050 prompting by clearing the buffer modification flag (Bug#3696).
15051
15052 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
15053
15054 * progmodes/verilog-mode.el (verilog-beg-of-statement)
15055 (verilog-endcomment-reason-re): Support unique case and priority case.
15056 (verilog-basic-complete-re): Support localparam lineup.
15057 (verilog-beg-of-statement-1): Fix for robustness, unique case.
15058 (verilog-set-auto-endcomments): Fix for unique case, always_comb
15059 commenting.
15060 (verilog-leap-to-case-head): Now support *nested* unique &
15061 priority case statements.
15062 (verilog-auto-lineup): Make just declarations the default (as it
15063 had been).
15064 (verilog-leap-to-case-head): Support priority/unique case statements.
15065 (verilog-auto-lineup): Rework to give users radio buttons to
15066 select the various styles of automatic lineup.
15067 (verilog-error-regexp-alist): Rework to support the XEmacs style
15068 of error regular expressions from compilers, lint tools &
15069 simulators. Note that GNU Emacs has made it impossible for a mode
15070 to load such things.
15071 (electric-verilog-terminate-line, verilog-indent-declaration)
15072 (verilog-auto-wiure): Rework for radio button selection of
15073 auto-lineup selection of specification of auto lineup.
15074 (verilog-beg-of-statement-1): Redesign to support proper operation
15075 in additional code, based on testing with auto-lineup.
15076 (verilog-calculate-indent, assignments & declarations)
15077 (verilog-backward-token): Enhance to support auto-lineup of
15078 assignments & declarations.
15079 (verilog-in-directive-p, verilog-at-struct-p): New function for
15080 easy test of whether we are.
15081 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
15082 to support safe execution at almost anyline.
15083 (verilog-calc-1): Properly support indenting deep inside generate
15084 blocks.
15085 (verilog-init-font): Remove definition & use of verilog-init-font,
15086 as it is redundant with font-lock-defaults.
15087 (verilog-mode): Alter the definition of verilog-font-lock-defaults
15088 to avoid circular calls if syntax-ppss is a function (as is the
15089 case now in 22.x GNU Emacs) as that function would sometimes call
15090 itself, leading to (nearly) infinite recursion.
15091 (verilog-ovm-begin-re, verilog-ovm-end-re)
15092 (verilog-ovm-statement-re, verilog-leap-to-head)
15093 (verilog-backward-token): Add support for OVM macros. Some are
15094 complete statements, and others open and close scopes like begin
15095 and end.
15096 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
15097 (verilog-defun-level-generate-only-re): Really fix the defun-list
15098 compilation issue.
15099 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
15100 coverpoint, constraint and cross statements.
15101 (verilog-defun-level-list, verilog-generate-defun-level-list)
15102 (verilog-all-defun-level-list): Redo these specifications - it is
15103 too hard to support eval-when compile aggregation of lists also
15104 built at when-compile time.
15105 (verilog-defun-level-list): Place defconsts of variables used in
15106 building regular expressions which are built in eval-when-compile
15107 bodies in the same eval-when-compile body to facilitate compile
15108 without load.
15109 (verilog-beg-block-re-ordered): Support indenting
15110 virtual/protected tasks and functions.
15111 (verilog-defun-level-list, verilog-in-generate-region-p)
15112 (verilog-backward-ws&directives, verilog-calc-1): Speed up
15113 indentation of some module items (generate items).
15114 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
15115 across virtual/protected tasks and functions.
15116
15117 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
15118
15119 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
15120 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
15121 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
15122 in concatenations. Reported by Yishay Belkind.
15123 (verilog-auto-ascii-enum): Support one-hot state machines in
15124 AUTOASCIIENUM. Suggested by Lloyd Gomez.
15125 (verilog-auto-inst, verilog-auto-inst-port): Include interface
15126 modport in AUTOINST and add vl-modport for users. Reported by
15127 David Rogoff.
15128 (verilog-auto-inout-module, verilog-auto-inst)
15129 (verilog-decls-get-interfaces, verilog-insert-definition)
15130 (verilog-insert-one-definition, verilog-read-decls)
15131 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
15132 (verilog-sig-modport, verilog-signals-combine-bus)
15133 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
15134 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
15135 Suggested by David Rogoff.
15136 (verilog-repair-open-comma): Fix non-insertion of comma when
15137 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
15138 (verilog-make-width-expression): Simplify [A-1:0] expression
15139 widths to just {A{1'b0}}.
15140 (verilog-mode): Cleanup checkdoc warnings.
15141 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
15142 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
15143 inputs/outputs or data type. Suggested by Vasu Kandadi.
15144 (next-error-last-buffer): Fix byte-compiler warning.
15145 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
15146 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
15147 or shell command text during AUTO expansion. Suggested by Tad Truex.
15148 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
15149 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
15150 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
15151 in AUTOINOUT. Reported by Matthew Lovell.
15152 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
15153 causing use of <= assignments. Reported by Alex Reed.
15154 (verilog-read-decls): Fix triand, trior, wand, wor to be
15155 recognized by AUTOWIRE. Reported by Spencer Isaacson.
15156 (verilog-extended-complete-re): Support import "DPI-C" functions.
15157 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
15158 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
15159 (verilog-insert-date, verilog-insert-year)
15160 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
15161 Windows systems. Reported by Michael Potts.
15162 (verilog-read-module-name): Fix AUTOINST when the child module
15163 declaration's name is a tick define. Reported by Elliot Mednick.
15164 (verilog-read-decls): Fix V2K parameter bit subscripts getting
15165 passed to next parameter's definition. Reported by Bruce T.
15166 (verilog-read-decls): Fix detecting "parameter int" when using
15167 AUTOINSTPARAM. Reported by Bruce T.
15168 (verilog-goto-defun): Fix goto not finding modules unless first
15169 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
15170 (verilog-mode): Expand -f flag arguments on entry to mode so
15171 verilog-goto-defun will work. Reported by Lawrence Butcher.
15172 (verilog-getopt): Expand environment variables in -f file
15173 arguments. Suggested by Lawrence Butcher.
15174 (verilog-set-define): Fix "Symbol's value as variable is void"
15175 when reading enumerations.
15176 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
15177 Suggested by Stephen Peltan.
15178 (verilog-read-defines): Fix reading of enumerations in include
15179 files. Reported by Steve Peltan.
15180
15181 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
15182
15183 * files.el (trash-directory): Fix defcustom type.
15184
15185 2009-06-28 Juri Linkov <juri@jurta.org>
15186
15187 * help-fns.el (describe-function-1): Correctly locate adviced
15188 functions in hyperlink (Bug#2438).
15189
15190 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
15191
15192 * files.el (trash-directory): Change default to nil.
15193 (move-file-to-trash): If trash-directory is nil and
15194 system-move-file-to-trash is unbound, perform freedesktop-style
15195 trashing.
15196
15197 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
15198
15199 * files.el (move-file-to-trash): Add freedesktop trash
15200 support (Bug#973).
15201
15202 2009-06-28 Glenn Morris <rgm@gnu.org>
15203
15204 * autorevert.el (global-auto-revert-non-file-buffers)
15205 (global-auto-revert-mode): Doc fixes.
15206
15207 2009-06-27 Johan Bockgård <bojohan@gnu.org>
15208
15209 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
15210
15211 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
15212
15213 * faces.el (x-handle-named-frame-geometry): Ensure that we have
15214 opened an X connection before calling x-get-resource (Bug#3194).
15215
15216 * play/doctor.el: Remove reference to obsolete website.
15217 (make-doctor-variables): Correct grammar mistake (Bug#2633).
15218
15219 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
15220
15221 Remove find-file-not-found-hook VC method. (Bug#2757)
15222 * vc-hooks.el (vc-file-not-found-hook)
15223 (vc-default-find-file-not-found-hook): Remove functions.
15224 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
15225 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
15226 * vc.el:
15227 * vc-hg.el:
15228 * vc-git.el: Do not mention find-file-not-found-hook VC method.
15229
15230 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
15231
15232 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
15233 compatibility function for `looking-back'.
15234
15235 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15236 Use `ispell-looking-back'.
15237
15238 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
15239
15240 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
15241 rather than `filename'.
15242
15243 2009-06-23 Miles Bader <miles@gnu.org>
15244
15245 * face-remap.el (text-scale-set): New function.
15246
15247 2009-06-23 Glenn Morris <rgm@gnu.org>
15248
15249 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
15250
15251 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
15252
15253 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
15254
15255 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
15256
15257 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15258 Simplify Persian conditionals.
15259
15260 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
15261 variable `filename'.
15262
15263 * comint.el (comint-insert-input): Doc fix.
15264
15265 * Makefile.in (ELCFILES): Fix typo in previous change.
15266
15267 2009-06-23 Miles Bader <miles@gnu.org>
15268
15269 * cus-start.el: Add entry for `recenter-redisplay'.
15270
15271 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
15272
15273 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
15274 Add an optional argument for the backend, use it instead of
15275 calling vc-backend.
15276 (vc-mode-line): Add an optional argument for the backend.
15277 Pass the backend to vc-state and vc-working-revision. Move code for
15278 special handling for vc-state being a buffer to ...
15279
15280 * vc-rcs.el (vc-rcs-find-file-hook):
15281 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
15282
15283 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
15284 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
15285 vc-stay-local-p and vc-mode-line calls.
15286
15287 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
15288 (vc-cvs-diff, vc-cvs-annotate-command)
15289 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
15290 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
15291 vc-mode-line calls.
15292
15293 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
15294 direct comparison.
15295 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
15296 backend when calling vc-mode-line.
15297 (vc-register): Do not create a closure for calling the vc register
15298 function, call it directly.
15299
15300 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
15301
15302 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
15303 to make it obvious item can be clicked.
15304
15305 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
15306
15307 2009-06-23 Kenichi Handa <handa@m17n.org>
15308
15309 * language/korea-util.el (korean-key-bindings): Change the binding
15310 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
15311 same command.
15312
15313 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
15314
15315 Sync with Tramp 2.1.16.
15316
15317 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
15318
15319 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
15320 when a loading of a package fails. Completion function for rsync
15321 is `tramp-completion-function-alist-ssh'.
15322 (all): Replace all calls of `split-string' and
15323 `tramp-split-string' by `tramp-compat-split-string'.
15324 (tramp-default-method): Use `tramp-compat-process-running-p'.
15325 (tramp-default-proxies-alist): Allow also Lisp forms.
15326 (tramp-remote-path): Add choice "Private Directories".
15327 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
15328 (tramp-domain-regexp): Allow also "-", "_" and ".".
15329 (tramp-end-of-output): Remove newlines, and add "$" at the end.
15330 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
15331 (tramp-debug-message): Insert header line in debug buffer.
15332 (tramp-handle-directory-files-and-attributes-with-stat):
15333 Care about filenames with spaces, or starting with "-".
15334 (tramp-handle-dired-uncache): New defun.
15335 (tramp-handle-insert-directory): Don't flush the directory from
15336 cache, this is handled by `dired-uncache' now.
15337 (tramp-handle-insert-file-contents): Improve error handling.
15338 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15339 Quote `tramp-end-of-output'.
15340 (tramp-action-password): Improve trace message.
15341 (tramp-check-for-regexp): Both echoes must be present, before removing.
15342 (tramp-open-connection-setup-interactive-shell): Trace coding system.
15343 (tramp-compute-multi-hops): Eval cons cells of
15344 `tramp-default-proxies-alist'.
15345 (tramp-maybe-open-connection): Use the same command pattern for
15346 first hop and further hops.
15347 (tramp-wait-for-output): Remove handling of newlines.
15348 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
15349 (tramp-split-string): Remove function. It is handled in
15350 tramp-compat now.
15351
15352 * net/tramp-cmds.el (tramp-bug):
15353 Recommend `tramp-cleanup-all-connections' in the bug mail.
15354
15355 * net/tramp-compat.el (tramp-compat-split-string)
15356 (tramp-compat-process-running-p): New defuns.
15357
15358 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
15359 for `dired-uncache'.
15360
15361 * net/tramp-gvfs.el: New package.
15362
15363 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15364 Add handler for `dired-uncache'.
15365 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
15366
15367 * net/trampver.el: Update release number. Make version check fit
15368 for SXEmacs 22.
15369
15370 2009-06-22 Jim Meyering <meyering@redhat.com>
15371
15372 Automatically handle .xz suffix (XZ-compressed files), too.
15373 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
15374 XZ is the successor to LZMA: <http://tukaani.org/xz/>
15375
15376 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
15377 Nick Roberts <nickrob@snap.net.nz>
15378
15379 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
15380 repository (http://sphinx.net.ru/hg/gdb-mi/).
15381
15382 2009-06-22 Glenn Morris <rgm@gnu.org>
15383
15384 * files.el (dir-locals-collect-mode-variables): Allow for any number of
15385 `mode' and `eval' entries. (Bug#3430)
15386
15387 * Makefile.in (ELCFILES): Add fadr.elc.
15388
15389 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
15390 differing behavior of \n and ^ in strings. (Bug#3385)
15391
15392 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
15393
15394 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
15395 property.
15396 (lisp-indent-function): Make it a defcustom.
15397
15398 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
15399
15400 * progmodes/gdb-ui.el: Replace with ...
15401 * progmodes/gdb-mi.el: ... this file.
15402 * progmodes/gud.el: Modify for gdb-mi.el.
15403
15404 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
15405
15406 * fadr.el: New file.
15407
15408 See ChangeLog.14 for earlier changes.
15409
15410 ;; Local Variables:
15411 ;; coding: utf-8
15412 ;; End:
15413
15414 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
15415
15416 This file is part of GNU Emacs.
15417
15418 GNU Emacs is free software: you can redistribute it and/or modify
15419 it under the terms of the GNU General Public License as published by
15420 the Free Software Foundation, either version 3 of the License, or
15421 (at your option) any later version.
15422
15423 GNU Emacs is distributed in the hope that it will be useful,
15424 but WITHOUT ANY WARRANTY; without even the implied warranty of
15425 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15426 GNU General Public License for more details.
15427
15428 You should have received a copy of the GNU General Public License
15429 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
15430
15431 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1