* lisp/vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
[bpt/emacs.git] / lisp / ChangeLog
1 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
4
5 2010-08-05 Eli Zaretskii <eliz@gnu.org>
6
7 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
8 unexec.c => unexcoff.c.
9
10 * emacs-lisp/authors.el (authors-fixed-entries): Rename
11 unexec.c => unexcoff.c.
12
13 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
14
15 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
16 cache, not only file cache.
17 (tramp-process-sentinel): New defun.
18 (tramp-handle-start-file-process): Use it, in order to invalidate
19 file caches.
20
21 2010-08-03 Leo <sdl.web@gmail.com>
22
23 * server.el (server-start): Simplify loop.
24
25 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
26
27 * frame.el (screen-height, screen-width, set-screen-width)
28 (set-screen-height): Remove ancient compatibility aliases.
29
30 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
31 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
32
33 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
34 that change current buffer.
35
36 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
37
38 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
39 beginning of the string. Use `string-match-p'. (Bug#6765)
40
41 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
42
43 * cus-start.el (x-gtk-use-system-tooltips): New variable.
44
45 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
46
47 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
48 (package--builtins): Tweak descriptions.
49 (package-print-package): Upcase descriptions if necessary.
50 Show all built-in packages in font-lock-builtin-face.
51 (package-list-packages-internal): Omit "emacs" package.
52 Show status of built-in packages as "built-in".
53
54 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
55
56 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
57 before killing to preserve the primary selection (Bug#6701).
58
59 * term/x-win.el (x-select-text): Doc fix.
60
61 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
62
63 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
64 The following functions were modified or created:
65
66 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
67 (objc-font-lock-extra-types):
68 * progmodes/cc-mode.el (c-basic-common-init):
69 * progmodes/cc-langs.el (c-make-mode-syntax-table)
70 (c++-make-template-syntax-table)
71 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
72 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
73 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
74 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
75 * progmodes/cc-fonts.el (c-make-inverse-face)
76 (c-basic-matchers-after):
77 * progmodes/cc-engine.el (c-forward-keyword-clause)
78 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
79 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
80 (c-guess-continued-construct, c-guess-basic-syntax):
81
82 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
83
84 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
85
86 2010-07-31 Eli Zaretskii <eliz@gnu.org>
87
88 * files.el (bidi-paragraph-direction): Define safe local values.
89
90 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
91 language-info-alist. Remove outdated FIXME in a comment.
92
93 2010-07-31 Alan Mackenzie <acm@muc.de>
94
95 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
96 Auto-fill broken in C/C++ modes.
97
98 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
99
100 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
101 (menu-bar-showhide-tool-bar-menu-customize-disable)
102 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
103 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
104 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
105 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
106 make a menu for Options => toolbar that can move it.
107
108 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
109
110 * emacs-lisp/package-x.el (package--make-rss-entry):
111 (package-maint-add-news-item, package--update-news)
112 (package-upload-buffer-internal): New arg ARCHIVE-URL.
113
114 * emacs-lisp/package.el (package-archive-url): Rename from
115 package-archive-id.
116 (package-install): Doc fix.
117 (package-download-single, package-download-tar, package-install)
118 (package-menu-view-commentary): Callers changed.
119
120 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
121
122 * net/tramp.el (tramp-handle-start-file-process): Check only for
123 `remote-tty' process property.
124 (tramp-open-shell): Don't check for tty.
125 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
126 process property.
127
128 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
129 host.
130
131 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
132
133 * emacs-lisp/package.el (package-load-list, package-archives)
134 (package-archive-contents, package-user-dir)
135 (package-directory-list, package--builtins, package-alist)
136 (package-activated-list, package-obsolete-alist): Mark as risky.
137
138 2010-07-28 Phil Hagelberg <phil@evri.com>
139
140 Add support for non-default package repositories.
141 * emacs-lisp/package.el (package-archive-base): Var deleted.
142 (package-archives): New variable.
143 (package-archive-contents): Doc fix.
144 (package-load-descriptor): Do nothing if descriptor file is missing.
145 (package--write-file-no-coding): New function.
146 (package-unpack-single): Use it.
147 (package-archive-id): New function.
148 (package-download-single, package-download-tar)
149 (package-menu-view-commentary): Use it.
150 (package-installed-p): Make second argument optional.
151 (package-read-all-archive-contents): New function.
152 (package-initialize): Use it.
153 (package-read-archive-contents): Add ARCHIVE argument.
154 (package--add-to-archive-contents): New function.
155 (package-install): Don't call package-read-archive-contents.
156 (package--download-one-archive): Store archive file in a
157 subdirectory of package-user-dir.
158 (package-menu-execute): Remove spurious line movement.
159
160 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
161
162 * cus-start.el (tool-bar-style): Add text-image-horiz.
163
164 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
165
166 * progmodes/gud.el (gud-common-init): Check for remoteness of
167 `file', and not of `default-directory'.
168
169 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
170
171 * net/tramp.el (tramp-methods): Move hostname to the end in all
172 ssh `tramp-login-args'.
173 (tramp-verbose): Describe verbose level 9.
174 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
175 (tramp-open-connection-setup-interactive-shell): Trace stty
176 settings if `tramp-verbose' >= 9.
177 (tramp-handle-start-file-process): Implement tty setting.
178 (Bug#4604, Bug#6360)
179
180 * net/tramp-cmds.el (tramp-bug): Recommend setting of
181 `tramp-verbose' to 9.
182
183 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
184
185 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
186 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
187 Remove references to package `lisp-re' (bug#4369).
188
189 2010-07-27 Tom Tromey <tromey@redhat.com>
190
191 * progmodes/js.el (js-mode):
192 * progmodes/make-mode.el (makefile-mode):
193 * progmodes/simula.el (simula-mode):
194 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
195
196 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
197
198 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
199
200 * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
201
202 * time.el (display-time-day-and-date): Remove spurious * in docstring.
203 (display-time-world-buffer-name, display-time-world-mode-map):
204 Fix typos in docstrings.
205
206 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
207
208 * image-mode.el (image-display-size): New function.
209 (image-forward-hscroll, image-next-line, image-eol, image-eob)
210 (image-mode-fit-frame): Use it (Bug#6639).
211
212 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
213
214 * dired.el (dired-buffers-for-dir): Handle list values of
215 dired-directory (Bug#6636).
216
217 2010-07-26 Sam Steingold <sds@gnu.org>
218
219 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
220 Do not call `x-get-selection' the second time, reuse the value.
221
222 2010-07-26 Daiki Ueno <ueno@unixuser.org>
223
224 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
225 which consist of control chars only. Suggested by Richard Stallman.
226
227 2010-07-25 Daiki Ueno <ueno@unixuser.org>
228
229 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
230 exists before passing an error to find-file-not-found-functions
231 (bug#6723).
232
233 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
234
235 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
236 Remove leading nil element, adjust values.
237 (tetris-shapes, tetris-shape-scores):
238 Change representation of shapes and remove some redundancy.
239 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
240 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
241 Adjust for working with new representation of shapes.
242 (tetris-shape-rotations): New function.
243 (tetris-move-bottom, tetris-move-left, tetris-move-right)
244 (tetris-rotate-prev, tetris-rotate-next):
245 Adjust for working with the new version of tetris-test-shape.
246
247 2010-07-23 Markus Triska <markus.triska@gmx.at>
248
249 * progmodes/ps-mode.el: Use comint (bug#5954).
250 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
251 (ps-mode-other-newline): Simplify.
252 (ps-run-mode): Derive from comint-mode instead of
253 fundamental-mode, yielding input history etc.
254 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
255 (ps-run-send-string): Adapt for comint-mode.
256 (ps-run-newline): Remove now unneeded function.
257
258 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
259
260 * net/tramp.el (tramp-methods): Move hostname to the end in all
261 plink `tramp-login-args'.
262
263 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
264
265 * net/tramp.el (tramp-open-shell): New defun.
266 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
267 Use it.
268
269 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
270
271 * net/tramp.el (tramp-file-name-regexp-unified)
272 (tramp-completion-file-name-regexp-unified): On W32 systems, do
273 not regard the volume letter as remote filename. (Bug#5447)
274
275 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
276
277 * custom.el (custom-declare-variable): Give a clearer error message
278 when the docstring is missing (bug#6476).
279
280 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
281
282 * progmodes/sql.el: Version 2.4. Improved Login prompting.
283 (sql-login-params): New widget definition.
284 (sql-oracle-login-params, sql-mysql-login-params)
285 (sql-solid-login-params, sql-sybase-login-params)
286 (sql-informix-login-params, sql-ingres-login-params)
287 (sql-ms-login-params, sql-postgres-login-params)
288 (sql-interbase-login-params, sql-db2-login-params)
289 (sql-linter-login-params): Use it.
290 (sql-sqlite-login-params): Use it; Define "database" parameter as
291 a file name.
292 (sql-sqlite-program): Change to "sqlite3".
293 (sql-comint-sqlite): Make sure database name is complete.
294 (sql-for-each-login): New function.
295 (sql-connect, sql-save-connection): Use it.
296 (sql-get-login-ext): New function.
297 (sql-get-login): Use it.
298 (sql-make-alternate-buffer-name): Handle :file parameters.
299
300 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
301
302 * dired.el (dired-no-confirm): Document value t and fix defcustom to
303 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
304
305 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
306
307 * dired.el (dired-mode-map): Use command remapping (bug#6632).
308
309 2010-07-22 Lawrence Mitchell <wence@gmx.li>
310
311 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
312
313 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
314
315 * net/tramp.el (tramp-get-ls-command)
316 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
317 instead of "/".
318
319 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
320
321 * progmodes/sql.el: Version 2.3.
322 (sql-connection-alist): Changed keys from symbols to strings;
323 enhanced the widget definition.
324 (sql-mode-menu): Added submenu to select connections.
325 (sql-interactive-mode-menu): Added "Save Connection" item.
326 (sql-add-product): Fixed menu item.
327 (sql-get-product-feature): Improved error handling.
328 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
329 (sql-make-alternate-buffer-name): Simplified.
330 (sql-product-interactive): Handle missing product.
331 (sql-connect): Support string keys, minor improvements.
332 (sql-save-connection): New function.
333 (sql-connection-menu-filter): New function.
334
335 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
336
337 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
338 (tramp-open-connection-setup-interactive-shell): Apply
339 workaround for IRIX64 bug. Move argument of last
340 `tramp-send-command' where it belongs to.
341
342 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
343
344 * net/tramp.el (tramp-perl-file-attributes)
345 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
346 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
347 front of `login-args'.
348
349 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
350
351 * time.el (display-time-world-mode): Define with `define-derived-mode'.
352 Set `show-trailing-whitespace' to nil.
353 (display-time-world-display): Simplify.
354
355 2010-07-18 Alan Mackenzie <acm@muc.de>
356
357 Enhance `c-file-style' in file/directory local variables.
358 * progmodes/cc-mode.el (c-count-cfss): New function.
359 (c-before-hack-hook): Call `c-set-style' differently according to
360 whether c-file-style was set in file or directory local
361 variables.
362
363 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
364
365 * progmodes/sql.el: Version 2.2.
366 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
367 defcustom :safe keyword rather than putting safe-local-variable
368 property.
369 (sql-password): Use defcustom :risky keyword rather than putting
370 risky-local-variable property.
371 (sql-oracle-login-params, sql-sqlite-login-params)
372 (sql-solid-login-params, sql-sybase-login-params)
373 (sql-informix-login-params, sql-ingres-login-params)
374 (sql-ms-login-params, sql-postgres-login-params)
375 (sql-interbase-login-params, sql-db2-login-params)
376 (sql-linter-login-params): Add `port' option.
377 (sql-get-product-feature): Added NO-INDIRECT parameter.
378 (sql-comint-oracle, sql-comint-sybase)
379 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
380 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
381 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
382 (sql-comint-linter): Renamed sql-connect-* functions to
383 sql-comint-*.
384 (sql-product-alist, sql-mode-menu): Renamed as above and
385 :sqli-connect-func to :sqli-comint-func.
386 (sql-connection): New variable.
387 (sql-interactive-mode): Set it.
388 (sql-connection-alist): New variable.
389 (sql-connect): New function.
390 (sql--alt-buffer-part, sql--alt-if-not-empty)
391 (sql-make-alternate-buffer-name): Improved alternative buffer name.
392
393 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
394
395 * image-mode.el (image-bookmark-make-record): Do not set context
396 in an image (Bug#6650).
397
398 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
399
400 * simple.el (select-active-region): New function.
401 (push-mark-command, set-mark, activate-mark)
402 (handle-shift-selection): Use it.
403 (deactivate-mark): Don't check for size of region.
404
405 * mouse.el (mouse-drag-track): Use select-active-region.
406
407 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
408
409 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
410 "--dired" stronger.
411
412 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
413
414 * term/x-win.el (x-select-enable-primary): Change default to nil.
415 (x-select-enable-clipboard): Add :version keyword.
416
417 * mouse.el (mouse-drag-copy-region):
418 * simple.el (select-active-regions): Likewise.
419
420 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
421
422 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
423 (vc-coding-system-for-diff): Use it to decide whether to inherit
424 from the file the EOL format for reading the diffs of that file.
425 (Bug#4451)
426
427 2010-07-16 Eli Zaretskii <eliz@gnu.org>
428
429 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
430 unibyte, so compressed attachments are not compressed again.
431
432 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
433
434 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
435 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
436 (tramp-find-shell): Simplify setting connection property.
437 (tramp-get-ls-command): Make test for "--color=never" stronger.
438
439 2010-07-15 Simon South <ssouth@member.fsf.org>
440
441 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
442 blocks within record declarations (i.e. variant parts) correctly.
443
444 2010-07-15 Simon South <ssouth@member.fsf.org>
445
446 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
447 over literal tokens when parsing so newlines aren't "absorbed" by
448 single-line comments. Corrects the indentation of case blocks
449 that have a comment on the first line.
450
451 2010-07-14 Karl Fogel <kfogel@red-bean.com>
452
453 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
454 by Drew Adams (Bug#5504).
455
456 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
457
458 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
459 now that Unicode is used (Bug#6594).
460
461 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
462
463 * term/x-win.el (x-select-enable-clipboard): Default to t.
464 (x-initialize-window-system): Don't overwrite Paste menu item.
465
466 * simple.el (select-active-regions): Default to t.
467 (push-mark-command): Don't overwrite primary with empty string.
468
469 * mouse.el: Bind mouse-2 to mouse-yank-primary.
470 (mouse-drag-copy-region): Default to nil.
471
472 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
473 Cut/Copy/Paste menu bar items.
474
475 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
476
477 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
478 Patch applied by Karl Fogel.
479
480 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
481 and `bookmark-current-buffer' if they have been already set in
482 another buffer (e.g gnus-art).
483
484 2010-07-13 Karl Fogel <kfogel@red-bean.com>
485 Thierry Volpiatto <thierry.volpiatto@gmail.com>
486
487 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
488
489 * bookmark.el (bookmark-make-record-default): Allow unneeded
490 information to be omitted from the record.
491
492 Adjust declarations and calls:
493
494 * info.el (bookmark-make-record-default): Adjust declaration.
495 (Info-bookmark-make-record): Adjust call.
496
497 * woman.el (bookmark-make-record-default): Adjust declaration.
498 (woman-bookmark-make-record): Adjust call.
499
500 * man.el (bookmark-make-record-default): Adjust declaration.
501 (Man-bookmark-make-record): Adjust call.
502
503 * image-mode.el (bookmark-make-record-default): Adjust declaration.
504
505 * doc-view.el (bookmark-make-record-default): Adjust declaration.
506
507 2010-07-13 Karl Fogel <kfogel@red-bean.com>
508
509 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
510 This is also from Thierry Volpiatto's patch in bug #6444. However,
511 because it was extraneous to the functional change in that patch,
512 and causes a re-indendation, I am committing it separately.
513
514 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
515
516 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
517 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
518 Patch applied by Karl Fogel (Bug#6444).
519
520 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
521
522 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
523
524 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
525
526 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
527 Dempsky; bug#5084). Remove incorrect binding for S-tab.
528 (ns-alternatives-map): Change S-tab binding to backtab
529 (bug#6616).
530
531 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
532 under ns.
533
534 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
535
536 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
537 (Bug#5806)
538
539 * language/tv-util.el (tai-viet-re): Remove format.
540
541 2010-07-12 Kenichi Handa <handa@m17n.org>
542
543 * language/hebrew.el: Remove no-byte-compile declaration.
544 Change coding: tag to utf-8. Register hebrew-shape-gstring in
545 composition-function-table for 3-character looking back.
546 (hebrew-font-get-precomposed): New function.
547 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
548
549 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
550
551 * mouse.el (mouse-drag-track): Handle select-active-regions
552 (Bug#6612).
553
554 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
555
556 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
557 empty argument to gvfs-copy.
558
559 2010-07-10 Glenn Morris <rgm@gnu.org>
560
561 * calendar/calendar.el (calendar-week-end-day): New function.
562 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
563 Respect calendar-week-start-day. (Bug#6606)
564 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
565 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
566 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
567 respect calendar-week-start-day.
568
569 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
570
571 * simple.el (use-region-p): Doc fix (Bug#6607).
572
573 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
574
575 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
576 regexps for cucumber and ruby.
577
578 2010-07-08 Daiki Ueno <ueno@unixuser.org>
579
580 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
581 (epa-file-insert-file-contents): Hack to prevent
582 find-file from opening empty buffer when decryption failed
583 (bug#6568).
584
585 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
586
587 * textmodes/ispell.el (ispell-alternate-dictionary):
588 Use file-readable-p.
589 Return nil if no word-list is found at default locations.
590 (ispell-complete-word-dict): Default to nil.
591 (ispell-command-loop): Use 'word-list' when using lookup-words.
592 (lookup-words): Use ispell-complete-word-dict or
593 ispell-alternate-dictionary. Check for word-list availability
594 and handle errors if needed with better messages (Bug#6539).
595 (ispell-complete-word): Use ispell-complete-word-dict or
596 ispell-alternate-dictionary.
597
598 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
599
600 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
601 builtins (BufferError, BytesWarning, WindowsError; callables
602 bin, bytearray, bytes, format, memoryview, next, print; __package__).
603
604 2010-07-07 Glenn Morris <rgm@gnu.org>
605
606 * play/zone.el (top-level): Do not require timer, tabify, or cl.
607 (zone-shift-left): Ignore intangibility, and any errors from
608 forward-char.
609 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
610 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
611 deleting, and copying text properties.
612 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
613 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
614 to point-max is hard.
615 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
616 (zone-fill-out-screen): Ignore intangibility.
617
618 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
619
620 * menu-bar.el (menu-bar-mode):
621 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
622 if it has been set.
623
624 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
625 word/line selection (Bug#6565).
626
627 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
628
629 * net/dbus.el (dbus-send-signal): Declare function.
630
631 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
632
633 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
634 (dbus-register-property): New optional argument EMITS-SIGNAL.
635 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
636
637 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
638
639 * mouse.el (mouse-drag-overlay): Variable deleted.
640 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
641 (mouse--remap-link-click-p): New function.
642 (mouse-drag-track): Handle dragging by using temporary Transient
643 Mark mode, instead of a special overlay.
644 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
645 mouse-show-mark.
646
647 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
648 deleted.
649
650 2010-07-02 Juri Linkov <juri@jurta.org>
651
652 * autoinsert.el (auto-insert-alist): Fix readability
653 by using dotted pair notation for lambda.
654
655 2010-07-02 Juri Linkov <juri@jurta.org>
656
657 * faces.el (read-face-name): Rename arg `string-describing-default'
658 to `default'. Doc fix. Display the default value in quotes
659 in the prompt. With empty input, return the `default' arg,
660 unless the default value is a string (in which case return nil).
661 (describe-face): Replace the string `default' arg of `read-face-name'
662 with the symbol `default'.
663
664 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
665
666 * emulation/viper-cmd.el (viper-delete-backward-char)
667 (viper-del-backward-char-in-insert)
668 (viper-del-backward-char-in-replace, viper-change)
669 (viper-backward-indent): Replace delete-backward-char with
670 delete-char (Bug#6552).
671
672 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
673
674 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
675
676 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
677
678 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
679 argument passed to frame-creation-function (Bug#5378).
680
681 * faces.el (x-handle-named-frame-geometry)
682 (x-handle-reverse-video, x-create-frame-with-faces)
683 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
684 separately consult default-frame-alist. It is now passed as the
685 PARAMETER argument.
686
687 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
688
689 * startup.el (command-line): Don't call tool-bar-setup in a
690 tty-only build.
691
692 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
693
694 * ruler-mode.el (ruler--save-header-line-format): New fun.
695 (ruler-mode): Use it as a setter function, so as not to overwrite
696 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
697
698 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
699
700 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
701 (vc-root-diff, vc-print-root-log, vc-log-incoming)
702 (vc-log-outgoing): Use it.
703 (vc-diff-internal): Set diff-vc-backend.
704
705 * vc/diff-mode.el (diff-vc-backend): New var.
706
707 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
708
709 * dynamic-setting.el (font-setting-change-default-font): Remove
710 call to message.
711
712 2010-06-28 Kenichi Handa <handa@m17n.org>
713
714 * international/quail.el (quail-insert-kbd-layout): Fix the
715 showing of untranslated characters.
716
717 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
718
719 * simple.el (delete-active-region): New option.
720 (delete-backward-char): Implement in Lisp.
721 (delete-forward-char): New command.
722
723 * mouse.el (mouse-region-delete-keys): Deleted.
724 (mouse-show-mark): Simplify.
725
726 * bindings.el (global-map): Bind delete and DEL, the former to
727 delete-forward-char.
728
729 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
730
731 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
732 (ruby-mode): Bind indent-line-function (Bug#5119).
733
734 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
735
736 * startup.el (command-line): Recognize "0" X resource value.
737
738 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
739
740 * startup.el (command-line): Use X resources to set the value of
741 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
742
743 * menu-bar.el (menu-bar-mode):
744 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
745 Set init-value to t.
746
747 * frame.el (frame-notice-user-settings): Don't change
748 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
749 vice versa (Bug#2249).
750
751 2010-06-26 Eli Zaretskii <eliz@gnu.org>
752
753 * w32-fns.el (w32-convert-standard-filename): Doc fix.
754
755 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
756
757 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
758 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
759
760 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
761 default directories are expanded (Bug#6143).
762
763 2010-06-24 Juri Linkov <juri@jurta.org>
764
765 * minibuffer.el (completions-format): Change default from nil to
766 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
767
768 2010-06-24 Juri Linkov <juri@jurta.org>
769
770 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
771 buffer-locally to lambda that re-runs the vc diff command.
772 (Bug#6447)
773
774 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
775
776 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
777 echo area is in use (Bug#3412).
778
779 2010-06-22 Glenn Morris <rgm@gnu.org>
780
781 * textmodes/texinfmt.el (texinfo-format-region)
782 (texinfo-raise-lower-sections, texinfo-format-separate-node)
783 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
784 (texinfo-format-option, texinfo-noindent):
785 Use line-beginning-position and line-end-position.
786
787 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
788 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
789 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
790 utf-8 characters.
791
792 2010-06-21 Karl Fogel <kfogel@red-bean.com>
793
794 * play/zone.el (zone-fall-through-ws): Fix next-line ->
795 forward-line fallout.
796
797 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
798
799 * mouse.el (mouse-appearance-menu): Add docstring.
800
801 * help.el (describe-key): Print up-event using key-description.
802
803 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
804
805 * net/zeroconf.el (zeroconf-resolve-service)
806 (zeroconf-service-resolver-handler): Use
807 `dbus-byte-array-to-string'.
808 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
809
810 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
811
812 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
813
814 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
815
816 Avoid displaying files with a nil state in vc-dir.
817 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
818 cases that cause insertion.
819 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
820 with a nil state.
821
822 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
823
824 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
825
826 2010-06-29 Leo <sdl.web@gmail.com>
827
828 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
829
830 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
831
832 * generic-x.el (bat-generic-mode): Fix regexp for command line
833 switches (Bug#5719).
834
835 2010-06-27 Masatake YAMATO <yamato@redhat.com>
836
837 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
838 of nconc to avoid pure storage error (Bug#6239).
839
840 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
841
842 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
843 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
844 bindings of bookmark-automatically-show-annotations (Bug#6515).
845
846 2010-06-25 Eli Zaretskii <eliz@gnu.org>
847
848 * arc-mode.el (archive-zip-extract): Don't quote the file name on
849 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
850
851 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
852
853 * comint.el (make-comint, make-comint-in-buffer): Mention return
854 value in the docstrings. (Bug#6498)
855
856 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
857
858 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
859 since it is not present when using some non-default switches.
860
861 2010-06-23 Karl Fogel <kfogel@red-bean.com>
862
863 * simple.el (compose-mail): Fix doc string to refer to
864 `compose-mail-user-agent-warnings', instead of to the
865 nonexistent `compose-mail-check-user-agent'.
866
867 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
868
869 Fix an indentation bug:
870
871 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
872 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
873 of existing values.
874
875 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
876 (c-clear->-pair-props-if-match-before): now return t when they've
877 cleared properties, nil otherwise.
878 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
879 by taking account of the existing value.
880
881 * progmodes/cc-defs.el
882 (c-clear-char-property-with-value-function): Fix this to clear the
883 property rather than overwriting it with nil.
884
885 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
886
887 * emacs-lisp/package.el (package-print-package): Add link to
888 package description via describe-package.
889 (describe-package-1): List package requirements. Add button to
890 perform installation.
891 (package-menu-describe-package): New command.
892
893 * help-mode.el (help-package): New button type.
894
895 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
896
897 * emacs-lisp/package.el: Move package-list-packages binding to
898 menu-bar.el.
899 (describe-package, describe-package-1, package--dir): New funs.
900 (package-activate-1): Use package--dir.
901
902 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
903
904 * help-mode.el (help-package-def): New button type.
905
906 * menu-bar.el: Move package-list-packages binding here from
907 package.el.
908
909 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
910
911 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
912
913 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
914
915 * emacs-lisp/edebug.el (edebug-read-list):
916 Phase out old-style backquotes.
917
918 2010-06-17 Juri Linkov <juri@jurta.org>
919
920 * help-mode.el (help-mode): Set buffer-local variable
921 revert-buffer-function to help-mode-revert-buffer.
922 (help-mode-revert-buffer): New function.
923
924 * info.el (Info-revert-find-node): Check for major-mode Info-mode
925 before popping to "*info*" (like in other Info functions).
926 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
927 old-history-forward. Pop to old-buffer-name or "*info*" to
928 recreate the killed buffer. Set Info-history-forward from
929 old-history-forward.
930 (Info-breadcrumbs-depth): Add :group and :version.
931
932 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
933
934 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
935
936 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
937
938 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
939 for languages like Portuguese with pt_{BR,PT} and no plain pt.
940
941 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
942
943 * emacs-lisp/package.el (package-menu-mode-map):
944 Move initialization into declaration.
945
946 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
947
948 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
949
950 * emacs-lisp/package.el (package-archive-base): Point to
951 elpa.gnu.org.
952 (package-enable, package-load-list): New defcustoms.
953 (package-user-dir, package-directory-list): Turn into defcustoms.
954 Don't include package-user-dir in package-directory-list.
955 (package--builtins-base): Don't include Emacs as a "package".
956 (package-subdirectory-regexp): New var.
957 (package-load-all-descriptors, package-compute-transaction)
958 (package-download-transaction): Obey package-load-list.
959 (package-activate-1): Rename from package-do-activate.
960 (package-list-packages-internal): Check package-load-list.
961 (package-load-descriptor, package-generate-autoloads)
962 (package-unpack, package-unpack-single)
963 (package--read-archive-file, package-delete): Use
964 expand-file-name.
965
966 * emacs-lisp/package-x.el: New file. Package uploading
967 functionality split out from package.el.
968
969 * startup.el (command-line): Load packages after reading init
970 file.
971
972 2010-06-17 Tom Tromey <tromey@redhat.com>
973
974 * emacs-lisp/package.el: New file.
975
976 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
977
978 Fix vc-annotate for renamed files when using Git.
979 * vc-git.el (vc-git-find-revision): Deal with empty results from
980 ls-files. Doe not pass the object as a file name to cat-file, it
981 is not a file name.
982 (vc-git-annotate-command): Pass the file name using -- to avoid
983 ambiguity with the revision.
984 (vc-git-previous-revision): Pass a relative file name.
985
986 2010-06-22 Glenn Morris <rgm@gnu.org>
987
988 * progmodes/js.el (js-mode-map): Use standard capitalization and
989 ellipses for menu entries.
990
991 * wid-edit.el (widget-complete): Doc fix.
992
993 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
994
995 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
996
997 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
998
999 Fix annotating other revisions for renamed files in vc-annotate.
1000 * vc-annotate.el (vc-annotate): Add an optional argument for the
1001 VC backend. Use it when non-nil.
1002 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
1003 (Bug#6487)
1004
1005 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1006 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1007 Do not pass the file name to the 'previous-revision call when we
1008 don't want a file diff. (Bug#6489)
1009
1010 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1011
1012 Fix finding revisions for renamed files in vc-annotate.
1013 * vc.el (vc-find-revision): Add an optional argument for
1014 the VC backend. Use it when non-nil.
1015 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1016 backend to vc-find-revision. (Bug#6487)
1017
1018 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1019
1020 Fix reading file names in Git annotate buffers.
1021 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
1022 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
1023
1024 2010-06-20 Alan Mackenzie <acm@muc.de>
1025
1026 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1027 in file local variables, set it first.
1028
1029 2010-06-19 Glenn Morris <rgm@gnu.org>
1030
1031 * descr-text.el (describe-char-unicode-data): Insert separating
1032 space when needed. (Bug#6422)
1033
1034 * progmodes/idlwave.el (idlwave-action-and-binding):
1035 Fix typo in 2009-12-03 change. (Bug#6450)
1036
1037 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1038
1039 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
1040 handling for `lambda' (misunderstanding).
1041
1042 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
1043
1044 * calc/calc-poly.el (math-accum-factors): Make sure that
1045 constants aren't distributed after they are factored out.
1046
1047 2010-06-16 Juri Linkov <juri@jurta.org>
1048
1049 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
1050 `list-colors-print'. (Bug#6332)
1051
1052 * subr.el (read-quoted-char): Fix up last change (bug#6290).
1053
1054 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
1057 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
1058
1059 * font-lock.el (font-lock-major-mode): Rename from
1060 font-lock-mode-major-mode to distinguish it from
1061 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1062 (font-lock-set-defaults):
1063 * font-core.el (font-lock-default-function): Adjust users.
1064 (font-lock-mode): Don't set it at all.
1065
1066 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1067
1068 * vc-annotate.el (vc-annotate): Use vc-read-revision.
1069
1070 2010-06-16 Glenn Morris <rgm@gnu.org>
1071
1072 * calendar/appt.el (appt-time-msg-list): Doc fix.
1073 (appt-check): Let-bind appt-warn-time.
1074 (appt-add): Make the 3rd argument optional.
1075 Simplify argument names. Doc fix. Check for integer WARNTIME.
1076 Only add WARNTIME to the output list if non-nil.
1077
1078 2010-06-16 Ivan Kanis <apple@kanis.eu>
1079
1080 * calendar/appt.el (appt-check): Let the 3rd element of
1081 appt-time-msg-list specify the warning time.
1082 (appt-add): Add new argument with the warning time. (Bug#5176)
1083
1084 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1085
1086 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1087 older than version 1.6. (Bug#6361)
1088
1089 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
1090
1091 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1092 used by cl-do-arglist. (Bug#6408)
1093
1094 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
1095
1096 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
1097 portuguese casechars/not-casechars for missing 'çÇ'.
1098 Suggested by Rolando Pereira (bug#6434).
1099
1100 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
1101
1102 * facemenu.el (list-colors-sort): Doc fix.
1103
1104 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1105
1106 * progmodes/sql.el (sql-connect-mysql): Fix typo.
1107
1108 2010-06-14 Juri Linkov <juri@jurta.org>
1109
1110 Add sort option `list-colors-sort'. (Bug#6332)
1111 * facemenu.el (color-rgb-to-hsv): New function.
1112 (list-colors-sort): New defcustom.
1113 (list-colors-sort-key): New function.
1114 (list-colors-display): Doc fix. Sort list according to the option
1115 `list-colors-sort'.
1116 (list-colors-print): Add HSV values to `help-echo' property of
1117 RGB strings.
1118
1119 2010-06-14 Juri Linkov <juri@jurta.org>
1120
1121 * compare-w.el: Move to the "vc" subdirectory.
1122
1123 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1124
1125 * image-mode.el (image-mode-map): Remap left-char and right-char.
1126
1127 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
1128
1129 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
1130
1131 * term/common-win.el (x-colors): Add all the color names defined
1132 in rgb.txt (Bug#6332).
1133
1134 * facemenu.el (list-colors-print): Don't print extra names if it
1135 will overflow the window width.
1136
1137 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
1138 change (Bug#6343).
1139
1140 2010-06-12 Eli Zaretskii <eliz@gnu.org>
1141
1142 * files.el (make-directory): Doc fix (bug#6396).
1143
1144 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
1145
1146 * net/tramp.el (tramp-remote-process-environment): Protect version
1147 string by apostroph.
1148 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1149 XEmacs.
1150 (tramp-file-name-for-operation): Add `call-process-region'.
1151 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1152
1153 * net/tramp-compat.el (top): Do not autoload
1154 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1155 only when `start-file-process' is not bound.
1156 (tramp-advice-file-expand-wildcards): Do not use
1157 `tramp-handle-file-remote-p'.
1158 (tramp-compat-make-temp-file): Handle the case, that
1159 `make-temp-file' has no third argument EXTENSION.
1160
1161 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
1162
1163 * makefile.w32-in (WINS_BASIC): Include new directory vc.
1164
1165 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
1166
1167 2010-06-11 Juri Linkov <juri@jurta.org>
1168
1169 * finder.el (finder-known-keywords): Add keyword "vc"
1170 for version control.
1171
1172 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
1173 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
1174 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
1175 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
1176
1177 2010-06-11 Juri Linkov <juri@jurta.org>
1178
1179 Move version control related files to the "vc" subdirectory.
1180 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
1181 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
1182 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
1183 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
1184 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
1185 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
1186 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
1187 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
1188 Move files to the "vc" subdirectory.
1189
1190 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
1191
1192 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
1193 (Bug#6367).
1194
1195 2010-06-11 Stephen Eglen <stephen@gnu.org>
1196
1197 * shell.el: Bind `shell-resync-dirs' to M-RET.
1198
1199 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
1200
1201 * notifications.el: Move file from lisp/net, because it is
1202 supposed to talk locally to the user.
1203
1204 2010-06-10 Julien Danjou <julien@danjou.info>
1205
1206 * net/notifications.el (notifications-on-action-signal)
1207 (notifications-on-closed-signal): Pass notification id as first
1208 argument to the callback functions. Add docstrings.
1209 (notifications-notify): Fix docstring.
1210
1211 2010-06-10 Glenn Morris <rgm@gnu.org>
1212
1213 * emacs-lisp/authors.el (authors-ignored-files)
1214 (authors-valid-file-names): Add some files.
1215
1216 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1217
1218 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
1219 merge conflict, giving preference to the emacs-23 version of the code.
1220
1221 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1222
1223 * emacs-lisp/advice.el (ad-compile-function):
1224 Define warning-suppress-types before we let-bind it (bug#6275).
1225
1226 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1227 declare it, make it buffer-local and permanent-local (bug#6324).
1228 (vc-resynch-window): Adjust name.
1229 * vc-hooks.el (vc-find-file-hook): Adjust name.
1230
1231 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
1232
1233 * net/notifications.el (notifications-notify): Fix docstring.
1234
1235 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
1236
1237 Update to Unicode 6.0.0 beta.
1238 * international/charprop.el: Update copyright.
1239 * international/mule-cmds.el (ucs-names): Update character ranges.
1240 * international/uni-bidi.el:
1241 * international/uni-category.el:
1242 * international/uni-combining.el:
1243 * international/uni-comment.el:
1244 * international/uni-decimal.el:
1245 * international/uni-decomposition.el:
1246 * international/uni-digit.el:
1247 * international/uni-lowercase.el:
1248 * international/uni-mirrored.el:
1249 * international/uni-name.el:
1250 * international/uni-numeric.el:
1251 * international/uni-old-name.el:
1252 * international/uni-titlecase.el:
1253 * international/uni-uppercase.el: Regenerate.
1254
1255 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
1256
1257 * emacs-lisp/smie.el (comment-string-strip): Declare function.
1258 (smie-precs-precedence-table): Fix typo in docstring.
1259
1260 * vc-mtn.el (log-edit-extract-headers): Declare function.
1261
1262 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
1263
1264 * net/notifications.el (dbus-register-signal): Declare function.
1265 (notifications-notify): Fix typos and reflow docstring.
1266
1267 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1268
1269 Improve VC create/retrieve tag/branch.
1270 * vc.el (vc-create-tag): Do not read the directory name for VCs
1271 with repository revision granularity. Adjust the tag/branch
1272 prompt. Reset VC properties.
1273 (vc-retrieve-tag): Do not read the directory name for VCs
1274 with repository revision granularity. Reset VC properties.
1275
1276 2010-06-09 Julien Danjou <julien@danjou.info>
1277
1278 * net/notifications.el: New file.
1279
1280 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1281
1282 Add optional support for resetting VC properties.
1283 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1284 call vc-file-clearprops when true.
1285 (vc-resynch-buffer): Add new optional argument, pass it down.
1286 (vc-resynch-buffers-in-directory): Likewise.
1287
1288 Improve support for special markup in the VC commit message.
1289 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
1290 * vc-hg.el (vc-hg-checkin): Add support for Date:.
1291 * vc-git.el (vc-git-checkin):
1292 * vc-bzr.el (vc-bzr-checkin): Likewise.
1293
1294 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
1297 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
1298
1299 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
1300
1301 * iimage.el: Remove images as soon as the underlying text is modified.
1302 (iimage-modification-hook): New function.
1303 (iimage-mode-buffer): Use it.
1304
1305 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1306
1307 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1308 smie-indent-offset-after. Add :prev case. Make a bit more generic.
1309 (smie-indent-virtual): Remove `virtual' arg. Update callers.
1310 (smie-indent-keyword): Add handling of open-paren keywords.
1311 (smie-indent-comment-continue): Don't assume comment-continue.
1312
1313 2010-06-07 Martin Rudalics <rudalics@gmx.at>
1314
1315 * window.el (pop-to-buffer): Remove the conditional that
1316 compares new-window and old-window, so it will reselect
1317 the selected window unconditionally.
1318 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1319
1320 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1321
1322 * emacs-lisp/smie.el (smie-indent-offset-after)
1323 (smie-indent-forward-token, smie-indent-backward-token): New functions.
1324 (smie-indent-after-keyword): Use them.
1325 (smie-indent-fixindent): Only applies to the indentation of the BOL.
1326 (smie-indent-keyword): Tweak the black magic.
1327 (smie-indent-comment-continue): Strip comment-continue before use.
1328 (smie-indent-functions): Indent comments before keywords.
1329
1330 2010-06-06 Juri Linkov <juri@jurta.org>
1331
1332 * isearch.el (isearch-lazy-highlight-search): Fix looping
1333 by checking for empty match. This syncs this loop with the
1334 similar loop in `isearch-search'. (Bug#6362)
1335
1336 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
1337
1338 * net/dbus.el (dbus-register-method): Declare function.
1339 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1340 (dbus-introspect): Doc fix.
1341 (dbus-event-bus-name, dbus-introspect-get-interface)
1342 (dbus-introspect-get-argument): Reflow docstrings.
1343
1344 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
1345
1346 vc-log-incoming/vc-log-outgoing fixes for Git.
1347 * vc-git.el (vc-git-log-view-mode): Fix font lock for
1348 incoming/outgoing logs.
1349 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1350 instead of vc-git-compute-remote.
1351 (vc-git-compute-remote): Remove.
1352
1353 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
1354
1355 * term/common-win.el (x-colors): Add "dark green" and "dark
1356 turquoise" (Bug#6332).
1357
1358 2010-06-04 Juri Linkov <juri@jurta.org>
1359
1360 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1361 Instead of setting `replace' to t and replacing the same string
1362 with itself, don't do certain actions when
1363 kill-do-not-save-duplicates is non-nil and string is equal to car
1364 of kill-ring: don't call menu-bar-update-yank-menu, don't push
1365 interprogram-paste strings to kill-ring, and don't push the input
1366 argument `string' to kill-ring.
1367 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1368
1369 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1370
1371 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1372
1373 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
1374
1375 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1376 (tramp-gvfs-handler-mounted-unmounted)
1377 (tramp-gvfs-connection-mounted-p): Handle default-location.
1378
1379 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1380 move files to trash.
1381
1382 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1383
1384 * international/mule-cmds.el (nonascii-insert-offset)
1385 (nonascii-translation-table): Add obsolescence information.
1386
1387 * international/mule.el (make-translation-table-from-vector): Doc fix.
1388
1389 2010-06-03 Eric Ludlam <zappo@gnu.org>
1390
1391 * cedet/semantic/lex-spp.el
1392 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1393 invalid values during save, just save a nil (Bug#6324).
1394
1395 2010-06-03 Glenn Morris <rgm@gnu.org>
1396
1397 * desktop.el (desktop-clear-preserve-buffers):
1398 Add "*Warnings*" buffer. (Bug#6336)
1399
1400 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
1401
1402 vc-log-incoming/vc-log-outgoing improvements for Git.
1403 * vc-git.el (vc-git-log-outgoing): Use the same format as the
1404 short log.
1405 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
1406
1407 Add bindings for vc-log-incoming and vc-log-outgoing.
1408 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1409 and vc-log-outgoing.
1410 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1411 and vc-log-outgoing.
1412
1413 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
1414
1415 * net/rcirc.el (rcirc-sort-nicknames): Remove.
1416 (rcirc-handler-366): Always sort nicknames.
1417
1418 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
1419
1420 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1421
1422 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
1423
1424 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1425
1426 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1427
1428 * net/rcirc.el (rcirc-sort-nicknames): Change default.
1429 (rcirc-sort-nicknames-join): Avoid setq.
1430
1431 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1432
1433 * net/rcirc.el (rcirc-sort-nicknames): New custom.
1434 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1435 (rcirc-handler-366): Use them.
1436
1437 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1438
1439 Split smie-indent-calculate into more manageable chunks.
1440 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1441 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1442 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1443 (smie-indent-exps): Extract from smie-indent-calculate.
1444 (smie-indent-functions): New var.
1445 (smie-indent-functions): Use them.
1446
1447 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1448
1449 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1450 (smie-indent-calculate): Simplify and cleanup.
1451
1452 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
1453
1454 * net/tramp-gvfs.el (top): Require url-util.
1455 (tramp-gvfs-mount-point): Remove.
1456 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1457 New defuns.
1458 (with-tramp-dbus-call-method): Format trace message.
1459 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1460 Implement backup call, when operation on local files fails.
1461 Use progress reporter. Flush properties of changed files.
1462 (tramp-gvfs-handle-make-directory): Make more traces.
1463 (tramp-gvfs-url-file-name): Hexify file name in url.
1464 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1465 into account for the resulting file name.
1466 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1467 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
1468 (tramp-gvfs-handler-mounted-unmounted)
1469 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1470 attribute "default_location". Set "prefix" property.
1471 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1472 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1473 exists. Raise an error, if not (due to a corresponding answer
1474 "no" in interactive questions, for example).
1475
1476 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1477
1478 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1479
1480 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
1481
1482 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1483 right-*. (Bug#6265)
1484
1485 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
1486
1487 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1488 * vc-git.el (vc-git-compute-remote): New function.
1489 (vc-git-log-outgoing): Use it instead of hard coding a value.
1490 (vc-git-log-incoming): New function.
1491
1492 Improve state updating for VC tag commands.
1493 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1494 to update the state of all buffers in the directory.
1495
1496 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1497
1498 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1499
1500 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1501 `file-directory-p' to the filename part rather than to the whole text.
1502
1503 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
1504
1505 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1506 (bug#6231).
1507
1508 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1509
1510 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1511
1512 2010-05-31 Drew Adams <drew.adams@oracle.com>
1513
1514 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1515
1516 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
1517
1518 * subr.el (momentary-string-display): Just use read-event to read
1519 the exit event (Bug#6238).
1520
1521 2010-05-30 Eli Zaretskii <eliz@gnu.org>
1522
1523 * international/mule.el (define-coding-system): Doc fix (bug#6313).
1524
1525 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
1526
1527 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1528 Suggested by Eli Zaretskii <eliz@gnu.org>.
1529
1530 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * minibuffer.el (completion-file-name-table): Don't return a boundary
1533 past the end of `string' (bug#6299).
1534 (completion--file-name-table): Delegate to completion-file-name-table
1535 for the `boundaries' case.
1536
1537 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
1538
1539 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1540 movement commands.
1541
1542 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1543 `path-separator', but maintain compatibility with Emacs 20.2.
1544
1545 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1546
1547 * server.el (server-process-filter): Receive parent-id argument
1548 from emacsclient.
1549 (server-create-window-system-frame): New arg. Pass parent-id as
1550 frame parameter.
1551
1552 2010-05-29 Eli Zaretskii <eliz@gnu.org>
1553
1554 Bidi-sensitive word movement with arrow keys.
1555 * subr.el (right-arrow-command, left-arrow-command): Move to
1556 bindings.el.
1557
1558 * bindings.el (right-char, left-char): Move from subr.el and
1559 rename from right-arrow-command and left-arrow-command.
1560 (right-word, left-word): New functions.
1561 (global-map) <right>: Bind to right-char.
1562 (global-map) <left>: Bind to left-char.
1563 (global-map) <C-right>: Bind to right-word.
1564 (global-map) <C-left>: Bind to left-word.
1565
1566 * ls-lisp.el (ls-lisp-classify-file): New function.
1567 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1568 (ls-lisp-classify): Call ls-lisp-classify-file.
1569 (insert-directory): Remove blanks from switches.
1570
1571 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1572
1573 * ansi-color.el: Delete unused escape sequences (Bug#6085).
1574 (ansi-color-drop-regexp): New constant.
1575 (ansi-color-apply, ansi-color-filter-region)
1576 (ansi-color-apply-on-region): Delete unrecognized control sequences.
1577 (ansi-color-apply): Build string list before calling concat.
1578
1579 2010-05-28 Juri Linkov <juri@jurta.org>
1580
1581 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1582 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
1583 (Bug#5270)
1584
1585 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
1586
1587 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
1588 to ignored backtrace functions.
1589 (with-progress-reporter): Expand docstring.
1590 (tramp-handle-delete-file): Implement TRASH argument.
1591 (tramp-get-remote-trash): New defun.
1592
1593 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
1594
1595 * net/tramp-compat.el (tramp-compat-delete-file): Use
1596 `symbol-value' for backward compatibility.
1597
1598 * net/tramp.el (tramp-handle-make-symbolic-link)
1599 (tramp-handle-load)
1600 (tramp-do-copy-or-rename-file-via-buffer)
1601 (tramp-do-copy-or-rename-file-directly)
1602 (tramp-do-copy-or-rename-file-out-of-band)
1603 (tramp-handle-process-file, tramp-handle-call-process-region)
1604 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1605 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1606 (tramp-delete-temp-file-function): Use `delete-file' instead
1607 of `tramp-compat-delete-file'.
1608
1609 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1610 (tramp-fish-handle-make-symbolic-link)
1611 (tramp-fish-handle-process-file): Use `delete-file' instead
1612 of `tramp-compat-delete-file'.
1613
1614 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
1615 `delete-file' instead of `tramp-compat-delete-file'.
1616
1617 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1618 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
1619 `tramp-compat-delete-file'.
1620
1621 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
1622 `delete-file' instead of `tramp-compat-delete-file'.
1623
1624 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1625 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1626 (tramp-smb-handle-write-region): Use `delete-file' instead of
1627 `tramp-compat-delete-file'.
1628 (tramp-smb-handle-delete-directory): Use 'trash as arg.
1629
1630 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1631
1632 * dired.el (dired-delete-file): New arg TRASH.
1633 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
1634 (dired-do-flagged-delete, dired-do-delete): Use trash.
1635
1636 * speedbar.el (speedbar-item-delete): Allow trashing.
1637
1638 * files.el (delete-directory): New arg TRASH.
1639
1640 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
1641 (ange-ftp-rename-remote-to-remote)
1642 (ange-ftp-rename-local-to-remote)
1643 (ange-ftp-rename-remote-to-local, ange-ftp-load)
1644 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
1645 `delete-file'.
1646 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
1647 allow trashing.
1648
1649 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1650 handle new TRASH arg of `delete-file'.
1651
1652 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
1653 (tramp-handle-make-symbolic-link, tramp-handle-load)
1654 (tramp-do-copy-or-rename-file-via-buffer)
1655 (tramp-do-copy-or-rename-file-directly)
1656 (tramp-do-copy-or-rename-file-out-of-band)
1657 (tramp-handle-process-file, tramp-handle-call-process-region)
1658 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1659 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1660 (tramp-delete-temp-file-function): Use null TRASH arg in
1661 tramp-compat-delete-file call.
1662
1663 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1664 (tramp-fish-handle-delete-file)
1665 (tramp-fish-handle-make-symbolic-link)
1666 (tramp-fish-handle-process-file): Use null TRASH arg in
1667 `tramp-compat-delete-file' call.
1668
1669 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
1670 arg in `tramp-compat-delete-file' call.
1671
1672 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1673 (tramp-gvfs-handle-write-region): Use null TRASH arg in
1674 `tramp-compat-delete-file' call.
1675
1676 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
1677 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
1678 `tramp-compat-delete-file' call.
1679
1680 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1681 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1682 (tramp-smb-handle-write-region): Use null TRASH arg in
1683 tramp-compat-delete-file call.
1684 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
1685 (tramp-smb-handle-delete-file): Rename arg.
1686
1687 * diff.el (diff-sentinel):
1688 * epg.el (epg--make-temp-file, epg-decrypt-string)
1689 (epg-verify-string, epg-sign-string, epg-encrypt-string):
1690 * jka-compr.el (jka-compr-partial-uncompress)
1691 (jka-compr-call-process, jka-compr-write-region):
1692 * server.el (server-sentinel): Remove optional arg from
1693 delete-file, reverting 2010-05-03 change.
1694
1695 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1696
1697 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
1698 font-lock-constant-face, not obsolete font-lock-reference-face.
1699
1700 2010-05-27 Kenichi Handa <handa@m17n.org>
1701
1702 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
1703 element of GSTRING is nil.
1704
1705 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1706
1707 * emacs-lisp/smie.el (smie-forward-token-function)
1708 (smie-backward-token-function): New vars.
1709 (smie-backward-sexp, smie-forward-sexp)
1710 (smie-indent-hanging-p, smie-indent-calculate): Use them.
1711 (smie-default-backward-token): Rename from smie-backward-token and
1712 skip comments.
1713 (smie-default-forward-token): Rename from smie-forward-token and
1714 skip comments.
1715 (smie-next-sexp): Handle nil results from next-token.
1716 (smie-indent-calculate): Add a new case for special `fixindent' comments.
1717
1718 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1719
1720 * progmodes/verilog-mode.el (verilog-type-font-keywords):
1721 Use font-lock-constant-face, not obsolete font-lock-reference-face.
1722
1723 2010-05-27 Masatake YAMATO <yamato@redhat.com>
1724
1725 * htmlfontify.el (hfy-face-resolve-face): New function.
1726 (hfy-face-to-style): Use it (Bug#6279).
1727
1728 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1729
1730 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
1731 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
1732
1733 2010-05-26 Glenn Morris <rgm@gnu.org>
1734
1735 * emulation/edt.el (edt-load-keys): Use locate-library.
1736
1737 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
1738
1739 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
1740 (log-edit-changelog-entries): Doc fix.
1741 (log-edit-changelog-insert-entries): Args changed.
1742 Rename relative filenames in ChangeLog entries. Delete tabs.
1743 (log-edit-insert-changelog-entries): Reorganize return value of
1744 `log-edit-changelog-entries' to pass filenames to
1745 log-edit-changelog-insert-entries.
1746
1747 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1748
1749 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
1750 `image-dired-dired-insert-marked-thumbs' to
1751 `image-dired-dired-toggle-marked-thumbs'.
1752
1753 * image-dired.el: Require cl when compiling.
1754 (image-dired-dired-toggle-marked-thumbs): Rename from
1755 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
1756 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
1757 to 'no-dir. Skip files whose names don't match
1758 `image-file-name-regexp'. When file has a thumbnail overlay,
1759 delete it. (Bug#5270)
1760
1761 2010-05-25 Juri Linkov <juri@jurta.org>
1762
1763 * image-mode.el (image-mode): Add image-after-revert-hook to
1764 after-revert-hook.
1765 (image-after-revert-hook): New function. (Bug#5669)
1766
1767 2010-05-25 Juri Linkov <juri@jurta.org>
1768
1769 * image.el (image-animated-p): When delay between animated images
1770 is 0, set it to 10 (0.1 sec). (Bug#6258)
1771
1772 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1773
1774 * net/tramp.el (tramp-handle-insert-directory): Don't use
1775 `forward-word', its default syntax could be changed.
1776
1777 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
1778
1779 * net/tramp.el (tramp-progress-reporter-update): New defun.
1780 (with-progress-reporter): Use it.
1781 (tramp-process-actions):
1782 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
1783 current message, in order to let progress reporter continue
1784 afterwards. (Bug#6257)
1785
1786 2010-05-25 Glenn Morris <rgm@gnu.org>
1787
1788 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
1789 Add :version.
1790
1791 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
1792
1793 * net/rcirc.el (rcirc-default-user-name): Change to "user".
1794 (rcirc-default-full-name): Change to "unknown".
1795 (rcirc-user-name-history): Add variable.
1796
1797 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
1798 Jonathan Rockway <jon@jrock.us>
1799
1800 * net/rcirc.el (rcirc-server-alist): Add :pass.
1801 (rcirc): When prompting for connection parameters, also prompt for
1802 username and password.
1803 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
1804 value to server when connecting.
1805
1806 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1807
1808 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
1809 (smie-merge-prec2s): Pass the tables as separate args.
1810 (smie-bnf-precedence-table): Adjust call accordingly.
1811 (smie-prec2-levels): Set levels at the end.
1812
1813 Replace Lisp calls to delete-backward-char by delete-char.
1814 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
1815 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
1816 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
1817 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
1818 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
1819 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
1820 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
1821 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
1822 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
1823 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
1824 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
1825 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
1826 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
1827 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
1828 delete-backward-char by calls to delete-char.
1829
1830 2010-05-25 Kenichi Handa <handa@m17n.org>
1831
1832 * language/hebrew.el (hebrew-shape-gstring): New function.
1833 Register it in composition-function-table for all Hebrew combining
1834 characters.
1835
1836 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1837
1838 * epa.el (epa--select-keys): Don't explicitly delete the window since
1839 that can fail (e.g. sole window in frame). Use dedication instead.
1840
1841 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
1842
1843 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1844
1845 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
1846
1847 * image.el (image-refresh): Define as an alias for image-flush.
1848
1849 * image-mode.el (image-toggle-display-image): Caller changed.
1850
1851 2010-05-21 Juri Linkov <juri@jurta.org>
1852
1853 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
1854 Remove "all" from grep-files-aliases. Split grep-files-aliases by
1855 whitespace, call wildcard-to-regexp on substrings and concat them
1856 with "\\|". (Bug#6114)
1857
1858 2010-05-21 Alan Mackenzie <acm@muc.de>
1859
1860 * progmodes/cc-engine.el (c-parse-state-get-strategy):
1861 Replace parameter `here' with `here-' and `here-plus', which sandwich
1862 any pertinent CPP construct.
1863 (c-remove-stale-state-cache-backwards): Fix a bug which happens
1864 when doing (c-parse-state) in a CPP construct: Exclude any "new"
1865 CPP construct from taking part in the scanning.
1866
1867 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
1868
1869 * net/tramp.el (tramp-do-copy-or-rename-file)
1870 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
1871 Tune `with-progress-reporter' messages.
1872 (tramp-handle-vc-registered):
1873 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
1874 (tramp-fish-handle-insert-file-contents)
1875 (tramp-fish-maybe-open-connection):
1876 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1877 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
1878 (tramp-imap-handle-insert-file-contents)
1879 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1880
1881 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
1882
1883 * add-log.el (change-log-font-lock-keywords):
1884 Highlight all authors in multi-author entries.
1885
1886 * smerge-mode.el (smerge-refine-ignore-whitespace)
1887 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
1888 Fix typos in docstrings.
1889 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
1890
1891 2010-05-21 Glenn Morris <rgm@gnu.org>
1892
1893 * progmodes/fortran.el (fortran-mode):
1894 * progmodes/f90.el (f90-mode): Derive from prog-mode.
1895
1896 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
1897 having a relative path in src/Makefile.in.
1898
1899 2010-05-20 Kevin Ryde <user42@zip.com.au>
1900
1901 * help-mode.el (help-make-xrefs): For Info node links turn
1902 newlines into spaces. Link node names with newlines are matched
1903 by help-xref-info-regexp and buttonized, this change ensures they
1904 can be followed successfully with RET. (Bug#6206)
1905
1906 2010-05-20 Juri Linkov <juri@jurta.org>
1907
1908 * locate.el (locate): Use pop-to-buffer instead of
1909 switch-to-buffer-other-window. (Bug#6204)
1910
1911 2010-05-20 Juri Linkov <juri@jurta.org>
1912
1913 * replace.el (replace-highlight): Fix lazy-highlighting
1914 for `M-s w str M-% str RET'.
1915
1916 2009-12-15 Masatake YAMATO <yamato@redhat.com>
1917
1918 * isearch.el (isearch-yank-word-or-char): Pull next subword
1919 when `subword-mode' is activated. (Bug#6220)
1920
1921 2010-05-20 Mark A. Hershberger <mah@everybody.org>
1922
1923 * isearch.el (isearch-update-post-hook): New hook.
1924 (isearch-update): Use the new hook. (Bug#6225)
1925
1926 2010-05-20 Juri Linkov <juri@jurta.org>
1927
1928 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
1929 [f1], [help], and (char-to-string help-char) instead of "\C-h".
1930 (Bug#6222)
1931
1932 2010-05-20 Juri Linkov <juri@jurta.org>
1933
1934 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
1935 (Bug#6223)
1936
1937 2010-05-20 Juri Linkov <juri@jurta.org>
1938
1939 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
1940 FILE-NAME to read from the minibuffer when called interactively
1941 with prefix argument instead of using buffer-file-name.
1942 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
1943
1944 * dired.el: Update autoloads.
1945
1946 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
1947
1948 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
1949 nxml-finish-element, for consistency with SGML mode.
1950
1951 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
1952 octave-close-block.
1953
1954 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
1955
1956 * composite.el: Require cl when compiling.
1957 (reference-point-alist, compose-gstring-for-graphic)
1958 (compose-gstring-for-terminal): Fix typos in docstrings.
1959
1960 2010-05-19 Juri Linkov <juri@jurta.org>
1961
1962 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
1963 set-window-parameter.
1964
1965 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
1966
1967 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
1968 where appropriate.
1969 (tramp-maybe-open-connection): Use it.
1970
1971 2010-05-19 Eli Zaretskii <eliz@gnu.org>
1972
1973 * simple.el (move-end-of-line): Make sure we are at line beginning
1974 before backing up to end of previous line.
1975
1976 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
1977
1978 * password-cache.el (password-cache-remove): Fix docstring.
1979
1980 * net/secrets.el: Autoload the widget functions.
1981 (secrets-search-items, secrets-create-item)
1982 (secrets-get-attributes, secrets-expand-item): Attributes will be
1983 stored on the password database without leading ":", as all other
1984 clients do as well.
1985 (secrets-mode): Fix docstring.
1986 (secrets-show-secrets): Provide it as autoloaded command only when
1987 D-Bus support is available. Check existence of Secret Service API.
1988
1989 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1990
1991 * indent.el (indent-region): Deactivate region (bug#6200).
1992
1993 2010-05-19 Glenn Morris <rgm@gnu.org>
1994
1995 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
1996
1997 2010-05-19 Kenichi Handa <handa@m17n.org>
1998
1999 * composite.el: Register compose-gstring-for-graphic in
2000 composition-function-table only for combining characters (Mn, Mc, Me).
2001
2002 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
2003
2004 * calc/calc-trail.el (calc-trail-isearch-forward)
2005 (calc-trail-isearch-backward): Ensure that the new window
2006 point is set correctly.
2007
2008 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2009
2010 * subr.el (read-quoted-char): Resolve modifiers after key
2011 remapping (bug#6212).
2012
2013 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
2014
2015 Add visualization code for secrets.
2016 * net/secrets.el (secrets-mode): New major mode.
2017 (secrets-show-secrets, secrets-show-collections)
2018 (secrets-expand-collection, secrets-expand-item)
2019 (secrets-tree-widget-after-toggle-function)
2020 (secrets-tree-widget-show-password): New defuns.
2021
2022 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2023
2024 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
2025 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
2026 handled in smie-next-sexp.
2027 (smie-indent-calculate): Provide a starting indentation (so the
2028 recursion is well-founded ;-).
2029
2030 Fix handling of non-associative equal levels.
2031 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
2032 when it's not needed.
2033 (smie-op-left, smie-op-right): New functions.
2034 (smie-next-sexp): New function, extracted from smie-backward-sexp.
2035 Better handle equal levels to distinguish the associative case from
2036 the "multi-keyword construct" case.
2037 (smie-backward-sexp, smie-forward-sexp): Use it.
2038
2039 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
2040
2041 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
2042
2043 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
2044 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
2045
2046 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2047
2048 Provide a simple generic indentation engine and use it for Prolog.
2049 * emacs-lisp/smie.el: New file.
2050 * progmodes/prolog.el (prolog-smie-op-levels)
2051 (prolog-smie-indent-rules): New var.
2052 (prolog-mode-variables): Use them to configure SMIE.
2053 (prolog-indent-line, prolog-indent-level): Remove.
2054
2055 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
2056
2057 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
2058 order before computing the averages.
2059
2060 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2061
2062 * calc/calc-vec.el (calc-histogram):
2063 (calcFunc-histogram): Allow vectors as inputs.
2064 (math-vector-avg): New function.
2065
2066 * calc/calc-ext.el (math-group-float): Have the number of digits
2067 being grouped depend on the radix (Bug#6189).
2068
2069 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
2070
2071 * version.el (emacs-copyright, emacs-version): Don't define here,
2072 now that emacs.c defines it.
2073
2074 2010-05-15 Eli Zaretskii <eliz@gnu.org>
2075
2076 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
2077 "Describe Language Environment" menu item.
2078
2079 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
2080
2081 Bidi-sensitive movement with arrow keys.
2082 * subr.el (right-arrow-command, left-arrow-command): New functions.
2083
2084 * bindings.el (global-map): Bind them to right and left arrow keys.
2085
2086 Don't override standard definition of convert-standard-filename.
2087 * files.el (convert-standard-filename): Call
2088 w32-convert-standard-filename and dos-convert-standard-filename on
2089 the corresponding systems.
2090
2091 * w32-fns.el (w32-convert-standard-filename): Rename from
2092 convert-standard-filename. Doc fix.
2093
2094 * dos-fns.el (dos-convert-standard-filename): Doc fix.
2095 (convert-standard-filename): Don't defalias.
2096 (register-name-alist, make-register, register-value)
2097 (set-register-value, intdos): Obsolete aliases for the
2098 corresponding dos-* functions and variables.
2099 (dos-intdos): Add a doc string.
2100
2101 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
2102
2103 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
2104 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
2105 (math-compose-tex-func):
2106 * calc/calccomp.el (math-compose-expr):
2107 * calc/calc-ext.el (math-format-flat-expr-fancy):
2108 * calc/calc-store.el (calc-read-var-name):
2109 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
2110
2111 * calc/calc.el (var-π, var-φ, var-γ): New variables.
2112 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
2113 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
2114 (math-standard-units): Add units.
2115
2116 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2117
2118 * progmodes/asm-mode.el (asm-mode):
2119 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
2120
2121 * pcomplete.el (pcomplete-completions-at-point): New function,
2122 extracted from pcomplete-std-complete.
2123 (pcomplete-std-complete): Use it.
2124
2125 2010-05-15 Glenn Morris <rgm@gnu.org>
2126
2127 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2128 Remove references to CVS, RCS and Old directories.
2129
2130 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
2131
2132 * calc/calc-bin.el (math-format-twos-complement): Group digits when
2133 appropriate.
2134
2135 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2136
2137 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
2138 (sh-mode-syntax-table): Give it a default value instead.
2139 (sh-header-marker): Make buffer-local.
2140 (sh-mode): Move make-local-variable to the corresponding setq.
2141 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
2142 Use complete-with-action.
2143
2144 * simple.el (prog-mode): New (abstract) major mode.
2145 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
2146 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
2147
2148 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
2149
2150 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
2151 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
2152 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
2153 (sql-make-alternate-buffer-name, sql-placeholders-filter)
2154 (sql-escape-newlines-filter, sql-input-sender)
2155 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
2156
2157 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
2158
2159 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2160
2161 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
2162 latex-open-block and C-c / to latex-close-block.
2163
2164 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
2165 and C-c C-e to sgml-close-tag.
2166
2167 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
2168
2169 * net/tramp.el (with-progress-reporter): Create reporter object
2170 only when the message would be displayed. Handle nested calls.
2171 (tramp-handle-load, tramp-handle-file-local-copy)
2172 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2173 (tramp-maybe-send-script, tramp-find-shell):
2174 Use `with-progress-reporter'.
2175 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
2176 Fix message text.
2177
2178 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2179 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2180 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2181 Use `with-progress-reporter'.
2182
2183 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
2184
2185 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
2186 process everytime when spellchecking from the minibuffer (bug#6143).
2187
2188 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2189
2190 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
2191
2192 * dos-fns.el: Add "dos-" prefix for namespace control.
2193 (convert-standard-filename): Define as alias for
2194 dos-convert-standard-filename but only if applicable.
2195
2196 2010-05-12 Alan Mackenzie <acm@muc.de>
2197
2198 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2199 Push the mark at the start of these functions when appropriate.
2200
2201 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2202
2203 * minibuffer.el (completion-cycle-threshold): New custom var.
2204 (completion--do-completion): Use it.
2205 (minibuffer-complete): Use cycling if appropriate.
2206
2207 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
2208
2209 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
2210 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
2211
2212 2010-05-11 Juri Linkov <juri@jurta.org>
2213
2214 * scroll-all.el (scroll-all-check-to-scroll):
2215 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
2216
2217 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2218
2219 * iimage.el (iimage-mode-map): Move initialization into declaration.
2220 (iimage-mode-buffer): Use with-silent-modifications.
2221 Simplify calling convention. Adjust callers.
2222 (iimage-mode): Don't run hook redundantly.
2223
2224 * minibuffer.el (completion-pcm--pattern->regex):
2225 Fix last change (bug#6160).
2226
2227 2010-05-10 Juri Linkov <juri@jurta.org>
2228
2229 Remove nodes visited during Isearch from the Info history.
2230 * info.el (Info-isearch-initial-history)
2231 (Info-isearch-initial-history-list): New variables.
2232 (Info-isearch-start): Record initial values of
2233 Info-isearch-initial-history and Info-isearch-initial-history-list.
2234 Add Info-isearch-end to isearch-mode-end-hook.
2235 (Info-isearch-end): New function.
2236
2237 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
2238
2239 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
2240 format string, in order to work around a bug in pdksh.
2241 Reported by Gilles Pion <gpion@lfdj.com>.
2242 (tramp-handle-verify-visited-file-modtime): Do not send a command
2243 when the connection is not established.
2244 (tramp-handle-set-file-times): Simplify the check for utc.
2245
2246 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
2247
2248 Fix use of `filter-buffer-substring' (rework previous change).
2249 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
2250 (cua-repeat-replace-region):
2251 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
2252 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2253 (cua-cut-region-to-global-mark): Use it.
2254
2255 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
2256
2257 * progmodes/sql.el: Version 2.1.
2258 (sql-product-alist): Redesign structure of product info.
2259 (sql-product, sql-user, sql-server, sql-database): Safe variables.
2260 (sql-port, sql-port-history): New variables.
2261 (sql-interactive-product): New variable.
2262 (sql-send-terminator): New variable.
2263 (sql-imenu-generic-expression): Add "Types" imenu entry.
2264 (sql-oracle-login-params, sql-sqlite-login-params)
2265 (sql-mysql-login-params, sql-solid-login-params)
2266 (sql-sybase-login-params, sql-informix-login-params)
2267 (sql-ingres-login-params, sql-ms-login-params)
2268 (sql-postgres-login-params, sql-interbase-login-params)
2269 (sql-db2-login-params, sql-linter-login-params)
2270 (sql-oracle-scan-on): New variables.
2271 (sql-mode-map): Add C-c C-i to start interactive mode.
2272 (sql-mode-menu): Update existing menu entries.
2273 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
2274 (sql-mode-oracle-font-lock-keywords)
2275 (sql-mode-postgres-font-lock-keywords)
2276 (sql-mode-ms-font-lock-keywords)
2277 (sql-mode-sybase-font-lock-keywords)
2278 (sql-mode-informix-font-lock-keywords)
2279 (sql-mode-interbase-font-lock-keywords)
2280 (sql-mode-ingres-font-lock-keywords)
2281 (sql-mode-solid-font-lock-keywords)
2282 (sql-mode-mysql-font-lock-keywords)
2283 (sql-mode-sqlite-font-lock-keywords)
2284 (sql-mode-db2-font-lock-keywords)
2285 (sql-mode-linter-font-lock-keywords): Update initialization to
2286 reduce run-time complexity.
2287 (sql-add-product, sql-del-product): New functions.
2288 (sql-set-product-feature, sql-get-product-feature): New functions.
2289 (sql-product-font-lock): Update product API.
2290 (sql-add-product-keywords): New function.
2291 (sql-highlight-product): Update product API.
2292 (sql-help-list-products): New function.
2293 (sql-help): Dynamically lists free and non-free products.
2294 (sql-get-login): Correct bug in handling history and added
2295 prompt for port.
2296 (sql-copy-column): Copy without properties.
2297 (sqli-input-sender): Apply filters to SQLi input.
2298 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
2299 Implement as a filter.
2300 (sql-escape-newlines-filter): Implement as a filter.
2301 (sql-remove-tabs-filter): New function.
2302 (sql-send-magic-terminator): New function.
2303 (sql-send-string): Implement magic terminator.
2304 (sql-send-region): Use `sql-send-string'.
2305 (sql-interactive-mode): Use product API.
2306 (sql-product-interactive): Use product API.
2307 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2308 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2309 (sql-db2, sql-linter): Use `sql-product-interactive'.
2310 (sql-connect): New function.
2311 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2312 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2313 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
2314 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2315 Use `sql-connect'.
2316
2317 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2318
2319 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2320 New custom variable.
2321 (completion-pcm--string->pattern): Use it.
2322 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2323 Make it handle any symbol as `any'.
2324 (completion-pcm--merge-completions): Extract common suffix for the new
2325 `prefix' symbol as well.
2326 (completion-substring--all-completions): Use the new `prefix' symbol.
2327
2328 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
2329
2330 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2331 not bound.
2332 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2333 (tramp-compat-funcall): New defmacro.
2334 (tramp-compat-line-beginning-position)
2335 (tramp-compat-line-end-position)
2336 (tramp-compat-temporary-file-directory)
2337 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2338 (tramp-compat-copy-file, tramp-compat-copy-directory)
2339 (tramp-compat-delete-file, tramp-compat-delete-directory)
2340 (tramp-compat-number-sequence, tramp-compat-process-running-p)
2341 * net/tramp.el (top, with-progress-reporter)
2342 (tramp-rfn-eshadow-setup-minibuffer)
2343 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2344 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2345 (tramp-completion-mode-p, tramp-check-for-regexp)
2346 (tramp-open-connection-setup-interactive-shell)
2347 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2348 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2349 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2350 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2351 (tramp-reporter-dump-variable, tramp-load-report-modules)
2352 (tramp-append-tramp-buffers)
2353 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2354
2355 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2356
2357 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2358
2359 * progmodes/compile.el (compilation-buffer-modtime): Rename from
2360 buffer-modtime. Adjust users.
2361
2362 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2363
2364 * international/mule.el (auto-coding-alist): Only purecopy
2365 car of each item, not the whole list (Bug#6083).
2366
2367 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2368
2369 * progmodes/js.el (js-mode): Make paragraph variables local before
2370 calling c-setup-paragraph-variables (Bug#6071).
2371
2372 2010-05-08 Eli Zaretskii <eliz@gnu.org>
2373
2374 * composite.el (compose-region, reference-point-alist): Fix typos
2375 in the doc strings.
2376
2377 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2378
2379 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2380 gnuplot's "set" command.
2381
2382 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2383
2384 * abbrev.el (last-abbrev-text): Doc fix.
2385 (abbrev-prefix-mark): Don't escape parenthesis.
2386
2387 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
2388
2389 * composite.el (find-composition): Doc fix.
2390
2391 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2392
2393 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2394 (sql-oracle-program, sql-sqlite-options)
2395 (sql-query-placeholders-and-send): Doc fixes.
2396 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2397 (sql-imenu-generic-expression, sql-buffer)
2398 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2399 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2400 (sql-mode-sybase-font-lock-keywords)
2401 (sql-mode-informix-font-lock-keywords)
2402 (sql-mode-interbase-font-lock-keywords)
2403 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2404 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2405 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2406 (sql-product-feature, sql-highlight-product)
2407 (comint-line-beginning-position, sql-rename-buffer)
2408 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2409 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2410 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2411 Fix typos in docstrings.
2412
2413 2010-05-08 Juri Linkov <juri@jurta.org>
2414
2415 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2416 property instead of `invisible' and `after-string' (bug#5998).
2417
2418 2010-05-08 Juri Linkov <juri@jurta.org>
2419
2420 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2421
2422 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2423
2424 * filecache.el (file-cache-add-directory-list)
2425 (file-cache-add-directory-recursively): Fix typos in docstrings.
2426
2427 2010-05-08 Kenichi Handa <handa@m17n.org>
2428
2429 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2430 (gujarati-composable-pattern): Fix typo.
2431
2432 2010-05-08 Kenichi Handa <handa@m17n.org>
2433
2434 * language/indian.el (oriya-composable-pattern)
2435 (tamil-composable-pattern, malayalam-composable-pattern):
2436 Add two-part vowels to "v" (vowel sign).
2437
2438 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2439
2440 * files.el (copy-directory): Handle symlinks (Bug#5982).
2441
2442 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2443
2444 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2445 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2446 (Bug#5846).
2447
2448 2010-05-08 Glenn Morris <rgm@gnu.org>
2449
2450 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2451
2452 * minibuffer.el (completion-at-point): Doc fix.
2453
2454 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2455
2456 * electric.el (Electric-command-loop): Minor tweak.
2457
2458 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2459 better with dedicated windows.
2460
2461 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2462
2463 * Version 23.2 released.
2464
2465 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2466 Stefan Monnier <monnier@iro.umontreal.ca>
2467
2468 Highlight vendor specific properties.
2469 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2470 (css-proprietary-property): New face.
2471 (css-font-lock-keywords): Use them.
2472
2473 2010-05-07 Eli Zaretskii <eliz@gnu.org>
2474
2475 * cus-start.el (all): Add native condition for tool-bar-* symbols.
2476
2477 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2478
2479 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2480 * files.el (auto-mode-alist): Remove redundant entries.
2481
2482 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2483 * simple.el (auto-save-mode): Move from files.el.
2484 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2485
2486 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
2487
2488 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2489
2490 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
2491
2492 * mail/binhex.el (binhex-decode-region-internal)
2493 * mail/uudecode.el (uudecode-decode-region-internal)
2494 * net/dns.el (dns-read-string-name, dns-write, dns-read)
2495 (dns-read-type, dns-query)
2496 * pgg-parse.el (pgg-parse-armor)
2497 * pgg.el (pgg-verify-region)
2498 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2499 XEmacs.
2500
2501 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2502
2503 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
2504
2505 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2506
2507 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2508 * emulation/cua-base.el (cua-repeat-replace-region):
2509 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2510 (cua-cut-region-to-global-mark):
2511 Remove text properties with `set-text-properties'.
2512
2513 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
2514
2515 * net/tramp.el (top, with-progress-reporter):
2516 Use `symbol-function' inside `funcall'.
2517
2518 * net/tramp-compat.el (tramp-compat-file-attributes)
2519 (tramp-compat-delete-file, tramp-compat-delete-directory):
2520 Handle only `wrong-number-of-arguments' error.
2521
2522 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2523 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2524 inside `funcall'.
2525
2526 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2527
2528 * minibuffer.el (completion--sreverse, completion--common-suffix):
2529 New functions.
2530 (completion-pcm--merge-completions): Extract common suffix when safe.
2531
2532 * emacs-lisp/easy-mmode.el (define-minor-mode):
2533 Make :variable more flexible.
2534 * files.el (auto-save-mode): Use it to define using define-minor-mode.
2535
2536 2010-05-05 Juri Linkov <juri@jurta.org>
2537
2538 Add `slow' and `history' tags to the desktop data.
2539
2540 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2541 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2542 (Info-finder-find-node): Require `finder.el' to be able
2543 to restore node from the desktop.
2544 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
2545 data `Info-history' and `slow' tag in the assoc list.
2546 (Info-restore-desktop-buffer): Don't restore nodes with the
2547 `slow' tag. Restore `Info-history'.
2548
2549 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
2550
2551 Add FORCE argument to `delete-file'.
2552
2553 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2554 forcing to delete the temporary file.
2555 (ange-ftp-delete-file): Add FORCE arg.
2556 (ange-ftp-rename-remote-to-remote)
2557 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
2558 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
2559 Force file deletion.
2560
2561 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
2562
2563 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
2564 (tramp-handle-make-symbolic-link, tramp-handle-load)
2565 (tramp-do-copy-or-rename-file-via-buffer)
2566 (tramp-do-copy-or-rename-file-directly)
2567 (tramp-do-copy-or-rename-file-out-of-band)
2568 (tramp-handle-process-file, tramp-handle-call-process-region)
2569 (tramp-handle-shell-command, tramp-handle-file-local-copy)
2570 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2571 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
2572
2573 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
2574 (tramp-fish-handle-make-symbolic-link)
2575 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
2576
2577 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2578 Use `tramp-compat-delete-file'.
2579
2580 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
2581 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
2582
2583 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
2584 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
2585
2586 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
2587 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
2588 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
2589 `tramp-compat-delete-file'.
2590
2591 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2592
2593 Minor cleanups.
2594 * subr.el (add-minor-mode): Use push.
2595 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
2596 * emulation/edt.el (edt-select-mode): Simplify.
2597
2598 Use define-minor-mode in more cases.
2599 * term/tvi970.el (tvi970-set-keypad-mode):
2600 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2601 (normal-erase-is-backspace-mode):
2602 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
2603 (set-scroll-bar-mode-1): (Re)move to its sole caller.
2604 (get-scroll-bar-mode): New function.
2605 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
2606
2607 Use define-minor-mode for less obvious cases.
2608 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
2609 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
2610 * international/iso-ascii.el (iso-ascii-mode):
2611 * frame.el (auto-raise-mode, auto-lower-mode):
2612 * composite.el (global-auto-composition-mode): Use define-minor-mode.
2613
2614 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
2615
2616 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
2617 in order to see error messages for failed logins.
2618
2619 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
2620
2621 * diff.el (diff-sentinel):
2622
2623 * epg.el (epg--make-temp-file, epg-decrypt-string)
2624 (epg-verify-string, epg-sign-string, epg-encrypt-string):
2625
2626 * jka-compr.el (jka-compr-partial-uncompress)
2627 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
2628
2629 * server.el (server-sentinel): Use delete-file's new FORCE arg
2630 (Bug#6070).
2631
2632 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2633
2634 Use define-minor-mode where applicable.
2635 * view.el (view-mode):
2636 * type-break.el (type-break-query-mode)
2637 (type-break-mode-line-message-mode):
2638 * textmodes/reftex.el (reftex-mode):
2639 * term/vt100.el (vt100-wide-mode):
2640 * tar-mode.el (tar-subfile-mode):
2641 * savehist.el (savehist-mode):
2642 * ibuf-ext.el (ibuffer-auto-mode):
2643 * composite.el (auto-composition-mode):
2644 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2645 Use define-minor-mode.
2646 (vhdl-mode): Use static mode-line format.
2647 (vhdl-mode-line-update): Delete.
2648 (vhdl-create-mode-menu, vhdl-activate-customizations)
2649 (vhdl-hs-minor-mode): Don't bother calling it.
2650
2651 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2652
2653 * simple.el (with-wrapper-hook): Move.
2654 (buffer-substring-filters): Mark obsolete.
2655 (filter-buffer-substring-functions): New variable.
2656 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
2657
2658 Use a mode-line spec rather than a static string in Semantic.
2659 * cedet/semantic/util-modes.el:
2660 (semantic-minor-modes-format): New var to replace...
2661 (semantic-minor-modes-status): Remove.
2662 (semantic-mode-line-update): Construct a mode-line spec rather than
2663 a static string so that mouse buttons can be used on individual minor
2664 modes and so that semantic-mode-line-update only needs to be called
2665 when global settings are changed.
2666 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
2667 Call semantic-mode-line-update.
2668 (semantic-toggle-minor-mode-globally): Don't assume mode is on
2669 minor-mode-alist, check semantic-minor-mode-alist as well.
2670 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
2671 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
2672 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
2673 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2674 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2675 (define-semantic-idle-service, semantic-idle-summary-mode):
2676 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
2677 Don't call semantic-mode-line-update any more.
2678
2679 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2680
2681 Use define-minor-mode in CEDET where applicable.
2682
2683 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
2684 Use define-minor-mode.
2685
2686 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
2687 Remove unused arg `keymap' and code redundant with define-minor-mode.
2688 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
2689 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
2690 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
2691 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
2692 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
2693 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
2694 Use define-minor-mode.
2695 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
2696 (semantic-show-unmatched-syntax-mode-setup)
2697 (semantic-show-parser-state-mode-setup)
2698 (semantic-highlight-func-mode-setup): Inline into sole caller.
2699
2700 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2701 (semantic-mru-bookmark-mode): Use define-minor-mode.
2702 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
2703
2704 * cedet/semantic/idle.el (define-semantic-idle-service):
2705 Use define-minor-mode and inline setup function into its sole caller.
2706 (semantic-idle-scheduler-mode-setup)
2707 (semantic-idle-summary-mode-setup): Inline into sole caller.
2708 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
2709 Use define-minor-mode.
2710
2711 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
2712 (semantic-decoration-mode): Use define-minor-mode.
2713 (semantic-decoration-mode-setup): Inline into sole caller.
2714
2715 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
2716 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
2717 (ede-dired-add-to-target): Use dolist.
2718
2719 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2720 Michael Albinus <michael.albinus@gmx.de>
2721
2722 Implement compression for inline methods.
2723
2724 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2725 (tramp-copy-size-limit): Allow also nil.
2726 (tramp-inline-compress-commands): New defconst.
2727 (tramp-find-inline-compress, tramp-get-inline-compress)
2728 (tramp-get-inline-coding): New defuns.
2729 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2730 replaced by `tramp-get-inline-coding'.
2731 (tramp-handle-file-local-copy, tramp-handle-write-region)
2732 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2733
2734 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2735
2736 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
2737 Remove unused functions.
2738
2739 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
2740 Set find-tag-default-function as a variable rather than a property.
2741
2742 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
2743 * progmodes/etags.el (tags-completion-at-point-function):
2744 Remove left over interactive spec. Add autoloading stub.
2745 (complete-tag): Use tags-completion-at-point-function.
2746
2747 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
2748
2749 * minibuffer.el (tags-completion-at-point-function): Fix return value.
2750
2751 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
2752
2753 * ido.el (ido-init-completion-maps): Remove C-v binding.
2754 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
2755
2756 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
2757
2758 * minibuffer.el (tags-completion-at-point-function): New function.
2759 (completion-at-point-functions): Use it.
2760
2761 * cedet/semantic.el (semantic-completion-at-point-function): New function.
2762 (semantic-mode): Use semantic-completion-at-point-function for
2763 completion-at-point-functions instead.
2764
2765 * progmodes/etags.el (complete-tag): Revert last change.
2766
2767 2010-04-29 Alan Mackenzie <acm@muc.de>
2768
2769 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
2770 off-by-one error (in end of macro position).
2771
2772 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2773
2774 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
2775 firefox is absent. Don't autoload.
2776 (browse-url-galeon-program): Don't autoload.
2777
2778 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
2779
2780 * bindings.el (complete-symbol): Move into minibuffer.el.
2781
2782 * minibuffer.el (complete-tag): Move from etags.el. If tags
2783 completion cannot be performed, return nil instead of signalling
2784 an error.
2785 (completion-at-point): Make it an alias for complete-symbol.
2786 (complete-symbol): Move from bindings.el, and replace with the
2787 body of completion-at-point.
2788
2789 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
2790
2791 * cedet/semantic.el (semantic-mode): When enabled, add
2792 semantic-ia-complete-symbol to completion-at-point-functions.
2793
2794 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
2795 if Semantic is not active.
2796
2797 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
2798
2799 * net/tramp.el (tramp-remote-selinux-p): New defun.
2800 (tramp-handle-file-selinux-context)
2801 (tramp-handle-set-file-selinux-context): Use it.
2802
2803 2010-04-28 Sam Steingold <sds@gnu.org>
2804
2805 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2806 `safe-local-variable' if the value is a string or a symbol with
2807 the property `bug-reference-url-format'.
2808
2809 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
2810
2811 * progmodes/bug-reference.el (bug-reference-url-format): Revert
2812 2010-04-27 change due to security risk.
2813
2814 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2815
2816 Make it possible to locally disable a globally enabled mode.
2817 * simple.el (fundamental-mode): Run fundamental-mode-hook.
2818 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
2819 rather than kill-all-local-variables so it runs fundamental-mode-hook.
2820 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2821 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
2822 that subsequent hooks get a chance to disable it.
2823
2824 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2825
2826 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2827 Avoid re-enabling a minor mode after the user turned the minor mode
2828 off if MODE-enable-in-buffers is run twice (typically once from
2829 fundamental-mode's after-change-major-mode-hook and a second time from
2830 run-mode-hook's own after-change-major-mode-hook).
2831
2832 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
2833
2834 2010-04-27 Sam Steingold <sds@gnu.org>
2835
2836 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2837 `safe-local-variable' if the value is a string or a function, as
2838 documented and implemented on 2010-04-02.
2839
2840 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
2841
2842 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
2843 when method is 'kill.
2844
2845 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
2846
2847 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
2848 condition in default directory check.
2849 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
2850 Kill ispell process when killing its associated buffer.
2851
2852 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
2853
2854 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
2855 but we aren't using it.
2856
2857 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
2858
2859 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
2860 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
2861
2862 2010-04-24 Glenn Morris <rgm@gnu.org>
2863
2864 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
2865 Ignore VCS-ignore files, and deleted nextstep preferences files.
2866 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
2867 (authors-ambiguous-files): New list.
2868 (authors-valid-file-names): Add some deleted files.
2869 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
2870 (authors-disambiguate-file-name): New function. (Bug#5501)
2871 (authors-canonical-file-name): Doc fix.
2872 Don't warn about obsolete files.
2873 (authors-canonical-file-name, authors-scan-el):
2874 Use authors-disambiguate-file-name.
2875
2876 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2877 Add autoload cookies.
2878 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
2879 (generated-autoload-file): Set file-local value to "htmlfontify.el".
2880 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
2881 They have definitions / compiler macros in cl.el.
2882 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2883 Replace manual autoloads with generated ones.
2884 (htmlfontify-unload-rgb-file): Remove autoload.
2885 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
2886
2887 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2888
2889 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
2890 (byte-compile-setq-default): Optimize for the
2891 single-var case and don't call byte-compile-form in this case to avoid
2892 inf-loop with byte-compile-set-default.
2893
2894 * progmodes/compile.el (compilation-start): Abbreviate default directory.
2895
2896 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
2897
2898 Implement SELINUX backends.
2899
2900 * net/tramp.el (tramp-file-name-handler-alist):
2901 Add `file-selinux-context' and `set-file-selinux-context'.
2902 (tramp-handle-file-selinux-context)
2903 (tramp-handle-set-file-selinux-context): New defuns.
2904 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2905 Handle PRESERVE-SELINUX-CONTEXT.
2906
2907 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2908 Add `file-selinux-context' and `set-file-selinux-context'.
2909 (tramp-gvfs-handle-file-selinux-context)
2910 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2911 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2912
2913 * net/ange-ftp.el (ange-ftp-copy-file):
2914 * net/tramp-fish.el (tramp-fish-handle-copy-file):
2915 * net/tramp-imap.el (tramp-imap-handle-copy-file):
2916 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2917 Add PRESERVE-SELINUX-CONTEXT.
2918
2919 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2920
2921 Synchronize with Tramp repository.
2922
2923 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
2924 (tramp-action-process-alive, tramp-action-out-of-band)
2925 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2926 (tramp-exists-file-name-handler): Fix docstring.
2927 (with-progress-reporter): New defmacro.
2928 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
2929 (tramp-maybe-open-connection): Use it.
2930
2931 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
2932
2933 Detect ssh 'ControlMaster' argument automatically in some cases.
2934
2935 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2936 (tramp-default-method): Use it.
2937
2938 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2939
2940 * net/tramp.el (tramp-handle-copy-file): Add new optional
2941 parameter `preserve-selinux-context'.
2942 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
2943
2944 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2945
2946 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
2947 Ensure, that non remote files are still checked. Oops.
2948
2949 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
2950
2951 Fix Bug#5840.
2952
2953 * icomplete.el (icomplete-completions): Use `non-essential'.
2954
2955 * net/tramp.el (tramp-connectable-p): New defun.
2956 (tramp-handle-expand-file-name)
2957 (tramp-completion-handle-file-name-all-completions)
2958 (tramp-completion-handle-file-name-completion): Use it.
2959
2960 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2961
2962 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
2963
2964 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2965
2966 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
2967
2968 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
2969
2970 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
2971 is present.
2972
2973 * info.el (info-tool-bar-map): Add labels.
2974
2975 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
2976
2977 * cus-edit.el (custom-commands): Add labels for tool bar.
2978 (custom-buffer-create-internal, Custom-mode): Adjust for
2979 labels in custom-commands.
2980
2981 * dynamic-setting.el: Renamed from font-setting.el.
2982
2983 2010-04-21 John Wiegley <jwiegley@gmail.com>
2984
2985 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
2986 toggles the use of virtual buffers.
2987 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
2988 value.
2989 (ido-toggle-virtual-buffers): New function.
2990
2991 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
2992
2993 Use `define-derived-mode'; fix window selection; doc fixes.
2994 * play/tetris.el (tetris, tetris-update-speed-function)
2995 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
2996 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
2997 (tetris-rotate-next, tetris-end-game, tetris-start-game)
2998 (tetris-pause-game): Fix typos in docstrings.
2999 (tetris-mode-map, tetris-null-map):
3000 Move initialization into declaration.
3001 (tetris-mode): Define with `define-derived-mode';
3002 set show-trailing-whitespace to nil.
3003 (tetris): Prefer window already displaying the "*Tetris*" buffer.
3004
3005 2010-04-21 Karel Klíč <kklic@redhat.com>
3006
3007 * files.el (backup-buffer): Handle SELinux context, and return it
3008 if a backup was made by renaming.
3009 (backup-buffer-copy): Set SELinux context to the target file.
3010 (basic-save-buffer): Set SELinux context of the newly written file.
3011 (basic-save-buffer-1): Now it also returns any SELinux context.
3012 (basic-save-buffer-2): Set SELinux context of the newly created file,
3013 and return it.
3014 * net/tramp.el (tramp-file-name-for-operation):
3015 Add file-selinux-context.
3016
3017 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3018
3019 Make the log-edit comments use RFC822 format throughout.
3020
3021 * vc.el (vc-checkin, vc-modify-change-comment):
3022 Adjust to new vc-start/finish-logentry.
3023 (vc-find-conflicted-file): New command.
3024 (vc-transfer-file): Adjust to new vc-checkin.
3025 (vc-next-action): Improve scoping.
3026
3027 * vc-hg.el (vc-hg-log-edit-mode): Remove.
3028 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
3029
3030 * vc-git.el (vc-git-log-edit-mode): Remove.
3031 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
3032 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
3033
3034 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
3035 (vc-start-logentry): Remove argument `extra'.
3036 (vc-finish-logentry): Remove extra args.
3037
3038 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
3039 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
3040 (vc-bzr-conflicted-files): New function.
3041
3042 * log-edit.el (log-edit-extra-flags)
3043 (log-edit-before-checkin-process): Remove.
3044 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
3045 (log-edit-headers-alist): New var.
3046 (log-edit-header-contents-regexp): New const.
3047 (log-edit-match-to-eoh): New function.
3048 (log-edit-font-lock-keywords): Use them.
3049 (log-edit): Insert a "Summary:" header as default.
3050 (log-edit-mode): Mark font-lock rules as case-insensitive.
3051 (log-edit-done): Cleanup headers.
3052 (log-view-process-buffer): Remove.
3053 (log-edit-extract-headers): New function to replace it.
3054
3055 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
3056
3057 * subr.el (default-direction-reversed): Remove obsolescence info.
3058
3059 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3060
3061 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
3062 windows/frames.
3063
3064 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
3065 I.e. include text after point in the completion region.
3066 Also, return nil when we're not after/in a symbol.
3067
3068 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
3069 default enable-multibyte-characters.
3070
3071 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3072
3073 * international/mule.el: Help the user choose a valid coding-system.
3074 (read-buffer-file-coding-system): New function.
3075 (set-buffer-file-coding-system): Use it. Prompt the user if the
3076 coding-system cannot encode all the chars.
3077
3078 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
3079 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
3080 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
3081 Don't use *vc-bzr-shelve*.
3082
3083 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3084
3085 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
3086 Don't destroy list before using it.
3087
3088 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
3089
3090 Fix the version number for added files.
3091 * vc-hg.el (vc-hg-working-revision): Check if the file is
3092 registered after hg parent fails (Bug#5961).
3093
3094 2010-04-19 Glenn Morris <rgm@gnu.org>
3095
3096 * htmlfontify.el (htmlfontify-buffer)
3097 (htmlfontify-copy-and-link-dir): Autoload entry points.
3098
3099 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
3100
3101 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
3102 name relative to the project root (Bug#5960).
3103
3104 2010-04-19 Glenn Morris <rgm@gnu.org>
3105
3106 * vc-git.el (vc-git-print-log): Doc fix.
3107
3108 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3109
3110 * ido.el (ido-file-internal): Fix 2009-12-02 change.
3111
3112 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
3113
3114 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
3115 default settings (Bug#5928).
3116
3117 2010-04-19 Glenn Morris <rgm@gnu.org>
3118
3119 * progmodes/fortran.el (fortran-match-and-skip-declaration):
3120 New function.
3121 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
3122
3123 2010-04-19 Kenichi Handa <handa@m17n.org>
3124
3125 * language/indian.el (malayalam-composable-pattern): Fix previous
3126 change (add U+0D4D "SIGN VIRAMA").
3127 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
3128 (tamil-composable-pattern): Fix typo in the regexp.
3129 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
3130 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
3131 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
3132
3133 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3134
3135 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
3136 paragraph-separate (Bug#5821).
3137
3138 2010-04-19 Juri Linkov <juri@jurta.org>
3139
3140 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
3141
3142 * info.el (Info-find-node-2): Comment out code that skips
3143 breadcrumbs line.
3144 (Info-mouse-follow-link): New command.
3145 (Info-link-keymap): New keymap.
3146 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
3147 Return a string with links instead of inserting breadcrumbs
3148 to the Info buffer.
3149 (Info-fontify-node): Comment out code that inserts breadcrumbs.
3150 Instead of putting the `invisible' text property over the Info
3151 header, make an overlay over the Info header with the `invisible'
3152 property and `after-string' set to the string returned by
3153 `Info-breadcrumbs'.
3154
3155 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3156
3157 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
3158 Reported by monkey@sandpframing.com.
3159
3160 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3161
3162 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
3163 (tmm-get-keymap): Add key-binding shortcuts now that they're not
3164 available in the "keyseq cache" any more.
3165
3166 * custom.el (defcustom): Add edebug spec.
3167
3168 2010-04-18 Juri Linkov <juri@jurta.org>
3169
3170 Test for special mode-class in view-buffer instead of view-file (bug#5513).
3171
3172 * view.el (view-file, view-buffer): Move test for special mode-class
3173 from view-file to view-buffer.
3174
3175 * tar-mode.el (tar-extract): Turn if's into one cond
3176 like in arc-mode.el.
3177
3178 2010-04-18 Juri Linkov <juri@jurta.org>
3179
3180 Add 7z archive format support (bug#5475).
3181
3182 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
3183 (archive-7z-extract): New defcustom.
3184 (archive-find-type): Add magic string for 7z.
3185 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
3186 If `stderr-file' is non-nil, use `(t stderr-file)' for the
3187 `buffer' arg of `call-process'.
3188 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
3189 call the function `archive-7z-extract' with the variable
3190 `archive-7z-extract' let-bound to `archive-zip-extract'.
3191 (archive-7z-summarize, archive-7z-extract): New functions.
3192
3193 * international/mule.el (auto-coding-alist):
3194 * files.el (auto-mode-alist): Add 7z file extension.
3195
3196 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3197
3198 * loadup.el: Setup hash-cons for pure data.
3199
3200 Fix duplicate entries in cedet's loaddefs.el files.
3201 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
3202 Should make most file-local generated-autoload-file unnecessary.
3203 (print-readably): Silence warnings.
3204 (autoload-find-destination): Take load-name as an arg to make sure
3205 it's the same as the one that will be in the file.
3206 (autoload-generate-file-autoloads): Adjust to above changes.
3207 Try to make the dataflow a bit simpler.
3208
3209 * cvs-status.el (cvs-refontify): Remove unused.
3210
3211 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3212
3213 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
3214
3215 * calc-bin.el (calc-radix): Have the "O" option turn on
3216 twos-complement mode.
3217
3218 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
3219
3220 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
3221 Add `calc-option-prefix-help' to calc-help autoloads.
3222 (calc-inverse): Add "Option" to message, as appropriate.
3223 (calc-hyperbolic): Add "Option" to message, as appropriate.
3224 (calc-option, calc-is-option): New functions.
3225
3226 * calc-help.el (calc-full-help): Add `calc-option-help'.
3227 (calc-option-prefix-help): New function.
3228
3229 * calc-misc.el (calc-help): Add "Option" entry.
3230
3231 * calc.el (calc-local-var-list): Add `calc-option-flag'.
3232 (calc-option-flag): New variable.
3233 (calc-do): Set `calc-option-flag to nil.
3234 (calc-set-mode-line): Add "Opt " as appropriate.
3235
3236 2010-04-16 Juri Linkov <juri@jurta.org>
3237
3238 Move scrolling commands from simple.el to window.el
3239 because their primitives are implemented in window.c.
3240
3241 * simple.el (scroll-error-top-bottom)
3242 (scroll-up-command, scroll-down-command, scroll-up-line)
3243 (scroll-down-line, scroll-other-window-down)
3244 (beginning-of-buffer-other-window, end-of-buffer-other-window):
3245 * window.el (scroll-error-top-bottom)
3246 (scroll-up-command, scroll-down-command, scroll-up-line)
3247 (scroll-down-line, scroll-other-window-down)
3248 (beginning-of-buffer-other-window, end-of-buffer-other-window):
3249 Move from simple.el to window.el because their primitives are
3250 implemented in window.c.
3251
3252 2010-04-16 Juri Linkov <juri@jurta.org>
3253
3254 * isearch.el (isearch-lookup-scroll-key): Check both
3255 `isearch-scroll' and `scroll-command' properties.
3256 (scroll-up, scroll-down): Remove `isearch-scroll' property.
3257
3258 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
3259
3260 * simple.el (scroll-up-command, scroll-down-command)
3261 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
3262
3263 2010-04-15 Juri Linkov <juri@jurta.org>
3264
3265 * simple.el (scroll-up-command, scroll-down-command)
3266 (scroll-up-line, scroll-down-line): Put `scroll-command'
3267 property on the these symbols. Remove them from
3268 `scroll-preserve-screen-position-commands'.
3269
3270 * mwheel.el (mwheel-scroll): Put `scroll-command' and
3271 `isearch-scroll' properties on the `mwheel-scroll' symbol.
3272 Remove it from `scroll-preserve-screen-position-commands'.
3273
3274 * isearch.el (isearch-allow-scroll): Doc fix.
3275
3276 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
3277
3278 * net/tramp.el (tramp-error-with-buffer): Don't show the
3279 connection buffer when we are in completion mode.
3280 (tramp-file-name-handler): Catch the error for some operations
3281 when we are in completion mode. This gives the user the chance to
3282 correct the file name in the minibuffer.
3283
3284 2010-04-15 Glenn Morris <rgm@gnu.org>
3285
3286 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
3287
3288 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
3289
3290 Simplify by using `define-derived-mode'.
3291 * info.el (Info-mode):
3292 * calendar/todo-mode.el (todo-mode):
3293 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
3294 (gomoku-mode-map): Move initialization into declaration.
3295
3296 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
3297
3298 Fix Bug#5840.
3299 * ido.el (ido-file-name-all-completions-1):
3300 * minibuffer.el (minibuffer-completion-help):
3301 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
3302
3303 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3304
3305 * simple.el (non-essential): New var.
3306
3307 Add a new field `location' to bookmarks for non-file bookmarks.
3308 * bookmark.el (bookmark-location): Use the new field, if present.
3309 (bookmark-insert-location): Undo last change, not needed any more.
3310 * man.el (Man-bookmark-make-record):
3311 * woman.el (woman-bookmark-make-record): Add `location' field.
3312
3313 2010-04-14 Juri Linkov <juri@jurta.org>
3314
3315 * simple.el (scroll-error-top-bottom): New defcustom.
3316 (scroll-up-command, scroll-down-command): Use it. Doc fix.
3317
3318 * emulation/pc-select.el (pc-select-override-scroll-error):
3319 Obsolete in favor of `scroll-error-top-bottom'.
3320
3321 2010-04-14 Juri Linkov <juri@jurta.org>
3322
3323 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3324 `scroll-up-command' and `M-v' to `scroll-down-command'.
3325
3326 * emulation/cua-rect.el (cua--init-rectangles):
3327 * forms.el (forms--change-commands):
3328 * image-mode.el (image-mode-map):
3329 Remap scroll-down-command and scroll-up-command
3330 in addition to scroll-down and scroll-up.
3331
3332 2010-04-14 Juri Linkov <juri@jurta.org>
3333
3334 * mwheel.el (scroll-preserve-screen-position-commands):
3335 Add mwheel-scroll to this list of commands.
3336
3337 * simple.el (scroll-preserve-screen-position-commands):
3338 Add scroll-up-command, scroll-down-command, scroll-up-line,
3339 scroll-down-line to this list of commands.
3340
3341 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3342
3343 * obsolete/complete.el: Move from lisp/complete.el.
3344
3345 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3346
3347 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3348 to the minor mode function now turns the mode ON unconditionally.
3349
3350 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3351
3352 * vc-dir.el (vc-dir-kill-line): New command.
3353 (vc-dir-mode-map): Bind it to C-k.
3354
3355 * bookmark.el (bookmark-insert-location): Handle a nil filename.
3356
3357 * woman.el: Add bookmark declarations to silence the compiler.
3358 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3359 step to compatibility between man and woman bookmarks.
3360 Adjust for Man-default-bookmark-title renaming.
3361 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
3362
3363 * man.el: Add bookmark declarations to silence the compiler.
3364 (Man-name-local-regexp): Make it match NAME as well.
3365 (Man-getpage-in-background): Return the buffer.
3366 (Man-notify-when-ready): Use `case'.
3367 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3368 Don't hardcode "NAME". Simplify.
3369 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3370 Rename from Man-bookmark-make-record.
3371 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
3372 we have the actual man-args. Use Man-getpage-in-background rather
3373 than `man' since the arg is already processed. Let bookmark.el do the
3374 window handling. Only wait for the relevant process.
3375 Don't forget to autoload.
3376
3377 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3378
3379 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3380
3381 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3382 New functions.
3383 (woman-mode): Setup bookmark support.
3384
3385 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3386 (man-bookmark-jump): New functions.
3387 (Man-mode): Setup bookmark support.
3388
3389 2010-04-10 Jari Aalto <jari.aalto@cante.net>
3390
3391 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3392 recognize ssh-keygen prompt (Bug#2817).
3393
3394 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3395
3396 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3397
3398 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3399
3400 Synchronize with Tramp repository.
3401
3402 * net/tramp.el (tramp-completion-function-alist)
3403 (tramp-file-name-regexp, tramp-chunksize)
3404 (tramp-local-coding-commands, tramp-remote-coding-commands):
3405 Fix docstring.
3406 (tramp-remote-process-environment): Use `format' instead of `concat'.
3407 (tramp-handle-directory-files-and-attributes)
3408 (tramp-get-remote-path): Use `copy-tree'.
3409 (tramp-handle-file-name-all-completions): Backward/ XEmacs
3410 compatibility: Use `completion-ignore-case' if
3411 `read-file-name-completion-ignore-case' does not exist.
3412 (tramp-do-copy-or-rename-file-directly): Do not use
3413 `tramp-handle-file-remote-p'.
3414 (tramp-do-copy-or-rename-file-out-of-band):
3415 Use `tramp-compat-delete-directory'.
3416 (tramp-do-copy-or-rename-file-out-of-band)
3417 (tramp-compute-multi-hops, tramp-maybe-open-connection):
3418 Use `format-spec-make'.
3419 (tramp-find-foreign-file-name-handler)
3420 (tramp-advice-make-auto-save-file-name)
3421 (tramp-set-auto-save-file-modes): Remove superfluous check for
3422 `stringp'. This is done inside `tramp-tramp-file-p'.
3423 (tramp-debug-outline-regexp): New defconst.
3424 (tramp-get-debug-buffer): Use it.
3425 (tramp-check-for-regexp): Use (forward-line 1).
3426 (tramp-set-auto-save-file-modes): Adapt version check.
3427
3428 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3429 Wrap call of `featurep' for 2nd argument.
3430 (tramp-compat-make-temp-file): Simplify fallback implementation.
3431 (tramp-compat-copy-tree): Remove function.
3432 (tramp-compat-delete-directory): Provide implementation for older
3433 Emacsen.
3434
3435 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3436 Do not use `tramp-fish-handle-file-attributes.
3437
3438 * net/trampver.el: Update release number.
3439
3440 2010-04-10 Glenn Morris <rgm@gnu.org>
3441
3442 * progmodes/compile.el (compilation-save-buffers-predicate):
3443 Add missing :version tag.
3444
3445 2010-04-09 Sam Steingold <sds@gnu.org>
3446
3447 * progmodes/compile.el (compilation-save-buffers-predicate):
3448 Remove the "autoload" cookie.
3449
3450 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3451 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3452 and `bug-reference-prog-mode' can be used in hooks directly.
3453
3454 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3455
3456 Add --author support to git commit.
3457 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3458 (vc-git-log-edit-mode): New minor mode.
3459 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3460 New declarations.
3461
3462 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
3463
3464 * vc-hooks.el, vc-git.el: Improve documentation comments.
3465
3466 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3467
3468 Fix some of the problems in defsubst* (bug#5728).
3469 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3470 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3471
3472 2010-04-07 Sam Steingold <sds@gnu.org>
3473
3474 * progmodes/compile.el (compilation-save-buffers-predicate):
3475 New custom variable.
3476 (compile, recompile): Pass it to `save-some-buffers'.
3477
3478 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
3479
3480 * wid-edit.el (widget-choose): Move cursor to the second line of
3481 the buffer (Bug#5695).
3482
3483 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3484
3485 Add new VC methods: vc-log-incoming and vc-log-outgoing.
3486 * vc.el (vc-print-log-setup-buttons): New function split out from
3487 vc-print-log-internal.
3488 (vc-log-internal-common): New function, a parametrized version of
3489 vc-print-log-internal.
3490 (vc-print-log-internal): Just call vc-log-internal-common with the
3491 right arguments.
3492 (vc-incoming-outgoing-internal):
3493 (vc-log-incoming, vc-log-outgoing): New functions.
3494 (vc-log-view-type): New permanent local variable.
3495
3496 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3497
3498 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3499 of the dynamic bound vc-short-log.
3500 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3501
3502 * vc-git.el (vc-git-log-outgoing): New function.
3503 (vc-git-log-view-mode): Use vc-log-view-type instead
3504 of the dynamic bound vc-short-log.
3505
3506 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3507 of the dynamic bound vc-short-log. Highlight the tag.
3508 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3509 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3510 (vc-hg-incoming-mode): Remove.
3511 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3512
3513 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3514
3515 Fix default-directory for vc-root-diff.
3516 * vc.el (vc-root-diff): Bind default-directory to the root
3517 directory for the diff command.
3518
3519 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
3520
3521 * progmodes/verilog-mode.el (verilog-forward-sexp):
3522 (verilog-calc-1): Support "disable fork" and "fork wait" multi
3523 word keywords, suggested by Steve Pearlmutter.
3524 (verilog-pretty-declarations): Support lineup of declarations in
3525 port lists.
3526 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3527 fix bug for /* / comments.
3528 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3529 Speed up and simplfy as this is never called with a bound.
3530 (verilog-pretty-declarations): Enhance to line up declarations
3531 inside a parameter list, suggested by Alan Morgan.
3532 (verilog-pretty-expr): Tune assignment regular expression match
3533 string for corner cases; also use markers instead of character
3534 number as indent changes the later.
3535
3536 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
3537
3538 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3539 as missing keyword.
3540 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3541 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
3542 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3543 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
3544 Tennant.
3545 (verilog-keywords):
3546 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3547 1800-2009 keywords, including "global.".
3548
3549 2010-04-06 John Wiegley <jwiegley@gmail.com>
3550
3551 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3552 appearing in buffer list (if a live buffer name matched a recentf
3553 file basename). Should use uniquify to offer a real solution.
3554
3555 2010-04-06 John Wiegley <jwiegley@gmail.com>
3556
3557 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
3558 comment to code, and add a :version tag.
3559 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
3560
3561 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
3562
3563 Enable recentf-mode if using virtual buffers.
3564 * ido.el (recentf-list): Declare for byte-compiler.
3565 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
3566 (ido-make-buffer-list): Simplify.
3567 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
3568
3569 2010-04-05 Juri Linkov <juri@jurta.org>
3570
3571 Scrolling commands which scroll a line instead of full screen.
3572 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3573
3574 * simple.el (scroll-up-line, scroll-down-line): New commands.
3575 Put property isearch-scroll=t on them.
3576
3577 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
3578 Remove commands.
3579
3580 2010-04-05 Juri Linkov <juri@jurta.org>
3581
3582 Scrolling commands which do not signal errors at top/bottom.
3583 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3584
3585 * simple.el (scroll-up-command, scroll-down-command): New commands.
3586 Put property isearch-scroll=t on them.
3587
3588 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
3589 `scroll-down-command' and [next] from `scroll-up' to
3590 `scroll-up-command'.
3591
3592 * emulation/cua-base.el: Put property CUA=move on
3593 `scroll-up-command' and `scroll-down-command'.
3594 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
3595 and `scroll-down-command' to `cua-scroll-down'.
3596
3597 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
3598
3599 * help.el (describe-mode): Return nil.
3600
3601 2010-04-04 John Wiegley <jwiegley@gmail.com>
3602
3603 * ido.el (ido-use-virtual-buffers): New variable to indicate
3604 whether "virtual buffer" support is enabled for IDO.
3605 (ido-virtual): Face used to indicate virtual buffers in the list.
3606 (ido-buffer-internal): If a buffer is chosen, and no such buffer
3607 exists, but a virtual buffer of that name does (which would be why
3608 it was in the list), recreate the buffer by reopening the file.
3609 (ido-make-buffer-list): If virtual buffers are being used, call
3610 `ido-add-virtual-buffers-to-list' before the make list hook.
3611 (ido-virtual-buffers): New variable which contains a copy of the
3612 current contents of the `recentf-list', albeit pared down for the
3613 sake of speed, and with proper faces applied.
3614 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
3615 create a list of "virtual buffers" to present to the user in
3616 addition to the currently open set. Note that this logic could
3617 get rather slow if that list is too large. With the default
3618 `recentf-max-saved-items' of 200, there is little speed penalty.
3619
3620 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3621
3622 * font-lock.el: Require CL when compiling.
3623 (font-lock-turn-on-thing-lock): Use `case'.
3624
3625 2010-04-03 Eli Zaretskii <eliz@gnu.org>
3626
3627 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
3628 Zaretskii.
3629
3630 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
3631
3632 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
3633 (semantic-create-imenu-directory-index): Fix typos in docstrings.
3634 (semantic-imenu-goto-function): Reflow docstring.
3635
3636 2010-04-02 Juri Linkov <juri@jurta.org>
3637
3638 * ehelp.el (electric-help-orig-major-mode):
3639 New buffer-local variable.
3640 (electric-help-mode): Set it to original major-mode. Doc fix.
3641 (with-electric-help): Use `electric-help-orig-major-mode' instead
3642 of (default-value 'major-mode). Doc fix.
3643 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
3644
3645 2010-04-02 Sam Steingold <sds@gnu.org>
3646
3647 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
3648 `vc-hg-command' with a list of flags.
3649
3650 * progmodes/bug-reference.el (bug-reference-bug-regexp):
3651 Also accept "patch" and "RFE".
3652 (bug-reference-fontify): `bug-reference-url-format' can also be a
3653 function to be able to handle the bug kind.
3654 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
3655
3656 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
3657
3658 * tmm.el (tmm-get-keymap): Check with symbolp before passing
3659 value to fboundp, it may not be a symbol.
3660
3661 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3662
3663 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
3664
3665 2010-03-31 Juri Linkov <juri@jurta.org>
3666
3667 * simple.el (next-line, previous-line): Re-throw a signal
3668 with `signal' instead of using `ding'.
3669 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
3670
3671 2010-03-31 Juri Linkov <juri@jurta.org>
3672
3673 * simple.el (keyboard-escape-quit): Raise deselecting the active
3674 region higher than exiting the minibuffer.
3675 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
3676
3677 2010-03-31 Juri Linkov <juri@jurta.org>
3678
3679 * image.el (image-animated-p): Use `image-metadata' instead of
3680 `image-extension-data'. Get GIF extenstion data from metadata
3681 property `extension-data'.
3682
3683 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3684
3685 * simple.el (append-to-buffer): Simplify.
3686
3687 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
3688
3689 * textmodes/artist.el (artist-mode): Fix typo in docstring.
3690 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
3691
3692 2010-03-31 Kenichi Handa <handa@m17n.org>
3693
3694 * language/sinhala.el (composition-function-table): Fix regexp for
3695 the new Unicode specification.
3696
3697 * language/indian.el (devanagari-composable-pattern)
3698 (tamil-composable-pattern, kannada-composable-pattern)
3699 (malayalam-composable-pattern): Adjust for the new Unicode
3700 specification.
3701 (bengali-composable-pattern, gurmukhi-composable-pattern)
3702 (gujarati-composable-pattern, oriya-composable-pattern)
3703 (telugu-composable-pattern): New variables to cope with the new
3704 Unicode specification. Use them in composition-function-table.
3705
3706 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3707
3708 Make tmm-menubar work for the Buffers menu again (bug#5726).
3709 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
3710 vectors rather than cons cells, as used in menu-bar-update-buffers.
3711
3712 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3713
3714 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
3715 (js-insert-and-indent): Revert 2009-08-15 change, restoring
3716 electric punctuation for "{}();,:" (Bug#5586).
3717
3718 * mail/sendmail.el (mail-default-directory): Doc fix.
3719
3720 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3721
3722 * mail/sendmail.el (mail-default-directory): Doc fix.
3723
3724 2010-03-31 Eli Zaretskii <eliz@gnu.org>
3725
3726 * subr.el (version-regexp-alist, version-to-list)
3727 (version-list-<, version-list-=, version-list-<=)
3728 (version-list-not-zero, version<, version<=, version=): Doc fix.
3729 (Bug#5744).
3730
3731 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
3732
3733 * vc.el (vc-root-diff): Doc fix.
3734
3735 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3736
3737 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
3738
3739 * simple.el (append-to-buffer): Fix last change.
3740
3741 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3742
3743 * simple.el (append-to-buffer): Ensure that point is preserved if
3744 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
3745 (Bug#5749)
3746
3747 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3748
3749 * files.el (auto-mode-case-fold): Change default to t.
3750
3751 2010-03-30 Juri Linkov <juri@jurta.org>
3752
3753 * dired-x.el (dired-omit-mode): Doc fix.
3754
3755 2010-03-30 Juri Linkov <juri@jurta.org>
3756
3757 * replace.el (occur-accumulate-lines): Move occur-engine related
3758 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
3759 to be located after `occur-engine'.
3760
3761 2010-03-30 Juri Linkov <juri@jurta.org>
3762
3763 Make occur handle multi-line matches cleanly with context.
3764 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
3765
3766 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
3767 (occur-engine): Add local variables `ret', `prev-after-lines',
3768 `prev-lines'. Use more arguments for `occur-context-lines'.
3769 Set first elem of its returned list to `data', and the second elem
3770 to `prev-after-lines'. Don't print the separator line.
3771 In the end, print remaining context after-lines.
3772 (occur-context-lines): Add new arguments `begpt', `endpt',
3773 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
3774 after-lines of the previous match with before-lines of the
3775 current match and not overlap them. Return a list with two
3776 values: the output line and the list of context after-lines.
3777
3778 2010-03-30 Juri Linkov <juri@jurta.org>
3779
3780 * replace.el (occur-accumulate-lines): Fix a bug where the first
3781 context line at the beginning of the buffer was missing.
3782
3783 2010-03-30 Eli Zaretskii <eliz@gnu.org>
3784
3785 * files.el: Make bidi-display-reordering safe variable for boolean
3786 values.
3787
3788 2010-03-29 Phil Hagelberg <phil@evri.com>
3789 Chong Yidong <cyd@stupidchicken.com>
3790
3791 * subr.el: Extend progress reporters to perform "spinning".
3792 (progress-reporter-update, progress-reporter-do-update):
3793 Handle non-numeric value arguments.
3794 (progress-reporter--pulse-characters): New var.
3795
3796 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
3797
3798 * progmodes/compile.el (compilation-start): Fix regexp detection
3799 of initial cd command (Bug#5771).
3800
3801 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
3802
3803 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
3804
3805 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
3806
3807 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
3808 * lisp/progmodes/gdb-mi.el: Restore.
3809 * lisp/progmodes/gdb-ui.el: Remove.
3810 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
3811
3812 2010-03-25 Glenn Morris <rgm@gnu.org>
3813
3814 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
3815 all dired buffers, even tramp ones. (Bug#5755)
3816
3817 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3818
3819 Add "union tags" in mpc.el.
3820 * mpc.el: Remove backward compatibility code.
3821 (mpc-browser-tags): Change default.
3822 (mpc--find-memoize-union-tags): New var.
3823 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
3824 (mpc-cmd-find): Handle the case where the playlist does not exist.
3825 Handle union-tags.
3826 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
3827 (mpc-cmd-add): Use mpc-cmd-flush.
3828 (mpc-tagbrowser-tag-name): New fun.
3829 (mpc-tagbrowser-buf): Use it.
3830 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
3831
3832 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3833
3834 Misc cleanup.
3835 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
3836 Use replace-regexp-in-string.
3837 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
3838 (makefile-imake-mode-syntax-table): Move init into defvar.
3839 (makefile-mode): Use define-derived-mode.
3840
3841 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
3842 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
3843 not be present any more.
3844
3845 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3846
3847 * faces.el (set-face-attribute): Fix typo in docstring.
3848 (face-valid-attribute-values): Reflow docstring.
3849
3850 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
3851
3852 2010-03-24 Glenn Morris <rgm@gnu.org>
3853
3854 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
3855
3856 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
3857
3858 * indent.el (indent-for-tab-command): Doc fix.
3859
3860 2010-03-24 Alan Mackenzie <acm@muc.de>
3861
3862 * progmodes/cc-engine.el (c-remove-stale-state-cache):
3863 Fix off-by-one error. Fixes bug #5747.
3864
3865 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3866
3867 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
3868 (image-dired-read-comment): Doc fix.
3869
3870 * json.el (json-object-type, json-array-type, json-key-type)
3871 (json-false, json-null, json-read-number):
3872 * minibuffer.el (completion-in-region-functions):
3873 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
3874 (cal-tex-cursor-week):
3875 * emacs-lisp/trace.el (trace-function):
3876 * eshell/em-basic.el (eshell/printnl):
3877 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
3878 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
3879 * obsolete/levents.el (allocate-event, event-key, event-object)
3880 (event-point, event-process, event-timestamp, event-to-character)
3881 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
3882 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
3883 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
3884 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
3885 (reftex-highlight-selection): Fix typos in docstrings.
3886
3887 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3888
3889 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
3890
3891 2010-03-24 Glenn Morris <rgm@gnu.org>
3892
3893 * mail/rmail.el (rmail-highlight-face): Restore option deleted
3894 2008-02-13 without comment; mark it obsolete.
3895 (rmail-highlight-headers): Use rmail-highlight-face once more.
3896
3897 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
3898
3899 * woman.el (woman2-process-escapes): Only consume the newline if
3900 the filler character is on a line by itself (Bug#5729).
3901
3902 2010-03-24 Kenichi Handa <handa@m17n.org>
3903
3904 * language/indian.el (devanagari-composable-pattern): Add more
3905 consonants.
3906
3907 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
3908
3909 * net/trampver.el: Update release number.
3910
3911 2010-03-24 Glenn Morris <rgm@gnu.org>
3912
3913 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
3914
3915 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
3916
3917 * net/tramp.el (tramp-find-executable):
3918 Use `tramp-get-connection-buffer'. Make the regexp for checking
3919 output of "wc -l" more robust.
3920 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
3921 (tramp-open-connection-setup-interactive-shell): Remove workaround
3922 for OpenSolaris bug, it is not needed anymore.
3923
3924 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
3925
3926 * cedet/semantic/imenu.el: New file, from the CEDET repository
3927 (Bug#5412).
3928
3929 2010-03-24 Glenn Morris <rgm@gnu.org>
3930
3931 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
3932
3933 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
3934
3935 * files.el (auto-mode-alist): Accept more verilog file patterns.
3936
3937 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3938
3939 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
3940
3941 2010-03-24 Glenn Morris <rgm@gnu.org>
3942
3943 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
3944 log-edit-before-checkin-process.
3945
3946 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
3947
3948 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
3949
3950 * vc-dispatcher.el (vc-start-logentry): Doc fix.
3951 (log-view-process-buffer, log-edit-extra-flags): Declare.
3952
3953 * log-edit.el (log-edit-before-checkin-process): Doc fix.
3954
3955 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3956 Consistently check ede-object is bound throughout.
3957
3958 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
3959
3960 2010-03-23 Sam Steingold <sds@gnu.org>
3961
3962 Fix bug#5620: recalculate all markers on compilation buffer
3963 modifications, not on file modifications.
3964 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
3965 the buffer modification time, for buffers not associated with files.
3966 (compilation-mode): Create it.
3967 (compilation-filter): Update it.
3968 (compilation-next-error-function): Use it instead of
3969 `visited-file-modtime' for timestamp.
3970
3971 2010-03-23 Juri Linkov <juri@jurta.org>
3972
3973 Implement Occur multi-line matches.
3974 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
3975
3976 * replace.el (occur): Doc fix.
3977 (occur-engine): Set `begpt' to the beginning of the first line.
3978 Set `endpt' to the end of the last match line. At first, count
3979 line numbers between `origpt' and `begpt'. Split out code from
3980 `out-line' variable to new let-bindings `match-prefix' and
3981 `match-str'. In `out-line' add non-numeric prefix to all
3982 non-first lines of multi-line matches. Finally, count lines
3983 between `begpt' and `endpt' and add to `lines'.
3984
3985 2010-03-23 Juri Linkov <juri@jurta.org>
3986
3987 * replace.el (occur-accumulate-lines, occur-engine):
3988 Use `occur-engine-line' instead of duplicate code.
3989 (occur-engine-line): New function created from duplicate code
3990 in `occur-accumulate-lines' and `occur-engine'.
3991
3992 * replace.el (occur-engine-line): Add optional arg `keep-props'.
3993 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
3994
3995 2010-03-23 Juri Linkov <juri@jurta.org>
3996
3997 * finder.el: Remove TODO tasks.
3998
3999 * info.el (Info-finder-find-node): Add node "all"
4000 with all package info. Handle a list of multiple keywords
4001 separated by comma.
4002 (info-finder): In interactive use with a prefix argument,
4003 use `completing-read-multiple' to read a list of keywords
4004 separated by comma.
4005
4006 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4007
4008 Add a new completion style `substring'.
4009 * minibuffer.el (completion-basic--pattern): New function.
4010 (completion-basic-try-completion, completion-basic-all-completions):
4011 Use it.
4012 (completion-substring--all-completions)
4013 (completion-substring-try-completion)
4014 (completion-substring-all-completions): New functions.
4015 (completion-styles-alist): New style `substring'.
4016
4017 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4018
4019 Get rid of .elc files after removal of the corresponding .el.
4020 * Makefile.in (compile-clean): New target.
4021 (compile-main): Use it.
4022
4023 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
4024
4025 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
4026 don't do make there. When compiling with separate object dir, there
4027 is no Makefile there.
4028
4029 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4030
4031 Get rid of the ELCFILES abomination, again.
4032 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4033 (all, compile): Don't call compile-last.
4034 (compile-main): Build the "elcfiles" list dynamically.
4035 (compile-targets): New (internal) target.
4036
4037 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
4038
4039 * Makefile.in (top_srcdir): Define.
4040 (abs_top_builddir): Define.
4041 (srcdir): Don't append `/..'.
4042 (EMACS): Use ${abs_top_builddir}.
4043 (all, compile, compile-always, compile-last): Don't set emacswd.
4044 (update-subdirs, update-authors): Use $(top_srcdir) instead of
4045 $(srcdir).
4046 (lisp): Use $(srcdir) instead of @srcdir@.
4047
4048 2010-03-21 Juri Linkov <juri@jurta.org>
4049
4050 Fix message of multi-line occur regexps and multi-buffer header lines.
4051 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
4052
4053 * replace.el (occur-1): Don't display regexp if it is longer
4054 than window-width. Use `query-replace-descr' to display regexp.
4055 (occur-engine): Don't display regexp in the buffer header for
4056 multi-buffer occur. Display a separate header line with total
4057 match count and regexp for multi-buffer occur.
4058 Use `query-replace-descr' to display regexp.
4059
4060 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
4061
4062 * net/secrets.el: Fix parenthesis.
4063 (secrets-enabled): Fix parenthesis.
4064
4065 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4066
4067 Use more relative file and directory names.
4068 * Makefile.in (EMACS): Arrange for it to work when we chdir.
4069 (setwins, setwins_almost, setwins_for_subdirs):
4070 Don't `cd'; output relative names.
4071 (all, compile, compile-always, compile-last): Set emacswd.
4072 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
4073 Just cd to the lisp source dir so we can use relative file names.
4074
4075 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
4076
4077 2010-03-20 Glenn Morris <rgm@gnu.org>
4078
4079 * textmodes/rst.el: Use faces for font-lock customization, and make the
4080 old -face variables obsolete.
4081 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
4082 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
4083 (rst-block-face, rst-external-face, rst-definition-face)
4084 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
4085 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
4086 Make obsolete.
4087 (rst-font-lock-keywords-function): Update for above changes.
4088
4089 2010-03-20 Juri Linkov <juri@jurta.org>
4090
4091 * s-region.el:
4092 * obsolete/s-region.el: Move to obsolete.
4093
4094 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
4095
4096 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
4097
4098 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4099
4100 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
4101
4102 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4103
4104 Add special markup processing for commit logs.
4105 * log-edit.el (log-edit-extra-flags): New variable.
4106 (log-edit): Add new argument MODE. Use that mode when non-nil
4107 instead of the log-view-mode.
4108 (log-view-process-buffer): New function.
4109
4110 * vc.el: Document that the checkin method takes optional
4111 arguments. Document new backend specific method: log-view-mode.
4112 (vc-default-log-edit-mode): New function.
4113 (vc-checkin): Use a backend specific log-view-mode.
4114 Pass extra arguments to the checkin method.
4115 (vc-modify-change-comment): Pass a dummy extra argument.
4116
4117 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
4118 log-edit.
4119 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
4120 (vc-finish-logentry): Process the log buffer before passing it
4121 down. Pass log-edit-extra-flags.
4122
4123 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
4124 command.
4125 (log-edit-extra-flags, log-edit-before-checkin-process):
4126 New declarations.
4127
4128 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
4129 command.
4130 (log-edit-extra-flags, log-edit-before-checkin-process):
4131 New declarations.
4132 (vc-hg-log-edit-mode): New derived mode.
4133
4134 * vc-arch.el (vc-arch-checkin):
4135 * vc-cvs.el (vc-cvs-checkin):
4136 * vc-git.el (vc-git-checkin):
4137 * vc-mtn.el (vc-mtn-checkin):
4138 * vc-rcs.el (vc-rcs-checkin):
4139 * vc-sccs.el (vc-sccs-checkin):
4140 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
4141
4142 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4143
4144 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
4145 parent typo).
4146
4147 2010-03-19 Glenn Morris <rgm@gnu.org>
4148
4149 * password-cache.el (password-cache, password-cache-expiry): Autoload.
4150
4151 2010-03-18 Glenn Morris <rgm@gnu.org>
4152
4153 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
4154
4155 * replace.el (query-replace-history): Give it a doc string.
4156 (map-query-replace-regexp): Use query-replace-from-history-variable
4157 and query-replace-to-history-variable.
4158
4159 * mail/hashcash.el (declare-function): Remove duplicate definition.
4160
4161 * mail/emacsbug.el (report-emacs-bug-pretest-address):
4162 Make it an obsolete alias for report-emacs-bug-address.
4163 (message-strip-special-text-properties): Declare.
4164 (report-emacs-bug): Remove test for a pretest bug address.
4165 Combine message-mode-specific code.
4166
4167 * mail/supercite.el: Don't require sendmail.
4168 (mh-in-header-p): Declare rather than using with-no-warnings.
4169 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
4170 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
4171
4172 * calendar/cal-french.el: Convert to utf-8.
4173
4174 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
4175 Emacs scripts.
4176
4177 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
4178
4179 * net/secrets.el (secrets-enabled): New variable. Use it instead
4180 of a subfeature.
4181
4182 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
4183
4184 * net/secrets.el (top): Register the D-Bus signals only when the
4185 service "org.freedesktop.secrets" can be pinged.
4186 Provide subfeature `enabled'.
4187
4188 2010-03-14 Juri Linkov <juri@jurta.org>
4189
4190 Add finder unknown keywords.
4191
4192 * finder.el (finder-unknown-keywords): New function.
4193
4194 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
4195 to create a Finder node with unknown keywords.
4196
4197 2010-03-14 Juri Linkov <juri@jurta.org>
4198
4199 * finder.el (finder-compile-keywords): Replace `princ' with
4200 `prin1' on a list of symbols interned from keyword strings.
4201
4202 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
4203 a comma, then split keywords using a comma and optional whitespace.
4204 Otherwise, split by whitespace.
4205
4206 * complete.el:
4207 * face-remap.el:
4208 * log-view.el:
4209 * net/hmac-def.el:
4210 * net/hmac-md5.el:
4211 * net/netrc.el:
4212 * progmodes/mixal-mode.el: Fix keywords.
4213
4214 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
4215
4216 * Makefile.in (ELCFILES): Add net/secrets.elc.
4217
4218 * net/secrets.el: New file.
4219
4220 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4221
4222 * facemenu.el (list-colors-display, list-colors-print): New arg
4223 callback. Use it to allow selecting colors.
4224
4225 * wid-edit.el (widget-image-insert): Insert image prop even if the
4226 current display is non-graphic.
4227 (widget-field-value-set): New fun.
4228 (editable-field): Use it.
4229 (widget-field-value-get): Clean up unused var.
4230 (widget-color-value-create, widget-color--choose-action):
4231 New funs. Allow using list-colors-display to choose color.
4232
4233 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4234
4235 * cus-edit.el: Resort topmost custom groups.
4236 (custom-buffer-sort-alphabetically): Default to t.
4237 (customize-apropos): Use apropos-parse-pattern.
4238 (custom-search-field): New var.
4239 (custom-buffer-create-internal): Add custom-apropos search field.
4240 (custom-add-parent-links): Don't display parent doc.
4241 (custom-group-value-create): Don't sort top-level custom group.
4242 (custom-magic-value-create): Show visibility button before option name.
4243
4244 (custom-variable-state): New fun, from custom-variable-state-set.
4245 (custom-variable-state-set): Use it.
4246 (custom-group-value-create): Hide options with standard values
4247 using the :hidden-states property. Use progress reporter.
4248
4249 (custom-show): Simplify.
4250 (custom-visibility): Disable images by default.
4251 (custom-variable): New property :hidden-states.
4252 (custom-variable-value-create): Enable images for
4253 custom-visibility widgets. Use :hidden-states property to
4254 determine initial visibility.
4255
4256 * wid-edit.el (widget-image-find): Give images center ascent.
4257 (visibility): Add :on-image and :off-image properties.
4258 (widget-visibility-value-create): Use them.
4259
4260 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4261
4262 * cus-edit.el (processes): Remove from development group.
4263 (oop, hypermedia): Delete group.
4264 (comm): Promote to top-level group.
4265
4266 * net/browse-url.el (browse-url):
4267 * net/xesam.el (xesam):
4268 * net/tramp.el (tramp):
4269 * net/goto-addr.el (goto-address):
4270 * net/ange-ftp.el (ange-ftp): Put in comm group.
4271
4272 * view.el (view): Remove from editing group.
4273
4274 * uniquify.el (uniquify): Put in files group.
4275
4276 * net/browse-url.el (browse-url):
4277 * ps-print.el (postscript): Put in external group.
4278
4279 * cus-edit.el (outlines):
4280 * textmodes/text-mode.el (text-mode-hook):
4281 * textmodes/table.el (table):
4282 * textmodes/picture.el (picture):
4283 * outline.el (outlines): Put in wp group.
4284
4285 * nxml/nxml-mode.el (nxml): Remove from wp group.
4286
4287 * net/tramp-imap.el (tramp-imap): Put in tramp group.
4288
4289 * mail/metamail.el (metamail): Remove from hypermedia group.
4290
4291 * cus-edit.el (abbrev):
4292 * whitespace.el (whitespace):
4293 * vcursor.el (vcursor):
4294 * reveal.el (reveal):
4295 * hl-line.el (hl-line): Put in convenience group.
4296
4297 * epg-config.el (epg): Put in data group.
4298
4299 * emulation/pc-select.el (pc-select): Put in emulations group.
4300
4301 * calculator.el (calculator): Put in applications group.
4302
4303 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4304
4305 Add .dir-locals.el support for file-less buffers.
4306 * files.el (hack-local-variables): Split out code to apply local
4307 variable settings ...
4308 (hack-local-variables-apply): ... here. New function.
4309 (hack-dir-local-variables): Use the default directory for when the
4310 buffer does not have an associated file.
4311 (hack-dir-local-variables-non-file-buffer): New function.
4312 * diff-mode.el (diff-mode):
4313 * vc-annotate.el (vc-annotate-mode):
4314 * vc-dir.el (vc-dir-mode):
4315 * log-edit.el (log-edit-mode):
4316 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4317
4318 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4319
4320 Add support for shelving snapshots and for showing shelves.
4321 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4322 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4323 New functions.
4324 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4325 (vc-bzr-extra-menu-map): Map them.
4326
4327 2010-03-11 Glenn Morris <rgm@gnu.org>
4328
4329 * cus-edit.el (customize-changed-options-previous-release):
4330 Bump to 23.1.
4331
4332 * image.el (image-animate-max-time): Fix :version tag.
4333
4334 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4335
4336 * Branch for 23.2.
4337
4338 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4339
4340 * vc-git.el (vc-git-revision-table): Include remote branches.
4341
4342 2010-03-10 Kim F. Storm <storm@cua.dk>
4343
4344 Animated image API.
4345 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4346
4347 * image.el (image-animate-max-time): New defcustom.
4348 (image-animated-types): New defconst.
4349 (create-animated-image, image-animate-timer)
4350 (image-animate-start, image-animate-stop, image-animate-timeout)
4351 (image-animated-p): New functions.
4352
4353 * image-mode.el (image-toggle-display-image):
4354 Replace `create-image' with `create-animated-image'.
4355
4356 2010-03-09 Miles Bader <miles@gnu.org>
4357
4358 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4359 instead of "format:"; this ensures that the output is
4360 newline-terminated.
4361
4362 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
4363
4364 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4365 that all errors are caught, and that the return value is always a
4366 list (Bug#5692).
4367
4368 2010-03-08 Kenichi Handa <handa@m17n.org>
4369
4370 * language/misc-lang.el (windows-1256): New coding system.
4371 (cp1256): New alias of windows-1256 (bug#5690).
4372
4373 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
4374
4375 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4376 call to rfc822-bad-address. (Bug#5692)
4377
4378 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
4379
4380 * vc-git.el (vc-git-annotate-extract-revision-at-line):
4381 Use vc-git-root as default directory for revision path (Bug#5657).
4382
4383 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
4384
4385 * calculator.el (calculator): Don't bind split-window-keep-point
4386 (Bug#5674).
4387
4388 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4389
4390 * vc-git.el: Re-flow to fit into 80 columns.
4391 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4392 Remove spurious `quote' element in each case alternative.
4393 (vc-git-show-log-entry): Use prog1.
4394 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4395
4396 2010-03-06 Glenn Morris <rgm@gnu.org>
4397
4398 * cedet/semantic/grammar.el (semantic-grammar-header-template):
4399 Update template copyright to GPLv3+.
4400
4401 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4402
4403 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4404
4405 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
4406
4407 * macros.el (insert-kbd-macro): Look up keyboard macro using the
4408 definition, not the name (Bug#5481).
4409
4410 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
4411
4412 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4413 argument with a local variable. (Bug#5670)
4414
4415 2010-03-02 Juri Linkov <juri@jurta.org>
4416
4417 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
4418
4419 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
4420
4421 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4422 error when FILENAME and NEWNAME are existing remote directories.
4423
4424 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4425 parameter DIR-FLAG.
4426
4427 2010-03-02 Glenn Morris <rgm@gnu.org>
4428
4429 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4430 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4431
4432 2010-03-01 Kenichi Handa <handa@m17n.org>
4433
4434 * language/burmese.el (burmese-composable-pattern): Rename from
4435 myanmar-composable-pattern.
4436
4437 * international/characters.el (script-list):
4438 * international/fontset.el (script-representative-chars):
4439 Change myanmar to burmese.
4440 (otf-script-alist): Likewise.
4441 (setup-default-fontset): Likewise. Re-fix :otf spec.
4442
4443 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
4444
4445 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4446
4447 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
4448
4449 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4450
4451 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4452
4453 * net/tramp.el (tramp-handle-write-region): START can be a string.
4454 Take care in the checks. Reported by Dan Davison
4455 <davison@stats.ox.ac.uk>.
4456
4457 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4458
4459 * net/dbus.el (dbus-introspect, dbus-get-property)
4460 (dbus-set-property, dbus-get-all-properties):
4461 Use `dbus-call-method' when noninteractive. (Bug#5645)
4462
4463 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
4464
4465 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4466 * emacs-lisp/elint.el (elint-add-required-env):
4467 * cedet/semantic/db-find.el
4468 (semanticdb-find-translate-path-brutish-default):
4469 * cedet/ede/make.el (ede-make-check-version):
4470 * calendar/icalendar.el (icalendar--add-diary-entry):
4471 * calc/calcalg2.el (math-tracing-integral):
4472 * files.el (recover-session-finish): Use with-current-buffer
4473 instead of save-excursion.
4474
4475 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
4476
4477 Fix in-buffer completion when after-change-functions modify the buffer.
4478 * minibuffer.el (completion--replace): New function.
4479 (completion--do-completion): Use it and use relative movement.
4480
4481 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
4482
4483 * international/fontset.el (setup-default-fontset): Fix :otf spec.
4484
4485 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
4486
4487 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4488 Allow the characters _<> in the stack entry (Bug#5653).
4489
4490 2010-02-26 Kenichi Handa <handa@m17n.org>
4491
4492 * language/burmese.el: Fix entries in composition-function-table.
4493 (myanmar-composable-pattern): New variable.
4494
4495 * international/fontset.el (setup-default-fontset): Add an entry
4496 for myanmar.
4497
4498 * international/characters.el (script-list): Add Myanmar
4499 Extended-A.
4500
4501 2010-02-26 Glenn Morris <rgm@gnu.org>
4502
4503 * custom.el (custom-initialize-delay): Doc fix.
4504
4505 * mail/sendmail.el (send-mail-function): Autoload the call
4506 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4507
4508 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
4509
4510 * files.el (hack-local-variables-filter): For eval forms, also
4511 check safe-local-variable-p (Bug#5636).
4512
4513 2010-02-24 Eduard Wiebe <usenet@pusto.de>
4514
4515 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4516 and use c(ad)r of cddr (Bug#5640).
4517
4518 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
4519
4520 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4521 setting the modes by `ignore-errors'. It might fail, for example
4522 if the file is not owned by the user but the group.
4523 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4524
4525 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
4526
4527 * files.el (directory-listing-before-filename-regexp): Use
4528 stricter matching for iso-style dates, to avoid false matches with
4529 date-like filenames (Bug#5597).
4530
4531 * htmlfontify.el (htmlfontify): Doc fix.
4532
4533 * eshell/eshell.el (eshell): Doc fix.
4534
4535 * startup.el (fancy-about-screen): In mode-line, apply
4536 mode-line-buffer-id face only to the buffer name (Bug#5613).
4537
4538 2010-02-20 Kevin Ryde <user42@zip.com.au>
4539
4540 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4541 In `watcom' anchor regexp to start of line, to avoid slowness
4542 (Bug#5599).
4543
4544 2010-02-20 Eli Zaretskii <eliz@gnu.org>
4545
4546 * subr.el (remove-yank-excluded-properties): Explain in a comment
4547 why `category' property is removed.
4548
4549 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
4550
4551 * isearch.el (isearch-update-post-hook, isearch-update): Revert
4552 2010-02-17 change.
4553
4554 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
4555
4556 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
4557 (icalendar--convert-weekly-to-ical)
4558 (icalendar--convert-yearly-to-ical)
4559 (icalendar--convert-block-to-ical)
4560 (icalendar--convert-cyclic-to-ical)
4561 (icalendar--convert-anniversary-to-ical): Take care of time
4562 specifications where hour has 1-digit only (Bug#5549).
4563
4564 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
4565
4566 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
4567 of disassemble output in GDB 7.1.
4568
4569 2010-02-19 Glenn Morris <rgm@gnu.org>
4570
4571 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
4572 property. (Bug#5593)
4573
4574 2010-02-18 Sam Steingold <sds@gnu.org>
4575
4576 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4577
4578 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4579
4580 Use abbreviated file names in bookmarks (bug#5591).
4581 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
4582 calls to expand-file-name.
4583 (bookmark-relocate): Use abbreviated file names in bookmarks.
4584 (bookmark-load): Use abbreviated file names in messages.
4585
4586 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
4587
4588 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
4589 expand "." and "..". Reported by Thierry Volpiatto
4590 <thierry.volpiatto@gmail.com>.
4591
4592 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
4593
4594 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
4595 permissions of the temporary file to "0600". In case the remote
4596 file has no read permissions for the owner, there might be
4597 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
4598
4599 22010-02-18 Glenn Morris <rgm@gnu.org>
4600
4601 * emacs-lisp/authors.el (authors-renamed-files-alist):
4602 Add entries for INSTALL.CVS.
4603
4604 2010-02-17 Mark A. Hershberger <mah@everybody.org>
4605
4606 * vc-bzr.el: Fix typo in Known Bugs section.
4607
4608 * isearch.el (isearch-update-post-hook): New hook.
4609 (isearch-update): Use the new hook.
4610
4611 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
4612
4613 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4614 Fix errors in copying directories.
4615 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
4616 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
4617 (tramp-handle-delete-file)
4618 (tramp-handle-dired-recursive-delete-directory)
4619 (tramp-handle-write-region): Flush also the cache for the upper
4620 directory.
4621
4622 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
4623
4624 * simple.el (save-interprogram-paste-before-kill): Doc fix.
4625
4626 * cus-edit.el (hardware): Doc fix.
4627
4628 * man.el (man): Add to external custom group.
4629
4630 * delim-col.el (columns): Move to wp custom group.
4631
4632 * doc-view.el (doc-view): Add to data custom group.
4633
4634 * cedet/data-debug.el (data-debug): Move to extensions group.
4635
4636 * cedet/ede.el (ede):
4637 * cedet/srecode.el (srecode):
4638 * cedet/semantic.el (semantic): Put in tools and extensions group.
4639
4640 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
4641
4642 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4643 by ispell-parse-output (Bug#5575).
4644
4645 2010-02-16 Kenichi Handa <handa@m17n.org>
4646
4647 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
4648 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
4649 (skkdic-convert): Use `euc-japan' coding system for writing.
4650
4651 2010-02-16 Glenn Morris <rgm@gnu.org>
4652
4653 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
4654 tex-main-file before using it. (Bug#5562)
4655
4656 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4657
4658 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
4659 warnings, since it is annoying for the user to see them each time he
4660 runs the code.
4661
4662 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
4663
4664 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
4665 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
4666 instead of PROC for caching "first-password-request". Otherwise,
4667 new processes would not profit from passwords already entered.
4668
4669 * net/tramp-cache.el (tramp-dump-connection-properties):
4670 Don't save "first-password-request" property.
4671
4672 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
4673
4674 * outline.el (outline-head-from-level):
4675 * simple.el (with-wrapper-hook):
4676 * cedet/ede.el (ede-run-target, project-delete-target)
4677 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
4678 (ede-adebug-project, ede-adebug-project-parent)
4679 (ede-adebug-project-root):
4680 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
4681 (elint-defun, elint-buffer-env, elint-top-form-logged)
4682 (elint-unbound-variable):
4683 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
4684 Fix typos in docstrings.
4685
4686 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
4687
4688 * files.el (insert-directory): When WILDCARD-REGEXP and
4689 FULL-DIRECTORY-P are nil, insert the file entry instead of the
4690 whole directory. (Bug#5551)
4691
4692 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
4693 dired's alignment sanity. (Bug#5516)
4694
4695 2010-02-14 Juri Linkov <juri@jurta.org>
4696
4697 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
4698 Remove remaining ^H with their preceding chars. (Bug#5566)
4699
4700 2010-02-13 Glenn Morris <rgm@gnu.org>
4701
4702 * simple.el (transpose-subr): Give it a doc-string.
4703
4704 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
4705 Doc fixes.
4706
4707 2010-02-12 Juri Linkov <juri@jurta.org>
4708
4709 * arc-mode.el (archive-unique-fname): Make directories for nested
4710 archives. (Bug#5540)
4711
4712 2010-02-12 Juri Linkov <juri@jurta.org>
4713
4714 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
4715
4716 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4717
4718 * subr.el (copy-overlay): Handle deleted overlays.
4719
4720 * man.el (Man-completion-table): Don't signal an error if we can't run
4721 manual-program (bug#4056).
4722
4723 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
4724
4725 * textmodes/artist.el (artist-mt): Fix typos in docstring.
4726
4727 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4728
4729 * info.el (Info-bookmark-jump): Simplify.
4730
4731 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
4732 (bookmark-default-handler): Accept new bookmark field `buffer'.
4733
4734 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
4735
4736 * iswitchb.el (iswitchb-completions): Revert last change.
4737
4738 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
4739
4740 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
4741 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
4742 This prevents file names like "~/" being listed literally.
4743
4744 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
4745
4746 * term/xterm.el (xterm-maybe-set-dark-background-mode):
4747 Remove dead code. (Bug#5546)
4748
4749 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
4750
4751 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
4752 correctly (Bug#5548).
4753
4754 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
4755
4756 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
4757 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
4758
4759 2010-02-08 Kenichi Handa <handa@m17n.org>
4760
4761 * international/mule-util.el (with-coding-priority): Add autoload
4762 cookie for putting `lisp-indent-function'.
4763
4764 2010-02-07 Glenn Morris <rgm@gnu.org>
4765
4766 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
4767 Move F2003 named interfaces from keywords-2 to keywords-1, and
4768 use function-name-face rather than constant-face.
4769 Simplify "abstract interface" regexp.
4770
4771 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
4772
4773 * eshell/esh-util.el (eshell-file-attributes): New optional arg
4774 ID-FORMAT. Pass it to `file-attributes'.
4775
4776 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
4777
4778 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
4779
4780 * faces.el (set-face-attribute): Allow calling
4781 internal-set-lisp-face-attribute with 'unspecified family and
4782 foundry argument (Bug#5536).
4783
4784 2010-02-07 Glenn Morris <rgm@gnu.org>
4785
4786 * progmodes/f90.el (f90-font-lock-keywords-2)
4787 (f90-looking-at-type-like, f90-looking-at-program-block-end):
4788 Handle F2003 named interfaces.
4789
4790 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
4791
4792 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
4793 beg and end before calling c-get-state-before-change-functions.
4794
4795 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
4796
4797 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
4798
4799 2010-02-05 Juri Linkov <juri@jurta.org>
4800
4801 * doc-view.el (doc-view-mode):
4802 * image-mode.el (image-mode): Put property mode-class=special.
4803 (Bug#4896)
4804
4805 2010-02-05 Mark A. Hershberger <mah@everybody.org>
4806
4807 * vc-svn.el (vc-svn-revision-table): New function.
4808
4809 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
4810
4811 * net/ange-ftp.el (ange-ftp-insert-directory):
4812 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4813 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4814 Handle also directories. (Bug#5478)
4815
4816 2010-02-05 Glenn Morris <rgm@gnu.org>
4817
4818 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
4819
4820 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
4821
4822 * startup.el (command-line-1): Convert options beginning with a
4823 single dash as well (Bug#5519).
4824
4825 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
4826
4827 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
4828 * minibuffer.el (completion-initials-expand): Only check the presence
4829 of delims *within* the boundaries, since otherwise the / delim is
4830 always found for files.
4831
4832 Fix up various corner case problems.
4833 * doc-view.el (doc-view-last-page-number): New function.
4834 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
4835 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
4836 (doc-view-kill-proc): Avoid inf-loop in freak cases.
4837 (doc-view-reconvert-doc): Use the new recursive delete-directory.
4838 (doc-view-convert-current-doc): Don't create the resolution.el file
4839 here any more.
4840 (doc-view-pdf/ps->png): Do it here instead.
4841 (doc-view-already-converted-p): Check that resolution.el is present.
4842 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
4843 windows that are not yet showing images.
4844
4845 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
4846
4847 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
4848 `dired-uncache' for every elemnt which is an absolute file name.
4849
4850 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
4851 directory, handle its directory component.
4852 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
4853 function is called permanently and creates noise, otherwise.
4854
4855 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4856 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4857 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
4858
4859 2010-02-04 David Burger <dburger@google.com> (tiny change)
4860
4861 * macros.el (apply-macro-to-region-lines):
4862 Minor simplification. (Bug#5485)
4863
4864 2010-02-04 Glenn Morris <rgm@gnu.org>
4865
4866 * mail/rmail.el (rmail-show-message-1): Handle malformed
4867 quoted-printable text. (Bug#5441)
4868
4869 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
4870
4871 * simple.el (visual-line-mode): Capitalize lighter.
4872
4873 2010-02-03 John Wiegley <jwiegley@gmail.com>
4874
4875 * iswitchb.el (iswitchb-completions): Add bookmark files to the
4876 list of files considered for "virtual buffer" completions.
4877
4878 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
4879
4880 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
4881 also in case of (and (not full) (not wildcard)). This is needed
4882 when dired is called with a list of files, which are not in
4883 `default-directory'. (Bug#5478)
4884
4885 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
4886
4887 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
4888
4889 2010-02-02 Juri Linkov <juri@jurta.org>
4890
4891 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
4892 from unidiff to allow function-line after @@.
4893
4894 2010-02-02 Juri Linkov <juri@jurta.org>
4895
4896 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
4897 '(RCS SCCS) with inverted condition.
4898
4899 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
4900
4901 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
4902 messages.
4903
4904 2010-02-01 Juri Linkov <juri@jurta.org>
4905
4906 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
4907 compare with "pkunzip" and "pkzip" instead of only "pkzip".
4908 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
4909 only when (car archive-zip-extract) is "unzip". (Bug#5475)
4910
4911 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4912
4913 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
4914 (doc-view-revert-buffer): New command.
4915 (doc-view-mode-map): Use it.
4916
4917 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
4918
4919 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
4920 pending merge is detected.
4921
4922 2010-01-31 Juri Linkov <juri@jurta.org>
4923
4924 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
4925 beginning of interactive spec like all other grep commands do.
4926 Put "all" in front of "gz". (Bug#5260)
4927
4928 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
4929
4930 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
4931
4932 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
4933
4934 * dirtrack.el (dirtrack): Warn instead of signalling error if the
4935 regexp is incorrect (Bug#5476).
4936
4937 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
4938
4939 * net/tramp.el (tramp-handle-insert-directory): Handle also
4940 symlinks, when FILENAME is not in `default-directory'.
4941
4942 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
4943
4944 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
4945 FILE is not in `default-directory'. (Bug#5478)
4946
4947 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
4948 of SWITCHES. Handle the case, FILENAME is not in
4949 `default-directory'. (Bug#5478)
4950 (tramp-register-file-name-handlers): Add safe-magic property.
4951
4952 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
4953
4954 * arc-mode.el (archive-zip-extract): Quote the argument passed to
4955 unzip (Bug#5475).
4956
4957 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
4958
4959 * progmodes/flymake.el (flymake-allowed-file-name-masks)
4960 (flymake-master-make-header-init): Add other C++ filename masks.
4961 (flymake-find-possible-master-files)
4962 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
4963
4964 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
4965
4966 Fix some busybox annoyances.
4967
4968 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
4969 not responding." string.
4970 (tramp-open-connection-setup-interactive-shell): Dump stty
4971 settings. Enable "neveropen" arg for all `tramp-send-command'
4972 calls. Handle "=" in variable values properly.
4973 (tramp-find-inline-encoding): Raise an error, when no encoding is
4974 found.
4975 (tramp-wait-for-output): Check, whether PROC buffer is available.
4976 Remove spurious " ^H" sequences, sent by busybox.
4977 (tramp-get-ls-command): Suppress coloring, if possible.
4978
4979 2010-01-28 Glenn Morris <rgm@gnu.org>
4980
4981 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
4982
4983 * log-edit.el (log-edit-strip-single-file-name): Add missing
4984 :safe, :group, and :version tags.
4985
4986 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
4987
4988 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
4989 buffers. (Bug#5477)
4990
4991 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
4992
4993 * files.el (delete-directory): Handle moving to trash without
4994 first doing recursion (Bug#5436).
4995
4996 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
4997
4998 * vc-hooks.el (vc-path): Mark as obsolete.
4999
5000 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
5001
5002 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
5003 names too.
5004
5005 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
5006 for the short log.
5007 (vc-bzr-log-view-mode): Adjust regexp for the above change.
5008
5009 2010-01-25 Mark A. Hershberger <mah@everybody.org>
5010
5011 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
5012
5013 * vc-bzr.el (vc-bzr-revision-table): New function.
5014
5015 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
5016
5017 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
5018 diff-index command. This requires at least git-1.5.5. (Bug#1589).
5019
5020 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5021
5022 Remove support for adding --signoff on commit.
5023 Future support will use an incompatible generic mechanism.
5024 * vc-git.el (vc-git-add-signoff): Remove variable.
5025 (vc-git-toggle-signoff): Remove function.
5026 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
5027
5028 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
5029 from xterm-set-background-mode. Return t if the background mode
5030 was set.
5031 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
5032 earlier, call it again in case the background mode has changed.
5033
5034 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
5035
5036 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
5037 (Bug#3541).
5038
5039 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
5040
5041 * emacs-lisp/assoc.el (aelement): Doc fix.
5042 (aput, adelete, amake): Use lexical-let (Bug#5450).
5043
5044 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
5045
5046 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
5047 is the same as subprogram call, not declaration. (Bug#5435).
5048
5049 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
5050
5051 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
5052 (tramp-smb-maybe-open-connection): Use it.
5053
5054 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
5055
5056 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
5057
5058 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5059
5060 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
5061 just because we see "encoding: 8bit".
5062 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
5063
5064 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
5065
5066 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
5067
5068 2010-01-22 Eli Zaretskii <eliz@gnu.org>
5069
5070 * jka-compr.el (jka-compr-load): If load-file is not in
5071 load-history, try its file-truename version. (bug#5447)
5072
5073 2010-01-21 Alan Mackenzie <acm@muc.de>
5074
5075 Fix a situation where deletion of a cpp construct throws an error.
5076 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
5077 invoking c-with-all-but-one-cpps-commented-out, check that the
5078 special cpp construct is still in the buffer.
5079 (c-parse-state): Record the special cpp with markers, not numbers.
5080
5081 2010-01-21 Kenichi Handa <handa@m17n.org>
5082
5083 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
5084 process last-command-event, as it is now decoded first (Bug#5380).
5085
5086 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
5087
5088 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
5089
5090 2010-01-20 Glenn Morris <rgm@gnu.org>
5091
5092 * indent.el (tab-always-indent): Fix custom-type.
5093
5094 2010-01-19 Alan Mackenzie <acm@muc.de>
5095
5096 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
5097 buffer throws "args out of range".
5098 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
5099 playing the role of delimiter.
5100
5101 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
5102
5103 * progmodes/ada-mode.el: Fix bug#5400.
5104 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
5105 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
5106 changed. Delete RECURSIVE parameter; never used. Improve doc string.
5107 Improve comments in "is" portion. Handle null procedure declaration.
5108 (ada-move-to-end): Improve doc string.
5109
5110 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
5111
5112 * ido.el (ido-cur-list): Initialize to nil.
5113 Remove obsolete information from commentary.
5114 (ido-choice-list): Initialize to nil.
5115 (ido-get-bufname): Reject minibuffers.
5116 (ido-make-buffer-list): If "default" is a nonexistent
5117 buffer, ignore it, as per the function's comment.
5118 (ido-kill-buffer-internal): New function.
5119 (ido-kill-buffer-at-head): Use it.
5120 (ido-visit-buffer): Likewise.
5121
5122 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
5123
5124 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
5125
5126 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
5127
5128 * cedet/ede/locate.el (ede-locate-file-in-project)
5129 (ede-locate-file-in-project-impl): Fix typos in docstrings.
5130 (ede-enable-locate-on-project): Fix typos in error messages.
5131
5132 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
5133 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
5134 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
5135 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
5136 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
5137 Fix typos in menu help.
5138
5139 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
5140 Fix typos in chart titles.
5141
5142 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
5143 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
5144 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
5145 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
5146 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
5147 (semantic-parse-stream, semantic-parse-region)
5148 (semantic-parse-region-default, semantic--set-buffer-cache)
5149 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
5150 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
5151 (semantic-default-submodes):
5152 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
5153 (semanticdb-create-ebrowse-database)
5154 (semanticdb-find-tags-for-completion-method)
5155 (semanticdb-find-tags-by-class-method)
5156 (semanticdb-deep-find-tags-by-name-method)
5157 (semanticdb-deep-find-tags-for-completion-method):
5158 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
5159 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
5160 (semanticdb-find-tags-for-completion-method)
5161 (semanticdb-find-tags-by-class-method)
5162 (semanticdb-deep-find-tags-for-completion-method):
5163 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
5164 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
5165 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
5166 (semanticdb-find-tags-by-name-method)
5167 (semanticdb-find-tags-by-name-regexp-method)
5168 (semanticdb-find-tags-for-completion-method)
5169 (semanticdb-find-tags-by-class-method)
5170 (semanticdb-find-tags-external-children-of-type-method)
5171 (semanticdb-find-tags-subclasses-of-type-method)
5172 (semanticdb-deep-find-tags-by-name-method)
5173 (semanticdb-deep-find-tags-by-name-regexp-method)
5174 (semanticdb-deep-find-tags-for-completion-method):
5175 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
5176 (semanticdb-enable-gnu-global-in-buffer)
5177 (semanticdb-find-tags-for-completion-method)
5178 (semanticdb-deep-find-tags-by-name-method)
5179 (semanticdb-deep-find-tags-for-completion-method):
5180 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
5181 (javascript-mode, semanticdb-find-translate-path)
5182 (semanticdb-find-tags-for-completion-method)
5183 (semanticdb-find-tags-by-class-method)
5184 (semanticdb-deep-find-tags-by-name-method)
5185 (semanticdb-deep-find-tags-for-completion-method)
5186 (semanticdb-find-tags-external-children-of-type-method):
5187 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
5188 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
5189 (global-semantic-idle-scheduler-mode):
5190 * cedet/srecode/dictionary.el (srecode-field-value)
5191 (srecode-dictionary-add-section-dictionary):
5192 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
5193 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
5194 (describe-class, eieio-describe-generic, describe-generic):
5195 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
5196 (eieio-speedbar-expand):
5197 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5198 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
5199 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
5200 (viper-del-backward-char-in-replace, viper-backward-indent)
5201 (viper-brac-function, viper-register-to-point, viper-submit-report):
5202 * net/tramp.el (tramp-remote-coding-commands):
5203 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
5204 Fix typos in docstrings.
5205
5206 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5207
5208 * mail/sendmail.el (mail-yank-original): Set the mark if the
5209 specified function for yanking does not do it.
5210
5211 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
5212
5213 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
5214
5215 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
5216 resyncing a directory.
5217
5218 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
5219
5220 * progmodes/ada-mode.el: Fix bug#1920.
5221 (ada-ident-re): Delete ., allow multibyte characters.
5222 (ada-goto-label-re): New; matches goto labels.
5223 (ada-block-label-re): New; matches block labels.
5224 (ada-label-re): New; matches both.
5225 (ada-named-block-re): Deleted; callers changed to use
5226 `ada-block-label-re' instead.
5227 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
5228 Use `ada-block-label-re'.
5229 (ada-indent-on-previous-lines): Improve handling of goto labels.
5230 (ada-get-indent-block-start): Special-case block label.
5231 (ada-get-indent-label): Split into `ada-indent-block-label' and
5232 `ada-indent-goto-label'.
5233 (ada-goto-stmt-start, ada-goto-next-non-ws):
5234 Optionally ignore goto labels.
5235 (ada-goto-next-word): Simplify.
5236 (ada-indent-newline-indent-conditional): Insert newline before
5237 trying to fix indentation; doc fix.
5238
5239 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
5240
5241 * calc/calc.el (calc-command-flags): Give it an initial value.
5242
5243 2010-01-17 Glenn Morris <rgm@gnu.org>
5244
5245 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
5246
5247 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5248
5249 * cedet/semantic.el (semantic-mode):
5250 * files.el (minibuffer-with-setup-hook):
5251 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
5252 (artist-key-draw-continously, artist-key-do-continously-continously)
5253 (artist-key-set-point-continously, artist-mouse-draw-continously):
5254 Fix typos in docstrings.
5255
5256 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
5257
5258 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
5259 return t (Bug#3898).
5260
5261 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
5262
5263 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
5264 can parse the output of the external commands (Bug#5279).
5265
5266 2010-01-16 Jari Aalto <jari.aalto@cante.net>
5267
5268 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
5269
5270 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
5271
5272 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
5273
5274 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
5275
5276 * startup.el (command-line): Remove unused --icon-type arg.
5277 Handle --display arg, passing it to command-line-1 (Bug#5392).
5278
5279 2010-01-16 Mario Lang <mlang@delysid.org>
5280
5281 * cedet/ede/cpp-root.el (ede-cpp-root-project):
5282 * cedet/ede/files.el (ede-expand-filename):
5283 * cedet/ede/simple.el (ede-simple-project):
5284 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5285 (semantic-complete-inline-tag-engine):
5286 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5287 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
5288 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5289 * cedet/semantic/db.el (semanticdb-equivalent-mode):
5290 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
5291 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5292 * emacs-lisp/chart.el (chart-translate-namezone):
5293 * textmodes/artist.el (artist-compute-popup-menu-table):
5294 Remove duplicated words in doc-strings.
5295
5296 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
5297
5298 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
5299 to mairix-search to suppress threading (Bug#5342).
5300
5301 2010-01-15 Kenichi Handa <handa@m17n.org>
5302
5303 * international/mule-cmds.el (canonicalize-coding-system-name):
5304 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
5305
5306 2010-01-15 Glenn Morris <rgm@gnu.org>
5307
5308 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
5309
5310 * wid-edit.el (widget-keymap): Doc fix.
5311
5312 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5313 former seems to be more widely accepted by various svn versions.
5314
5315 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5316
5317 * find-cmd.el (find-constituents):
5318 * vc-arch.el (vc-arch-root):
5319 * window.el (window-body-height, pop-up-frames):
5320 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5321 (semantic-no-reparse-needed-change-hook):
5322 * cedet/srecode/insert.el (srecode-resolve-argument-list)
5323 (srecode-template-inserter-blank, srecode-template-inserter-variable)
5324 (srecode-template-inserter-ask, srecode-template-inserter-width)
5325 (srecode-template-inserter-section-start)
5326 (srecode-template-inserter-section-end, srecode-insert-method):
5327 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5328 * progmodes/ada-stmt.el (ada-if):
5329 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5330 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5331 (ispell-encoding8-command, ispell-aspell-supports-utf8)
5332 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5333
5334 * progmodes/flymake.el (flymake-post-syntax-check):
5335 Fix typo in error message.
5336
5337 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5338
5339 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5340 which is always a string. (Bug#5313)
5341
5342 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5343
5344 * progmodes/ada-xref.el (ada-default-prj-properties):
5345 Simplify previous change.
5346
5347 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5348
5349 * progmodes/ada-xref.el (ada-default-prj-properties):
5350 Default ada_project_path to $ADA_PROJECT_PATH.
5351
5352 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5353
5354 * progmodes/ada-mode.el (ada-create-keymap):
5355 Override `narrow-to-defun' with `ada-narrow-to-defun'.
5356
5357 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5358
5359 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5360 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5361 (ada-get-current-indent, ada-imenu-generic-expression)
5362 (ada-which-function): Check for it.
5363
5364 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5365
5366 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5367 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5368
5369 2010-01-14 Glenn Morris <rgm@gnu.org>
5370
5371 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
5372
5373 2010-01-14 Kenichi Handa <handa@m17n.org>
5374
5375 * composite.el (auto-composition-mode): Make it a buffer local
5376 variable (permanent-local).
5377 (auto-composition-function): Set the default value to
5378 auto-compose-chars.
5379 (auto-composition-mode): Make it a simple function, not a minor mode.
5380 (global-auto-composition-mode): Likewise.
5381 (turn-on-auto-composition-if-enabled): Delete it.
5382
5383 2010-01-13 Karl Fogel <kfogel@red-bean.com>
5384
5385 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5386
5387 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
5388
5389 * files.el (copy-directory): Compute target for recursive
5390 directories with identical names. (Bug#5343)
5391
5392 2010-01-12 Glenn Morris <rgm@gnu.org>
5393
5394 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5395 it to bug-gnu-emacs rather than emacs-pretest-bug.
5396
5397 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5398
5399 * cedet/data-debug.el (data-debug): Fix customization group reference.
5400
5401 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5402
5403 * cedet/semantic/analyze.el (semantic-analyze-push-error)
5404 (semantic-analyze-context, semantic-analyze-context-assignment)
5405 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5406 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5407 (semantic-java-doc-keywords-map):
5408 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5409 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5410 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5411 (semantic-c-classname, semantic-format-tag-uml-prototype)
5412 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5413 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5414 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5415 (semantic-get-local-variables, semantic-end-of-command)
5416 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5417 (lisp-mode):
5418 * cedet/semantic/bovine/make.el (makefile-mode):
5419 * cedet/semantic/wisent/python.el (wisent-python-string-re)
5420 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5421 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5422 (semantic-lex, semantic-get-local-variables, python-mode):
5423 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5424 * cedet/srecode/extract.el (srecode-extract-state-set)
5425 (srecode-extract-method): Fix typos in docstrings.
5426
5427 2010-01-11 Sam Steingold <sds@gnu.org>
5428
5429 * imenu.el (imenu-default-create-index-function): Detect infinite
5430 loops caused by imenu-prev-index-position-function.
5431
5432 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
5433
5434 * htmlfontify.el (htmlfontify-load-rgb-file)
5435 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5436 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5437 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5438 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5439 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5440 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5441 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5442 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5443 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5444 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5445 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5446 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5447 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5448 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5449 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5450 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5451 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5452 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5453 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5454 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5455 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5456 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5457 backslash-quoting from parentheses, etc.
5458
5459 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
5460
5461 * progmodes/js.el: Autoload javascript-mode alias.
5462
5463 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
5464
5465 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5466 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5467 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5468 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5469 Fix typos in docstrings.
5470 (ffap-url-regexp): Doc fix.
5471 (ffap-at-mouse): Fix typo in message.
5472
5473 2010-01-11 Glenn Morris <rgm@gnu.org>
5474
5475 * version.el (emacs-copyright): Set copyright year to 2010.
5476
5477 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5478
5479 * format.el (format-annotate-function): Only set
5480 write-region-post-annotation-function after running to-fn so as not to
5481 affect nested write-region calls (bug#5273).
5482
5483 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
5484
5485 * cedet/semantic.el (semantic-new-buffer-setup-functions):
5486 Add python parser.
5487
5488 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5489 wisent/python.el.
5490
5491 2010-01-10 Richard Kim <emacs18@gmail.com>
5492
5493 * cedet/semantic/wisent/python-wy.el:
5494 * cedet/semantic/wisent/python.el: New files.
5495
5496 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5497
5498 * man.el (Man-goto-section): Signal error if the section is not
5499 found (Bug#5317).
5500
5501 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
5502
5503 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5504 URLs with a leading triple slash in the file: scheme. (Bug#5345)
5505
5506 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5507
5508 * progmodes/compile.el: Don't treat compile-command as safe if
5509 compilation-read-command might be nil (Bug#4218).
5510
5511 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
5512
5513 * startup.el (command-line-1): Use orig-argi to check for ignored X and
5514 NS options.
5515
5516 2010-01-08 Kenichi Handa <handa@m17n.org>
5517
5518 * international/fontset.el (build-default-fontset-data):
5519 Exclude characters in scripts kana, hangul, han, or cjk-misc.
5520
5521 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
5522
5523 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5524 to `create-file-buffer' as it expects, not just a buffer name.
5525 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5526 to help uniquify. (Bug#3224)
5527
5528 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
5529
5530 * font-setting.el (font-setting-change-default-font): Use user-spec
5531 instead of name.
5532
5533 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5534
5535 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5536
5537 2010-01-05 Tom Tromey <tromey@redhat.com>
5538
5539 * progmodes/python.el (python-font-lock-keywords):
5540 Handle qualified decorators (Bug#881).
5541
5542 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5543
5544 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5545 in a lightweight checkout.
5546
5547 2010-01-05 Kenichi Handa <handa@m17n.org>
5548
5549 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5550
5551 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5552
5553 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5554
5555 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
5556
5557 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
5558 checkouts. (Bug#618)
5559 (vc-bzr-log-view-mode): Also highlight the author.
5560 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
5561 (vc-bzr-shelve-menu-map):
5562 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
5563 (vc-bzr-shelve-apply): Make prompt more explicit.
5564
5565 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5566
5567 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
5568 They are valid characters in URL paths (rfc3986), and at least
5569 Firefox does not understand the encoded version (Bug#3166).
5570
5571 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
5572
5573 * progmodes/octave-mod.el (octave-end-keywords)
5574 (octave-block-begin-or-end-regexp, octave-block-match-alist):
5575 Add "end" keyword (Bug#3061).
5576 (octave-end-as-array-index-p): New function.
5577 (calculate-octave-indent): Use it.
5578
5579 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5580
5581 * bookmark.el: Consistently put the text property on the bookmark name.
5582 (bookmark-bmenu-marks-width): Bump back to 2, to include
5583 annotation marks.
5584 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
5585 property on the bookmark name, instead of not putting it at all.
5586 (bookmark-bmenu-list): Fix where we put the text property.
5587
5588 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5589
5590 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
5591 for showing buffer modified state (as added in the previous change).
5592
5593 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5594
5595 * bookmark.el: Show modified state of bookmark buffer more accurately.
5596 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
5597 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
5598 (with-buffer-modified-unmodified): New macro.
5599 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5600 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
5601 Use new macro to preserve the buffer modified state.
5602
5603 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5604
5605 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
5606 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
5607 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
5608 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
5609 (bookmark-bmenu-rename, bookmark-bmenu-locate)
5610 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
5611 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
5612
5613 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5614
5615 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5616 Make the lines in the generated doc string shorter. (Bug#4668)
5617
5618 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
5619
5620 * net/rcirc.el: Add follow-link binding (Bug#4738).
5621
5622 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5623
5624 * Makefile.in (bzr-update): Rename from cvs-update.
5625 (cvs-update): New target for backward compatibility.
5626
5627 * makefile.w32-in (bzr-update): Rename from cvs-update.
5628 (cvs-update): New target for backward compatibility.
5629
5630 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5631
5632 * bookmark.el: Remove gratuitous gratitude.
5633
5634 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5635
5636 * bookmark.el (bookmark-bmenu-any-marks): New function.
5637 (bookmark-bmenu-save): Clear buffer modification if no marks.
5638
5639 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5640
5641 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5642 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
5643 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
5644 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
5645
5646 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
5647 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
5648 To: emacs-devel {_AT_} gnu.org
5649 Subject: bookmark.el bug report
5650 Date: Mon, 28 Dec 2009 14:19:16 +0800
5651 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
5652
5653 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5654
5655 * bookmark.el: Improvements suggested by Drew Adams:
5656 (bookmark-bmenu-ensure-position): New name for
5657 `bookmark-bmenu-check-position'. Just ensure the position,
5658 don't return any meaningful value.
5659 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
5660 New constants.
5661
5662 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
5663
5664 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
5665 (bookmark-yank-point, bookmark-bmenu-check-position):
5666 Fix typos in docstrings.
5667 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
5668 (bookmark-name-from-full-record, bookmark-get-position)
5669 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
5670 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
5671 Remove useless quoting of parenthesis, etc. in docstrings.
5672
5673 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
5674 (ediff-append-custom-diff): Fix typo in error message.
5675 (ediff-meta-mark-equal-files): Fix typos in messages.
5676
5677 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
5678
5679 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
5680 Fix typo in docstring.
5681
5682 * net/imap-hash.el (imap-hash-make): Doc fix.
5683 (imap-hash-test): Fix typo in error message; reflow docstring.
5684 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
5685 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
5686 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
5687 Fix typos in docstrings.
5688 (imap-hash-open-connection): Fix typo in error message.
5689
5690 * play/gomoku.el (gomoku): Fix typos in docstring.
5691
5692 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
5693 (gdb-jsonify-buffer): Fix typos in docstring.
5694 (gdb-goto-breakpoint): Fix typo in error message.
5695 ("Display Other Windows"): Fix typo in help message.
5696 (gdb-speedbar-expand-node): Fix typo in question.
5697
5698 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
5699 (idlwave-html-system-help-location, idlwave-html-help-location)
5700 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
5701 (idlwave-help-browser-generic-args, idlwave-help-directory)
5702 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
5703 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
5704 (idlwave-online-help, idlwave-help-html-link)
5705 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
5706 Fix typos in docstrings.
5707 (idlwave-help-with-source, idlwave-help-find-routine-definition):
5708 Reflow docstrings.
5709 (idlwave-help-assistant-start): Fix typo in error message.
5710
5711 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
5712 (octave-electric-space): Fix typos in docstrings.
5713
5714 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5715
5716 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
5717
5718 2010-01-01 Juri Linkov <juri@jurta.org>
5719
5720 * comint.el (comint-input-ring-size): Make it a defcustom and
5721 increase the default to 500 (Bug#5148).
5722
5723 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
5724
5725 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
5726 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
5727 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
5728
5729 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
5730
5731 Show working revision correctly for mercurial.
5732 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
5733 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
5734
5735 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
5736
5737 Declare some functions for the byte-compiler.
5738 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
5739 (speedbar-timer-fn, speedbar-change-expand-button-char)
5740 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
5741
5742 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
5743
5744 This changeset reverts GDB Graphical Interface to use annotations.
5745 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
5746
5747 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5748
5749 Make vc-dir work on subdirectories of the bzr root.
5750 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
5751 file names relative to it.
5752 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
5753 relative directory to vc-bzr-after-dir-status.
5754
5755 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
5756
5757 * font-lock.el (font-lock-refresh-defaults): New function, which
5758 can be used to let font-lock react to external changes in
5759 variables like font-lock-defaults and keywords.
5760 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
5761
5762 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
5763
5764 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
5765
5766 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
5767
5768 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
5769
5770 Supersede color.diff settings in git log (bug#5211).
5771
5772 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
5773 escape chars in its output when the user has color.diff set to `always'.
5774 This fix works on git 1.4.2 and newer (released on 2006-08-13).
5775
5776 2009-12-26 Kevin Ryde <user42@zip.com.au>
5777
5778 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
5779 node. Keep previous "Index" name to work with past coreutils too.
5780
5781 * man.el (man): Revise docstring a bit to show -a and -l as
5782 examples. Add -k description since support for it has otherwise
5783 been a secret. (Further to bug#3717.)
5784 (Man-bgproc-sentinel): When "-k foo" produces no output show error
5785 "no matches" rather than "Can't find manpage", as the latter reads
5786 like -k was interpreted as a page name, which is not so. (Bug#5431)
5787
5788 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
5789
5790 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
5791 switches. Check also for //SUBDIRED// line.
5792
5793 2009-12-25 Kenichi Handa <handa@m17n.org>
5794
5795 * language/indian.el (devanagari-composable-pattern): Fixed to
5796 handle ZWNJ and ZWJ. Use it in composition-function-table for
5797 Devanagari.
5798 (malayalam-composable-pattern): Fix previous change.
5799
5800 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5801
5802 * ps-print.el (ps-face-attributes): It was not returning the
5803 attribute face for faces specified as string. Reported by harven
5804 <harven@free.fr>.
5805 (ps-print-version): New version 7.3.5.
5806
5807 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
5808
5809 * calendar/icalendar.el (icalendar--convert-tz-offset):
5810 Fix timezone names.
5811 (icalendar--convert-tz-offset): Fix the "last-day-problem".
5812 (icalendar--add-diary-entry): Remove the trailing blank that
5813 diary-make-entry inserts.
5814
5815 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
5816
5817 Make `file-expand-wildcards' work for remote files.
5818
5819 * files.el (file-expand-wildcards): In case of remote files, check
5820 only local file name part for wildcards. Provide feature 'files
5821 and subfeature 'remote-wildcards. (Bug#5198)
5822
5823 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
5824 if there is already an established connection.
5825 (tramp-advice-file-expand-wildcards): Remove it.
5826
5827 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
5828 (tramp-advice-file-expand-wildcards): Move from tramp.el.
5829 Activate advice for older GNU Emacs versions. (Bug#5237)
5830
5831 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
5832
5833 Some doc fixes (more needed).
5834
5835 * find-cmd.el (find-constituents): Reflow docstring.
5836 (find-cmd, find-prune, find-command): Fix typos in docstrings.
5837 (find-generic): Doc fix.
5838
5839 2009-12-17 Juri Linkov <juri@jurta.org>
5840
5841 Fix regression from 23.1 to allow multiple modes in Local Variables.
5842
5843 * files.el (hack-local-variables-filter): While ignoring duplicates,
5844 don't take `mode' into account.
5845 (hack-local-variables-filter, hack-dir-local-variables):
5846 Don't remove duplicate `mode' from local-variables-alist (like `eval').
5847
5848 2009-12-17 Juri Linkov <juri@jurta.org>
5849
5850 Make `dired-diff' safer. (Bug#5225)
5851
5852 * dired-aux.el (dired-diff): Signal an error when `file' equals to
5853 `current' or when `file' is a directory of the `current' file.
5854
5855 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
5856
5857 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
5858 unconditionally preloaded files.
5859
5860 2009-12-16 Juri Linkov <juri@jurta.org>
5861
5862 Revert to old 23.1 logic of using the file at the mark as default.
5863 * dired-aux.el (dired-diff): Use the file at the mark as default
5864 if it's not the same as the current file, and the target dir is
5865 the current dir or the mark is active. Add the current file
5866 as the arg of `dired-dwim-target-defaults'. Use the default file
5867 in the prompt. (Bug#5225)
5868
5869 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
5870
5871 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
5872 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
5873 (tramp-check-for-regexp): Check also, when an echoing shell stops
5874 to echo sent commands.
5875
5876 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5877
5878 * Makefile.in: Revert last change (Bug#5191).
5879
5880 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
5881
5882 * vc-hg.el (vc-hg-print-log): Fix argument order.
5883 (vc-hg-working-revision): Make sure the command is executed in a
5884 known environment so that we can parse the output. (Bug#4417)
5885
5886 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5887
5888 * progmodes/python.el (python-symbol-completions): Remove text
5889 properties from symbol string before calling python-send-receive.
5890
5891 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
5892
5893 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5894 when there are values for both file and line. (Bug#5060)
5895
5896 2009-12-14 Juri Linkov <juri@jurta.org>
5897
5898 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
5899 whitespace after the file name of the first line of unified format,
5900 because git-diff doesn't output whitespace and file modification time
5901 after the file name.
5902
5903 2009-12-14 David Kastrup <dak@gnu.org>
5904
5905 * info.el (Info-hide-cookies-node): Before hiding a cookie,
5906 check if it already has the `display' property added by
5907 `Info-display-images-node', and not put the `invisible' property
5908 in this case.
5909
5910 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5911
5912 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
5913 (semantic-mru-bookmark-mode): Doc fixes.
5914
5915 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
5916 of assert.
5917
5918 2009-12-13 Glenn Morris <rgm@gnu.org>
5919
5920 * mail/emacsbug.el (message-sort-headers): Define for compiler.
5921 (report-emacs-bug): In message-mode, sort manually before storing
5922 original report text. (Bug#5178)
5923 Remove superfluous save-excursion.
5924
5925 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
5926
5927 * net/dbus.el (dbus-property-handler): Filter lambda forms out
5928 when responding to "GetAll" properties.
5929
5930 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
5931
5932 * simple.el (compose-mail): Remove mail-setup-with-from from
5933 customization checks.
5934
5935 2009-12-12 Eli Zaretskii <eliz@gnu.org>
5936
5937 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
5938 RAR archives created on Unix systems.
5939
5940 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5941
5942 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
5943 the varalias that was accidentally removed by the 2009-11-19 change
5944 (bug#5186).
5945
5946 2009-12-12 Kenichi Handa <handa@m17n.org>
5947
5948 * language/indian.el (indian-compose-regexp): New function.
5949 (malayalam-composable-pattern): Fix the pattern.
5950 (composition-function-table): Set malayalam-composable-pattern for
5951 Malayalam characters.
5952
5953 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
5954
5955 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
5956 rather than down-mouse-1, based on follow-link conventions.
5957
5958 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
5959 are compiled.
5960
5961 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
5962
5963 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
5964 (verilog-vmm-statement-re, verilog-ovm-statement-re)
5965 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
5966 (verilog-leap-to-head, verilog-backward-token):
5967 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
5968
5969 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
5970
5971 * progmodes/verilog-mode.el (verilog-auto-lineup)
5972 (verilog-nameable-item-re): Cleanup user-visible spelling and
5973 documentation errors. One reported by Gary Delp.
5974 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
5975 (verilog-read-decls): Fix AUTOWIRE with types declared in a
5976 package, bug195. Reported by Pierre-David Pfister.
5977
5978 2009-12-11 Glenn Morris <rgm@gnu.org>
5979
5980 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
5981
5982 * mail/emacsbug.el: No longer require sendmail.
5983 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
5984 (report-emacs-bug-orig-text): Doc fix.
5985 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
5986 New local variables, to adapt to different mail-user-agents.
5987 (report-emacs-bug): Fix test for a gnu.org address.
5988 Use overlays for emphasis, since font-lock defeats 'face property.
5989 Pretest bugs also end up at the newsgroup these days.
5990 Stop message-mode stripping text properties.
5991 Set and use the new buffer-local variables.
5992 (report-emacs-bug-hook): Add doc-string.
5993 Remove some unnecessary save-excursions and simplify.
5994 Use the appropriate hook and send-command.
5995
5996 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
5997 capitalization of some menu entries.
5998
5999 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6000
6001 * whitespace.el (whitespace-display-char-on):
6002 Ensure `buffer-display-table' is unique when two or more windows are
6003 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
6004 New version 12.1.
6005
6006 2009-12-10 Eli Zaretskii <eliz@gnu.org>
6007
6008 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
6009 characters in the Attribute field.
6010
6011 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
6012
6013 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
6014
6015 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
6016
6017 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
6018 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6019 Disregard autoload-excludes.
6020 (update-directory-autoloads): Obey autoload-excludes here instead.
6021 But don't store its contents in no-autoloads and remove entries that
6022 refer to excludes files.
6023
6024 2009-12-10 Glenn Morris <rgm@gnu.org>
6025
6026 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
6027 (expand-mail-aliases): Define for compiler.
6028
6029 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
6030 Define for compiler.
6031
6032 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
6033 appropriate for the mail-user-agent in use.
6034
6035 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
6036
6037 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
6038
6039 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
6040
6041 Fix short log parsing and fontification.
6042 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
6043 Fix fontification for the [merge] label.
6044
6045 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
6046
6047 Drop some properties to avoid surprises (bug#5002).
6048 * htmlfontify.el (hfy-ignored-properties): New defcustom.
6049 (hfy-fontify-buffer): Use it.
6050
6051 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
6052
6053 Minor cleanup.
6054 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
6055 Adjust all callers.
6056 (ffap-locate-file): Remove unused arg `dir-ok' and make other
6057 args compulsory. Adjust callers.
6058 (ffap-gopher-at-point): Remove unused var `name'.
6059
6060 Get rid of the ELCFILES abomination.
6061 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6062 (compile-elcfiles): New phony target.
6063 (compile-main): Compute ELCFILES dynamically.
6064 (compile-clean): New target to remove left-over elc files.
6065 (compile, all): Use it.
6066
6067 2009-12-09 Kenichi Handa <handa@etlken>
6068
6069 * international/mule-diag.el: Require help-mode instead of help-fns.
6070
6071 2009-12-09 Kenichi Handa <handa@m17n.org>
6072
6073 * international/mule-cmds.el (ucs-names): Supply sufficiently
6074 fine ranges instead of pre-calculating accurate ranges.
6075 Iterate with bigger gc-cons-threshold.
6076
6077 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
6078
6079 Add support for stashing a snapshot of the current tree.
6080 * vc-git.el (vc-git-stash-snapshot): New function.
6081 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
6082
6083 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
6084
6085 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
6086 instead of `(beginning|end)-of-line'.
6087
6088 2009-12-08 Glenn Morris <rgm@gnu.org>
6089
6090 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
6091
6092 * Makefile.in (ELCFILES): Regenerate.
6093
6094 2009-12-07 Juri Linkov <juri@jurta.org>
6095
6096 Don't lazy-highlight the comint output in history Isearch mode.
6097
6098 * comint.el (comint-history-isearch-search): Instead of
6099 `comint-line-beginning-position', use `comint-after-pmark-p'
6100 to check if point if before the process mark, and go to
6101 `process-mark' in this case.
6102
6103 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6104
6105 * textmodes/tex-mode.el (latex-complete)
6106 (latex-indent-or-complete): Remove.
6107 (latex-mode): Set completion-at-point-functions instead.
6108
6109 Provide a standard completion command and hook it into TAB.
6110 * minibuffer.el (completion-at-point-functions): New var.
6111 (completion-at-point): New command.
6112 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
6113 * progmodes/python.el (python-mode-map): Use completion-at-point.
6114 (python-completion-at-point): Rename from python-partial-symbol and
6115 adjust for use in completion-at-point-functions.
6116 (python-mode): Setup completion-at-point for Python completion.
6117 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
6118 extracted from lisp-complete-symbol.
6119 (lisp-complete-symbol): Use it.
6120 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
6121 setup completion-at-point for Elisp completion.
6122 (emacs-lisp-mode-map, lisp-interaction-mode-map):
6123 Use completion-at-point.
6124 * ielm.el (ielm-map): Use completion-at-point.
6125 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
6126 * progmodes/sym-comp.el: Move to...
6127 * obsolete/sym-comp.el: Move from progmodes.
6128
6129 2009-12-07 Eli Zaretskii <eliz@gnu.org>
6130
6131 Prevent save-buffer in Rmail buffers from using the coding-system
6132 of the current message, and from clobbering the encoding mnemonics
6133 in the mode line (Bug#4623).
6134
6135 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
6136 flag, too.
6137 (rmail-message-encoding): New variable.
6138 (rmail-write-region-annotate): Record the encoding of the current
6139 message in rmail-message-encoding.
6140 (rmail-after-save-hook): New function, restores the encoding of
6141 the current message after the message collection is saved.
6142
6143 2009-12-07 Juri Linkov <juri@jurta.org>
6144
6145 * progmodes/grep.el (grep-read-files): Use `completing-read'
6146 instead of `read-string'. Set its `collection' arg to
6147 `read-file-name-internal'. (Bug#4301)
6148
6149 2009-12-07 Juri Linkov <juri@jurta.org>
6150
6151 Correctly restore original Isearch point. (Bug#4994)
6152
6153 * isearch.el (isearch-mode): Move `isearch-push-state' after
6154 `(run-hooks 'isearch-mode-hook)'.
6155 (isearch-cancel): When `isearch-push-state-function' is defined,
6156 let-bind `isearch-cmds' to the first state (the last element of
6157 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
6158 function and restores the original point). Otherwise, move point
6159 to `isearch-opoint'.
6160
6161 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6162
6163 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
6164 chars that don't have names, so the table can be built much faster at
6165 run-time.
6166
6167 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
6168
6169 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
6170 change. Suggested by David Kastrup.
6171
6172 * simple.el (compose-mail): Check for incompatibilities and warn.
6173 (compose-mail-user-agent-warnings): New option.
6174
6175 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6176
6177 Support showing a single log entry from vc-annotate.
6178 * vc.el (print-log): Add a new argument: START-REVISION.
6179 (vc-print-log-internal): Add a new optional argument and
6180 pass it to the backend.
6181 (vc-print-log, vc-print-root-log): Adjust callers.
6182 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
6183 buffer already displays the requested log entry, use it.
6184 Otherwise display only the log entry in question.
6185 * vc-svn.el (vc-svn-print-log):
6186 * vc-mtn.el (vc-mtn-print-log):
6187 * vc-hg.el (vc-hg-state):
6188 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
6189 (vc-git-show-log-entry): Return t on success.
6190 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
6191 (vc-bzr-show-log-entry): Return t on success.
6192 * vc-rcs.el (vc-rcs-print-log):
6193 * vc-sccs.el (vc-sccs-print-log):
6194 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
6195
6196 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6197
6198 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
6199 Add menus to the meta mode. (Bug#5043)
6200
6201 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
6202
6203 * ediff-init.el (ediff-event-key): Use event-to-character instead of
6204 event-key.
6205
6206 * ediff.el (ediff-buffers-internal): Add unwind-protect.
6207
6208 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
6209
6210 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
6211 Berbain <raphael.berbain@gmail.com>.
6212
6213 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
6214 characters.
6215 (tramp-initial-end-of-output): New defconst.
6216 (tramp-methods, tramp-find-shell)
6217 (tramp-open-connection-setup-interactive-shell)
6218 (tramp-maybe-open-connection): Use it.
6219 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
6220 existence of `#' and `$'.
6221
6222 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
6223 `tramp-initial-end-of-output'.
6224
6225 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6226
6227 Get the background mode from the terminal for xterm, and set
6228 faces accordingly.
6229 * term/xterm.el (xterm-set-background-mode): New function.
6230 (terminal-init-xterm): Use it in case xterm supports background
6231 color queries. Recompute faces after getting the background
6232 color.
6233
6234 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
6235
6236 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
6237 number comment back on its own line, for easier parsing.
6238
6239 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6240
6241 Make it work for non-file buffers (bug#5102).
6242 * doc-view.el (doc-view-current-cache-dir):
6243 Use doc-view-buffer-file-name rather than buffer-file-name.
6244 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
6245
6246 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
6247
6248 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
6249 author field is too short.
6250
6251 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
6252
6253 * vc-git.el (vc-git-print-log): Handle a limit argument.
6254 Display the short log in graph form and with labels.
6255 (vc-git-log-view-mode): Handle labels.
6256
6257 Make vc-revert change VC state from 'added to 'unregistered.
6258 * vc-git.el (vc-git-revert): Call git reset first.
6259
6260 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
6261
6262 * net/newst-backend.el, net/newst-plainview.el:
6263 * net/newst-reader.el, net/newst-ticker.el:
6264 * net/newst-treeview.el, net/newsticker.el:
6265 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
6266
6267 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
6268
6269 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
6270
6271 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
6272 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
6273 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6274 Update annotation regexp.
6275
6276 * simple.el (beginning-of-visual-line): Constrain to field
6277 boundaries (Bug#5106).
6278
6279 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
6280
6281 * xml.el (xml-substitute-numeric-entities): Move
6282 newsticker--decode-numeric-entities in newst-backend.el to
6283 xml-substitute-numeric-entities in xml.el. (Bug#5008)
6284 * net/newst-backend.el (newsticker--parse-generic-feed)
6285 (newsticker--parse-generic-items)
6286 (newsticker--decode-numeric-entities): Move
6287 newsticker--decode-numeric-entities in newst-backend.el to
6288 xml-substitute-numeric-entities in xml.el. (Bug#5008)
6289
6290 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
6291
6292 * progmodes/js.el (js--js-not): Add null to the list of values.
6293
6294 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
6295
6296 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
6297
6298 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6299
6300 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
6301 delimiter if it is at the end of the current line.
6302 (bibtex-generate-url-list): Fix docstring.
6303
6304 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6305
6306 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
6307 minibuffer's content with itself.
6308 Fold the confirm-after-completion case into the `confirm' case.
6309 (completion-pcm-word-delimiters): Add : and / to the delimiters.
6310
6311 2009-12-06 Kevin Ryde <user42@zip.com.au>
6312
6313 * ffap.el (ffap-rfc-path): Make this a defcustom since
6314 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
6315
6316 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
6317 manuals, similar to existing setup for help-mode. (Bug#3913.)
6318
6319 2009-12-05 Juri Linkov <juri@jurta.org>
6320
6321 Save and restore dired buffer's point positions too. (Bug#4880)
6322
6323 * dired.el (dired-save-positions): Return in the first element
6324 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6325 Doc fix.
6326 (dired-restore-positions): First restore buffer's position.
6327 While restoring window's positions, check if window still displays
6328 the original buffer.
6329
6330 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
6331
6332 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6333 if possible.
6334
6335 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6336 Make argument optional.
6337
6338 * shell.el (shell): Require ansi-color (Bug#5113).
6339
6340 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6341
6342 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6343
6344 2009-12-05 Alan Mackenzie <acm@muc.de>
6345
6346 * progmodes/cc-mode.el (c-before-hack-hook)
6347 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6348 `c-file-style' to work again. This reversion restores the current
6349 software to its state in Emacs 23.1. (Bug#4146)
6350
6351 2009-12-05 Kevin Ryde <user42@zip.com.au>
6352
6353 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6354 comment-start-skip to comment-end-skip as comment (Bug#4781).
6355
6356 2009-12-05 Juri Linkov <juri@jurta.org>
6357
6358 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6359 for virtual nodes. (Bug#4147)
6360 (Info-find-node-2): Set `Info-current-node-virtual' to nil
6361 when moving from a virtual node.
6362 (Info-mode-menu): Add `Info-virtual-index' to the menu.
6363 (Info-mode): Add `Info-virtual-index' to the docstring.
6364
6365 2009-12-05 Eric Ludlam <zappo@gnu.org>
6366
6367 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6368 Describe project macro symbols.
6369
6370 * cedet/semantic/complete.el (semantic-complete-do-completion):
6371 Don't call semantic-collector-current-exact-match.
6372
6373 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6374 ede-objects as targets.
6375
6376 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6377 a target's object list even if compiler vars are already in the
6378 Makefile.
6379
6380 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6381 list of headers producing necessary macros.
6382
6383 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6384
6385 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6386 track of the buffer position of the end of a BibTeX entry as this
6387 position may change during reformatting.
6388 (bibtex-format-entry): Remove whitespace before processing
6389 numerical fields so that we recognize the latter properly.
6390 (bibtex-reformat): Do not use push which changes the global value
6391 of bibtex-entry-format.
6392 (bibtex-field-braces-alist, bibtex-field-strings-alist)
6393 (bibtex-field-re-init): Replace only space characters by regexp
6394 for whitespace.
6395 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6396 (bibtex-initialize): Also update bibtex-strings.
6397 (bibtex-kill-field): Preserve white space at end of entry.
6398 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6399 Update bibtex-reference-keys.
6400
6401 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6402
6403 * minibuffer.el (completion-pcm--merge-try): Also consider placing
6404 point after a star, if that's the only place where modifications can
6405 make progress.
6406
6407 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
6408
6409 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6410 in docstrings.
6411
6412 2009-12-04 Juri Linkov <juri@jurta.org>
6413
6414 * proced.el (proced): Call `(proced-update t)' to update process
6415 information instead of only running proced-post-display-hook.
6416 (proced-send-signal): Add a leading space to the buffer name
6417 " *Marked Processes*" to make this buffer ephemeral.
6418
6419 2009-12-04 Juri Linkov <juri@jurta.org>
6420
6421 * dired.el (dired-auto-revert-buffer): New defcustom.
6422 (dired-internal-noselect): Use it.
6423
6424 2009-12-04 Juri Linkov <juri@jurta.org>
6425
6426 Change roles of modes and functions in image-mode.el (Bug#5062).
6427
6428 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6429 in `auto-mode-alist'.
6430 (image-mode-previous-major-mode): New variable.
6431 (image-minor-mode-map): Rename from `image-mode-text-map'.
6432 (image-mode): Move graceful error-handling code from
6433 `image-minor-mode' to here. On errors call `image-mode-as-text'.
6434 (image-minor-mode): Remove all image-handling code.
6435 Replace `image-mode-text-map' with `image-minor-mode-map'.
6436 Check for `image-type' in mode-line format string.
6437 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6438 (image-mode-as-text): New function with most code from
6439 `image-mode-maybe'.
6440 (image-toggle-display-text): Move code that removes image
6441 properties from `image-toggle-display' to here.
6442 (image-toggle-display-image): New function with code that adds
6443 image properties copied from `image-toggle-display'.
6444 (image-toggle-display): Remove most code with leaving only code
6445 that toggles between `image-mode-as-text' and `image-mode'.
6446
6447 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
6448
6449 * net/newst-treeview.el
6450 (newsticker--treeview-list-highlight-start): Restored call to
6451 save-excursion: Selected item was stuck.
6452 (newsticker--treeview-list-select): New.
6453 (newsticker--treeview-item-show-text)
6454 (newsticker--treeview-item-show)
6455 (newsticker--treeview-item-update): Use new
6456 newsticker-treeview-item-mode.
6457 (newsticker-treeview-update): Keep current item.
6458 (newsticker-treeview-next-new-or-immortal-item): Doc change.
6459 (newsticker--treeview-first-feed): Doc change.
6460 (newsticker-treeview-list-menu)
6461 (newsticker-treeview-item-menu): Added menu entries.
6462 (newsticker-treeview-item-mode): New.
6463
6464 * net/newst-backend.el (newsticker-customize): Delete other
6465 windows.
6466
6467 2009-12-04 Sam Steingold <sds@gnu.org>
6468
6469 * log-view.el (log-view-mode-map): "q" calls quit-window,
6470 like in all the other non-self-insert buffers.
6471
6472 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6473
6474 Minor cleanup.
6475 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6476 key decoding rather than do it manually via last-input-event +
6477 ascii-character.
6478 (term-exec): Use delete-and-extract-region.
6479 (term-handle-ansi-terminal-messages): Remove unused var `end'.
6480 (term-process-pager): Remove unused var `i'.
6481 (term-dynamic-simple-complete): Make obsolete.
6482 (serial-update-config-menu): Remove unused vars `y' and `str'.
6483 (term-update-mode-line): Remove unused var `temp'.
6484
6485 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6486
6487 Limit the number of log entries displayed by default.
6488 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6489 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6490 using a prefix argument.
6491
6492 2009-12-03 Glenn Morris <rgm@gnu.org>
6493
6494 * progmodes/idlwave.el (class): Restore still useful declaration.
6495
6496 2009-12-03 Alan Mackenzie <acm@muc.de>
6497
6498 Enhance `c-parse-state' to run efficiently in "brace deserts".
6499
6500 * progmodes/cc-mode.el (c-basic-common-init):
6501 Call c-state-cache-init.
6502 (c-neutralize-syntax-in-and-mark-CPP): Rename from
6503 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
6504 placing `category' properties value 'c-cpp-delimiter at its boundaries.
6505
6506 * progmodes/cc-langs.el (c-before-font-lock-function):
6507 c-extend-and-neutralize-syntax-in-CPP has been renamed
6508 c-neutralize-syntax-in-and-mark-CPP.
6509
6510 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6511 with `category' properties now, not `syntax-table' ones.
6512
6513 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6514 enhanced (but slower) version of c-end-of-macro that won't land
6515 inside a literal or on another awkward character.
6516 (c-state-cache-too-far, c-state-cache-start)
6517 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6518 (c-state-nonlit-pos-cache-limit, c-state-point-min)
6519 (c-state-point-min-lit-type, c-state-point-min-lit-start)
6520 (c-state-min-scan-pos, c-state-brace-pair-desert)
6521 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6522 buffer local variables.
6523 (c-state-literal-at, c-state-lit-beg)
6524 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6525 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6526 (c-state-cache-top-paren, c-state-cache-after-top-paren)
6527 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6528 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6529 (c-renarrow-state-cache)
6530 (c-append-lower-brace-pair-to-state-cache)
6531 (c-state-push-any-brace-pair, c-append-to-state-cache)
6532 (c-remove-stale-state-cache)
6533 (c-remove-stale-state-cache-backwards, c-state-cache-init)
6534 (c-invalidate-state-cache-1, c-parse-state-1)
6535 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6536 (c-parse-state): Enhance and refactor.
6537 (c-debug-parse-state): Amend to deal with all the new variables.
6538
6539 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6540 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6541 modify to use category text properties rather than syntax-table ones.
6542 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6543 to switch off/on the syntactic paren property of C++ template
6544 delimiters using the category property.
6545 (c-with-<->-as-parens-suppressed): Macro to invoke code with
6546 template delims suppressed.
6547 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6548 New constant/macros which apply category properties to the start
6549 and end of preprocessor constructs.
6550 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6551 "comment out" the syntactic value of characters in preprocessor
6552 constructs.
6553 (c-with-cpps-commented-out)
6554 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6555 with characters in all or all but one preprocessor constructs
6556 "commented out".
6557
6558 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6559
6560 * proced.el (proced-filter-alist): Use regexp-quote.
6561
6562 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
6563
6564 Cleanup.
6565 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
6566 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
6567 arguments. Expand `default-directory'.
6568
6569 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
6570 the benefit of returning an expanded localname.
6571 (tramp-tramp-file-p): Handle the case NAME is not a string.
6572
6573 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6574
6575 Add support for bzr shelve/unshelve.
6576 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6577 (vc-bzr-extra-menu-map): New variables.
6578 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
6579 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
6580 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
6581 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
6582 (vc-bzr-dir-extra-headers): Display shelves.
6583
6584 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
6585
6586 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6587
6588 * textmodes/bibtex.el (bibtex-complete-internal):
6589 Use completion-in-region.
6590 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
6591
6592 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6593
6594 Support applying stashes. Improve UI.
6595 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
6596 (vc-git-stash-apply, vc-git-stash-pop)
6597 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
6598 (vc-git-stash-menu): New functions.
6599 (vc-git-stash-menu-map): New variable.
6600 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
6601
6602 2009-12-03 Glenn Morris <rgm@gnu.org>
6603
6604 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
6605 (vc-print-log-internal): Fix previous change.
6606 (vc-revert): Correct pluralization.
6607
6608 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6609
6610 * progmodes/make-mode.el (makefile-special-targets-list): No need for
6611 it to be an alist any more.
6612 (makefile-complete): Use completion-in-region.
6613
6614 * progmodes/octave-mod.el (octave-complete-symbol):
6615 Use completion-in-region.
6616
6617 Misc cleanup.
6618 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
6619 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
6620 (idlwave-complete-class): Don't quote lambda.
6621 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
6622 (idlwave-mode-map): Move initialization into declaration.
6623 (idlwave-action-and-binding): Use backquotes.
6624 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
6625 Simplify.
6626 (idlwave-is-pointer-dereference): Remove unused var `pos'.
6627 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
6628 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
6629 `parts', and `all-parts'.
6630 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
6631 (idlwave-convert-xml-system-routine-info): Remove unused string
6632 `version-string'.
6633 (idlwave-display-user-catalog-widget): Use dolist.
6634 (idlwave-scanning-lib): Declare dynamically-scoped var.
6635 (idlwave-scan-library-catalogs): Remove unused var `flags'.
6636 (completion-highlight-first-word-only): Declare to silence bytecomp.
6637 (idlwave-popup-select): Tighten scope of `resp'.
6638 (idlwave-find-struct-tag): Remove unused var `beg'.
6639 (idlwave-after-load-rinfo-hook): Declare.
6640 (idlwave-sintern-class-info): Remove unused var `taglist'.
6641 (idlwave-find-class-definition): Remove unused var `list'.
6642 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
6643 (idlwave-what-module-find-class): Remove unused var `classes'.
6644
6645 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
6646
6647 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
6648
6649 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6650
6651 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
6652 buffers visited. Remove redundant current-buffer-saving.
6653
6654 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6655
6656 Use completion-in-buffer and remove uses of dynamic scoping.
6657 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
6658 (pascal-buffer-to-use, pascal-flag): Don't declare.
6659 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
6660 (pascal-get-completion-decl, pascal-keyword-completion):
6661 Add `pascal-str' argument, save-excursion,
6662 return the found completions, and don't filter with pascal-pred.
6663 (pascal-completion-cache): New var.
6664 (pascal-completion): Don't switch buffer any more (it was never
6665 necessary). Don't save-excursion any more (it's done by the called
6666 subroutines). Use a cache to avoid redundant computations.
6667 Use complete-with-action rather than pascal-completion-response and
6668 let it apply the predicate as well.
6669 (pascal-complete-word): Use completion-in-buffer when
6670 pascal-toggle-completions is nil.
6671 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
6672 not used any more.
6673 (pascal-comp-defun): Don't change buffer any more.
6674 Use complete-with-action rather than pascal-completion-response and
6675 let it apply the predicate as well.
6676 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
6677 when neded.
6678
6679 2009-12-02 Kenichi Handa <handa@m17n.org>
6680
6681 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
6682 shape for all Indic scripts.
6683
6684 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6685
6686 Use completion-in-buffer.
6687 * wid-edit.el (widget-field-text-end): New function.
6688 (widget-field-value-get): Use it.
6689 (widget-string-complete, widget-file-complete)
6690 (widget-color-complete): Use it and completion-in-region.
6691 (widget-complete): Don't narrow the buffer.
6692
6693 2009-12-02 Glenn Morris <rgm@gnu.org>
6694
6695 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
6696 (rmail-select-summary): Use rmail-pop-to-buffer.
6697 * mail/rmailsum.el: Replace all pop-to-buffer calls with
6698 rmail-pop-to-buffer, to prevent horizontal splits.
6699
6700 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
6701 save-excursion with save-current-buffer.
6702 Widen before searching. (Bug#5093)
6703 (diary-list-sexp-entries): Remove superfluous save-excursion.
6704
6705 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
6706
6707 * woman.el (woman-make-bufname): Handle man-pages with "." in the
6708 name. (Bug#5038)
6709
6710 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
6711
6712 * ido.el (ido-file-internal): Handle filenames at point that do
6713 not have a directory part. (Bug#5049)
6714
6715 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
6716
6717 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
6718 (mpc-songs-jump-to, mpc-resume): Doc fixes.
6719
6720 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
6721
6722 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
6723 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
6724 any more.
6725
6726 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6727
6728 * comint.el (comint-insert-input): Ignore clicks to the right of
6729 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
6730
6731 * vc.el (vc-print-log-internal): Don't wait for the process to
6732 terminate before setting up the major mode.
6733
6734 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
6735 in case.
6736
6737 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
6738 the last element.
6739
6740 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
6741
6742 2009-12-01 Glenn Morris <rgm@gnu.org>
6743
6744 * window.el (window--display-buffer-2): Fix previous changes.
6745
6746 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
6747
6748 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
6749
6750 2009-12-01 Glenn Morris <rgm@gnu.org>
6751
6752 * Makefile.in (ELCFILES): Add mpc.elc.
6753
6754 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6755
6756 * mpc.el: New file.
6757
6758 2009-12-01 Glenn Morris <rgm@gnu.org>
6759
6760 * window.el (window-to-use): Define for compiler.
6761
6762 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
6763 consistent with others (no final period).
6764
6765 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
6766 (rmail-mime-show): Downcase the encoding. (Bug#5070)
6767
6768 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
6769
6770 Make vc-print-log buttons work.
6771 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
6772
6773 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
6774
6775 * savehist.el (savehist-autosave-interval): Allow setting to nil
6776 through customize. (Bug#5056)
6777
6778 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
6779
6780 Fix references to jit-lock properties.
6781 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6782 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
6783 (perl-font-lock-special-syntactic-constructs):
6784 Quote jit-lock-defer-multiline property.
6785
6786 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
6787
6788 * vc-git.el (vc-git-registered): Call vc-git-root only once.
6789
6790 2009-11-30 Juri Linkov <juri@jurta.org>
6791
6792 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
6793 value `buffer' of `multi-isearch-next-buffer-current-function'.
6794 Use `(current-buffer)' when `buffer' is nil.
6795 (multi-isearch-next-buffer-from-list): Don't fallback to
6796 `(current-buffer)' when `buffer' is nil. (Bug#4947)
6797
6798 2009-11-30 Juri Linkov <juri@jurta.org>
6799
6800 * misearch.el (multi-isearch-read-buffers): Move canonicalization
6801 of buffers with `get-buffer' to `multi-isearch-buffers'.
6802 (multi-isearch-buffers, multi-isearch-buffers-regexp):
6803 Canonicalize BUFFERS with `get-buffer'. Doc fix.
6804 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
6805 FILES with `expand-file-name' converting relative file names
6806 to absolute. Doc fix. (Bug#4727)
6807
6808 2009-11-30 Juri Linkov <juri@jurta.org>
6809
6810 * misearch.el (multi-isearch-read-buffers)
6811 (multi-isearch-read-matching-buffers): New functions.
6812 (multi-isearch-buffers, multi-isearch-buffers-regexp):
6813 Use them in the `interactive' spec. Doc fix.
6814 (multi-isearch-read-files, multi-isearch-read-matching-files):
6815 New functions.
6816 (multi-isearch-files, multi-isearch-files-regexp):
6817 Use them in the `interactive' spec. Doc fix. (Bug#4725)
6818
6819 2009-11-30 Juri Linkov <juri@jurta.org>
6820
6821 * doc-view.el (doc-view-continuous):
6822 Rename from `doc-view-continuous-mode'.
6823 (doc-view-menu): Move "Toggle display" to the top.
6824 Add submenu "Continuous" with radio buttons "Off"/"On"
6825 and "Save as Default".
6826 (doc-view-scroll-up-or-next-page)
6827 (doc-view-scroll-down-or-previous-page)
6828 (doc-view-next-line-or-next-page)
6829 (doc-view-previous-line-or-previous-page): Rename
6830 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
6831
6832 2009-11-30 Juri Linkov <juri@jurta.org>
6833
6834 * comint.el (comint-mode-map): Rebind `M-r' from
6835 `comint-previous-matching-input' to
6836 `comint-history-isearch-backward-regexp'.
6837 Unbind `M-s' to allow global key binding `M-s'.
6838 Add menu items for `comint-history-isearch-backward' and
6839 `comint-history-isearch-backward-regexp'. (Bug#3746)
6840
6841 2009-11-30 Juri Linkov <juri@jurta.org>
6842
6843 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
6844 For def=recenter, replace `recenter' with `recenter-top-bottom'
6845 that is called with `this-command' and `last-command' let-bound
6846 to `recenter-top-bottom'. When the last `def' was not `recenter',
6847 set `recenter-last-op' to nil. (Bug#4981)
6848
6849 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6850
6851 Minor cleanup and simplification.
6852 * filecache.el (file-cache-add-directory)
6853 (file-cache-add-directory-recursively)
6854 (file-cache-add-from-file-cache-buffer)
6855 (file-cache-delete-file-regexp, file-cache-delete-directory)
6856 (file-cache-files-matching-internal, file-cache-display): Use dolist.
6857 (file-cache-temp-minibuffer-message): Delete function.
6858 (file-cache-minibuffer-complete): Use minibuffer-message instead.
6859
6860 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6861 Don't signal an error when bumping into EOB in tr, s, or y.
6862
6863 2009-11-29 Juri Linkov <juri@jurta.org>
6864
6865 * startup.el (fancy-about-text): Fix wording of Guided Tour.
6866 (Bug#4960)
6867
6868 * descr-text.el (describe-char-unidata-list): Use lowercase name
6869 for "Unicode name" like in other tags.
6870
6871 2009-11-29 Juri Linkov <juri@jurta.org>
6872
6873 * ediff-util.el (ediff-minibuffer-with-setup-hook):
6874 New compatibility macro.
6875 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
6876
6877 2009-11-29 Juri Linkov <juri@jurta.org>
6878
6879 Add defcustom to define the cycling order of `recenter-top-bottom'.
6880 (Bug#4981)
6881
6882 * window.el (recenter-last-op): Doc fix.
6883 (recenter-positions): New defcustom.
6884 (recenter-top-bottom): Rewrite to use `recenter-positions'.
6885 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
6886
6887 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
6888
6889 Improve integration of Tramp and ange-ftp in eshell.
6890
6891 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
6892 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
6893 (eshell/sudo): Flatten args. Let-bind `default-directory'.
6894
6895 * eshell/esh-util.el (top): Require also Tramp when compiling.
6896 (eshell-directory-files-and-attributes): Check for FTP remote
6897 connection.
6898 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
6899 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
6900 (eshell-file-attributes): Handle ".". Return `entry'.
6901
6902 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
6903 (ange-ftp-directory-files-and-attributes)
6904 (ange-ftp-real-directory-files-and-attributes): New defuns.
6905
6906 * net/tramp.el (tramp-maybe-open-connection): Open the remote
6907 shell with "exec" when possible. This prevents trailing prompts
6908 in `start-file-process'.
6909
6910 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6911
6912 Try and remove assumptions about point-min==1.
6913 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
6914 (rng-compute-mode-line-string): Show the validation percentage in
6915 terms of the narrowed text, not the widened text.
6916 (rng-do-some-validation): Don't catch internal errors when debugging.
6917 (rng-first-error): Simplify.
6918 (rng-after-change-function): Remove work around. AFAIK the bug has
6919 been fixed a while ago.
6920
6921 * image-mode.el (image-minor-mode): Exit more gracefully when the image
6922 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
6923
6924 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
6925
6926 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
6927 `cd' doesn't always do it for us (bug#5067).
6928
6929 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
6930 on 2009-10-25 as part of some other change (bug#5067).
6931
6932 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6933
6934 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6935 `suspicious'.
6936 (byte-compile-warnings): Use byte-compile-warning-types.
6937 (byte-compile-save-excursion): Warn about use of set-buffer right
6938 after save-excursion.
6939
6940 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
6941 the excursion as well.
6942
6943 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
6944
6945 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
6946 providing a Tramp related implementation of "su" and "sudo".
6947 (eshell-unix-initialize): Add "su" and "sudo".
6948
6949 2009-11-27 Daiki Ueno <ueno@unixuser.org>
6950
6951 * net/socks.el (socks-send-command): Convert binary request to
6952 unibyte before sending. This fixes mishandling of some port
6953 numbers such as 129.
6954
6955 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6956
6957 * help.el (describe-bindings-internal): Remove `interactive'.
6958
6959 * man.el (Man-completion-table): Trim a terminating "(".
6960 Remove the space between name page a section.
6961 Add the command's description on the `help-echo' property.
6962 Remove `process-connection-type' binding since it's unused by
6963 call-process.
6964 Provide completion for the "<section> <name>" format as well.
6965 (Man-default-man-entry): Remove spurious var shadowing the argument.
6966
6967 2009-11-26 Kevin Ryde <user42@zip.com.au>
6968
6969 * log-view.el: Add "Keywords: tools", since its other keywords
6970 aren't in finder-known-keywords, and following vc.el.
6971
6972 * sha1.el (sha1-string-external): default-directory "/" in case
6973 otherwise non-existent. process-connection-type pipe for touch of
6974 efficiency recommended by elisp manual. (An aside in Bug#3911.)
6975
6976 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6977
6978 Misc coding convention cleanups.
6979 * htmlfontify.el (hfy-init-kludge-hook): Rename from
6980 hfy-init-kludge-hooks.
6981 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
6982 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
6983 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
6984 and push.
6985 (hfy-slant, hfy-weight): Use tables rather than code.
6986 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
6987 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
6988 (hfy-face-attr-for-class): Initialize `face-spec' directly.
6989 (hfy-face-to-css): Remove `nconc' with single arg.
6990 (hfy-p-to-face-lennart): Use `or'.
6991 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
6992 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
6993 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
6994 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
6995 (hfy-force-fontification): Use run-hooks.
6996
6997 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
6998
6999 Various minor fixes.
7000 * htmlfontify.el (hfy-default-header): Add toggle_invis since
7001 Javascript belongs in the header, not the body.
7002 (hfy-javascript): Remove.
7003 (hfy-fontify-buffer): Don't insert it any more.
7004 (hfy-face-at): Handle (face0 face1 face2) style face properties.
7005 Fix bug in invis handling when there were no invis props in a chunk.
7006
7007 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7008
7009 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
7010
7011 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
7012
7013 * finder.el (finder-mode-map): Add a menu.
7014
7015 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
7016
7017 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
7018 "unsigned" structs.
7019
7020 (verilog-leap-to-head, verilog-backward-token): Handle "disable
7021 fork" statement better.
7022
7023 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
7024
7025 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
7026 (verilog-delete-auto, verilog-delete-empty-auto-pair)
7027 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
7028 Reported by Clay Douglass.
7029
7030 (verilog-auto-inst, verilog-auto-star-safe)
7031 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
7032 Fix removing "// Interfaces" when saving .* expansions. Reported by
7033 Pierre-David Pfister.
7034
7035 2009-11-26 Glenn Morris <rgm@gnu.org>
7036
7037 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
7038 the scope.
7039
7040 2009-11-25 Johan Bockgård <bojohan@gnu.org>
7041
7042 * vc-annotate.el (vc-annotate-revision-previous-to-line):
7043 Really use previous revision.
7044
7045 2009-11-25 Kevin Ryde <user42@zip.com.au>
7046
7047 * man.el (Man-completion-table): default-directory "/" in case
7048 doesn't otherwise exist. process-environment COLUMNS=999 so as
7049 not to truncate long names. process-connection-type pipe to avoid
7050 any chance of hitting the pseudo-tty TIOCGWINSZ.
7051 (man): completion-ignore-case t for friendliness and since man
7052 itself is case-insensitive on the command line.
7053 Further to Bug#3717.
7054
7055 * arc-mode.el: Add "Keywords: files", so the details in its
7056 commentary can be reached from finder-by-keyword.
7057 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
7058 editing mode, but it's comms related and sgml-mode.el has "comm"
7059 on that basis too.
7060 * textmodes/bibtex-style.el: Add "Keywords: tex".
7061 * international/isearch-x.el, international/ja-dic-cnv.el:
7062 * international/ja-dic-utl.el, international/kkc.el:
7063 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
7064
7065 2009-11-25 Juri Linkov <juri@jurta.org>
7066
7067 * man.el (Man-completion-table): Modify regexp to include
7068 section names to completion strings. (Bug#3717)
7069
7070 2009-11-25 Juri Linkov <juri@jurta.org>
7071
7072 Search recursively in gzipped files. (Bug#4982)
7073
7074 * progmodes/grep.el (grep-highlight-matches): Add new options
7075 `always' and `auto'. Doc fix.
7076 (grep-process-setup): Check `grep-highlight-matches' for
7077 `auto-detect' to determine the need to compute grep defaults.
7078 Move Windows/DOS specific --colors settings handling
7079 to `grep-compute-defaults'. Check `grep-highlight-matches'
7080 to get the value of "--color=".
7081 (grep-compute-defaults): Compute `grep-highlight-matches' when it
7082 has the value `auto-detect'. Move Windows/DOS specific settings
7083 from `grep-process-setup'.
7084 (zrgrep): New command with alias `rzgrep'.
7085
7086 2009-11-25 Juri Linkov <juri@jurta.org>
7087
7088 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
7089 to nil instead of switching off view-mode. (Bug#4896)
7090
7091 2009-11-25 Juri Linkov <juri@jurta.org>
7092
7093 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
7094
7095 * mwheel.el (mwheel-scroll-up-function)
7096 (mwheel-scroll-down-function): New defvars.
7097 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
7098 `scroll-up', and `mwheel-scroll-down-function' instead of
7099 `scroll-down'.
7100
7101 * doc-view.el (doc-view-scroll-up-or-next-page)
7102 (doc-view-scroll-down-or-previous-page): Add optional ARG.
7103 Use this ARG in the call to image-scroll-up/image-scroll-down.
7104 Change `interactive' spec to "P". Goto next/previous page only
7105 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
7106 SPC/DEL case). Doc fix.
7107 (doc-view-next-line-or-next-page)
7108 (doc-view-previous-line-or-previous-page): Rename arg to ARG
7109 for consistency.
7110 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
7111 `doc-view-scroll-up-or-next-page', and buffer-local
7112 `mwheel-scroll-down-function' to
7113 `doc-view-scroll-down-or-previous-page'.
7114
7115 2009-11-25 Juri Linkov <juri@jurta.org>
7116
7117 Provide additional default values (directories at other Dired
7118 windows) via M-n in the minibuffer of some Dired commands.
7119
7120 * dired-aux.el (dired-diff, dired-compare-directories)
7121 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
7122 `minibuffer-default' in `minibuffer-with-setup-hook'.
7123 (dired-dwim-target-directory): Find a window that displays Dired
7124 buffer instead of failing when the next window is not Dired.
7125 Use `get-window-with-predicate' to find for the next Dired window.
7126 (dired-dwim-target-defaults): New function.
7127
7128 * ediff-util.el (ediff-read-file-name):
7129 Use `dired-dwim-target-defaults' to set `minibuffer-default'
7130 in `minibuffer-with-setup-hook'.
7131
7132 2009-11-25 Juri Linkov <juri@jurta.org>
7133
7134 Provide additional default values (file name at point or at the
7135 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
7136
7137 * minibuffer.el (read-file-name-defaults): New function.
7138 (read-file-name): Reset `minibuffer-default' to nil when
7139 it duplicates initial input `insdef'.
7140 Bind `minibuffer-default-add-function' to lambda that
7141 calls `read-file-name-defaults' in `minibuffer-selected-window'.
7142 (minibuffer-insert-file-name-at-point): New command.
7143
7144 * files.el (file-name-at-point-functions): New defcustom.
7145 (find-file-default): Remove defvar.
7146 (find-file-read-args): Don't use `find-file-default'.
7147 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7148 to `read-file-name'.
7149 (find-file-literally): Use `read-file-name' with
7150 `confirm-nonexistent-file-or-buffer'.
7151
7152 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
7153
7154 * dired.el (dired-read-dir-and-switches):
7155 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7156 to `read-file-name'.
7157 (dired-file-name-at-point): New function.
7158 (dired-mode): Add hook `dired-file-name-at-point' to
7159 `file-name-at-point-functions'.
7160
7161 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7162
7163 Really make the *Completions* window soft-dedicated (bug#5030).
7164 * window.el (window--display-buffer-2): Add `dedicated' argument.
7165 (display-buffer): Pass it when needed so the dedicated flag is set
7166 after calling set-window-buffer, which would otherwise reset it.
7167
7168 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7169
7170 * progmodes/meta-mode.el (meta-complete-symbol):
7171 * progmodes/etags.el (complete-tag):
7172 * mail/mailabbrev.el (mail-abbrev-complete-alias):
7173 Use completion-in-region.
7174
7175 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
7176 (dabbrev-completion): Use completion-in-region.
7177 (dabbrev--abbrev-at-point): Simplify regexp.
7178
7179 * abbrev.el (abbrev--before-point): Use word-motion functions
7180 if :regexp is not specified (bug#5031).
7181
7182 * subr.el (string-prefix-p): New function.
7183
7184 * man.el (Man-completion-cache): New var.
7185 (Man-completion-table): Use it.
7186
7187 * vc.el (vc-print-log-internal): Make `limit' optional for better
7188 compatibility (e.g. with vc-annotate.el).
7189
7190 2009-11-24 Kevin Ryde <user42@zip.com.au>
7191
7192 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
7193 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
7194
7195 * emacs-lisp/elint.el (elint-add-required-env): Better error message
7196 when .el source file not found or other error.
7197
7198 2009-11-24 Markus Triska <markus.triska@gmx.at>
7199
7200 * linum.el (linum-update-window): Ignore intangible (bug#4996).
7201
7202 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7203
7204 Handle the [back] button properly (bug#4979).
7205 * descr-text.el (describe-text-properties): Add a `buffer' argument.
7206 Use help-setup-xref, help-buffer, and with-help-window.
7207 (describe-char): Add `buffer' argument.
7208 Pass proper command to help-setup-xref. Don't meddle with
7209 help-xref-stack-item directly.
7210 (describe-text-category): Use with-help-window and help-buffer.
7211
7212 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
7213 for the displayed buffer (bug#4887).
7214
7215 * man.el (Man-completion-table): New function.
7216 (man): Use it.
7217
7218 2009-11-24 David Reitter <david.reitter@gmail.com>
7219
7220 * vc-git.el (vc-git-registered): Use checkout directory (where
7221 .git is) rather than the file's directory and a relative path spec
7222 to work around a bug in git.
7223
7224 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
7225
7226 Improve handling of processes on remote hosts.
7227
7228 * eshell/esh-util.el (eshell-path-env): New defvar.
7229 (eshell-parse-colon-path): New defun.
7230 (eshell-file-attributes): Use `eshell-parse-colon-path'.
7231
7232 * eshell/esh-ext.el (eshell-search-path):
7233 Use `eshell-parse-colon-path'.
7234 (eshell-remote-command): Remove argument HANDLER.
7235 (eshell-external-command): Check for FTP remote connection.
7236
7237 * eshell/esh-proc.el (eshell-gather-process-output):
7238 Use `file-truename', in order to start also symlinked files.
7239 Apply `start-file-process' instead of `start-process'.
7240 Shorten `command' to the local file name part.
7241
7242 * eshell/em-cmpl.el (eshell-complete-commands-list):
7243 Use `eshell-parse-colon-path'.
7244
7245 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
7246
7247 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
7248 to `eshell-directory-change-hook'.
7249
7250 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
7251
7252 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
7253 because it could be enabled automatically if view-read-only is non-nil.
7254
7255 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
7256
7257 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
7258 made on 2009-11-22.
7259
7260 2009-11-24 Glenn Morris <rgm@gnu.org>
7261
7262 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
7263 deleted variable bookmark-bmenu-bookmark-column.
7264
7265 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7266 Move after definition of global-semantic-idle-tag-highlight-mode.
7267
7268 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7269
7270 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
7271
7272 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
7273
7274 * net/browse-url.el (browse-url-filename-alist): On Windows, add
7275 two slashes to the "file:" prefix.
7276 (browse-url-file-url): De-munge Cygwin filenames before passing
7277 them to Windows browser.
7278 (browse-url-default-windows-browser): Use call-process.
7279
7280 2009-11-23 Juri Linkov <juri@jurta.org>
7281
7282 Implement DocView Continuous mode. (Bug#4896)
7283 * doc-view.el (doc-view-continuous-mode): New defcustom.
7284 (doc-view-mode-map): Bind C-n/<down> to
7285 `doc-view-next-line-or-next-page', C-p/<up> to
7286 `doc-view-previous-line-or-previous-page'.
7287 (doc-view-next-line-or-next-page)
7288 (doc-view-previous-line-or-previous-page): New commands.
7289
7290 2009-11-23 Juri Linkov <juri@jurta.org>
7291
7292 Implement Isearch in comint input history. (Bug#3746)
7293 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
7294 `isearch-mode-hook'.
7295 (comint-history-isearch): New defcustom.
7296 (comint-history-isearch-backward)
7297 (comint-history-isearch-backward-regexp): New commands.
7298 (comint-history-isearch-message-overlay): New buffer-local variable.
7299 (comint-history-isearch-setup, comint-history-isearch-end)
7300 (comint-goto-input, comint-history-isearch-search)
7301 (comint-history-isearch-message, comint-history-isearch-wrap)
7302 (comint-history-isearch-push-state)
7303 (comint-history-isearch-pop-state): New functions.
7304
7305 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
7306
7307 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7308 return.
7309 (tramp-handle-make-symbolic-link)
7310 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7311 Quote file names.
7312 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7313 (tramp-handle-process-file): Use it.
7314
7315 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7316
7317 * window.el (move-to-window-line-last-op): Remove.
7318 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7319
7320 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
7321
7322 Make M-r mirror the new cycling behavior of C-l.
7323 * window.el (move-to-window-line-last-op): New var.
7324 (move-to-window-line-top-bottom): New command.
7325 (global-map): Bind M-r move-to-window-line-top-bottom.
7326
7327 2009-11-23 Sven Joachim <svenjoac@gmx.de>
7328
7329 * dired-x.el (dired-guess-shell-alist-default):
7330 Support xz format. (Bug#4953)
7331
7332 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
7333
7334 * cedet/srecode/map.el (srecode-get-maps):
7335 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7336 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7337 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7338 (semantic-toggle-decoration-style):
7339 * cedet/semantic/decorate/include.el
7340 (semantic-decoration-include-describe)
7341 (semantic-decoration-unknown-include-describe)
7342 (semantic-decoration-unparsed-include-describe)
7343 (semantic-decoration-all-include-summary):
7344 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7345 * cedet/semantic/analyze/complete.el
7346 (semantic-analyze-possible-completions):
7347 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7348 (semantic-show-unmatched-syntax-mode)
7349 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7350 (semantic-highlight-func-mode):
7351 * cedet/semantic/util.el (semantic-describe-buffer):
7352 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7353 (semantic-symref-find-tags-by-name)
7354 (semantic-symref-find-tags-by-regexp)
7355 (semantic-symref-find-tags-by-completion)
7356 (semantic-symref-find-file-references-by-name)
7357 (semantic-symref-find-text):
7358 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7359 (senator-yank-tag):
7360 * cedet/semantic/scope.el (semantic-calculate-scope):
7361 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7362 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7363 (define-semantic-idle-service):
7364 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7365 (semantic-complete-analyze-inline-idle):
7366 * cedet/semantic/analyze.el (semantic-analyze-current-context):
7367 * cedet/mode-local.el (describe-mode-local-bindings)
7368 (describe-mode-local-bindings-in-mode):
7369 * cedet/ede/make.el (ede-make-check-version):
7370 * cedet/ede/locate.el (ede-enable-locate-on-project):
7371 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7372 (cedet-idutils-version-check):
7373 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7374 (cedet-gnu-global-version-check):
7375 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7376 (cedet-cscope-version-check): Use called-interactively-p instead
7377 of interactive-p.
7378
7379 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7380 Use semantic-format-tag-prototype.
7381
7382 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
7383
7384 * emulation/viper-cmd.el: Use viper-last-command-char instead of
7385 last-command-char/last-command-event.
7386 (viper-prefix-arg-value): Do correct conversion of event-char for
7387 XEmacs.
7388
7389 * emulation/viper-util.el, emulation/viper.el:
7390 Use viper-last-command-char instead of
7391 last-command-char/last-command-event.
7392
7393 * ediff-init.el, ediff-mult.el, ediff-util.el:
7394 Replace last-command-char and last-command-event
7395 with (ediff-last-command-char) everywhere.
7396
7397 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7398 created in fundamental mode.
7399
7400 * ediff.el (ediff-version): Revert the change of interactive-p to
7401 called-interactively-p.
7402
7403 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
7404
7405 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7406 generation from word-movement command names.
7407
7408 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
7409
7410 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7411 (semantic-complete-jump-local, semantic-complete-jump):
7412 Improve prompt string.
7413
7414 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
7415
7416 * cus-start.el (all): Add native condition for font-use-system-font.
7417
7418 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
7419
7420 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7421 Correct the patch from 2009-11-18. (Bug#3910)
7422
7423 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
7424
7425 * progmodes/subword.el: Rename from lisp/subword.el.
7426
7427 * subword.el: Rename to progmodes/subword.el.
7428
7429 * Makefile.in (ELCFILES): Adapt to subword.el move.
7430
7431 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7432 Stefan Monnier <monnier@iro.umontreal.ca>
7433
7434 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7435 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7436 (bookmark-bmenu-show-filenames): Use push.
7437 (bookmark-bmenu-hide-filenames): Use local var instead of
7438 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
7439 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7440 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7441 filenames now that the bookmark names are always available.
7442
7443 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7444
7445 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7446 (bookmark-search-pattern): Move and leave unbound.
7447 (bookmark-bmenu-mode-map): Change binding.
7448 (bookmark-read-search-input): Simplify.
7449 Don't use text-char-description. Don't error on non-char events.
7450 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7451 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7452 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7453 Use a local var for the timer.
7454 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7455 (i.e. bookmark-bmenu-search).
7456
7457 2009-11-21 Glenn Morris <rgm@gnu.org>
7458
7459 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
7460
7461 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
7462
7463 * net/browse-url.el (browse-url-default-windows-browser):
7464 Use cygstart for cygwin.
7465
7466 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
7467
7468 * bookmark.el: Formatting and doc fixes only:
7469 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7470 (bookmark-bmenu-search): Wrap to fit within 80 columns.
7471 Minor grammar and punctuation fixes in doc string.
7472 (bookmark-read-search-input): Adjust to fit within 80 columns.
7473
7474 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
7475
7476 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7477 (c-backward-into-nomenclature): Adapt to subword renaming.
7478
7479 * subword.el (subword-forward, subword-backward, subword-mark)
7480 (subword-kill, subword-backward-kill, subword-transpose)
7481 (subword-downcase, subword-upcase, subword-capitalize)
7482 (subword-forward-internal, subword-backward-internal):
7483 Rename from forward-subword, backward-subword, mark-subword,
7484 kill-subword, backward-kill-subword, transpose-subwords,
7485 downcase-subword, upcase-subword, capitalize-subword,
7486 forward-subword-internal, backward-subword-internal.
7487
7488 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7489
7490 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7491 New options.
7492 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7493 New vars.
7494 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7495 (bookmark-bmenu-filter-alist-by-regexp)
7496 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7497 (bookmark-bmenu-search): New command.
7498 (bookmark-bmenu-mode-map): Bind it.
7499
7500 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7501
7502 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7503
7504 * cedet/semantic/idle.el (define-semantic-idle-service)
7505 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7506
7507 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
7508
7509 * progmodes/cc-cmds.el: declare-functioned forward-subword and
7510 backward-subword to quit the byte-compiler.
7511
7512 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7513
7514 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7515
7516 * progmodes/cc-cmds.el (c-update-modeline)
7517 (c-forward-into-nomenclature, c-backward-into-nomenclature):
7518 Refer to subword.el functions instead of cc-subword.el.
7519
7520 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7521 subword.el functions instead of cc-subword.el.
7522
7523 * progmodes/cc-subword.el: Rename to subword.el.
7524 * subword.el: Rename from progmodes/cc-subword.el.
7525 (subword-mode-map): Rename from c-subword-mode-map.
7526 (subword-mode): Rename from c-subword-mode.
7527 (global-subword-mode): New global minor mode.
7528 (forward-subword): Rename from c-forward-subword.
7529 (backward-subword): Rename from c-backward-subword.
7530 (mark-subword): Rename from c-mark-subword.
7531 (kill-subword): Rename from c-kill-subword.
7532 (backward-kill-subword): Rename from c-backward-kill-subword.
7533 (transpose-subwords): Rename from c-tranpose-subword.
7534 (downcase-subword): Rename from c-downcase-subword.
7535 (capitalize-subword): Rename from c-capitalize-subword.
7536 (forward-subword-internal): Rename from c-forward-subword-internal.
7537 (backward-subword-internal): Rename from c-backward-subword-internal.
7538
7539 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
7540
7541 * vc.el (vc-deduce-fileset): Allow non-state changing operations
7542 from a dired buffer.
7543 (vc-dired-deduce-fileset): New function.
7544 (vc-root-diff, vc-print-root-log): Use it.
7545
7546 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7547 nil LIMIT argument to vc-print-log-internal.
7548
7549 2009-11-20 Glenn Morris <rgm@gnu.org>
7550
7551 * Makefile.in (ELCFILES): Regenerate.
7552
7553 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7554
7555 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
7556
7557 * cedet/semantic.el: Enable idle-mode menu items only if
7558 global-semantic-idle-scheduler-mode is enabled.
7559 (semantic-default-submodes): Doc fix.
7560
7561 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7562 When turning off, disable other idle modes.
7563
7564 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
7565
7566 * calc/calc.el (calc-set-mode-line):
7567 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7568 (math-format-number): Rename `math-format-complement-signed' to
7569 `math-format-twos-complement'.
7570
7571 * calc/calc-bin.el (math-format-twos-complement): Rename from
7572 math-format-complement-signed.
7573 (calc-radix): Rename `calc-complement-signed-mode' to
7574 `calc-twos-complement-mode'.
7575 (calc-octal-radix, calc-hex-radix): Add an argument for
7576 two's complement.
7577
7578 * calc/calc-embed.el (calc-embedded-mode-vars):
7579 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7580
7581 * calc/calc-ext.el (calc-init-extensions):
7582 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7583 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
7584
7585 * calc/calc-units.el (math-build-units-table-buffer):
7586 Let `calc-twos-complement-mode' be nil.
7587
7588 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
7589 entries.
7590
7591 * calc/calc-vec.el (calcFunc-vunpack):
7592 * calc/calc-aent.el (calc-do-calc-eval):
7593 * calc/calc-forms.el (math-format-date):
7594 * calc/calc-graph.el (calc-graph-plot):
7595 * calc/calc-math.el (math-use-emacs-fn):
7596 * calc/calccomp.el (math-compose-expr):
7597 Let `calc-twos-complement-mode' be nil.
7598
7599 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7600
7601 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
7602 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
7603 * minibuffer.el (completion-in-region-functions): New hook.
7604 (completion-in-region): New function.
7605 * emacs-lisp/lisp.el (lisp-complete-symbol):
7606 * pcomplete.el (pcomplete-std-complete): Use it.
7607
7608 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7609
7610 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
7611 (latex-complete-alist): New vars.
7612 (latex-string-prefix-p, latex-complete-bibtex-keys)
7613 (latex-complete-envnames, latex-complete-refkeys)
7614 (latex-complete-data): New functions.
7615 (latex-complete, latex-indent-or-complete): New commands.
7616
7617 * window.el (display-buffer-mark-dedicated): New var.
7618 (display-buffer): Obey it.
7619 * minibuffer.el (minibuffer-completion-help): Use it.
7620
7621 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
7622
7623 * filecache.el (file-cache-add-file): Use push and cons.
7624 (file-cache-delete-file-regexp): Use push.
7625 (file-cache-complete): Use completion-in-region.
7626
7627 * simple.el (with-wrapper-hook): Fix thinko.
7628
7629 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
7630 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
7631 Use with-current-buffer and string-to-number.
7632 (hfy-fallback-colour-values): Use assoc-string.
7633 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
7634 (hfy-face-at): Remove unused var `found-face'.
7635 (hfy-compile-stylesheet): Remove unused var `css'.
7636 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
7637 and `orig-buffer'.
7638 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
7639 Use with-current-buffer.
7640 (hfy-text-p): Use expand-file-name and fewer setq.
7641
7642 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
7643
7644 * htmlfontify.el, hfy-cmap.el: New files.
7645
7646 2009-11-19 Juri Linkov <juri@jurta.org>
7647
7648 * minibuffer.el (completions-format): New defcustom.
7649 (completion--insert-strings): Implement vertical format.
7650
7651 * simple.el (switch-to-completions): Move point to the first
7652 completion when point was at the beginning of the buffer.
7653
7654 2009-11-19 Juri Linkov <juri@jurta.org>
7655
7656 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
7657
7658 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
7659
7660 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
7661
7662 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
7663 (mail-signature): Change default to t.
7664 (mail-from-style): Deprecate `system-default' value.
7665 (mail-insert-from-field): For default value of mail-from-style,
7666 default to `angles' unless `angles' needs quoting and `parens'
7667 does not.
7668 (mail-citation-prefix-regexp): Use citation regexp from
7669 message-mode.
7670
7671 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
7672
7673 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7674 Set variables for computing the prompt for reading password.
7675
7676 2009-11-19 Glenn Morris <rgm@gnu.org>
7677
7678 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
7679
7680 * textmodes/flyspell.el (sgml-lexical-context): Declare.
7681
7682 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
7683 (newsticker-treeview-listwindow-height): Fix custom type.
7684
7685 2009-11-19 Kenichi Handa <handa@m17n.org>
7686
7687 * descr-text.el (describe-char-padded-string): Compose with TAB
7688 only if there's a font for CH.
7689 (describe-char): Fix the condition for detecting a trivial composition.
7690
7691 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
7692
7693 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
7694 more accurate version of the regexp. (Bug#3910)
7695
7696 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
7697
7698 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
7699
7700 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
7701
7702 * font-setting.el (font-use-system-font): Declare for byte-compiler.
7703 (font-setting-change-default-font): Fix typo in docstring.
7704
7705 2009-11-18 Alan Mackenzie <acm@muc.de>
7706
7707 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
7708
7709 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7710
7711 * font-setting.el (font-use-system-font): Move ...
7712
7713 * cus-start.el (all): ... to here.
7714
7715 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
7716
7717 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
7718 Don't set `ad-return-value' if `ad-do-it' doesn't.
7719
7720 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
7721 modification time.
7722
7723 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7724
7725 * menu-bar.el: Put "Use system font" in Option-menu.
7726 (menu-bar-options-save): Add font-use-system-font.
7727
7728 * loadup.el: If feature system-font-setting or font-render-setting is
7729 there, load font-setting.
7730
7731 * Makefile.in (ELCFILES): Add font-settings.el.
7732 * font-setting.el: New file.
7733
7734 2009-11-17 Glenn Morris <rgm@gnu.org>
7735
7736 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
7737
7738 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
7739 Preserve point in the list buffer. (Bug#4939)
7740 Use point-at-eol.
7741 (newsticker--treeview-list-update-highlight)
7742 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
7743
7744 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7745
7746 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
7747 Remove.
7748
7749 * calc/calc-ext.el (calc-init-extensions): Remove references to
7750 symclip.
7751
7752 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
7753
7754 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
7755 * calc/calc-help.el (calc-b-prefix-help): Remove references to
7756 `calc-symclip'.
7757
7758 2009-11-16 Kevin Ryde <user42@zip.com.au>
7759
7760 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7761 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
7762
7763 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
7764 (lm-keywords-list): Allow comma-only separator like "foo,bar".
7765 Ignore trailing spaces by omit-nulls to split-string (fixing
7766 regression from Emacs 21 due to the incompatible split-string
7767 change). (Bug #4928.)
7768
7769 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
7770
7771 * vc.el (vc-log-show-limit): Default to 2000.
7772 (vc-print-log-internal): Insert buttons to request more entries
7773 when limiting the output.
7774
7775 * vc-sccs.el (vc-sccs-print-log):
7776 * vc-rcs.el (vc-rcs-print-log):
7777 * vc-cvs.el (vc-cvs-print-log):
7778 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
7779 LIMIT is non-nil.
7780
7781 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
7782
7783 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
7784 error when `tramp-gvfs-dbus-event-vector' is set.
7785 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
7786
7787 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7788
7789 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
7790
7791 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
7792
7793 * net/dbus.el (dbus-unregister-service): New defun.
7794 (dbus-register-property): Register the handlers of
7795 "org.freedesktop.DBus.Properties" for SERVICE.
7796 (dbus-property-handler): Fix docstring.
7797
7798 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7799
7800 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
7801 Quote doc string reference in defvaralias as it is not in special form.
7802 (byte-compile-output-docform): Doc fix.
7803
7804 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7805
7806 * calc/calc.el (math-2-word-size, math-half-2-word-size)
7807 (calc-complement-signed-mode): New variables.
7808 (calc-set-mode-line): Add indicator for twos-complements.
7809 (math-format-number): Format twos-complement notation.
7810
7811 * calc/calc-bin.el (calc-word-size): Reset the variables
7812 `math-2-word-size' and `math-half-2-word-size'.
7813 (math-format-complement-signed, math-symclip, calcFunc-symclip)
7814 (calc-symclip): New functions.
7815
7816 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
7817
7818 * calc/calc-embed.el (calc-embedded-mode-vars):
7819 Add `calc-complement-signed-mode' to the list of modes.
7820
7821 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
7822 (calc-b-oper-keys): Add `calc-symclip' to list.
7823
7824 * calc/calc-ext.el (math-read-number-fancy): Read complement
7825 signed numbers.
7826 (calc-init-extensions): Add binding for `calc-symclip'.
7827 Add autoload for `calcFunc-symclip' and `calc-symclip'.
7828
7829 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
7830 `calc-symclip'.
7831 (calc-modes-menu): Add item for twos complement mode.
7832
7833 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
7834
7835 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
7836
7837 * register.el (jump-to-register, insert-register): Handle Semantic
7838 tags. From commented-out advice in semantic/senator.el.
7839
7840 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7841
7842 * vc.el (vc-log-show-limit): New variable.
7843 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
7844 when using a prefix argument.
7845 (vc-print-log-internal): Add new argument LIMIT.
7846
7847 * vc-svn.el (vc-svn-print-log):
7848 * vc-mtn.el (vc-mtn-print-log):
7849 * vc-hg.el (vc-hg-print-log):
7850 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
7851 pass it to the log command when set. Make the BUFFER argument
7852 non-optional.
7853
7854 * vc-sccs.el (vc-sccs-print-log):
7855 * vc-rcs.el (vc-rcs-print-log):
7856 * vc-git.el (vc-git-print-log):
7857 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
7858 ignore it. Make the BUFFER argument non-optional
7859
7860 * bindings.el (mode-line-buffer-identification): Do not purecopy.
7861
7862 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
7863
7864 * dired.el (dired-mode-map): Move encryption items to "Operate"
7865 menu (Bug#4703).
7866
7867 * strokes.el (strokes-update-window-configuration): Make strokes
7868 buffer current before erasing (Bug#4906).
7869
7870 * cedet/semantic/idle.el (semantic-idle-summary-mode)
7871 (semantic-idle-summary-mode): Define using define-minor-mode
7872 instead of define-semantic-idle-service.
7873 (semantic-idle-summary-mode): New function.
7874 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
7875 that mouse motion does not reset the echo area.
7876
7877 2009-11-15 Juri Linkov <juri@jurta.org>
7878
7879 * simple.el (set-mark-default-inactive): Add :type, :group
7880 and :version. (Bug#4876)
7881
7882 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
7883
7884 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
7885 (archive-unique-fname): ... here. (Bug#4929)
7886
7887 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7888
7889 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
7890 with a real fix.
7891
7892 * novice.el (disabled-command-function): Add useful args.
7893 Setup the help buffer so that [back] works.
7894 Remove redundant call to help-mode.
7895 (disabled-command-function): Use `case'.
7896 (en/disable-command): New function extracted from enable-command.
7897 (enable-command, disable-command): Use it.
7898
7899 2009-11-14 Glenn Morris <rgm@gnu.org>
7900
7901 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
7902 constants. (Bug#4913)
7903
7904 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
7905
7906 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
7907
7908 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
7909 defined in C that have no doc-strings. (Bug#1063)
7910
7911 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
7912
7913 * cus-edit.el (data, files):
7914 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
7915
7916 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
7917
7918 * simple.el (shell-command): Doc fix (Bug#4891).
7919
7920 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
7921
7922 2009-11-14 Glenn Morris <rgm@gnu.org>
7923
7924 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
7925 statements for vc-diff, emerge-quit, and rmail-cease-edit.
7926 If they are already loaded, eval-after-load will do the right thing.
7927
7928 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
7929 compiling.
7930
7931 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
7932
7933 * simple.el (x-selection-owner-p): Declare.
7934 (read-mail-command): Use custom radio type rather than choice.
7935 (completion-no-auto-exit): Doc fix.
7936
7937 * custom.el (defgroup):
7938 * epg-config.el (epg): Doc fixes.
7939
7940 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7941
7942 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
7943 * international/ccl.el (define-ccl-program): Do not purecopy the
7944 docstring, defconst does it anyway.
7945
7946 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7947
7948 * add-log.el (add-change-log-entry): Avoid displaying the changelog
7949 a second time.
7950
7951 * x-dnd.el (x-dnd-maybe-call-test-function):
7952 * window.el (split-window-vertically):
7953 * whitespace.el (whitespace-help-on):
7954 * vc-rcs.el (vc-rcs-consult-headers):
7955 * userlock.el (ask-user-about-lock-help)
7956 (ask-user-about-supersession-help):
7957 * type-break.el (type-break-force-mode-line-update):
7958 * time-stamp.el (time-stamp-conv-warn):
7959 * terminal.el (te-set-output-log, te-more-break, te-filter)
7960 (te-sentinel, terminal-emulator):
7961 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
7962 (term-write-input-ring, term-check-source, term-start-output-log):
7963 (term-display-buffer-line, term-dynamic-list-completions):
7964 (term-ansi-make-term, serial-term):
7965 * subr.el (selective-display):
7966 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7967 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
7968 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
7969 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
7970 (speedbar-remove-localized-speedbar-support)
7971 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
7972 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
7973 (speedbar-buffers-line-directory):
7974 * simple.el (shell-command-on-region, append-to-buffer)
7975 (prepend-to-buffer):
7976 * shadowfile.el (shadow-save-todo-file):
7977 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
7978 (scroll-bar-maybe-set-window-start):
7979 * sb-image.el (speedbar-image-dump):
7980 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
7981 (load-save-place-alist-from-file):
7982 * ps-samp.el (ps-print-message-from-summary):
7983 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
7984 (ps-background-image, ps-begin-job, ps-do-despool):
7985 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
7986 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
7987 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
7988 (pr-call-process, pr-file-list, pr-interface-save):
7989 * novice.el (disabled-command-function)
7990 (enable-command, disable-command):
7991 * mouse.el (mouse-buffer-menu-alist):
7992 * mouse-copy.el (mouse-kill-preserving-secondary):
7993 * macros.el (kbd-macro-query):
7994 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
7995 * informat.el (batch-info-validate):
7996 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
7997 * hippie-exp.el (try-expand-dabbrev-visible):
7998 * help-mode.el (help-make-xrefs):
7999 * help-fns.el (describe-variable):
8000 * generic-x.el (bat-generic-mode-run-as-comint):
8001 * finder.el (finder-mouse-select):
8002 * find-dired.el (find-dired-sentinel):
8003 * filesets.el (filesets-file-close):
8004 * files.el (list-directory):
8005 * faces.el (list-faces-display, describe-face):
8006 * facemenu.el (list-colors-display):
8007 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
8008 * epg.el (epg--process-filter, epg-cancel):
8009 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
8010 (epa--read-signature-type):
8011 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
8012 (emerge-file-names):
8013 * ehelp.el (electric-helpify):
8014 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
8015 * ediff-vers.el (rcs-ediff-view-revision):
8016 * ediff-util.el (ediff-setup):
8017 * ediff-mult.el (ediff-append-custom-diff):
8018 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
8019 (ediff-wordify):
8020 * echistory.el (Electric-command-history-redo-expression):
8021 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8022 * disp-table.el (describe-display-table):
8023 * dired.el (dired-find-buffer-nocreate):
8024 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
8025 * dabbrev.el (dabbrev--same-major-mode-p):
8026 * chistory.el (list-command-history):
8027 * apropos.el (apropos-documentation):
8028 * allout.el (allout-obtain-passphrase):
8029 (allout-copy-exposed-to-buffer):
8030 (allout-verify-passphrase): Use with-current-buffer.
8031
8032 2009-11-13 Glenn Morris <rgm@gnu.org>
8033
8034 * Makefile.in (ELCFILES): Regenerate.
8035
8036 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
8037
8038 * net/dbus.el (dbus-registered-objects-table): Rename from
8039 `dbus-registered-functions-table', because it contains also properties.
8040 (dbus-unregister-object): Unregister also properties.
8041 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8042 Use a timeout of 500 msec, in order to not block.
8043 (dbus-register-property, dbus-property-handler): New defuns.
8044
8045 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8046
8047 * simple.el (minibuffer-default-add-completions): Drop deprecated
8048 4th arg.
8049
8050 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
8051
8052 * textmodes/artist.el (artist-mouse-choose-operation):
8053 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
8054 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
8055 (artist-compute-up-event-key): New function.
8056 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
8057
8058 2009-11-13 Kenichi Handa <handa@m17n.org>
8059
8060 * language/japan-util.el: Make sure that the value of jisx0208
8061 property is jisx0208 character.
8062
8063 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
8064
8065 * international/mule.el (auto-coding-regexp-alist): Only purecopy
8066 car or each item, not the whole list.
8067
8068 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
8069
8070 * minibuffer.el (minibuffer-completion-help):
8071 Use minibuffer-hide-completions.
8072
8073 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
8074
8075 * dired.el (dired-save-positions, dired-restore-positions): New funs.
8076 (dired-revert): Use them (bug#4880).
8077
8078 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8079
8080 * tooltip.el (tooltip-frame-parameters): Undo previous change.
8081
8082 2009-11-12 Juri Linkov <juri@jurta.org>
8083
8084 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
8085 New functions.
8086 (find-file-literally-at-point): Alias of `ffap-literally'.
8087
8088 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8089
8090 * textmodes/ispell.el (ispell-skip-region-alist):
8091 * textmodes/css-mode.el (auto-mode-alist):
8092 * progmodes/compile.el (auto-mode-alist):
8093 * international/mule.el (ctext-non-standard-encodings-alist)
8094 (ctext-non-standard-encodings-regexp):
8095 * simple.el (shell-command-switch, text-read-only):
8096 * replace.el (occur-mode-map):
8097 * paths.el (rmail-file-name):
8098 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
8099 * find-file.el (ff-special-constructs):
8100 * files.el (file-name-handler-alist):
8101 * composite.el: Purecopy strings.
8102
8103 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
8104
8105 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8106
8107 * widget.el (define-widget): Purecopy the docstring.
8108 * international/mule-cmds.el (charset): Do not purecopy the
8109 docstring here, define-widget does it.
8110
8111 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8112 * textmodes/bibtex-style.el (auto-mode-alist):
8113 * progmodes/inf-lisp.el (inferior-lisp-prompt):
8114 * progmodes/compile.el (compile-command):
8115 * language/korea-util.el (default-korean-keyboard):
8116 * international/mule-conf.el (file-coding-system-alist):
8117 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
8118 * tooltip.el (tooltip-frame-parameters):
8119 * newcomment.el (comment-end, comment-padding):
8120 * dired.el (dired-trivial-filenames):
8121 * comint.el (comint-file-name-prefix): Purecopy initial values.
8122
8123 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
8124
8125 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
8126 (tramp-advice-minibuffer-electric-tilde): Unload advices via
8127 `tramp-unload'.
8128 (tramp-advice-make-auto-save-file-name)
8129 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
8130 after removing the advice.
8131
8132 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8133
8134 * progmodes/grep.el (grep-regexp-alist):
8135 * international/mule-cmds.el (iso-2022-control-alist):
8136 * emacs-lisp/timer.el (timer-duration-words):
8137 * subr.el (version-separator, version-regexp-alist):
8138 * minibuffer.el (completion-styles-alist):
8139 * faces.el (face-attribute-name-alist, list-faces-sample-text):
8140 Change defvars to defconsts.
8141
8142 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
8143 * loadup.el ("international/mule-conf"): Load the byte compiled version.
8144 * international/mule-conf.el: Allow to be byte compiled.
8145
8146 * international/mule.el (define-charset): Purecopy props.
8147 (load-with-code-conversion): Purecopy doc string and file name.
8148 (put-charset-property): Purecopy strings.
8149 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
8150
8151 * international/mule-cmds.el (register-input-method): Purecopy arguments.
8152 (define-char-code-property): Correctly purecopy the table.
8153
8154 * international/ccl.el (define-ccl-program): Purecopy the docstring.
8155
8156 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
8157
8158 * subr.el (add-hook): Purecopy strings.
8159 (eval-after-load): Purecopy load-history-regexp and the form.
8160
8161 * custom.el (custom-declare-group): Purecopy load-file-name.
8162
8163 * subr.el (menu-bar-separator): New defconst.
8164 * net/eudc.el (eudc-tools-menu):
8165 * international/mule-cmds.el (set-coding-system-map)
8166 (mule-menu-keymap):
8167 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8168 * vc-hooks.el (vc-menu-map):
8169 * replace.el (occur-mode-map):
8170 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
8171 (menu-bar-edit-menu, menu-bar-goto-menu)
8172 (menu-bar-custom-menu, menu-bar-showhide-menu)
8173 (menu-bar-options-menu, menu-bar-tools-menu)
8174 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
8175 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
8176 (menu-bar-help-menu):
8177 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
8178 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
8179
8180 * term/x-win.el (x-gtk-stock-map):
8181 * progmodes/vera-mode.el (auto-mode-alist):
8182 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8183 (inferior-lisp-program, inferior-lisp-load-command):
8184 * progmodes/hideshow.el (hs-special-modes-alist):
8185 * progmodes/gud.el (same-window-regexps):
8186 * progmodes/grep.el (grep-program, find-program, xargs-program):
8187 * net/telnet.el (same-window-regexps):
8188 * net/rlogin.el (same-window-regexps):
8189 * language/ethiopic.el (font-ccl-encoder-alist):
8190 * vc-sccs.el (vc-sccs-master-templates):
8191 * vc-rcs.el (vc-rcs-master-templates):
8192 * subr.el (cl-assertion-failed):
8193 * simple.el (next-error-overlay-arrow-position):
8194 * lpr.el (lpr-command):
8195 * locate.el (locate-ls-subdir-switches):
8196 * info.el (same-window-regexps, info)
8197 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
8198 * image-mode.el (image-mode, auto-mode-alist):
8199 * hippie-exp.el (hippie-expand-ignore-buffers):
8200 * format.el (format-alist):
8201 * find-dired.el (find-ls-subdir-switches, find-grep-options)
8202 (find-name-arg):
8203 * facemenu.el (facemenu-keybindings):
8204 * dired.el (dired-listing-switches, dired-chown-program):
8205 * diff.el (diff-switches, diff-command):
8206 * cus-edit.el (same-window-regexps):
8207 * bindings.el (mode-line-mule-info)
8208 (mode-line-buffer-identification): Purecopy strings.
8209
8210 2009-11-11 Juri Linkov <juri@jurta.org>
8211
8212 * simple.el (dired-get-filename) <declare-function>:
8213 Tell the byte-compiler about dired-get-filename.
8214 (shell-command): In Dired mode, get filename from the current line
8215 as the default value.
8216
8217 2009-11-10 Glenn Morris <rgm@gnu.org>
8218
8219 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
8220 * calendar/holidays.el, progmodes/cperl-mode.el:
8221 Update x-popup-menu declarations.
8222
8223 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
8224 (list-load-path-shadows): Use dolist.
8225 (list-load-path-shadows): Use with-current-buffer.
8226
8227 2009-11-10 Juri Linkov <juri@jurta.org>
8228
8229 * minibuffer.el (read-file-name): Support a list of default values
8230 in `default-filename'. Use the first file name where only one
8231 element is required. Doc fix.
8232
8233 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
8234
8235 * net/dbus.el (dbus-unregister-object): Release service, if no
8236 other method is registered for it.
8237
8238 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
8239
8240 * bookmark.el (bookmark-completing-read): Sort bookmark names if
8241 bookmark-sort-flag is non-nil (Bug#4653).
8242
8243 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
8244
8245 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
8246 the progress reporter entirely.
8247
8248 * emulation/cua-base.el: Add CUA property to some CC mode commands
8249 (Bug#4100).
8250
8251 2009-11-08 Kevin Ryde <user42@zip.com.au>
8252
8253 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
8254 at end of sentence (Bug#4818).
8255
8256 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
8257
8258 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8259 Handle "see declaration of" MSFT statements (Bug#4100).
8260
8261 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
8262
8263 * net/tramp.el (tramp-advice-make-auto-save-file-name)
8264 (tramp-advice-file-expand-wildcards): Unload via
8265 `ad-remove-advice'.
8266
8267 * net/trampver.el: Update release number.
8268
8269 2009-11-08 Kevin Ryde <user42@zip.com.au>
8270
8271 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
8272 `ad-do-it'.
8273
8274 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
8275
8276 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
8277 in order to keep context in SELinux.
8278
8279 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
8280
8281 * dired-aux.el (dired-query): Place cursor in echo area and allow
8282 C-g.
8283
8284 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
8285 menu item if not on a directory (Bug#4701).
8286
8287 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
8288
8289 Sync with Tramp 2.1.17.
8290
8291 * net/tramp.el (tramp-handle-copy-directory): Don't use
8292 `file-remote-p' (due to compatibility).
8293
8294 * net/tramp-compat.el (tramp-compat-copy-directory)
8295 (tramp-compat-delete-directory): New defuns.
8296
8297 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8298 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
8299 `tramp-compat-delete-directory'.
8300
8301 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8302 (tramp-smb-handle-delete-directory): Use
8303 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
8304
8305 * net/trampver.el: Update release number.
8306
8307 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
8308
8309 * tar-mode.el (tar-copy): Call write-region on the right buffer
8310 (Bug#4857).
8311
8312 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8313 by hand, if necessary (Bug#4878).
8314
8315 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
8316
8317 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8318 align size column (Bug#4839).
8319
8320 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8321 statement.
8322
8323 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
8324
8325 * progmodes/ld-script.el (auto-mode-alist):
8326 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8327
8328 * cus-face.el (custom-declare-face): Purecopy face spec.
8329
8330 2009-11-06 Kenichi Handa <handa@m17n.org>
8331
8332 * international/uni-bidi.el: Re-generated.
8333 * international/uni-category.el: Re-generated.
8334 * international/uni-combining.el: Re-generated.
8335 * international/uni-mirrored.el: Re-generated.
8336
8337 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
8338
8339 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8340 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8341 (tex-start-options, slitex-run-command, latex-run-command)
8342 (tex-run-command, tex-directory):
8343 * textmodes/ispell.el (ispell-html-skip-alists)
8344 (ispell-tex-skip-alists, ispell-tex-skip-alists):
8345 * textmodes/fill.el (adaptive-fill-first-line-regexp):
8346 (adaptive-fill-regexp):
8347 * textmodes/dns-mode.el (auto-mode-alist):
8348 * progmodes/python.el (interpreter-mode-alist):
8349 * progmodes/etags.el (tags-compression-info-list):
8350 * progmodes/etags.el (tags-file-name):
8351 * net/browse-url.el (browse-url-galeon-program)
8352 (browse-url-firefox-program):
8353 * mail/sendmail.el (mail-signature-file)
8354 (mail-citation-prefix-regexp):
8355 * international/mule-conf.el (eight-bit):
8356 * international/latexenc.el (latex-inputenc-coding-alist):
8357 * international/fontset.el (x-pixel-size-width-font-regexp):
8358 * emacs-lisp/warnings.el (warning-type-format):
8359 * emacs-lisp/trace.el (trace-buffer):
8360 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8361 (emacs-lisp-mode-map):
8362 * calendar/holidays.el (holiday-solar-holidays)
8363 (holiday-bahai-holidays, holiday-islamic-holidays)
8364 (holiday-christian-holidays, holiday-hebrew-holidays)
8365 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8366 (hebrew-holidays-1, holiday-oriental-holidays)
8367 (holiday-general-holidays):
8368 * x-dnd.el (x-dnd-known-types):
8369 * tool-bar.el (tool-bar):
8370 * startup.el (site-run-file):
8371 * shell.el (shell-dumb-shell-regexp):
8372 * rfn-eshadow.el (file-name-shadow-tty-properties)
8373 (file-name-shadow-properties):
8374 * paths.el (remote-shell-program, news-directory):
8375 * mouse.el ([C-down-mouse-3]):
8376 * menu-bar.el (menu-bar-tools-menu):
8377 * jka-cmpr-hook.el (jka-compr-load-suffixes)
8378 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8379 (jka-compr-compression-info-list):
8380 * isearch.el (search-whitespace-regexp):
8381 * image-file.el (image-file-name-extensions):
8382 * find-dired.el (find-ls-option):
8383 * files.el (directory-listing-before-filename-regexp)
8384 (directory-free-space-args, insert-directory-program)
8385 (list-directory-brief-switches, magic-fallback-mode-alist)
8386 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8387 (automount-dir-prefix):
8388 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8389 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8390 (face-font-registry-alternatives, face-font-registry-alternatives)
8391 (face-font-family-alternatives):
8392 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8393 (facemenu-foreground-menu, facemenu-face-menu):
8394 * epa-hook.el (epa-file-name-regexp):
8395 * dnd.el (dnd-protocol-alist):
8396 * textmodes/rst.el (auto-mode-alist):
8397 * button.el (default-button): Purecopy strings.
8398
8399 2009-11-06 Glenn Morris <rgm@gnu.org>
8400
8401 * Makefile.in (ELCFILES): Update.
8402
8403 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
8404
8405 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8406 * emacs-lisp/levents.el: Move to obsolete/levents.el.
8407
8408 * nxml/xsd-regexp.el (xsdre-gen-categories):
8409 * nxml/xmltok.el (xmltok-parse-entity):
8410 * nxml/rng-parse.el (rng-parse-validate-file):
8411 * nxml/rng-maint.el (rng-format-manual)
8412 (rng-manual-output-force-new-line):
8413 * nxml/rng-loc.el (rng-save-schema-location-1):
8414 * nxml/rng-cmpct.el (rng-c-parse-file):
8415 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8416 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8417
8418 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
8419
8420 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8421 Remove extra save-excursions and make-variable-buffer-local's.
8422 Suggested by Stefan Monnier.
8423
8424 (verilog-getopt-file, verilog-module-inside-filename-p)
8425 (verilog-set-define): Merge GNU 1.35 and repair changes from
8426 switching to using with-current-buffer.
8427
8428 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8429 being treated as a number and confusing AUTORESET.
8430 Reported by Dan Dever.
8431
8432 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8433 Add verilog-auto-ignore-concat to fix backward compatibility with
8434 older verilog-modes. Reported by Dan Katz.
8435
8436 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8437 containing closing anchors "...$".
8438
8439 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8440 Reported by Wade Smith.
8441
8442 (verilog-batch-execute-func): Comment on function usage.
8443
8444 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
8445
8446 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8447 for labels.
8448
8449 (verilog-label-re, verilog-calc-1): Support proper indent of named
8450 asserts.
8451
8452 (verilog-backward-token, verilog-basic-complete-re)
8453 (verilog-beg-of-statement, verilog-indent-re): Support proper
8454 indent of the assert statement at the beginning of a block of text.
8455
8456 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8457 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8458 tokens as begins.
8459
8460 2009-11-05 Glenn Morris <rgm@gnu.org>
8461
8462 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8463 Emacs 19. (Bug#1531)
8464 (byte-compile-fix-header): Update for the above change.
8465 Drop test for epoch::version.
8466
8467 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8468 * cus-dep.el (custom-make-dependencies):
8469 * finder.el (finder-compile-keywords):
8470 Use autoload-rubric's feature argument.
8471
8472 * calendar/diary-lib.el (top-level): Make load behave more like require.
8473
8474 * vc-git.el (vc-git-stash-map): Move definition before use.
8475
8476 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8477
8478 * custom.el (custom-declare-group): Purecopy standard-value.
8479 (custom-declare-group): Purecopy custom-prefix.
8480
8481 * international/mule.el (load-with-code-conversion):
8482 Call do-after-load-evaluation unconditionally.
8483
8484 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8485
8486 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8487
8488 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8489
8490 2009-11-04 Glenn Morris <rgm@gnu.org>
8491
8492 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8493 (byte-compile-compatibility): Remove option.
8494 (byte-compile-close-variables, byte-compile-fix-header)
8495 (byte-compile-insert-header, byte-compile-output-docform)
8496 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8497 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8498 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8499 (byte-compile-insert, byte-compile-defun):
8500 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
8501 (byte-defop-compiler19): Remove.
8502 Without byte-compile-compatibility, the 'emacs19-opcode property is not
8503 used by anything. Replace all calls with byte-defop-compiler.
8504
8505 2009-11-04 Juri Linkov <juri@jurta.org>
8506
8507 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8508 (menu-bar-options-menu): Don't quote the `prop' arg of
8509 `menu-bar-make-mm-toggle'.
8510
8511 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
8512
8513 * calendar/calendar.el (cal-loaddefs):
8514 * calendar/diary-lib.el (diary-loaddefs):
8515 * calendar/holidays.el (hol-loaddefs):
8516 * eshell/esh-module.el (esh-groups): Load rather than require.
8517
8518 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8519
8520 * calendar/todo-mode.el (todo-add-category): Don't hardcode
8521 point-min==1.
8522 (todo-top-priorities): Only display-buffer when called interactively.
8523 (todo-item-start): Don't save excursion point.
8524 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
8525 (todo-insert-item-here, todo-file-item, todo-remove-item):
8526 Adjust uses of todo-item-start and todo-item-end.
8527
8528 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8529 (autoload-rubric): Don't use any more.
8530 * cedet/semantic/fw.el (semantic/loaddefs):
8531 * cedet/srecode.el (srecode/loaddefs):
8532 * cedet/ede.el (ede/loaddefs): Load rather than require.
8533 * cedet/ede/cpp-root.el:
8534 * cedet/ede/emacs.el:
8535 * cedet/ede/files.el:
8536 * cedet/ede/linux.el:
8537 * cedet/ede/locate.el:
8538 * cedet/ede/make.el:
8539 * cedet/ede/shell.el:
8540 * cedet/ede/speedbar.el:
8541 * cedet/ede/system.el:
8542 * cedet/ede/util.el:
8543 * cedet/semantic/analyze.el:
8544 * cedet/semantic/bovine.el:
8545 * cedet/semantic/complete.el:
8546 * cedet/semantic/ctxt.el:
8547 * cedet/semantic/db-file.el:
8548 * cedet/semantic/db-find.el:
8549 * cedet/semantic/db-global.el:
8550 * cedet/semantic/db-mode.el:
8551 * cedet/semantic/db-typecache.el:
8552 * cedet/semantic/db.el:
8553 * cedet/semantic/debug.el:
8554 * cedet/semantic/dep.el:
8555 * cedet/semantic/doc.el:
8556 * cedet/semantic/edit.el:
8557 * cedet/semantic/find.el:
8558 * cedet/semantic/format.el:
8559 * cedet/semantic/html.el:
8560 * cedet/semantic/ia-sb.el:
8561 * cedet/semantic/ia.el:
8562 * cedet/semantic/idle.el:
8563 * cedet/semantic/lex-spp.el:
8564 * cedet/semantic/lex.el:
8565 * cedet/semantic/mru-bookmark.el:
8566 * cedet/semantic/scope.el:
8567 * cedet/semantic/senator.el:
8568 * cedet/semantic/sort.el:
8569 * cedet/semantic/symref.el:
8570 * cedet/semantic/tag-file.el:
8571 * cedet/semantic/tag-ls.el:
8572 * cedet/semantic/tag-write.el:
8573 * cedet/semantic/tag.el:
8574 * cedet/semantic/util-modes.el:
8575 * cedet/semantic/analyze/complete.el:
8576 * cedet/semantic/analyze/refs.el:
8577 * cedet/semantic/bovine/c.el:
8578 * cedet/semantic/bovine/gcc.el:
8579 * cedet/semantic/bovine/make.el:
8580 * cedet/semantic/bovine/scm.el:
8581 * cedet/semantic/decorate/include.el:
8582 * cedet/semantic/decorate/mode.el:
8583 * cedet/semantic/symref/cscope.el:
8584 * cedet/semantic/symref/global.el:
8585 * cedet/semantic/symref/grep.el:
8586 * cedet/semantic/symref/idutils.el:
8587 * cedet/semantic/symref/list.el:
8588 * cedet/semantic/wisent/java-tags.el:
8589 * cedet/semantic/wisent/javascript.el:
8590 * cedet/srecode/compile.el:
8591 * cedet/srecode/cpp.el:
8592 * cedet/srecode/document.el:
8593 * cedet/srecode/el.el:
8594 * cedet/srecode/expandproto.el:
8595 * cedet/srecode/getset.el:
8596 * cedet/srecode/insert.el:
8597 * cedet/srecode/java.el:
8598 * cedet/srecode/map.el:
8599 * cedet/srecode/mode.el:
8600 * cedet/srecode/template.el:
8601 * cedet/srecode/texi.el: Remove the file-local setting of
8602 generated-autoload-feature.
8603
8604 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
8605 and only put a prop if it is non-nil.
8606
8607 2009-11-03 Juri Linkov <juri@jurta.org>
8608
8609 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
8610 (menu-bar-options-menu): Fix list quoting (Bug#4429).
8611
8612 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
8613 and "Menu" to make top-level menu item visually one unit (like
8614 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
8615 multi-word menu items). Fix :help string for quit-window.
8616
8617 2009-11-03 Glenn Morris <rgm@gnu.org>
8618
8619 * cedet/mode-local.el (with-mode-local): Doc fix.
8620
8621 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
8622 (byte-compile-file-form-define-abbrev-table)
8623 (byte-compile-file-form-custom-declare-variable)
8624 (byte-compile-variable-ref, byte-compile-defvar):
8625 Whether or not a warning is enabled should only affect whether we issue
8626 the warning, not whether or not we collect the relevant data.
8627 Eg warnings can be turned on and off throughout the course of a file.
8628
8629 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
8630 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
8631
8632 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8633
8634 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
8635 * play/mpuz.el (mpuz-create-buffer):
8636 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
8637 (lm-print-y,s,noise, lm-print-w0, lm-init):
8638 * play/gomoku.el (gomoku-prompt-for-move):
8639 * play/fortune.el (fortune-in-buffer):
8640 * play/dissociate.el (dissociated-press):
8641 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
8642 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
8643 * mail/supercite.el (sc-eref-show):
8644 * mail/smtpmail.el (smtpmail-send-it):
8645 * mail/rmailsum.el (rmail-summary-next-labeled-message)
8646 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
8647 (rmail-summary-undelete-many, rmail-summary-rmail-update)
8648 (rmail-summary-goto-msg, rmail-summary-expunge)
8649 (rmail-summary-get-new-mail, rmail-summary-search-backward)
8650 (rmail-summary-add-label, rmail-summary-output-menu)
8651 (rmail-summary-output-body):
8652 * mail/rfc822.el (rfc822-addresses):
8653 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
8654 * mail/mailpost.el (post-mail-send-it):
8655 * mail/hashcash.el (hashcash-generate-payment):
8656 * mail/feedmail.el (feedmail-run-the-queue)
8657 (feedmail-queue-send-edit-prompt-help-first)
8658 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
8659 (feedmail-deduce-address-list):
8660 * eshell/esh-ext.el (eshell-remote-command):
8661 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
8662 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
8663 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
8664 (viper-save-string-in-file, viper-valid-marker):
8665 * emulation/viper-keym.el (viper-toggle-key):
8666 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
8667 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
8668 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
8669 * emulation/viper-cmd.el (viper-exec-form-in-vi)
8670 (viper-exec-form-in-emacs, viper-brac-function):
8671 * emulation/viper.el (viper-delocalize-var):
8672 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
8673 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
8674 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
8675 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
8676 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
8677 * emulation/edt.el (edt-electric-helpify):
8678 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8679 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
8680 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
8681 (cua-indent-to-global-mark-column):
8682 * calendar/diary-lib.el (calendar-mark-1):
8683 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
8684 Use with-current-buffer.
8685 * emulation/viper.el (viper-delocalize-var): Use dolist.
8686
8687 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
8688
8689 * comint.el (comint-replace-by-expanded-history-before-point):
8690 Replace !! with the previous input string literally (Bug#1795).
8691
8692 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
8693
8694 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
8695 to be made up of whitespace.
8696
8697 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
8698
8699 * minibuffer.el (read-file-name): Don't use file dialogs for
8700 remote directories (Bug#99).
8701
8702 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
8703
8704 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
8705
8706 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
8707
8708 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
8709 instead of deleting the window or frame.
8710
8711 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
8712
8713 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
8714 Support face colors.
8715
8716 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
8717 New function. Support face colors (Bug#1168).
8718 (tex-common-initialization): Use it.
8719
8720 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
8721 mode allows it (Bug#1168).
8722
8723 2009-10-31 Juri Linkov <juri@jurta.org>
8724
8725 * facemenu.el (list-colors-display): Don't mark buffer as
8726 modified (Bug#3948).
8727
8728 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
8729
8730 * international/mule-diag.el (list-character-sets-1): Minor
8731 message fix (Bug#3526).
8732
8733 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
8734 face property (Bug#4834).
8735 (etags-list-tags, etags-tags-apropos-additional)
8736 (etags-tags-apropos, tags-select-tags-table): Add follow-link
8737 property.
8738
8739 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
8740 items.
8741
8742 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
8743 items.
8744
8745 * cedet/ede.el (ede-minor-mode):
8746 * cedet/semantic.el (semantic-mode): Toggle menu separators.
8747
8748 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
8749
8750 * textmodes/two-column.el (2C-split):
8751 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
8752 * textmodes/tex-mode.el (tex-set-buffer-directory):
8753 * textmodes/spell.el (spell-region, spell-string):
8754 * textmodes/reftex.el (reftex-erase-buffer):
8755 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
8756 * textmodes/reftex-toc.el (reftex-toc-promote-action):
8757 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
8758 (reftex-select-item):
8759 * textmodes/reftex-ref.el (reftex-label-info-update)
8760 (reftex-offer-label-menu):
8761 * textmodes/reftex-index.el (reftex-index-change-entry)
8762 (reftex-index-phrases-info):
8763 * textmodes/reftex-global.el (reftex-create-tags-file)
8764 (reftex-save-all-document-buffers, reftex-ensure-write-access):
8765 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
8766 (reftex-view-crossref-from-bibtex):
8767 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
8768 (reftex-extract-bib-entries-from-thebibliography)
8769 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
8770 * textmodes/refbib.el (r2b-capitalize-title):
8771 (r2b-convert-buffer, r2b-help):
8772 * textmodes/page-ext.el (pages-directory)
8773 (pages-directory-goto-with-mouse):
8774 * textmodes/bibtex.el (bibtex-validate-globally):
8775 * textmodes/bib-mode.el (bib-capitalize-title):
8776 * textmodes/artist.el (artist-clear-buffer, artist-system):
8777 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
8778 (local-set-scheme-interaction-buffer, xscheme-process-filter)
8779 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
8780 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
8781 (xscheme-send-control-g-interrupt, xscheme-start-process)
8782 (xscheme-process-sentinel, xscheme-cd):
8783 * progmodes/verilog-mode.el (verilog-read-always-signals)
8784 (verilog-set-define, verilog-getopt-file)
8785 (verilog-module-inside-filename-p):
8786 * progmodes/sh-script.el:
8787 * progmodes/python.el (python-pdbtrack-get-source-buffer)
8788 (python-pdbtrack-grub-for-buffer, python-execute-file):
8789 * progmodes/octave-inf.el (inferior-octave):
8790 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8791 (idlwave-shell-compile-helper-routines, idlwave-set-local)
8792 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
8793 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
8794 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
8795 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
8796 (idlwave-shell-filter, idlwave-shell-examine-highlight)
8797 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
8798 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
8799 (idlwave-shell-examine-display, idlwave-shell-run-region)
8800 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
8801 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
8802 * progmodes/idlw-help.el (idlwave-help-get-special-help)
8803 (idlwave-help-get-help-buffer):
8804 * progmodes/gud.el (gud-basic-call, gud-find-class)
8805 (gud-tooltip-activate-mouse-motions-if-enabled):
8806 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8807 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
8808 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
8809 (ebrowse-tags-next-file):
8810 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
8811 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
8812 (ebnf-eps-finish-and-write):
8813 * progmodes/cpp.el (cpp-edit-save):
8814 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
8815 * progmodes/cc-defs.el (c-emacs-features):
8816 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
8817 (antlr-directory-dependencies):
8818 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
8819 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
8820 (ada-find-any-references, ada-make-filename-from-adaname)
8821 (ada-make-body-gnatstub):
8822 * obsolete/rnews.el (news-list-news-groups):
8823 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
8824 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
8825 * net/rcirc.el (rcirc-debug):
8826 * net/newst-treeview.el (newsticker--treeview-list-add-item)
8827 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
8828 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
8829 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
8830 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
8831 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
8832 (newsticker--treeview-list-clear-highlight)
8833 (newsticker--treeview-list-update-highlight)
8834 (newsticker--treeview-list-highlight-start)
8835 (newsticker--treeview-tree-update-highlight)
8836 (newsticker--treeview-get-selected-item)
8837 (newsticker-treeview-mark-list-items-old)
8838 (newsticker--treeview-set-current-node):
8839 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8840 * net/newst-backend.el (newsticker--get-news-by-funcall)
8841 (newsticker--get-news-by-wget, newsticker--image-get)
8842 (newsticker--image-sentinel):
8843 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
8844 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
8845 (eudc-ph-close-session):
8846 * net/eudc.el (eudc-save-options):
8847 * language/thai-word.el (thai-update-word-table):
8848 * language/japan-util.el (japanese-string-conversion):
8849 * international/titdic-cnv.el (tsang-quick-converter)
8850 (ziranma-converter, ctlau-converter):
8851 * international/mule-cmds.el (describe-language-environment):
8852 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
8853 (skkdic-convert-postfix, skkdic-convert-prefix):
8854 (skkdic-convert-okuri-nasi, skkdic-convert):
8855 * emacs-lisp/re-builder.el (reb-update-overlays):
8856 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
8857 * emacs-lisp/gulp.el (gulp-send-requests):
8858 * emacs-lisp/find-gc.el (trace-call-tree):
8859 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
8860 (eieio-describe-generic):
8861 * emacs-lisp/eieio-base.el (eieio-persistent-read):
8862 * emacs-lisp/edebug.el (edebug-outside-excursion):
8863 * emacs-lisp/debug.el (debugger-make-xrefs):
8864 * emacs-lisp/cust-print.el (custom-prin1-to-string):
8865 * emacs-lisp/chart.el (chart-new-buffer):
8866 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
8867 Use with-current-buffer.
8868 * textmodes/artist.el (artist-system): Don't call
8869 copy-sequence on a fresh string.
8870 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
8871
8872 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
8873
8874 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
8875 is no item to edit. (Bug#4820)
8876 (todo-top-priorities): Restore point and restore narrowing in Todo
8877 buffer. (Bug#4820)
8878
8879 2009-10-31 Glenn Morris <rgm@gnu.org>
8880
8881 * net/ange-ftp.el (top-level): Don't require dired when compiling.
8882 (comint-last-output-start, comint-last-input-start)
8883 (comint-last-input-end): Don't defvar when compiling.
8884 (ange-ftp-process-file): Use bound-and-true-p.
8885
8886 * pcmpl-rpm.el (top-level): Move provide statement to end.
8887 (pcmpl-rpm): Remove unused custom group.
8888
8889 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
8890
8891 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
8892
8893 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8894 (byte-compile-warnings): Add `constants' as an option.
8895 (byte-compile-callargs-warn, byte-compile-arglist-warn)
8896 (display-call-tree): Update for byte-compile-fdefinition possibly
8897 returning `(macro lambda ...)'. (Bug#4778)
8898 (byte-compile-variable-ref, byte-compile-setq-default):
8899 Respect `constants' member of byte-compile-warnings.
8900
8901 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
8902 Use mapc rather than mapcar because the return value is never used.
8903
8904 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
8905 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
8906 * cedet/semantic/html.el:
8907 Suppress harmless warnings about setting up semantic-imenu (not
8908 part of Emacs) variables.
8909
8910 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8911
8912 * vc-bzr.el (vc-bzr-revision-keywords): New var.
8913 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
8914 to "submit:".
8915
8916 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
8917 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
8918 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
8919 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
8920 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
8921 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
8922 (semantic-analyzer-debug-global-symbol)
8923 (semantic-analyzer-debug-missing-innertype)
8924 (semantic-analyzer-debug-insert-include-summary):
8925 * cedet/semantic/util.el (semantic-file-tag-table):
8926 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
8927 (semantic-recursive-find-nonterminal-by-name):
8928 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
8929 * cedet/semantic/tag-file.el (semantic-prototype-file):
8930 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
8931 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
8932 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
8933 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
8934 (semantic-idle-summary-maybe-highlight):
8935 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
8936 (semantic-ia-sb-tag-info):
8937 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
8938 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
8939 * cedet/semantic/ede-grammar.el (project-compile-target):
8940 (ede-proj-makefile-insert-variables):
8941 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
8942 (semantic-debug-set-source-location, semantic-debug-interface-layout)
8943 (semantic-debug-mode, semantic-debug):
8944 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
8945 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
8946 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
8947 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
8948 (semanticdb-find-translate-path-includes--internal)
8949 (semanticdb-reset-log, semanticdb-find-log-activity):
8950 * cedet/semantic/db-file.el (object-write):
8951 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
8952 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
8953 (semanticdb-create-ebrowse-database):
8954 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
8955 * cedet/semantic/complete.el (semantic-displayor-focus-request)
8956 (semantic-collector-calculate-completions-raw)
8957 (semantic-complete-read-tag-analyzer):
8958 * cedet/semantic/analyze.el (semantic-analyze-pulse):
8959 * cedet/ede/util.el (ede-update-version-in-source):
8960 * cedet/ede/proj.el (project-delete-target):
8961 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
8962 (ede-proj-flush-autoconf):
8963 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
8964 (ede-proj-configure-synchronize):
8965 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
8966 * cedet/ede/linux.el (ede-linux-version):
8967 * cedet/ede/emacs.el (ede-emacs-version):
8968 * cedet/ede/dired.el (ede-dired-add-to-target):
8969 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
8970 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
8971 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
8972 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
8973 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
8974 (cedet-idutils-version-check):
8975 * cedet/cedet-global.el (cedet-gnu-global-call):
8976 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
8977 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
8978 * cedet/cedet-cscope.el (cedet-cscope-call)
8979 (cedet-cscope-expand-filename, cedet-cscope-version-check):
8980 Use with-current-buffer.
8981 * cedet/ede.el (ede-make-project-local-variable)
8982 (ede-set-project-variables, ede-set): Use dolist.
8983
8984 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
8985
8986 * textmodes/ispell.el (ispell-skip-region-alist):
8987 * international/mule-conf.el (eight-bit):
8988 * international/fontset.el (font-encoding-alist):
8989 * startup.el (pure-space-overflow-message):
8990 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
8991 * paths.el (gnus-nntp-service, rmail-spool-directory)
8992 (term-file-prefix):
8993 * files.el (save-some-buffers-action-alist):
8994 * cmuscheme.el (same-window-buffer-names):
8995 * ielm.el (same-window-buffer-names):
8996 * shell.el (same-window-buffer-names):
8997 * mail/sendmail.el (same-window-buffer-names):
8998 * progmodes/inf-lisp.el (same-window-buffer-names):
8999 * bindings.el (mode-line-client)
9000 (mode-line-column-line-number-mode-map):
9001 * language/tibetan.el (tibetan-precomposition-rule-regexp)
9002 (tibetan-precomposed-regexp): Purecopy string arguments.
9003
9004 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9005
9006 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
9007 (calcDigit-nondigit):
9008 * calc/calc-yank.el (calc-copy-to-buffer):
9009 * calc/calc-units.el (calc-invalidate-units-table):
9010 * calc/calc-trail.el (calc-trail-yank):
9011 * calc/calc-store.el (calc-insert-variables):
9012 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9013 * calc/calc-prog.el (calc-read-parse-table):
9014 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
9015 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
9016 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
9017 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
9018 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
9019 (calc-graph-name, calc-graph-find-command, calc-graph-view)
9020 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
9021 * calc/calc-ext.el (calc-realign):
9022 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
9023 (calc-embedded-finish-edit, calc-embedded-make-info)
9024 (calc-embedded-finish-command, calc-embedded-stack-change):
9025 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
9026
9027 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
9028 (overload-docstring-extension): Use that info.
9029 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
9030 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
9031 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
9032 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
9033 (semantic-nonterminal-full-name): Add the new `when' info.
9034 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
9035 `assert'.
9036
9037 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
9038 shell-dynamic-complete-filename in preference to
9039 comint-dynamic-complete-filename.
9040
9041 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9042 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9043 Don't consider whether the display supports colors.
9044 (bookmark-import-new-list): Use dolist.
9045 (bookmark-bmenu-mode-map): Move initialization into declaration.
9046 (bookmark-bmenu-list): Use dolist, simplify.
9047 (bookmark-show-all-annotations): Use save-selected-window and dolist.
9048 (menu-bar-final-items): Use push.
9049
9050 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
9051
9052 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
9053 it works on remote files.
9054 (vc-hg-diff): Don't pass any `--cwd' argument.
9055
9056 2009-10-27 Kevin Ryde <user42@zip.com.au>
9057
9058 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9059 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
9060 (Further to Bug#3921).
9061
9062 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
9063
9064 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
9065 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
9066 calling `tramp-imap-put-file'. Add file size to the call.
9067 (tramp-imap-get-file-entries): Compute also user name, file size,
9068 and date.
9069 (tramp-imap-handle-insert-directory): Insert uid and gid.
9070 (tramp-imap-handle-file-attributes): Transform uid and gid
9071 according to `id-format'.
9072 (tramp-imap-put-file): New optional parameter SIZE. Encode file
9073 size in header X-Size.
9074
9075 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
9076
9077 * simple.el (transpose-subr): Give clearer error when the mark
9078 is not set. (Bug#4807)
9079
9080 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
9081
9082 * net/tramp.el (tramp-perl-file-truename): New defconst.
9083 Perl code contributed by yary <not.com@gmail.com> (tiny change).
9084 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
9085 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
9086 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
9087
9088 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
9089 Ignore `dired-call-process'.
9090 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
9091
9092 2009-10-26 Julian Scheid <julians37@gmail.com>
9093
9094 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
9095 (tramp-get-remote-readlink): New defun.
9096 (tramp-handle-file-truename): Use it.
9097 (tramp-handle-file-exists-p): Check file-attributes cache, assume
9098 file exists if cache value present.
9099 (tramp-check-cached-permissions): New defun.
9100 (tramp-handle-file-readable-p): Use it.
9101 (tramp-handle-file-writable-p): Likewise.
9102 (tramp-handle-file-executable-p): Likewise.
9103 (tramp-handle-file-name-all-completions): Try using Perl to get
9104 partial completions. When perl not available, combine `cd' and
9105 `ls' into single remote operation and use shell expansion to get
9106 partial remote directory contents. Set `file-exists-p' cache for
9107 directory and any files returned by ls. Change cache handling to
9108 support partial directory contents. Use error message emitted by
9109 remote `cd' or Perl code for local tramp-error.
9110 (tramp-do-copy-or-rename-file-directly): Avoid separate
9111 tramp-send-command-and-check call.
9112 (tramp-handle-process-file): Merge three remote ops into one.
9113 Do not flush all caches when `process-file-side-effects' is set.
9114 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
9115 file-attributes shows uid/gid to be set already.
9116
9117 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9118
9119 * textmodes/tex-mode.el (tex-dvi-view-command)
9120 (tex-show-queue-command, tex-open-quote):
9121 * progmodes/ruby-mode.el (auto-mode-alist)
9122 (interpreter-mode-alist): Purecopy strings.
9123
9124 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
9125
9126 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
9127 string for the hook, keymap and abbrev table.
9128
9129 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
9130
9131 * x-dnd.el (x-dnd-xdnd-to-action):
9132 * startup.el (fancy-startup-text, fancy-about-text): Change to
9133 defconst from defvar.
9134
9135 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
9136
9137 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
9138 Purecopy initialization strings.
9139
9140 * mail/sendmail.el (mail-header-separator)
9141 (mail-personal-alias-file):
9142 * mail/rmail.el (rmail-default-dont-reply-to-names)
9143 (rmail-ignored-headers, rmail-retry-ignored-headers)
9144 (rmail-highlighted-headers, rmail-secondary-file-directory)
9145 (rmail-secondary-file-regexp):
9146 * files.el (null-device, file-name-invalid-regexp)
9147 (locate-dominating-stop-dir-regexp)
9148 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
9149 (interpreter-mode-alist): Use mapcar instead of mapc.
9150
9151 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
9152
9153 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
9154 (completion-ignored-extensions):
9155 (debug-ignored-errors): Purecopy strings.
9156
9157 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
9158
9159 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
9160 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
9161 (pcomplete--here): Use push.
9162
9163 * subr.el (all-completions): Declare the 4th arg obsolete.
9164
9165 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9166
9167 * pcomplete.el (pcomplete-unquote-argument-function): New var.
9168 (pcomplete-unquote-argument): New function.
9169 (pcomplete--common-suffix): Always pay attention to case.
9170 (pcomplete--table-subvert): Quote and unquote the text.
9171 (pcomplete--common-quoted-suffix): New function.
9172 (pcomplete-std-complete): Use it and pcomplete-begin.
9173
9174 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
9175 we're inside a dedicated or minibuffer window.
9176
9177 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9178
9179 * cedet/semantic/fw.el (semantic-alias-obsolete)
9180 (semantic-varalias-obsolete): Make the `when' arg mandatory.
9181 (define-mode-overload-implementation):
9182 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
9183 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
9184 * cedet/semantic/util.el (semantic-file-token-stream)
9185 (semantic-something-to-stream):
9186 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
9187 (semantic-expand-nonterminal):
9188 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
9189 (semantic-find-dependency, semantic-find-nonterminal)
9190 (semantic-find-dependency):
9191 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
9192 (semantic-flex-text, semantic-flex-make-keyword-table)
9193 (semantic-flex-keyword-p, semantic-flex-keyword-put)
9194 (semantic-flex-keyword-get, semantic-flex-map-keywords)
9195 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
9196 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
9197 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
9198 (semantic-after-idle-scheduler-reparse-hooks):
9199 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
9200 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
9201 * cedet/semantic.el (semantic-toplevel-bovine-table)
9202 (semantic-toplevel-bovine-cache)
9203 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
9204 (semantic-init-mode-hooks, semantic-init-db-hooks)
9205 (semantic-bovination-working-type): Provide the `when' arg.
9206
9207 2009-10-24 Karl Fogel <kfogel@red-bean.com>
9208
9209 * bookmark.el: Update documentation, especially documentation
9210 of `bookmark-alist' and of the bookmark file format.
9211 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
9212
9213 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
9214
9215 * mail/emacsbug.el (report-emacs-bug): Clarify that the
9216 keybindings apply to the mail buffer (Bug#4003). Shrink help
9217 window to buffer.
9218
9219 * whitespace.el (whitespace-mode, whitespace-newline-mode)
9220 (global-whitespace-mode, global-whitespace-newline-mode)
9221 (whitespace-toggle-options, global-whitespace-toggle-options):
9222 Doc fix (Bug#3660).
9223
9224 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
9225 of xmltok-start before the end tag was inserted (Bug#2840).
9226
9227 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
9228 patterns that are preceded by an open-paren (Bug#1320).
9229
9230 2009-10-24 Sven Joachim <svenjoac@gmx.de>
9231
9232 * files.el (delete-directory): Delete symlinks to directories with
9233 delete-file (Bug#4739).
9234
9235 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
9236
9237 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
9238 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
9239 argument to make-obsolete.
9240
9241 * cedet/semantic/fw.el (semantic-alias-obsolete)
9242 (semantic-varalias-obsolete): Add optional WHEN argument.
9243
9244 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
9245
9246 * vc.el (vc-backend-for-registration): Rename from
9247 vc-get-backend-for-registration. Update callers.
9248
9249 * international/mule-cmds.el (set-language-info-alist):
9250 Purecopy lang-env.
9251 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
9252 (charset): Purecopy the name.
9253 (define-char-code-property): Purecopy string arguments.
9254
9255 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9256 Purecopy string arguments.
9257
9258 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9259 * ediff-hook.el (menu-bar-ediff-menu):
9260 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
9261 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
9262
9263 2009-10-24 Glenn Morris <rgm@gnu.org>
9264
9265 * comint.el (comint-dynamic-list-completions):
9266 * term.el (term-dynamic-list-completions): Use choose-completion rather
9267 than obsolete alias mouse-choose-completion.
9268
9269 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
9270 file-cache-choose-completion.
9271 (file-cache-choose-completion): Handle an optional event argument.
9272 (file-cache-mouse-choose-completion): Make it an obsolete alias.
9273
9274 * progmodes/octave-mod.el (octave-complete-symbol):
9275 Use choose-completion if mouse-choose-completion is ever removed.
9276
9277 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
9278 use.
9279
9280 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
9281 compiler.
9282
9283 * vc-hooks.el (vc-responsible-backend): Fix declaration.
9284
9285 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9286
9287 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
9288 Ignore `pred' now that we receive one.
9289 Handle test-completion specially.
9290
9291 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9292
9293 * vc.el (vc-responsible-backend): Throw an error if not backend is
9294 found. Remove the REGISTER argument. Move the code dealing with
9295 REGISTER ...
9296 (vc-get-backend-for-registration): ... here. New function.
9297 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
9298 of vc-responsible-backend, pass the file name instead of the
9299 directory name.
9300
9301 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9302
9303 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
9304 New funs.
9305 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
9306 (pcomplete-comint-setup): Don't modify a global var via
9307 accidental side-effects.
9308 (pcomplete-shell-setup): Adjust call accordingly.
9309 (pcomplete-parse-comint-arguments): Use push.
9310
9311 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
9312
9313 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9314 Allow uncapitalized info node names (Bug#3921).
9315
9316 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9317 to the DEBUG file (Bug#3781).
9318
9319 2009-10-23 Jari Aalto <jari.aalto@cante.net>
9320
9321 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9322 dictionary entry (Bug#4579).
9323
9324 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
9325
9326 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9327 from `rfn-eshadow-update-overlay-hook' when unloading.
9328 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9329 "rsyncc". Adjust doc string.
9330 (tramp-temp-buffer-file-name): New buffer-local defvar.
9331 (tramp-handle-insert-file-contents, tramp-handle-write-region):
9332 Keep temporary file when indicated by method ("rsync" and
9333 "rsyncc").
9334 (tramp-handle-write-region): Handle APPEND.
9335 (tramp-delete-temp-file-function): New defun. Added to
9336 `kill-buffer-hook'.
9337
9338 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
9339
9340 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9341
9342 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9343
9344 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9345 (color-name-rgb-alist, tty-standard-colors)
9346 (tty-color-mode-alist): Change to defconst.
9347
9348 * simple.el (mark-inactive): Purecopy message.
9349
9350 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9351 (global-map, yank-menu):
9352 * textmodes/ispell.el (ispell-menu-map):
9353 * net/eudc.el (eudc-tools-menu):
9354 * international/mule-cmds.el (describe-language-environment-map)
9355 (setup-language-environment-map, set-coding-system-map)
9356 (mule-menu-keymap):
9357 * vc-hooks.el (vc-menu-entry, vc-menu-map):
9358 * replace.el (occur-mode-map):
9359 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9360
9361 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
9362
9363 * calc/calc.el (math-read-number, math-read-number-simple): Use
9364 `save-match-data'.
9365
9366 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9367
9368 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9369 rather than fiddling with global-map bindings, since it should only
9370 affect per-terminal settings.
9371 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9372
9373 * minibuffer.el (completion-table-with-terminator): Allow to specify
9374 the terminator-regexp.
9375
9376 * simple.el (switch-to-completions): Look for *Completions* in other
9377 frames as well.
9378
9379 * pcomplete.el: Allow the use of completion-tables.
9380 (pcomplete-std-complete): New command.
9381 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9382 (pcomplete--here): Use a function for `form' rather than an expression,
9383 so it can be byte-compiled.
9384 (pcomplete-here, pcomplete-here*): Adjust accordingly.
9385 Add edebug declaration.
9386 (pcomplete-show-completions): Remove unused var `curbuf'.
9387 (pcomplete-do-complete, pcomplete-stub):
9388 Don't assume `completions' is a list of strings any more.
9389
9390 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
9391
9392 * find-dired.el (find-name-arg): Fix typo in docstring.
9393
9394 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9395
9396 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9397 (pcmpl-linux-fs-types): Same, and update to new modules layout.
9398
9399 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9400 pcomplete-entries.
9401
9402 * comint.el (comint-read-input-ring, comint-write-input-ring)
9403 (comint-substitute-in-file-name)
9404 (comint-dynamic-complete-as-filename)
9405 (comint-dynamic-simple-complete)
9406 (comint-dynamic-list-filename-completions)
9407 (comint-dynamic-list-completions)
9408 (comint-redirect-results-list-from-process): Minor simplifications.
9409
9410 2009-10-21 Kevin Ryde <user42@zip.com.au>
9411
9412 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9413 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9414 the first form. And insert a blank line after ";;; Code" since
9415 that's usual style. (Bug#4612)
9416
9417 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9418
9419 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9420
9421 * minibuffer.el (completion-table-with-terminator): Properly implement
9422 boundaries, in case `terminator' appears in the suffix.
9423 (completion--embedded-envvar-table): Don't return boundaries if
9424 there's no valid completion. Simplify.
9425 (completion-file-name-table): New completion table extracted from
9426 completion--file-name-table.
9427 (completion--file-name-table): Use it.
9428 (read-file-name-predicate): Declare obsolete.
9429 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9430 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9431 completion-file-name-table, and use the `pred' argument.
9432 * files.el (locate-file-completion-table): Use the `pred' arg rather
9433 than read-file-name-predicate.
9434 (abbreviate-file-name): Use \` rather than ^ for BOS.
9435
9436 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
9437
9438 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9439 vc-responsible-backend to register, it causes problems.
9440
9441 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9442
9443 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9444
9445 2009-10-21 Eric Ludlam <zappo@gnu.org>
9446
9447 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9448 (semantic-c-debug-mode-init-pch): New functions.
9449 (semantic-c-debug-mode-init-last-mode): New var.
9450 (semantic-c-parse-lexical-token): Use them.
9451
9452 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9453 When extracting the argument list, limit only by point-max.
9454
9455 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
9456
9457 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9458 (tramp-smb-handle-file-attributes): Use it.
9459 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9460 (tramp-smb-handle-insert-directory): Use `mapc' rather than
9461 `mapcar'. Use `tramp-smb-get-stat-capability'.
9462 Add `dired-filename' text properties.
9463 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9464 (tramp-smb-maybe-open-connection): Simplify check for smbclient
9465 version.
9466
9467 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9468
9469 * subr.el (read-key-delay): Reduce to 0.01.
9470 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9471 (bug#4751).
9472
9473 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9474
9475 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9476
9477 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9478 (Info-menu): Remove unused vars `last' and `completions'.
9479 (Info-index-nodes): Remove unused var `node'.
9480
9481 * info.el (Info-complete-menu-item): Use complete-with-action.
9482
9483 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
9484
9485 Make vc-annotate work through copies and renames.
9486 * vc-annotate.el (vc-annotate-extract-revision-at-line):
9487 Return the file name too.
9488 (vc-annotate-revision-at-line)
9489 (vc-annotate-find-revision-at-line)
9490 (vc-annotate-revision-previous-to-line)
9491 (vc-annotate-show-log-revision-at-line): Update to get the file
9492 name from vc-annotate-extract-revision-at-line.
9493 (vc-annotate-show-diff-revision-at-line-internal): Change the
9494 argument to mean whether to show a file diff or not. Get the file
9495 name from vc-annotate-extract-revision-at-line.
9496 (vc-annotate-show-diff-revision-at-line):
9497 Update vc-annotate-show-diff-revision-at-line call.
9498 (vc-annotate-warp-revision): Add an optional file argument.
9499
9500 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9501 (vc-git-annotate-extract-revision-at-line): Also return the file
9502 name if found.
9503
9504 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9505 command. Remove unused code.
9506 (vc-hg-annotate-re): Update to match --follow output.
9507 (vc-hg-annotate-extract-revision-at-line): Also return the file
9508 name if found.
9509
9510 * vc.el: Update annotate-extract-revision-at-line documentation.
9511
9512 2009-10-18 Kevin Ryde <user42@zip.com.au>
9513
9514 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9515 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9516
9517 * net/browse-url.el (browse-url): Identify alist with "consp and
9518 not functionp" and let all other things go down the `apply' leg,
9519 as suggested by Stefan. (Further to bug#4531.)
9520
9521 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
9522
9523 * minibuffer.el (read-file-name): Check for repeat before putting
9524 a default argument in file-name-history (Bug#4657).
9525
9526 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9527 read syntax (Bug#4737).
9528
9529 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9530
9531 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9532
9533 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9534 (html-tag-alist, html-tag-help): Add descriptions for undocumented
9535 entries and make note of obsolete tags.
9536
9537 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9538
9539 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9540
9541 2009-10-18 Glenn Morris <rgm@gnu.org>
9542
9543 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9544 grep, so that binary files (eg international/uni-bidi.el) can match.
9545 Remove test for "UnicodeData" files, since it is hopefully unnecessary
9546 now, and in any case the file header format has changed.
9547
9548 2009-10-17 Glenn Morris <rgm@gnu.org>
9549
9550 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9551 (flyspell-get-word, flyspell-large-region)
9552 (flyspell-auto-correct-previous-word): Doc/error message fixes.
9553
9554 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
9555
9556 * Makefile.in (ELCFILES): Add ede/shell.
9557
9558 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
9559
9560 * term/common-win.el (x-colors): Purecopy it.
9561
9562 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9563
9564 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
9565 permissive for when the buffer is empty.
9566 (tar-header-block-tokenize): Decode the username and groupname.
9567 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
9568
9569 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
9570
9571 * cedet/srecode/srt.el:
9572 * cedet/srecode/compile.el:
9573 * cedet/semantic/mru-bookmark.el:
9574 * cedet/semantic/debug.el:
9575 * cedet/semantic/complete.el:
9576 * cedet/semantic/analyze.el: Require CL when compiling.
9577
9578 2009-10-17 Eric Ludlam <zappo@gnu.org>
9579
9580 * cedet/semantic/scope.el
9581 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
9582 tmpscope so that the regular scope will continue to work.
9583
9584 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
9585 Use semantic-idle-summary-highlight-face as the highlighting.
9586
9587 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
9588 contains multibyte characters, choose first applicable coding
9589 system automatically.
9590
9591 * cedet/ede/project-am.el (project-run-target): New method.
9592 (project-run-target): New method.
9593
9594 * cedet/ede.el (ede-target): Add run target menu item.
9595 (ede-project, ede-minor-keymap): Add ede-run-target binding.
9596 (ede-run-target): New function.
9597 (ede-target::project-run-target): New method.
9598
9599 * cedet/ede/proj.el (project-run-target): New method.
9600
9601 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
9602 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
9603 Add :rules.
9604 (ede-proj-target-makefile-shared-object): Only libtool compilers
9605 now available. Add linkers for libtool.
9606 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
9607 (ede-proj-makefile-target-name): Always use .la extension.
9608
9609 * cedet/ede/proj-prog.el (project-run-target): New method.
9610
9611 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
9612 (ede-g++-linker): Change Change link lines.
9613
9614 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
9615 When searching for old variables, go to the end of the buffer and
9616 search backward from there.
9617 (ede-proj-makefile-automake-insert-subdirs)
9618 (ede-proj-makefile-automake-insert-extradist): New methods.
9619 (ede-proj-makefile-create): Use them.
9620
9621 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
9622 Force FILE to expand to the current target. Use file-exists-p to
9623 check that it exists.
9624
9625 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
9626 (ede-linux-load): Wrap dir in file-name-as-directory.
9627 Set :version slot.
9628
9629 * cedet/ede/files.el (ede-get-locator-object): When enabling
9630 locate, do so on "top".
9631
9632 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
9633 file-name-as-directory during compare.
9634 (ede-emacs-version): Return Emacs/XEmacs differentiator.
9635 Get version number from different places. Don't call egrep.
9636 (ede-emacs-load): Set :version slot. Call file-name-as-directory
9637 to set the directory.
9638
9639 * cedet/ede/shell.el: New file.
9640
9641 * cedet/inversion.el (inversion-decoders): Allow for stray . in
9642 alpha/beta variants.
9643
9644 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9645
9646 * international/mule-cmds.el (select-safe-coding-system): If the file
9647 has a coding cookie, use it regardless of any other setting (bug#4712).
9648
9649 2009-10-17 Glenn Morris <rgm@gnu.org>
9650
9651 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
9652 All errors should have messages.
9653
9654 * foldout.el (foldout-mouse-swallow-events):
9655 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
9656
9657 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
9658 (dired-keep-marker-copy, dired-keep-marker-hardlink)
9659 (dired-keep-marker-symlink, dired-dwim-target)
9660 (dired-copy-preserve-time): Do not autoload these defcustoms.
9661
9662 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
9663 messages from messing up the file coding. (Bug#4623)
9664
9665 2009-10-17 Jari Aalto <jari.aalto@cante.net>
9666
9667 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
9668 if no match is found for the current dictionary. (Bug#4578)
9669
9670 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
9671 optional, since that is how it is documented, and this is often called
9672 with a nil argument. (Bug#4577)
9673 (flyspell-external-point-words, flyspell-auto-correct-word)
9674 (flyspell-correct-word-before-point, flyspell-word-search-forward)
9675 (flyspell-word-search-backward): Remove nil argument in calls to
9676 flyspell-get-word, since it is not needed now.
9677
9678 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
9679
9680 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
9681
9682 2009-10-16 Glenn Morris <rgm@gnu.org>
9683
9684 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
9685
9686 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
9687
9688 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
9689 (ange-ftp-file-size): New function.
9690 (ange-ftp-file-attributes): Use it.
9691
9692 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
9693
9694 * net/tramp-smb.el (tramp-smb-version): New defvar.
9695 (tramp-smb-maybe-open-connection): Use it, in order to avoid
9696 repeated checks.
9697
9698 2009-10-16 Glenn Morris <rgm@gnu.org>
9699
9700 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9701 Maybe copy some custom properties from old to new name. (Bug#4706)
9702
9703 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
9704
9705 * subr.el (error, sit-for, start-process-shell-command)
9706 (start-file-process-shell-command): Set the calling convention
9707 after the function definition.
9708
9709 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9710
9711 * subr.el (error, sit-for, start-process-shell-command)
9712 (start-file-process-shell-command): Use the new
9713 set-advertised-calling-convention feature.
9714
9715 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
9716
9717 * international/ucs-normalize.el (ucs-normalize-version):
9718 Change to 1.2.
9719 (check-range): Adjust for Unicode 5.2.
9720
9721 2009-10-15 Juri Linkov <juri@jurta.org>
9722
9723 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
9724 to the `menu-item' format.
9725
9726 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
9727
9728 * net/tramp.el (tramp-replace-environment-variables): Do not fail
9729 if the environment variable does not exist.
9730
9731 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9732 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
9733 parameter.
9734 (tramp-smb-handle-add-name-to-file)
9735 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9736 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9737 (tramp-smb-handle-file-attributes)
9738 (tramp-smb-do-file-attributes-with-stat)
9739 (tramp-smb-handle-file-local-copy)
9740 (tramp-smb-handle-insert-directory)
9741 (tramp-smb-handle-make-directory)
9742 (tramp-smb-handle-make-directory-internal)
9743 (tramp-smb-handle-make-symbolic-link)
9744 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
9745 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
9746 (tramp-smb-maybe-open-connection): Apply the changed parameters.
9747 (tramp-smb-read-file-entry): Read Disk names in compressed format.
9748 Handle long file names.
9749 (tramp-smb-get-cifs-capabilities): Check, whether the connection
9750 process is running.
9751 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
9752 Read share names with "-g" option.
9753
9754 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
9755
9756 * net/rcirc.el (rcirc-view-log-file): New command.
9757 (rcirc-track-minor-mode-map): Remove C-c ` binding.
9758 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
9759 specified.
9760
9761 2009-10-15 Glenn Morris <rgm@gnu.org>
9762
9763 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
9764 from the second command-line argument.
9765 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
9766 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
9767 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
9768 w32-batch-update-autoloads.
9769 * emacs-lisp/autoload.el (autoload-make-program): New variable.
9770 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
9771
9772 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
9773 the headers cannot be located. Simplify, subtracting superflous
9774 save-excursions.
9775
9776 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9777
9778 Replace completion-base-size by completion-base-position to fix bugs
9779 such as (bug#4699).
9780 * simple.el (completion-base-position): New var.
9781 (completion-base-size): Mark as obsolete.
9782 (choose-completion): Make it work for mouse events as well.
9783 Pass the new base-position to choose-completion-string.
9784 (choose-completion-guess-base-position): New function, extracted from
9785 choose-completion-delete-max-match.
9786 (choose-completion-delete-max-match): Use it. Make obsolete.
9787 (choose-completion-string): Use the new base-position info.
9788 (completion-root-regexp): Delete.
9789 (completion-setup-function): Preserve completion-base-position.
9790 Eliminate obsolete base-size manipulation.
9791 * minibuffer.el (display-completion-list): Don't mess with base-size.
9792 (minibuffer-completion-help): Set completion-base-position instead.
9793 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
9794 choose-completion.
9795 * textmodes/bibtex.el (bibtex-complete):
9796 * emacs-lisp/crm.el (crm--choose-completion-string):
9797 Adjust to new calling convention.
9798 * complete.el (partial-completion-mode): Use minibufferp to avoid
9799 bumping into incompatible change to choose-completion-string-functions.
9800 * ido.el (ido-choose-completion-string): Make its calling convention
9801 more permissive.
9802 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
9803 base-size manipulation.
9804 (comint-dynamic-list-input-ring): Use dotimes and push.
9805 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
9806 fundamental-mode. Use `or'.
9807
9808 2009-10-14 Juri Linkov <juri@jurta.org>
9809
9810 * misearch.el (multi-isearch-next-buffer-from-list)
9811 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
9812
9813 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9814
9815 * Makefile.in (compile-onefile): Load `bytecomp' rather than
9816 `bytecomp.el'.
9817
9818 * minibuffer.el (completion-pcm--merge-completions): Make sure the
9819 string we return is all made up of text from the completions rather
9820 than part from the completions and part from the input (bug#4219).
9821
9822 * ido.el (ido-everywhere): Use define-minor-mode.
9823
9824 * buff-menu.el (list-buffers, ctl-x-map):
9825 Mark the entry points with ;;;###autoload cookies.
9826
9827 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
9828
9829 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
9830 correctly in the detached head case.
9831 (vc-git-print-log): Remove unused binding.
9832
9833 * vc.el (vc-responsible-backend): When a directory is passed for
9834 for registration create a VC repository if no backend is
9835 responsible for the directory argument.
9836 (vc-deduce-fileset): Tell vc-responsible-backend to register.
9837
9838 * vc.el: Move comments about RCS and SCCS ...
9839 * vc-rcs.el:
9840 * vc-sccs.el: ... here, respectively.
9841
9842 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9843
9844 * minibuffer.el (completion--file-name-table): Return nil if there's
9845 no file completion, even if substitute-in-file-name changed
9846 the string (bug#4708).
9847
9848 2009-10-13 Juri Linkov <juri@jurta.org>
9849
9850 * files-x.el (read-file-local-variable-value): Don't filter out
9851 minor modes from mode name completion (bug#4664).
9852
9853 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
9854
9855 * international/mule-cmds.el (ucs-names): Remove exclusion of
9856 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
9857
9858 2009-10-13 Kenichi Handa <handa@m17n.org>
9859
9860 * international/uni-name.el: Regenerated.
9861
9862 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
9863
9864 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
9865 should be automatically buffer-local, but isn't.)
9866
9867 2009-10-12 Sam Steingold <sds@gnu.org>
9868
9869 * progmodes/compile.el (compilation-next-error-function): Fix the
9870 timestamps if the buffer has been visited before.
9871 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
9872 non-anchored patterns, like the perl one (bug#3928).
9873
9874 2009-10-12 Glenn Morris <rgm@gnu.org>
9875
9876 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
9877 Let-bind `size'.
9878
9879 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
9880
9881 * proced.el (proced-unload-function): New function.
9882
9883 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
9884 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
9885 Doc fix.
9886
9887 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
9888
9889 2009-10-11 Juri Linkov <juri@jurta.org>
9890
9891 * files-x.el (read-file-local-variable-value):
9892 Provide default value only for bound variables (bug#4664).
9893
9894 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
9895
9896 * net/tramp.el (tramp-local-host-p): Function shall return nil for
9897 connection methods like smb.
9898
9899 * net/tramp-cache.el (tramp-flush-connection-property): The hash
9900 can be empty.
9901
9902 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9903 (tramp-smb-file-name-handler-alist): Add handlers for
9904 `add-name-to-file', `make-symbolic-link'.
9905 (tramp-smb-handle-add-name-to-file)
9906 (tramp-smb-do-file-attributes-with-stat)
9907 (tramp-smb-handle-make-symbolic-link)
9908 (tramp-smb-get-cifs-capabilities): New defuns.
9909 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9910 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9911 (tramp-smb-handle-file-local-copy)
9912 (tramp-smb-handle-make-directory-internal)
9913 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9914 The file name syntax depends on cifs capabilities.
9915 (tramp-smb-handle-file-attributes):
9916 Call `tramp-smb-do-file-attributes-with-stat' if possible.
9917 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
9918 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
9919
9920 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
9921
9922 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
9923 (eieio-defclass): Apply deftype handler and setf-method properties
9924 directly.
9925 (eieio-add-new-slot): Avoid union function from cl library.
9926 (eieio--typep): New function.
9927 (eieio-perform-slot-validation): Use it.
9928
9929 2009-10-10 Karl Fogel <kfogel@red-bean.com>
9930
9931 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
9932 Update documentation to refer to the variables documented in r1.135.
9933 (Bug#4188)
9934
9935 2009-10-10 Karl Fogel <kfogel@red-bean.com>
9936
9937 * bookmark.el (Info-suffix-list): Remove this unused variable.
9938 (bookmark-current-point): Remove this obsolete variable.
9939 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
9940 Adjust for removal of bookmark-current-point.
9941
9942 (bookmarks-already-loaded, bookmark-current-buffer)
9943 (bookmark-yank-point): Document. (Bug#4188)
9944
9945 2009-10-10 Glenn Morris <rgm@gnu.org>
9946
9947 * frame.el (frame-height): Doc fix.
9948
9949 * calendar/calendar.el (calendar-split-width-threshold): New option.
9950 (calendar-basic-setup): Use calendar-split-width-threshold.
9951
9952 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
9953
9954 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
9955 Use .la for Automake.
9956
9957 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
9958
9959 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
9960 Use "autoreconf -i". Suggested by Andreas Schwab.
9961
9962 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
9963
9964 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
9965 Ideographic Supplement" range (U+1F200..U+1F2FF).
9966
9967 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9968
9969 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
9970 since the list will have been rebuilt anyway. (Bug#4349)
9971
9972 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9973
9974 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
9975 (bookmark-bmenu-execute-deletions): Don't save here, as
9976 bookmark-delete will now do so if necessary.
9977 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
9978 (Bug#4348)
9979
9980 2009-10-09 Glenn Morris <rgm@gnu.org>
9981
9982 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
9983
9984 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9985
9986 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
9987 (bookmark-jump-other-window): Just invoke bookmark-jump with new
9988 argument now, so the two function's behaviors will match. (Bug#3645)
9989
9990 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
9991
9992 * cedet/ede/proj.el (project-make-dist, project-compile-project):
9993 Fix filename test.
9994 (ede-proj-dist-makefile): Use expand-file-name instead of concat
9995 to expand file names.
9996
9997 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
9998
9999 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
10000 (tramp-file-name-real-host, tramp-file-name-port):
10001 Apply `save-match-data'.
10002
10003 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
10004 case both directories are remote.
10005 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
10006 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
10007
10008 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
10009
10010 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
10011 (ede-proj-target-makefile-objectcode): Use it.
10012
10013 * cedet/ede/source.el (ede-want-any-source-files-p)
10014 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
10015 Return search result. This error was introduced while merging.
10016
10017 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
10018
10019 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
10020
10021 2009-10-07 Glenn Morris <rgm@gnu.org>
10022
10023 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
10024 of concat.
10025
10026 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
10027
10028 * files-x.el (read-file-local-variable): Include some
10029 non-user-variables in the completion table (bug#4664).
10030
10031 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
10032
10033 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
10034 message.
10035
10036 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10037 (tramp-smb-file-name-handler-alist): Add handler for
10038 `copy-directory', `expand-file-name', `set-file-modes'.
10039 (tramp-smb-handle-copy-directory)
10040 (tramp-smb-handle-expand-file-name)
10041 (tramp-smb-handle-set-file-modes): New defuns.
10042 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
10043 (tramp-smb-handle-file-attributes): Simplify check for retrieving
10044 entry.
10045 (tramp-smb-handle-insert-directory): Don't flush the cache.
10046 (tramp-smb-maybe-open-connection): Check for samba client and
10047 server versions.
10048
10049 2009-10-07 Eli Zaretskii <eliz@gnu.org>
10050
10051 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
10052 to not error out of search for "^lisp=" fails.
10053
10054 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
10055
10056 * makefile.w32-in (WINS_UPDATES): New macro.
10057 (custom-deps, finder-data, autoloads): Use it.
10058
10059 2009-10-07 Glenn Morris <rgm@gnu.org>
10060
10061 * Makefile.in (autoloads): Revert previous change.
10062 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
10063 the list of preloaded files passed on the command-line, get
10064 it from src/Makefile.
10065
10066 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
10067 show the original buffer rather than a random one.
10068
10069 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
10070
10071 * help.el (describe-no-warranty): Place point in a slightly better
10072 position in the GPLv3 text.
10073
10074 2009-10-06 Sam Steingold <sds@gnu.org>
10075
10076 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
10077 the comm attribute is present before calling regexp-quote.
10078
10079 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
10080
10081 * play/animate.el (animate-string): For good effect, make sure
10082 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
10083
10084 * play/animate.el (animate-sequence, animate-birthday-present):
10085 * misc.el (butterfly): Don't set `indent-tabs-mode'.
10086
10087 2009-10-06 Glenn Morris <rgm@gnu.org>
10088
10089 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
10090
10091 * emacs-lisp/autoload.el (autoload-excludes): New variable.
10092 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
10093 (batch-update-autoloads): Process a string value of autoload-excludes,
10094 set during the build process.
10095 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
10096
10097 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
10098 inside with-parsed... macro so that `v' is defined.
10099
10100 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
10101 * progmodes/fortran.el (fortran-end-of-block)
10102 (fortran-beginning-of-block):
10103 Also push mark in the macro case.
10104
10105 * emerge.el (emerge-show-file-name):
10106 * calc/calc.el (calc-quit):
10107 * calc/calc-misc.el (calc-big-or-small):
10108 * calc/calc-graph.el (calc-graph-view):
10109 * calc/calc-ext.el (calc-reset):
10110 * calendar/calendar.el (calendar-basic-setup):
10111 Use window-full-height-p.
10112
10113 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
10114 header we don't understand, don't insert another. (Bug#4624)
10115 If changing mime charset, insert the new one in the right place.
10116
10117 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
10118
10119 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
10120 (cal-tex-cursor-month): Correctly increment the end date for diary and
10121 holiday listing. (Bug#4626)
10122
10123 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10124
10125 * help-fns.el (describe-function-1): Don't burp if the function is not
10126 a symbol.
10127
10128 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
10129
10130 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
10131 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
10132 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
10133 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
10134
10135 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
10136 (eieio-default-superclass): Reflow docstrings.
10137 (this, class-option-assoc, defclass, eieio-class-un-autoload)
10138 (eieio-unbind-method-implementations, defmethod)
10139 (eieio-validate-slot-value, eieio-validate-class-slot-value)
10140 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
10141 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
10142 (eieio-slot-originating-class-p, eieio-slot-name-index)
10143 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
10144 (constructor, initialize-instance, no-next-method, object-print)
10145 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
10146 Fix typos in docstrings.
10147 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
10148 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
10149 (next-method-p): Doc fixes.
10150 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
10151 Fix typos in error messages.
10152 (eieio-defmethod): Fix typo in description of generic method.
10153
10154 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
10155 (eieio-persistent-save-interactive, slot-missing):
10156 Fix typos in docstrings.
10157 (eieio-instance-inheritor-slot-boundp): Doc fix.
10158
10159 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
10160 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
10161
10162 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
10163 (eieio-custom-object-apply-reset):
10164 Fix typos in docstrings and error messages.
10165
10166 * emacs-lisp/eieio-datadebug.el (data-debug-show):
10167 Fix typo in docstring.
10168
10169 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
10170 (eieio-browse-tree): Doc fix.
10171 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
10172 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
10173 Fix typos in docstrings.
10174
10175 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
10176 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
10177 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
10178 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
10179 Reflow docstrings.
10180
10181 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
10182
10183 * vc-hg.el (log-view-vc-backend): Declare for compiler.
10184 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
10185 Set log-view-vc-backend so that diff can work.
10186
10187 * log-view.el (log-view-diff): Use vc-diff-internal instead of
10188 vc-version-diff.
10189 (vc-diff-internal): Autoload this instead of vc-version-diff.
10190
10191 2009-10-05 Eli Zaretskii <eliz@gnu.org>
10192
10193 * simple.el (eval-expression): Doc fix.
10194
10195 * progmodes/cwarn.el (cwarn-mode): Doc fix.
10196
10197 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
10198
10199 * files.el (directory-files-no-dot-files-regexp): New defconst.
10200 (delete-directory): Use it.
10201 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
10202
10203 * net/tramp.el (tramp-verbose): Fix docstring.
10204 (tramp-methods): Add recursive option to `tramp-copy-args'.
10205 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
10206 "scp1_old", "scp2_old", "rsync", "rsyncc".
10207 (tramp-default-method): Check also for `auth-source-user-or-password'.
10208 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10209 Add handler for `copy-directory'.
10210 (tramp-handle-copy-directory): New defun.
10211 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
10212 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
10213 Optimize sent command.
10214
10215 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10216
10217 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
10218 window if necessary.
10219
10220 * calendar/calendar.el (calendar-basic-setup): Don't call
10221 switch-to-buffer in a dedicated window.
10222
10223 2009-10-05 Karl Fogel <kfogel@red-bean.com>
10224
10225 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
10226 don't do anything related to relocating, just return nil.
10227 (bookmark-error-no-filename): New error.
10228 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
10229 bookmark has no file. Don't even attempt to handle things that
10230 are not files; the whole point of custom handlers is to keep that
10231 knowledge elsewhere anyway. Tighten some comments.
10232 (bookmark-file-or-variation-thereof): Remove now-unused function.
10233 (bookmark-location): Doc string fix.
10234 (Bug#4250)
10235
10236 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10237
10238 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
10239 don't use a file dialog, because they usually don't know how to read
10240 a directory target from the user. (Bug#4230)
10241 Also, make sure the prompt can display directories as well as files.
10242
10243 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10244
10245 * bookmark.el (bookmark-set, bookmark-buffer-name):
10246 Improve doc strings. (Bug#1193)
10247
10248 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10249
10250 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
10251 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
10252 (bookmark-get-annotation, bookmark-set-annotation)
10253 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10254 (bookmark-set-position, bookmark-get-front-context-string)
10255 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10256 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
10257 (bookmark-jump-other-window, bookmark-handle-bookmark)
10258 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
10259 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
10260 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
10261 Improve doc strings to say whether bookmark can be a string or
10262 a record or both, and make other consistency and clarity fixes.
10263 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
10264 (bookmark-default-annotation-text, bookmark-yank-word)
10265 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
10266 (bookmark-import-new-list, bookmark-maybe-rename)
10267 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10268 (bookmark-bmenu-bookmark): Give these doc strings.
10269 (bookmark-bmenu-check-position): Give this a doc string, but also
10270 add a FIXME comment about how the function may be pointless.
10271 (bookmark-default-handler): Rework doc string and change a
10272 parameter name, to clarify that this takes a bookmark record
10273 not a bookmark name.
10274 (bookmark-set): Change a parameter name to indicate its meaning,
10275 and improve the doc string a bit.
10276 (Bug#4188)
10277
10278 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10279
10280 * bookmark.el (bookmark-alist): Document the new `handler' element
10281 in the param alist.
10282 (bookmark-make-record-function): Adjust documentation for above.
10283 (Bug#4193)
10284
10285 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10286
10287 * info.el (Info-bookmark-make-record): Document this function.
10288 (Info-bookmark-jump): Document with a doc string, not just a comment.
10289 (Bug#4203)
10290
10291 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10292
10293 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
10294 (semantic-new-buffer-fcn): Call parser setup functions here.
10295 (semantic-mode): Don't call parser setup functions here, it's done
10296 in semantic-new-buffer-fcn now.
10297 (semantic-mode): Parse all existing buffers when enabled.
10298
10299 * cedet/srecode/compile.el (srecode-compile-file):
10300 Call semantic-new-buffer-fcn if the buffer has not been parsed.
10301
10302 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10303
10304 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
10305
10306 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
10307 (proj-comp-insert-variable-once): New macro, renamed from
10308 ede-pmake-insert-variable-once in ede/pmake.edl.
10309 (ede-proj-makefile-insert-variables): Use it.
10310
10311 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
10312
10313 * files.el (copy-directory): New defun.
10314
10315 * dired-aux.el (dired-copy-file-recursive): Use it.
10316
10317 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10318
10319 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10320 (makefile-end-of-command):
10321 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10322 (semantic-end-of-context): Fix previous change. Doc fixes.
10323
10324 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10325
10326 * files-x.el (modify-dir-local-variable)
10327 (copy-dir-locals-to-file-locals-prop-line):
10328 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10329 (makefile-end-of-command):
10330 * cedet/semantic/lex.el (semantic-lex-token):
10331 * cedet/semantic/analyze/fcn.el
10332 (semantic-analyze-dereference-metatype-1):
10333 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10334 (semantic-lex-cpp-undef):
10335 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10336 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10337 (semantic-end-of-context): Fix typos in docstrings.
10338
10339 * recentf.el (recentf-unload-function): New function.
10340
10341 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10342
10343 * cedet/ede.el (ede-project-placeholder-cache-file):
10344 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10345 * cedet/srecode/map.el (srecode-map-save-file):
10346 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
10347
10348 2009-10-04 Glenn Morris <rgm@gnu.org>
10349
10350 * window.el (window-full-height-p): Add doc string.
10351
10352 2009-10-04 Martin Rudalics <rudalics@gmx.at>
10353
10354 * window.el (window-full-height-p): New function. (Bug#4543)
10355
10356 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
10357
10358 * cedet/srecode/insert.el: Require srecode/args.
10359
10360 * cedet/srecode/args.el: Require srecode/dictionary instead of
10361 srecode/insert.
10362
10363 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10364
10365 * files.el (auto-mode-alist): Add .srt and Project.ede.
10366
10367 * cedet/semantic.el (semantic-mode):
10368 Handle srecode-template-mode-hook as well.
10369 (semantic-mode): Use js-mode-hook for Javascript hook.
10370
10371 * cedet/srecode/template.el: Remove hook variable.
10372
10373 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10374
10375 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10376 projects exist.
10377 (ede-project-placeholder-cache-file): Default to a file in
10378 user-emacs-directory.
10379
10380 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10381 templates in data-directory.
10382 (srecode-map-save-file): Default to a file in user-emacs-directory.
10383
10384 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10385 directory.
10386
10387 2009-09-30 Eric Ludlam <zappo@gnu.org>
10388
10389 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10390 Doc fix.
10391
10392 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10393 Only insert each variable once.
10394
10395 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10396 (ede-pmake-insert-variable-shared): Use it.
10397
10398 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10399 for lexical table iff table is nil.
10400
10401 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
10402
10403 * vc.el: Remove commented out code.
10404 (vc-derived-from-dir-mode): Remove, unused.
10405 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10406
10407 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
10408
10409 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10410 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
10411 there could be recursive loading when `default-directory' is a
10412 remote file name. (Bug#4614)
10413
10414 2009-10-03 Glenn Morris <rgm@gnu.org>
10415
10416 * calendar/calendar.el (calendar-basic-setup): Handle the case where
10417 the frame is wide.
10418 (calendar-generate-window): Test for shrinkability rather than width.
10419
10420 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10421 declaration, currently false.
10422
10423 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10424 reusing existing buffers, in case we happen to visit two files with the
10425 same basename. (Bug#4593)
10426
10427 2009-10-02 Eli Zaretskii <eliz@gnu.org>
10428
10429 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10430 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10431 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10432 subdirs of cedet as well.
10433 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10434
10435 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10436
10437 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10438 Obey advertised-signature-table.
10439
10440 * help-fns.el (help-function-arglist): Don't check
10441 advertised-signature-table.
10442 (describe-function-1): Do it here instead so it also applies to subrs.
10443
10444 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
10445
10446 * simple.el (start-file-process): Say in the doc-string, that file
10447 handlers might not support pty association, if PROGRAM is nil.
10448
10449 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10450 HOST and USER are strings. They are nil, when there are
10451 incomplete entries in ~/.netrc, for example.
10452 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
10453 root directory ("device busy" error otherwise).
10454
10455 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10456 Flush file properties of created directory.
10457
10458 2009-10-02 Eli Zaretskii <eliz@gnu.org>
10459
10460 * makefile.w32-in (WINS_BASIC): Remove cedet.
10461 (WINS_CEDET): Add cedet.
10462 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10463
10464 2009-10-02 Kevin Ryde <user42@zip.com.au>
10465
10466 * net/browse-url.el (browse-url): Pass any symbol in
10467 browse-url-browser-function to `apply', since if you've mistakenly put
10468 an unbound symbol then the error is clearer. (Bug#4531)
10469
10470 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
10471
10472 * allout.el (allout-init, allout-back-to-current-heading)
10473 (allout-beginning-of-current-entry, allout-ascend-to-depth)
10474 (allout-ascend, allout-up-current-level, allout-end-of-level)
10475 (allout-previous-visible-heading, allout-forward-current-level)
10476 (allout-backward-current-level, allout-show-children):
10477 * apropos.el (apropos-describe-plist):
10478 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10479 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10480 * completion.el (add-completion, add-permanent-completion):
10481 * descr-text.el (describe-text-category, describe-char):
10482 * desktop.el (desktop-lazy-abort):
10483 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10484 * dired.el (dired-build-subdir-alist):
10485 * ediff.el (ediff-version):
10486 * elide-head.el (elide-head, elide-head-show):
10487 * emerge.el (emerge-version):
10488 * env.el (getenv):
10489 * face-remap.el (variable-pitch-mode):
10490 * faces.el (describe-face):
10491 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10492 (dired-at-point):
10493 * files.el (find-file-existing, auto-save-mode):
10494 * font-lock.el (font-lock-fontify-buffer):
10495 * help-fns.el (describe-function, describe-variable)
10496 (describe-syntax, describe-categories):
10497 * help.el (view-lossage, describe-bindings, describe-key)
10498 (describe-mode):
10499 * hexl.el (hexl-current-address):
10500 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10501 * info.el (Info-goto-emacs-key-command-node):
10502 * log-edit.el (log-edit-insert-cvs-template)
10503 (log-edit-insert-cvs-rcstemplate):
10504 * menu-bar.el (menu-bar-mode):
10505 * mouse.el (mouse-appearance-menu):
10506 * newcomment.el (comment-indent-new-line):
10507 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10508 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10509 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10510 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10511 * recentf.el (recentf-mode):
10512 * savehist.el (savehist-mode, savehist-save):
10513 * shadowfile.el (shadow-copy-files):
10514 * simple.el (kill-ring-save, next-line, previous-line)
10515 (normal-erase-is-backspace-mode):
10516 * strokes.el (strokes-update-window-configuration)
10517 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10518 (strokes-xpm-for-stroke):
10519 * time.el (emacs-uptime, emacs-init-time):
10520 * tutorial.el (tutorial--describe-nonstandard-key)
10521 (tutorial--detailed-help):
10522 * type-break.el (type-break-mode)
10523 (type-break-mode-line-message-mode, type-break-query-mode)
10524 (type-break-guesstimate-keystroke-threshold):
10525 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10526 * version.el (emacs-version):
10527 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10528 * winner.el (winner-mode):
10529 * calendar/timeclock.el (timeclock-in, timeclock-out)
10530 (timeclock-status-string, timeclock-change)
10531 (timeclock-workday-remaining-string)
10532 (timeclock-workday-elapsed-string)
10533 (timeclock-when-to-leave-string):
10534 * calendar/todo-mode.el (todo-add-category):
10535 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10536 * emacs-lisp/autoload.el (update-file-autoloads):
10537 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10538 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10539 (checkdoc-message-text, checkdoc-defun):
10540 * emacs-lisp/debug.el (debugger-list-functions):
10541 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10542 * emacs-lisp/eieio-opt.el (eieio-describe-class)
10543 (eieio-describe-generic):
10544 * emacs-lisp/lisp-mnt.el (lm-synopsis):
10545 * emacs-lisp/shadow.el (list-load-path-shadows):
10546 * emulation/cua-base.el (cua-mode):
10547 * emulation/edt.el (edt-set-scroll-margins):
10548 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10549 (tpu-toggle-regexp, tpu-toggle-search-direction)
10550 (tpu-toggle-rectangle, tpu-toggle-control-keys):
10551 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10552 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10553 (viper-set-parsing-style-toggling-macro)
10554 (viper-set-emacs-state-searchstyle-macros):
10555 * emulation/viper.el (viper-set-hooks):
10556 * eshell/esh-mode.el (eshell-truncate-buffer):
10557 * international/mule-cmds.el (prefer-coding-system)
10558 (describe-input-method, describe-language-environment):
10559 * international/mule-diag.el (list-character-sets)
10560 (describe-character-set, describe-coding-system)
10561 (describe-fontset, list-fontsets, list-input-methods):
10562 * mail/sendmail.el (mail-signature):
10563 * net/ange-ftp.el (ange-ftp-copy-file):
10564 * net/browse-url.el (browse-url):
10565 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
10566 * net/quickurl.el (quickurl-add-url):
10567 * net/rcirc.el (names, topic):
10568 * net/xesam.el (xesam-mode):
10569 * play/5x5.el (5x5-new-game):
10570 * play/yow.el (apropos-zippy):
10571 * progmodes/ada-mode.el (ada-mode-version):
10572 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
10573 (f90-end-of-block)
10574 (f90-beginning-of-block):
10575 * progmodes/fortran.el (fortran-end-of-block)
10576 (fortran-beginning-of-block):
10577 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
10578 * progmodes/python.el (python-describe-symbol, python-shell):
10579 * term/ns-win.el (ns-print-buffer):
10580 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
10581 * textmodes/flyspell.el (flyspell-mode-on):
10582 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
10583 (pages-directory-for-addresses):
10584 * textmodes/table.el (table-recognize-cell)
10585 (table-query-dimension, table-generate-source)
10586 (table-insert-sequence, table--warn-incompatibility):
10587 * textmodes/tex-mode.el (tex-validate-buffer):
10588 * textmodes/texinfmt.el (texinfmt-version)
10589 (texinfo-format-buffer):
10590 Use `called-interactively-p' instead of `interactive-p'.
10591
10592 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
10593
10594 * image-mode.el (image-toggle-display):
10595 * emacs-lisp/elp.el (elp-instrument-function):
10596 * emacs-lisp/advice.el (ad-make-advised-definition):
10597 * emacs-lisp/easy-mmode.el (define-minor-mode):
10598 * net/browse-url.el (browse-url-maybe-new-window):
10599 * progmodes/sh-script.el (sh-learn-buffer-indent):
10600 Pass new argument 'any to `called-interactively-p'.
10601
10602 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
10603
10604 * international/uni-bidi.el:
10605 * international/uni-category.el:
10606 * international/uni-combining.el:
10607 * international/uni-comment.el:
10608 * international/uni-decimal.el:
10609 * international/uni-decomposition.el:
10610 * international/uni-digit.el:
10611 * international/uni-lowercase.el:
10612 * international/uni-mirrored.el:
10613 * international/uni-name.el:
10614 * international/uni-numeric.el:
10615 * international/uni-old-name.el:
10616 * international/uni-titlecase.el:
10617 * international/uni-uppercase.el:
10618 Regenerate from Unicode 5.2.0 data.
10619
10620 2009-10-01 Glenn Morris <rgm@gnu.org>
10621
10622 * Makefile.in (ELCFILES): Regenerate.
10623
10624 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10625
10626 * subr.el (interactive-p): Mark obsolete.
10627 (called-interactively-p): Make the optional-ness of `kind' obsolete.
10628 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
10629 advertised-signature-table for subroutines as well.
10630
10631 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
10632 (set-advertised-calling-convention): New function.
10633 (make-obsolete, define-obsolete-function-alias)
10634 (make-obsolete-variable, define-obsolete-variable-alias):
10635 Make the optional-ness of `when' obsolete.
10636 (define-obsolete-face-alias): Make `when' non-optional.
10637 * help-fns.el (help-function-arglist):
10638 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
10639 Use advertised-signature-table.
10640
10641 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
10642
10643 * files.el (delete-directory): New defun. The original function
10644 in fileio.c has been renamed to `delete-directory-internal'.
10645
10646 * dired.el (dired-delete-file): Call `delete-directory' with
10647 RECURSIVE parameter.
10648
10649 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
10650 parameter RECURSIVE. Implementation is missing.
10651
10652 * net/tramp.el (tramp-handle-make-directory): Flush upper
10653 directory's file properties.
10654 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
10655 (tramp-handle-dired-recursive-delete-directory): Flush directory
10656 properties after the remove command only.
10657
10658 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10659 Handle optional parameter RECURSIVE.
10660
10661 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
10662 Handle optional parameter RECURSIVE.
10663
10664 * net/tramp-smb.el (tramp-smb-errors): Add error message for
10665 connection timeout.
10666 (tramp-smb-handle-delete-directory): Handle optional parameter
10667 RECURSIVE.
10668
10669 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10670
10671 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
10672 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
10673 (byte-compile-defmacro): Use backquotes.
10674
10675 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
10676
10677 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
10678 has no associated file.
10679 (vc-resynch-buffer): Use vc-dir-buffers.
10680
10681 2009-10-01 Glenn Morris <rgm@gnu.org>
10682
10683 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
10684 (chart-file-count):
10685 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
10686 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
10687 * emacs-lisp/eieio-opt.el (eieio-describe-class):
10688 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
10689 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
10690 (eieio-copy-parents-into-subclass, make-instance, class-children)
10691 (eieio-generic-form):
10692 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
10693 * cedet/cedet-idutils.el (cedet-idutils-search)
10694 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
10695 (cedet-idutils-version-check):
10696 * cedet/cedet.el (cedet-version):
10697 * cedet/data-debug.el (data-debug-insert-overlay-button)
10698 (data-debug-insert-overlay-list-button)
10699 (data-debug-insert-buffer-button)
10700 (data-debug-insert-buffer-list-button)
10701 (data-debug-insert-process-button, data-debug-insert-ring-button)
10702 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
10703 (data-debug-insert-stuff-vector-button)
10704 (data-debug-insert-symbol-button, data-debug-insert-string)
10705 (data-debug-insert-number, data-debug-insert-lambda-expression)
10706 (data-debug-insert-nil, data-debug-insert-simple-thing)
10707 (data-debug-insert-custom, data-debug-edebug-expr):
10708 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
10709 (global-ede-mode-map, ede-new, ede-debug-target)
10710 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
10711 * cedet/semantic.el (semantic-minimum-working-buffer-size)
10712 (semantic-fetch-tags, semantic-submode-list)
10713 (semantic-default-submodes):
10714 * cedet/ede/source.el (ede-source-match):
10715 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
10716 (project-am-package-info):
10717 * cedet/ede/proj.el (ede-proj-target, project-new-target):
10718 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
10719 * cedet/ede/proj-comp.el (ede-current-build-list):
10720 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
10721 * cedet/ede/files.el (ede-toplevel-project-or-nil):
10722 * cedet/ede/cpp-root.el (initialize-instance):
10723 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
10724 (autoconf-parameter-strip, autoconf-insert-new-macro):
10725 * cedet/semantic/wisent.el (wisent-lex-eoi):
10726 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
10727 (semantic-show-parser-state-mode):
10728 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
10729 * cedet/semantic/tag.el (semantic-tag-new-variable)
10730 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
10731 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
10732 (semantic--tag-deep-copy-tag-list)
10733 (semantic-tag-components-with-overlays-default):
10734 * cedet/semantic/symref.el (semantic-symref-find-text):
10735 * cedet/semantic/senator.el (senator-yank-tag)
10736 (senator-transpose-tags-up):
10737 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
10738 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
10739 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
10740 * cedet/semantic/lex.el (semantic-lex-comment-regex)
10741 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
10742 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
10743 * cedet/semantic/lex-spp.el
10744 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
10745 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
10746 * cedet/semantic/idle.el
10747 (semantic-idle-summary-current-symbol-info-brutish)
10748 (semantic-idle-summary-current-symbol-info-default):
10749 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
10750 (semantic--grammar-macro-compl-dict):
10751 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
10752 * cedet/semantic/format.el (semantic-format-tag-custom-list)
10753 (semantic-format-tag-canonical-name-default):
10754 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
10755 (semantic-find-tags-for-completion)
10756 (semantic-find-tags-by-scope-protection-default)
10757 (semantic-deep-find-tags-for-completion):
10758 * cedet/semantic/edit.el
10759 (semantic-edits-incremental-reparse-failed-hook)
10760 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
10761 (semantic-edits-splice-remove, semantic-edits-splice-replace):
10762 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
10763 * cedet/semantic/dep.el (semantic-dependency-include-path):
10764 * cedet/semantic/db.el (semanticdb-default-find-index-class)
10765 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
10766 (semanticdb-project-roots):
10767 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
10768 (semanticdb-find-adebug-insert-scanned-tag-cons)
10769 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
10770 (semanticdb-brute-deep-find-tags-for-completion):
10771 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
10772 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
10773 (semantic-end-of-context-default)
10774 (semantic-ctxt-current-function-default)
10775 (semantic-ctxt-scoped-types-default):
10776 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
10777 (semantic-complete-inline-tag-engine)
10778 (semantic-complete-inline-custom-type)
10779 (semantic-complete-read-tag-analyzer):
10780 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
10781 (semantic-chart-database-size):
10782 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
10783 (semantic-analyze-current-context):
10784 * cedet/semantic/symref/list.el (semantic-symref)
10785 (semantic-symref-hide-buffer, semantic-symref-symbol):
10786 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
10787 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
10788 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
10789 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
10790 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
10791 (semantic-c-dereference-template):
10792 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
10793 (semantic--analyze-refs-full-lookup-with-parents)
10794 (semantic--analyze-refs-full-lookup-simple):
10795 * cedet/semantic/analyze/complete.el
10796 (semantic-analyze-possible-completions):
10797 * cedet/srecode/table.el (srecode-mode-table-new):
10798 * cedet/srecode/srt.el (srecode-read-variable-name):
10799 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
10800 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
10801 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
10802 * cedet/srecode/map.el (srecode-current-map):
10803 * cedet/srecode/insert.el (srecode-insert)
10804 (srecode-insert-variable-secondname-handler, srecode-insert-method)
10805 (srecode-template-inserter-point-override)
10806 (srecode-insert-include-lookup):
10807 * cedet/srecode/getset.el (srecode-auto-choose-class):
10808 * cedet/srecode/extract.el (srecode-inserter-extract):
10809 * cedet/srecode/document.el
10810 (srecode-document-autocomment-return-last-alist)
10811 (srecode-document-autocomment-param-type-alist)
10812 (srecode-document-insert-function-comment)
10813 (srecode-document-insert-variable-one-line-comment)
10814 (srecode-document-function-name-comment):
10815 * cedet/srecode/dictionary.el (srecode-create-dictionary)
10816 (srecode-compound-toString):
10817 * cedet/srecode/compile.el (srecode-flush-active-templates):
10818 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
10819 Doc/message fixes.
10820
10821 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
10822 match-data. (Bug#4555).
10823
10824 * cedet/semantic/bovine/gcc.el
10825 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
10826 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
10827
10828 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
10829 rather than parsing it as a regexp. This relaxes the layout
10830 requirements and makes errors easier to detect.
10831 (check-declare-verify): Check file is regular.
10832 (check-declare-directory): Doc fix.
10833 * subr.el (declare-function): Doc fix.
10834
10835 * ibuffer.el (ibuffer-format-qualifier):
10836 * isearch.el (hi-lock-regexp-okay):
10837 * calc/calc.el (math-zerop):
10838 * mail/uce.el (rmail-msgbeg, rmail-msgend):
10839 * term/w32-win.el (setup-default-fontset, set-fontset-font):
10840 Remove unused declarations.
10841
10842 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
10843
10844 * cedet/semantic/wisent/javat-wy.el
10845 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
10846
10847 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
10848
10849 * cedet/srecode/expandproto.el: Fix provide statement.
10850
10851 2009-09-30 Eric Ludlam <zappo@gnu.org>
10852
10853 * emacs-lisp/eieio.el (boolean-p): Delete.
10854
10855 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
10856
10857 * cedet/ede/srecode.el: Fix provide statement.
10858
10859 2009-09-30 Glenn Morris <rgm@gnu.org>
10860
10861 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
10862 * cedet/ede/proj-aux.el (ede-aux-source):
10863 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
10864 (ede-misc-source):
10865 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
10866 (semantic-mrub-switch-tags): Fix doc typos.
10867
10868 * cedet/semantic/db-global.el (data-debug-new-buffer)
10869 (data-debug-insert-thing): Remove unneeded declarations (one broken).
10870 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
10871
10872 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
10873
10874 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
10875 use of CL function `remove-if-not'.
10876
10877 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
10878
10879 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
10880 filename is not a string.
10881
10882 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
10883
10884 * files.el (safe-local-eval-forms): Fix typo.
10885
10886 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
10887
10888 * vc-hooks.el (vc-dir-buffers): New var.
10889 (vc-state-refresh): New function.
10890 (vc-state): Use it.
10891 (vc-after-save): Always ask the backend to recompute the new state.
10892 Always call vc-dir if necessary, using vc-dir-buffers.
10893 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
10894 Use vc-dir-buffers.
10895 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
10896 (vc-dir-prepare-status-buffer, vc-dir-update)
10897 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
10898 Don't call expand-file-name on default-directory.
10899
10900 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10901
10902 * speedbar.el (speedbar-item-delete):
10903 * calc/calc-prog.el (calc-kbd-if):
10904 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
10905
10906 * epa.el (epa-key-list-mode-map):
10907 * hi-lock.el (hi-lock-menu): Fix typos in menus.
10908
10909 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
10910 (hs-show-hook): Fix typo in docstring.
10911
10912 2009-09-29 Glenn Morris <rgm@gnu.org>
10913
10914 * cedet/semantic/symref/idutils.el:
10915 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
10916
10917 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
10918
10919 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
10920 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
10921 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
10922 Mark declarations not understood by check-declare.
10923
10924 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
10925 file-name-nondirectory call preventing location of cedet files.
10926 (check-declare-verify): Use literal search rather than re-search.
10927 Add basic defmethod and defclass, and define-overloadable-function.
10928
10929 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10930 Use tramp-compat-file-attributes rather than nonexistent
10931 tramp-compat-handle-file-attributes.
10932
10933 * Makefile.in (lisptagsfiles4): New.
10934 (AUTOGENEL): Add cedet loaddefs files.
10935 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
10936 (update-elclist, compile-always, backup-compiled-files)
10937 (bootstrap-clean): Add yet another directory level.
10938 (update-elclist): Use LC_COLLATE rather than COLLATE.
10939 (ELCFILES): Update, via `make update-elclist'.
10940
10941 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10942
10943 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
10944 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
10945 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
10946
10947 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
10948
10949 * Makefile.in (lisptagsfiles3): Define.
10950 (TAGS, TAGS-LISP): Use it.
10951 (update-elclist): Add third directory level to look for elc files.
10952 (compile-always): Likewise.
10953 (backup-compiled-files): Likewise.
10954 (bootstrap-clean): Likewise.
10955 (ELCFILES): Update.
10956
10957 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
10958
10959 * Makefile.in (ELCFILES): Add CEDET files.
10960
10961 2009-09-28 Eric Ludlam <zappo@gnu.org>
10962
10963 CEDET (development tools) package merged.
10964
10965 * cedet/*.el:
10966 * cedet/ede/*.el:
10967 * cedet/semantic/*.el:
10968 * cedet/srecode/*.el: New files.
10969
10970 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
10971
10972 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
10973
10974 * net/tramp.el (top): Require tramp-imap.
10975
10976 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10977 Use `tramp-compat-handle-file-attributes'.
10978
10979 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
10980
10981 * net/tramp-imap.el: New package.
10982
10983 2009-09-28 Eric Ludlam <zappo@gnu.org>
10984
10985 * emacs-lisp/chart.el:
10986 * emacs-lisp/eieio-base.el:
10987 * emacs-lisp/eieio-comp.el:
10988 * emacs-lisp/eieio-custom.el:
10989 * emacs-lisp/eieio-datadebug.el:
10990 * emacs-lisp/eieio-opt.el:
10991 * emacs-lisp/eieio-speedbar.el:
10992 * emacs-lisp/eieio.el: New files.
10993
10994 * cedet/cedet-cscope.el:
10995 * cedet/cedet-files.el:
10996 * cedet/cedet-global.el:
10997 * cedet/cedet-idutils.el:
10998 * cedet/data-debug.el:
10999 * cedet/inversion.el:
11000 * cedet/mode-local.el:
11001 * cedet/pulse.el: New files.
11002
11003 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11004
11005 * whitespace.el (whitespace-trailing-regexp)
11006 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
11007 Fix doc string.
11008
11009 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
11010
11011 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
11012 menu.
11013
11014 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
11015 menu-bar-ediff-menu.
11016
11017 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
11018 define-overloadable-function.
11019
11020 * progmodes/autoconf.el: Provide autoconf as well, so that this
11021 file can be `require'd.
11022
11023 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
11024
11025 * emacs-lisp/autoload.el (generated-autoload-feature)
11026 (generated-autoload-load-name): New vars.
11027 (autoload-rubric, autoload-generate-file-autoloads): Use them.
11028 (make-autoload): Recognize define-overloadable-function and
11029 defclass forms (for EIEIO).
11030
11031 * Makefile.in (update-subdirs): Exclude cedet directory.
11032
11033 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11034
11035 * term/ns-win.el: Don't set the region face background. (Bug#4381)
11036
11037 * faces.el: Default light-background background for region face to
11038 ns_selection_color under NS.
11039
11040 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
11041
11042 * net/imap-hash.el: New library, see NEWS.
11043
11044 * Makefile.in (ELCFILES): Add imap-hash.el.
11045
11046 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
11047
11048 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
11049 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
11050 * help-macro.el (make-help-screen): Avoid using an ambiguous function
11051 definition where the docstring could be taken for the return value.
11052
11053 2009-09-26 Glenn Morris <rgm@gnu.org>
11054
11055 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
11056 Add option to only show images below a certain size.
11057 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
11058 save-excursion calls.
11059
11060 2009-09-26 Eli Zaretskii <eliz@gnu.org>
11061
11062 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
11063 subdirectories) and eieio.
11064
11065 2009-09-26 Alan Mackenzie <acm@muc.de>
11066
11067 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
11068 buggy bracketing. (Bug#4289)
11069
11070 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
11071 character constants (as case labels). (Bug#4289)
11072
11073 2009-09-25 Juri Linkov <juri@jurta.org>
11074
11075 * files.el (safe-local-eval-forms): Allow time-stamp in
11076 before-save-hook (Bug#4554).
11077
11078 2009-09-25 Drew Adams <drew.adams@oracle.com>
11079
11080 * menu-bar.el (list-buffers-directory): Doc fix.
11081
11082 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11083
11084 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
11085 Try and avoid copying twice the same paragraph.
11086 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
11087 Remove save-excursion.
11088 (log-edit-changelog-entry): Do it here instead.
11089
11090 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
11091
11092 * bs.el (bs--get-file-name): Use `list-buffers-directory'
11093 when available, instead of hardcoding mode names. Doc fix.
11094
11095 * menu-bar.el (list-buffers-directory): Add docstring.
11096 Make automatically buffer-local.
11097
11098 * dired.el (dired-mode):
11099 * files.el (cd-absolute):
11100 * pcvs.el (cvs-temp-buffer):
11101 * pcvs-util.el (cvs-get-buffer-create):
11102 * shell.el (shell-mode):
11103 * vc-dir.el (vc-dir-mode):
11104 Don't make `list-buffers-directory' buffer local.
11105
11106 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
11107
11108 * comint.el (comint-exec, comint-run, make-comint):
11109 Doc fixes (Bug#4542).
11110
11111 2009-09-25 Glenn Morris <rgm@gnu.org>
11112
11113 * mail/rmailmm.el (rmail-mime): New custom group.
11114 Move all defcustoms in this file into this group.
11115 (rmail-mime-media-type-handlers-alist): Revert previous change.
11116 (rmail-mime-show-images): New option.
11117 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
11118 references to it, since it wasn't actually used for anything.
11119 (rmail-mime-insert-image): New function.
11120 (rmail-mime-image): Use rmail-mime-insert-image.
11121 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
11122 obey the value of `rmail-mime-show-images' option. Print the size of
11123 attachments.
11124
11125 2009-09-25 David Engster <deng@randomsample.de>
11126
11127 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
11128
11129 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11130
11131 * whitespace.el: Does not highlight trailing spaces While point is
11132 at end of line. Does not highligt spaces at beginning of buffer
11133 while point is at beginning of buffer. Does not highlight spaces
11134 at end of buffer while point is at end of buffer. (Bug#4177)
11135 New version 12.0.
11136 (whitespace-display-mappings): Adjust initialization.
11137 (whitespace-point, whitespace-font-lock-refontify): New vars.
11138 (whitespace-color-on, whitespace-color-off): Adjust code.
11139 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
11140 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
11141 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
11142
11143 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
11144
11145 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
11146
11147 * textmodes/sgml-mode.el: Remove xml-mode alias.
11148
11149 * files.el (auto-mode-alist, conf-mode-maybe)
11150 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
11151
11152 2009-09-24 Alan Mackenzie <acm@muc.de>
11153
11154 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
11155 c-forward-conditionals, but it doesn't move point and doesn't set
11156 the mark.
11157 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
11158 (c-down-conditional-with-else, c-backward-conditional)
11159 (c-forward-conditional): Refactor to use c-scan-conditionals.
11160
11161 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
11162
11163 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
11164 (help-default-arg-highlight): Remove.
11165 (help-highlight-arg): New function.
11166 (help-do-arg-highlight): Use it.
11167 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
11168
11169 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11170
11171 * term.el (term-set-scroll-region, term-handle-ansi-escape):
11172 Undo last change, which didn't fix the problem and introduced others.
11173
11174 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
11175
11176 * progmodes/gdb-mi.el: Don't require speedbar.
11177 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
11178
11179 2009-09-24 Glenn Morris <rgm@gnu.org>
11180
11181 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
11182
11183 * term/ns-win.el (ns-reg-to-script): Define for compiler.
11184
11185 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
11186 there is no newline after the final mime boundary. (Bug#4539)
11187 Move markers on insertion so that any buttons inserted don't end up in
11188 the next part of a multipart message.
11189 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
11190 (rmail-mime-bulk-handler): Optionally handle images.
11191 (rmail-mime-image): New button action.
11192 (rmail-mime-image-handler): New function.
11193 (rmail-mime-mode): New mode.
11194 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
11195
11196 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11197
11198 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
11199 than just dropping elements from it (bug#4504).
11200
11201 * term.el (term-set-scroll-region): Don't move cursor any more.
11202 (term-handle-ansi-escape): Call term-goto here instead.
11203 Suggested by Ivan Kanis <apple@kanis.eu>.
11204
11205 * term.el: Require CL.
11206 (term-ansi-reset): New function.
11207 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
11208 (term-handle-colors-array): Simplify.
11209
11210 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
11211
11212 * allout.el (allout-overlay-interior-modification-handler)
11213 (allout-obtain-passphrase):
11214 * epa-file.el (epa-file-write-region):
11215 * ps-print.el (ps-begin-job):
11216 * vc-hooks.el (vc-toggle-read-only):
11217 * vc-rcs.el (vc-rcs-rollback):
11218 * vc-sccs.el (vc-sccs-rollback):
11219 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
11220 (vc-version-diff, vc-revert, vc-rollback):
11221 * wdired.el (wdired-check-kill-buffer):
11222 * emacs-lisp/authors.el (authors):
11223 * net/socks.el (socks-open-connection):
11224 * net/zeroconf.el (zeroconf-service-add-hook):
11225 * obsolete/vc-mcvs.el (vc-mcvs-register):
11226 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
11227 (gdb-select-frame):
11228 * progmodes/grep.el (lgrep, rgrep):
11229 * progmodes/idlw-help.el (idlwave-help-check-locations)
11230 (idlwave-help-html-link, idlwave-help-assistant-open-link):
11231 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11232 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
11233 (reftex-toc-rename-label): Fix typos in error messages.
11234
11235 * dired-aux.el (dired-do-shell-command): Reflow docstring.
11236 (dired-copy-how-to-fn): Doc fix.
11237 (dired-files-attributes, dired-read-shell-command):
11238 Fix typos in docstrings.
11239
11240 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
11241 (dired-x-find-file-other-window): Reflow docstrings.
11242 (dired-omit-marker-char, dired-read-shell-command)
11243 (dired-x-submit-report): Fix typos in docstrings.
11244
11245 * shell.el (shell-mode-hook):
11246 * view.el (View-scroll-line-forward):
11247 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
11248 Fix typos in docstrings.
11249
11250 * net/dig.el (dig-invoke): Fix typo in docstring.
11251 (query-dig): Reflow docstring.
11252
11253 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
11254 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
11255 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
11256 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
11257 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
11258 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
11259 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
11260 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
11261 (idlwave-completion-map, idlwave-current-indent)
11262 (idlwave-custom-ampersand-surround, idlwave-customize)
11263 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
11264 (idlwave-define-abbrev, idlwave-determine-class-special)
11265 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
11266 (idlwave-end-block-reg, idlwave-end-of-statement)
11267 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
11268 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
11269 (idlwave-explicit-class-listed, idlwave-file-header)
11270 (idlwave-fill-paragraph, idlwave-find-class-definition)
11271 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
11272 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
11273 (idlwave-in-quote, idlwave-indent-action-table)
11274 (idlwave-indent-expand-table, idlwave-indent-line)
11275 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
11276 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
11277 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
11278 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
11279 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
11280 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
11281 (idlwave-outlawed-buffers, idlwave-popup-select)
11282 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
11283 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
11284 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
11285 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
11286 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
11287 (idlwave-statement-type, idlwave-struct-skip)
11288 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
11289 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
11290 (idlwave-what-module-find-class): Fix typos in docstrings.
11291 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
11292 (idlwave-calculate-cont-indent, idlwave-expand-equal)
11293 (idlwave-find-module, idlwave-find-structure-definition)
11294 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
11295 (idlwave-list-load-path-shadows, idlwave-next-statement)
11296 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
11297 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
11298 (idlwave-template): Reflow docstrings.
11299
11300 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
11301 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
11302 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
11303 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
11304 (idlwave-shell-display-line, idlwave-shell-display-wframe)
11305 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
11306 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
11307 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11308 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11309 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11310 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11311 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11312 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11313 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11314 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11315 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11316 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11317 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11318 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11319 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11320 Fix typos in docstrings.
11321 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11322 (idlwave-shell-hide-output, idlwave-shell-mode)
11323 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11324 Reflow docstrings.
11325
11326 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11327
11328 2009-09-24 Ivan Kanis <apple@kanis.eu>
11329
11330 * term.el (term-bold-attribute): New var.
11331 (term-handle-colors-array): Use it.
11332
11333 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
11334
11335 * progmodes/gdb-mi.el (gdb-version): New variable.
11336 (gdb-non-stop-handler): Set gdb-version.
11337 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11338 Condition "--thread" option on gdb-version.
11339 (gdb-invalidate-threads): Remove unused argument.
11340
11341 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11342
11343 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11344 to looking-back to avoid ridiculous slow down in large files (bug#4511).
11345
11346 2009-09-23 Glenn Morris <rgm@gnu.org>
11347
11348 * mail/rmail.el (rmail-reply): Don't try to add a References header when
11349 replying to mail without References or Message-Id. (Bug#4525)
11350
11351 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
11352
11353 * term/ns-win.el (ns-reg-to-script): New variable.
11354
11355 2009-09-23 Daiki Ueno <ueno@unixuser.org>
11356
11357 * epg.el (epg-wait-for-status): Preserve existing 'error results.
11358
11359 2009-09-22 Sam Steingold <sds@gnu.org>
11360
11361 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11362 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11363 to 1 because hg returns status 1 when nothing is found.
11364 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11365
11366 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11367
11368 * textmodes/fill.el: Convert to utf-8 encoding.
11369 (fill-french-nobreak-p): Remove redundant » and « inherited from our
11370 pre-Unicode days.
11371
11372 * add-log.el (change-log-fill-forward-paragraph): New function.
11373 (change-log-mode): Use it so fill-region DTRT.
11374 Set fill-indent-according-to-mode here rather than in
11375 change-log-fill-paragraph.
11376 (change-log-fill-paragraph): Remove.
11377
11378 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
11379
11380 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11381 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
11382
11383 2009-09-22 Glenn Morris <rgm@gnu.org>
11384
11385 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11386 the scroll-bar scroll the calendar window rather than the buffer.
11387
11388 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11389 commands that move point (as opposed to scrolling).
11390
11391 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11392
11393 * emacs-lisp/elint.el (elint): New custom group.
11394 (elint-log-buffer): Make it a defcustom.
11395 (elint-scan-preloaded, elint-ignored-warnings)
11396 (elint-directory-skip-re): New options.
11397 (elint-builtin-variables): Doc fix.
11398 (elint-preloaded-env): New variable.
11399 (elint-unknown-builtin-args): Add an entry for encode-time.
11400 (elint-extra-errors): Make it a variable rather than a constant.
11401 (elint-preloaded-skip-re): New constant.
11402 (elint-directory): Skip files matching elint-directory-skip-re.
11403 (elint-features): New variable, local to linted buffers.
11404 (elint-update-env): Initialize elint-features. Possibly add
11405 elint-preloaded-env to the buffer's environment.
11406 (elint-get-top-forms): Bind elint-current-pos, for log messages.
11407 Skip quoted forms.
11408 (elint-init-form): New function, extracted from elint-init-env.
11409 Make non-list forms a warning rather than an error.
11410 Add the mode-map for define-derived-mode. Handle define-minor-mode,
11411 easy-menu-define, put that adds an error-condition, and provide.
11412 When requiring cl, also require cl-macs. Really require cl, to handle
11413 some cl macros. Store required libraries in the list elint-features,
11414 so as not to re-load them. Treat cc-require like require.
11415 (elint-init-env): Call elint-init-form to do the work.
11416 Handle eval-and-compile and such like.
11417 (elint-add-required-env): Do not clear messages.
11418 (elint-special-forms): Add handlers for function, defalias, if, when,
11419 unless, and, or.
11420 (elint-form): Add optional argument to ignore elint-special-forms,
11421 useful to prevent recursive calls from handlers. Doc fix.
11422 Respect elint-ignored-warnings.
11423 (elint-form): Respect elint-ignored-warnings.
11424 (elint-bound-variable, elint-bound-function): New variables.
11425 (elint-unbound-variable): Respect elint-bound-variable.
11426 (elint-get-args): Respect elint-bound-function.
11427 (elint-check-cond-form): Add some simple handling for (f)boundp and
11428 featurep tests.
11429 (elint-check-defalias-form): New handler.
11430 (elint-check-let-form): Make an empty let a warning rather than an
11431 error.
11432 (elint-check-setq-form): Make an empty setq a warning rather than an
11433 error. Respect elint-ignored-warnings.
11434 (elint-check-defvar-form): Accept null doc-strings.
11435 (elint-check-conditional-form): New handler. Does some simple-minded
11436 checking of featurep and (f)boundp tests.
11437 (elint-put-function-args): New function.
11438 (elint-initialize): Use elint-scan-doc-file rather than
11439 elint-find-builtin-variables. Use elint-put-function-args.
11440 Possibly scan preloaded-file-list.
11441 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11442 extend to handle functions as well.
11443
11444 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
11445
11446 * linum.el (linum-delete-overlays, linum-update-window):
11447 Do not modify the right margin. (Bug#3971)
11448
11449 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
11450
11451 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11452 nxml-mode instead of xml-mode.
11453
11454 2009-09-21 Kevin Ryde <user42@zip.com.au>
11455
11456 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
11457
11458 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11459
11460 * net/dig.el (dig-mode): Use define-derived-mode.
11461
11462 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11463
11464 * vc-dispatcher.el (vc-do-command): Return the process object in
11465 the asynchronous case. Use when instead of if. Do not run
11466 vc-exec-after to display a message if not enabled. (Bug#4463)
11467
11468 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11469 properties to the stash strings.
11470 (vc-git-stash-list): Return a list of strings.
11471 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11472 (vc-git-stash-show-at-point): New functions.
11473 (vc-git-stash-map): New keymap.
11474
11475 * register.el (ctl-x-r-map): Define the keys here instead of
11476 using autoload.
11477
11478 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
11479
11480 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11481 list, to workaround performance problem (bug#4485).
11482
11483 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
11484
11485 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11486
11487 2009-09-20 Daiki Ueno <ueno@unixuser.org>
11488
11489 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11490 Document that this option is not recommended to use.
11491
11492 2009-09-19 Glenn Morris <rgm@gnu.org>
11493
11494 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11495 variable `var'.
11496
11497 * calc/calc-alg.el (var):
11498 * calc/calcalg2.el (var): Define for compiler.
11499
11500 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
11501
11502 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11503 Doc fix (Bug#3932).
11504
11505 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11506
11507 * time-stamp.el (time-stamp-month-dd-yyyy)
11508 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11509 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11510 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11511 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11512 Remove functions that have been obsolete since 1995 (Bug#4436).
11513
11514 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11515 indent buffer only if called interactively (Bug#4452).
11516
11517 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
11518 Eli Zaretskii <eliz@gnu.org>
11519
11520 This fixes bug#4197 (merged to bug#865, though not identical).
11521 * server.el (server-auth-dir): Add docstring note about FAT32.
11522 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11523 but warn against using them.
11524
11525 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
11526
11527 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11528 older GDB where there is no has_more field.
11529
11530 2009-09-19 Glenn Morris <rgm@gnu.org>
11531
11532 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11533
11534 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
11535
11536 * files.el (auto-mode-alist): Change default for XML files to nXML
11537 mode (Bug#4169).
11538
11539 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
11540
11541 * server.el (server-ensure-safe-dir): Pass 'integer
11542 to `file-attributes', as suggested.
11543
11544 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11545
11546 * dired-aux.el (dired-query-alist): Remove spurious backslash.
11547 (dired-query): Use read-key.
11548
11549 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
11550
11551 * cus-start.el (ns-use-qd-smoothing): Remove.
11552
11553 2009-09-18 Glenn Morris <rgm@gnu.org>
11554
11555 * allout.el (top-level): Remove unnecessary progn.
11556
11557 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
11558
11559 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
11560 definition of abbrev table.
11561
11562 * speedbar.el (speedbar-track-mouse):
11563 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
11564 * net/eudc.el (eudc-expand-inline):
11565 * net/newst-backend.el (newsticker--cache-read-feed):
11566 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
11567 condition-case handlers.
11568
11569 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
11570
11571 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
11572 (gdb-var-list): Add an element for has_more field.
11573 (gdb-non-stop-handler): Enable pretty printing for STL containers.
11574 (gdb-var-create-handler, gdb-var-list-children-handler-1)
11575 (gdb-var-update-handler-1): Parse output of dynamic variable
11576 objects (STL containers).
11577 (gdb-var-delete-1): Pass var1 as an explicit second argument.
11578 (gdb-get-field): Delete alias. Use bindat-get-field directly.
11579
11580 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
11581 gdb-var-list.
11582 (gud-speedbar-buttons): Make node expandable if expression "has more"
11583 children.
11584
11585 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
11586
11587 * startup.el (emacs-quick-startup): Remove variable and all uses.
11588 (command-line): Set `inhibit-x-resources' instead.
11589 (command-line-1): Use `inhibit-x-resources' instead.
11590
11591 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
11592
11593 * subr.el: Fix last change to avoid using the `unless' macro,
11594 which breaks bootstrapping.
11595
11596 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11597
11598 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
11599 extended definitions, in case we reload subr.el after having
11600 loaded CL.
11601 (eval-next-after-load): Mark as obsolete.
11602
11603 2009-09-17 Juri Linkov <juri@jurta.org>
11604
11605 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
11606 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
11607 (menu-bar-showhide-menu, menu-bar-tools-menu)
11608 (menu-bar-describe-menu, menu-bar-help-menu)
11609 (minibuffer-local-completion-map, minibuffer-local-map):
11610 Fix list quoting.
11611
11612 2009-09-17 Glenn Morris <rgm@gnu.org>
11613
11614 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
11615 arguments, whether or not it has a handler.
11616
11617 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
11618
11619 * simple.el (hard-newline): Give it a doc-string.
11620
11621 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11622 (lisp-mode-syntax-table): Give them doc-strings.
11623
11624 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11625
11626 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
11627 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
11628 (menu-bar-options-menu, menu-bar-showhide-menu)
11629 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
11630 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
11631 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
11632 (menu-bar-options-menu, menu-bar-tools-menu)
11633 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
11634 (menu-bar-help-menu):
11635 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
11636 string arguments.
11637
11638 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
11639 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
11640 calls for the menu names and :help.
11641
11642 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11643
11644 * mouse.el (minor-mode-menu-from-indicator): Pay attention
11645 to :minor-mode-function (bug#4455).
11646
11647 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11648
11649 * startup.el (command-line): Initialize the window-system after
11650 processing the command-line.
11651
11652 * textmodes/page.el (what-page): Make sure we don't inf-loop if
11653 page-delimiter matches the empty string.
11654
11655 2009-09-16 Glenn Morris <rgm@gnu.org>
11656
11657 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
11658 byte-compile-not-obsolete-var. It's a list now.
11659 (byte-compile-not-obsolete-funcs): New variable.
11660 (byte-compile-warn-obsolete): Don't warn about functions if they are in
11661 byte-compile-not-obsolete-funcs.
11662 (byte-compile-variable-ref, byte-compile-defvar): Update for
11663 byte-compile-not-obsolete-vars name-change and list nature.
11664 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
11665 and variables behind (f)boundp tests.
11666 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
11667
11668 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
11669
11670 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
11671
11672 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11673
11674 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
11675 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
11676 Don't autoload.
11677
11678 2009-09-15 Stephen Eglen <stephen@gnu.org>
11679
11680 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
11681 the virtual-buffers, use the name of the buffer specified by
11682 find-file-noselect, as the match may be a symlink. (This was a
11683 problem if the target and the symlink had different names.)
11684
11685 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11686
11687 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
11688
11689 * desktop.el (desktop-path): Check user-emacs-directory.
11690
11691 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
11692
11693 * loadup.el: Use after-load-functions to GC after loading each file.
11694 Remove the explicit GC calls that used to be sprinkled around.
11695
11696 * subr.el (after-load-functions): New hook.
11697 (do-after-load-evaluation): Run it. Use string-match-p to detect
11698 `obsolete' packages, rather than painfully extracting the relevant
11699 directory name.
11700
11701 2009-09-15 Glenn Morris <rgm@gnu.org>
11702
11703 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
11704 free variable `doc'.
11705
11706 * dired.el (dired-mode-map): Add menu entry for async shell command.
11707
11708 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
11709 variables, also consider the .elc files, since the .el files are
11710 normally gzipped (subsequent code locates the .el.gz from the .elc).
11711
11712 * calc/calc-prog.el (arglist): Define for compiler.
11713
11714 * calendar/diary-lib.el (diary-display-function): Change the default to
11715 fancy display.
11716 (body): Define for compiler.
11717
11718 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
11719 (byte-compile-file-form, byte-compile-lambda)
11720 (byte-compile-top-level-body, byte-compile-form)
11721 (byte-compile-variable-ref, byte-compile-setq)
11722 (byte-compile-setq-default, byte-compile-body)
11723 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
11724 (batch-byte-compile): Give some more local variables with common names
11725 a "bytecomp-" prefix to avoid masking warnings about free variables.
11726
11727 * startup.el (command-line-1): Give local variables with common names a
11728 distinguishing prefix, so as not to hide free variable warnings during
11729 bootstrap.
11730
11731 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
11732 clever and add a suffix to make a unique name, just let the user decide
11733 whether or not to overwrite it. If the input is a directory, write the
11734 default filename to that directory. (Bug#4388)
11735 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
11736 is a filename-as-a-directory.
11737
11738 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11739
11740 * textmodes/page.el (what-page): Don't move to beginning of line.
11741 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
11742
11743 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
11744
11745 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
11746
11747 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
11748
11749 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
11750 * help.el (help-for-help-internal): Add purecopy calls for text.
11751
11752 * vc.el (top): print-log method now takes an optional SHORTLOG
11753 argument. Add a new method: root.
11754 (vc-root-diff, vc-print-root-log): New functions.
11755 (vc-log-short-style): New variable.
11756 (vc-print-log-internal): Add support for showing short logs.
11757
11758 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
11759 vc-print-root-log and vc-print-root-diff.
11760
11761 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
11762 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
11763 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
11764 short logs.
11765
11766 * vc-cvs.el (vc-cvs-print-log):
11767 * vc-mtn.el (vc-mtn-print-log):
11768 * vc-rcs.el (vc-rcs-print-log):
11769 * vc-sccs.el (vc-sccs-print-log):
11770 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
11771 that is ignored for now.
11772
11773 * vc-mtn.el (vc-mtn-annotate-command):
11774 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
11775
11776 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11777
11778 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
11779 to function-key-map, and give them ascii-character property.
11780 * term/x-win.el (x-alternatives-map):
11781 * term/ns-win.el (ns-alternatives-map):
11782 * term/internal.el (msdos-key-remapping-map):
11783 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
11784
11785 2009-09-14 Glenn Morris <rgm@gnu.org>
11786
11787 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
11788 temp-buffers (2009-09-12).
11789
11790 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11791
11792 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
11793 the new read-key function.
11794
11795 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
11796
11797 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
11798 is defined (Bug#4405).
11799
11800 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
11801
11802 * recentf.el (recentf-cleanup): Use a hash table to find
11803 duplicates (Bug#4407).
11804
11805 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
11806
11807 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
11808 kp-0 to ascii equivalents (Bug#4325).
11809
11810 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
11811
11812 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
11813
11814 * eshell/em-hist.el:
11815 * eshell/em-dirs.el (eshell-complete-user-reference):
11816 Declare pcomplete functions and variables to avoid compiler warnings.
11817
11818 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
11819
11820 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
11821 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
11822 * eshell/em-alias.el (eshell-aliases-file):
11823 * eshell/em-hist.el (eshell-history-file-name):
11824 Use expand-file-name instead of concat to make file names (Bug#4308).
11825
11826 2009-09-13 Glenn Morris <rgm@gnu.org>
11827
11828 * ediff-merg.el (ediff-do-merge):
11829 * filesets.el (filesets-run-cmd):
11830 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
11831 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
11832 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
11833 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
11834 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
11835 Replace empty `let's with `progn'.
11836
11837 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11838
11839 * mail/sendmail.el (send-mail-function):
11840 * tooltip.el (tooltip-mode):
11841 * simple.el (transient-mark-mode):
11842 * rfn-eshadow.el (file-name-shadow-mode):
11843 * frame.el (blink-cursor-mode):
11844 * font-core.el (global-font-lock-mode):
11845 * files.el (temporary-file-directory)
11846 (small-temporary-file-directory, auto-save-file-name-transforms):
11847 * epa-hook.el (auto-encryption-mode):
11848 * composite.el (global-auto-composition-mode):
11849 Use custom-initialize-delay.
11850 * startup.el (command-line): Don't explicitly call
11851 custom-reevaluate-setting for all the above vars.
11852 * custom.el (custom-initialize-safe-set)
11853 (custom-initialize-safe-default): Delete.
11854
11855 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11856
11857 * term/x-win.el (x-initialize-window-system):
11858 * term/w32-win.el (w32-initialize-window-system):
11859 * term/ns-win.el (ns-initialize-window-system): Don't call
11860 mouse-wheel-mode since it's enabled globally by default already.
11861
11862 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
11863 actually define the variable, but only silences the byte-compiler.
11864 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
11865 before looking it up.
11866 (mouse-wheel-scroll-amount): Also reset the bindings if this value
11867 is changed.
11868
11869 2009-09-12 Glenn Morris <rgm@gnu.org>
11870
11871 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
11872 1000.
11873 (elint-add-required-env): Don't beep on error.
11874 (elint-forms): In case of error, return ENV unchanged.
11875 (elint-init-env): Skip non-list forms.
11876 (elint-log): Handle unknown file positions.
11877
11878 2009-09-12 Daiki Ueno <ueno@unixuser.org>
11879
11880 * epg.el (epg-make-context): Add autoload cookie.
11881 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
11882 (epg-decrypt-string, epg-start-verify, epg-verify-file)
11883 (epg-verify-string, epg-start-sign, epg-sign-file)
11884 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
11885 (epg-encrypt-string, epg-start-export-keys)
11886 (epg-export-keys-to-file, epg-export-keys-to-string)
11887 (epg-start-import-keys, epg-import-keys-from-file)
11888 (epg-import-keys-from-string, epg-start-receive-keys)
11889 (epg-receive-keys, epg-import-keys-from-server)
11890 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
11891 (epg-sign-keys, epg-start-generate-key)
11892 (epg-generate-key-from-file, epg-generate-key-from-string):
11893 Remove autoload cookie.
11894
11895 2009-09-12 Eli Zaretskii <eliz@gnu.org>
11896
11897 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
11898 reevaluation of trash-directory.
11899
11900 * mwheel.el: Fix last change.
11901 (mouse-wheel-mode): New defvar.
11902 (mouse-wheel-mode): Remove autoload cookie.
11903
11904 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11905
11906 * mwheel.el (mwheel-installed-bindings): New var.
11907 (mouse-wheel-mode): Use it, so as to make sure we really remove all
11908 the bindings we set last time. Use custom-initialize-delay.
11909 * loadup.el: Load mwheel after term/*-win.el.
11910 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
11911 and mouse-wheel-up-event now that their first evaluation is done
11912 sufficiently late to be correct.
11913
11914 * startup.el (tutorial-directory): Make it a defcustom.
11915 Use custom-initialize-delay rather than eval-at-startup to set it.
11916 * image.el (image-load-path): Make it a defcustom.
11917 Use custom-initialize-delay rather than eval-at-startup to set it.
11918 * subr.el (eval-at-startup): Remove.
11919 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
11920
11921 * subr.el (do-after-load-evaluation): Warn the user after loading an
11922 obsolete package.
11923
11924 2009-09-12 Glenn Morris <rgm@gnu.org>
11925
11926 * proced.el (proced-mark-alt): Remove alias.
11927 (proced-mode-map): Remove proced-mark-alt.
11928
11929 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
11930 Elint file and directory. Remove initialization entry.
11931
11932 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
11933 commands.
11934 (elint-current-buffer): Set mode-line-process.
11935 (elint-init-env): Handle define-derived-mode.
11936 Fix declare-function with unspecified arglist. Guard against odd
11937 defalias statements (eg iso-insert's 8859-1-map).
11938 (elint-add-required-env): Use a temp buffer.
11939 (elint-form): Just print the function/macro name, not the whole form.
11940 Return env unchanged if we fail to parse a macro.
11941 (elint-forms): Guard against parse errors.
11942 (elint-output): New function, to handle batch mode.
11943 (elint-log-message): Add optional argument. Use elint-output.
11944 (elint-set-mode-line): New function.
11945
11946 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
11947
11948 * emacs-lisp/elp.el (elp-not-profilable): Add more
11949 functions (Bug#4233).
11950
11951 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
11952
11953 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
11954 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
11955
11956 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
11957
11958 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
11959 (gdb-var-list-children): Use json parsing.
11960
11961 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
11962
11963 * progmodes/js.el (js--proper-indentation): Handle the case where
11964 char-before is null. Reported by Deniz Dogan.
11965
11966 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
11967
11968 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
11969
11970 2009-09-11 Daiki Ueno <ueno@unixuser.org>
11971
11972 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
11973 (epg-digest-algorithm-alist): Add SHA224.
11974 (epg-context-set-passphrase-callback)
11975 (epg-context-set-progress-callback): Add description about
11976 callback function.
11977
11978 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11979
11980 * custom.el (custom-delayed-init-variables): New var.
11981 (custom-initialize-delay): New function.
11982 * startup.el (command-line): "Re"evaluate all vars in
11983 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
11984 explicitly any more.
11985 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
11986 to avoid creating a ~/.emacs.d at build-time (bug#4347).
11987
11988 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
11989
11990 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
11991
11992 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
11993 (gdb-var-update-handler): Use json parsing.
11994
11995 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
11996
11997 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
11998 decode annotated text, regardless of language environment. (Bug#2741)
11999
12000 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12001
12002 * Makefile.in (autoloads): Make rmail.el writable as well.
12003
12004 2009-09-11 Glenn Morris <rgm@gnu.org>
12005
12006 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
12007 loaddefs.el.
12008 * dired.el: Regenerate with extracted autoloads.
12009 * Makefile.in (autoloads): Make dired.el writable.
12010
12011 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
12012 * ibuffer.el: Regenerate with extracted autoloads.
12013 * Makefile.in (autoloads): Make ibuffer.el writable.
12014
12015 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
12016 * version.el (emacs-copyright, emacs-major-version)
12017 (emacs-minor-version): Reformat doc-strings for make-docfile.
12018
12019 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
12020 functions and variables, since they must be stuff specific to some other
12021 platform.
12022 (apropos-print): Make mouse-click message less specific about button.
12023
12024 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
12025 that records where a macro was defined.
12026 * help-fns.el (describe-function-1): Mention if a function has a
12027 compiler-macro.
12028 * help-mode.el (help-function-cmacro): New button.
12029
12030 * locate.el (top-level): Always require dired.
12031 (locate-mode-map): Initialize inside the defvar.
12032
12033 * net/ange-ftp.el (dired-compress-file): Declare.
12034 (ange-ftp-dired-compress-file): Add doc string.
12035
12036 * term/ns-win.el (x-display-name, x-setup-function-keys):
12037 Unify doc-strings with X versions.
12038
12039 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12040
12041 * emulation/crisp.el (crisp-mode-map): Move initialization
12042 into declaration.
12043 (crisp-mode): Use define-minor-mode.
12044
12045 * progmodes/xscheme.el (xscheme-evaluation-commands):
12046 Put a :advertised-binding property rather than using
12047 advertised-xscheme-send-previous-expression.
12048 (advertised-xscheme-send-previous-expression): Declare obsolete.
12049 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
12050 `advertised-undo'.
12051 (crisp-mode): Add corresponding bindings to
12052 undo's :advertised-binding instead.
12053 * dired.el (dired-mode-map): Put a :advertised-binding property rather
12054 than using dired-advertised-find-file.
12055 (dired-advertised-find-file):
12056 * simple.el (advertised-undo):
12057 * wid-edit.el (advertised-widget-backward): Declare obsolete.
12058 (widget-keymap): Put a :advertised-binding property rather
12059 than using advertised-widget-backward.
12060 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
12061 than using advertised-undo.
12062 * tutorial.el (tutorial--default-keys): Adjust accordingly.
12063
12064 2009-09-10 Simon South <ssouth@slowcomputing.org>
12065
12066 * progmodes/delphi.el (delphi-tab): Indent region when Transient
12067 Mark mode is enabled and region is active; otherwise indent or
12068 insert TAB as usual.
12069 (delphi-mode): Update description of TAB-key binding.
12070
12071 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12072
12073 * subr.el (define-key-rebound-commands): Mark obsolete.
12074 * startup.el (precompute-menubar-bindings): Remove.
12075 (normal-top-level): Remove obsolete code that tried to precompute
12076 menubar bindings.
12077 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
12078 define-key-rebound-commands and precompute-menubar-bindings.
12079
12080 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
12081
12082 * net/imap.el (imap-interactive-login): Better messages.
12083 (imap-open): Fix bug with renamed buffer on reconnect.
12084 (imap-authenticate): Add buffer-local imap-last-authenticator variable
12085 for easier debugging and cleaner code. On successful (guessed based on
12086 server capabilities) secondary authentication, set imap-state
12087 correctly.
12088 (imap-last-authenticator): Define imap-last-authenticator as a variable
12089 to avoid warnings.
12090
12091 2009-09-10 Glenn Morris <rgm@gnu.org>
12092
12093 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
12094
12095 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
12096 (byte-compile-file-form-autoload): Don't warn about unknown functions
12097 where the autoload statement comes after the use.
12098 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
12099 that any handlers inside the body (eg require) are in turn respected.
12100
12101 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
12102 effects.
12103
12104 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
12105 and syntax and abbrev tables basic docs, if they don't have any.
12106
12107 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
12108
12109 * international/mule-cmds.el (top-level): Require cl when compiling.
12110 (view-hello-file): Use default-value rather than
12111 default-enable-multibyte-characters.
12112
12113 * progmodes/fortran.el: Move all safe and risky properties into the
12114 defcustoms.
12115
12116 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
12117 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
12118 * mail/undigest.el:
12119 Put autoloads in rmail.el rather than loaddefs.el.
12120 * mail/rmail.el: Regenerate with extracted autoloads.
12121
12122 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
12123 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
12124
12125 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
12126
12127 Reported in thread for Bug#4375.
12128 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
12129 "-data-evaluate-expression" instead of print.
12130 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
12131 (gdb-tooltip-print): Parse output from above MI command.
12132 (gdb): Revert 2009-08-11 change. User should detach inferior
12133 manually.
12134
12135 Remove the word "separate" from IO functions as inferior
12136 output is now never displayed in the GUD buffer.
12137
12138 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
12139
12140 * startup.el (command-line-normalize-file-name): On Windows and
12141 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
12142
12143 2009-09-10 Juri Linkov <juri@jurta.org>
12144
12145 * isearch.el (isearch-text-char-description): Propertize escape
12146 character sequences with the `escape-glyph' face. (Bug#4344)
12147
12148 * simple.el (shell-command): Set asynchronous process filter to
12149 `comint-output-filter'. (Bug#4343)
12150
12151 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
12152 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
12153 the list. Move "asm" to the bottom.
12154 (grep-find-ignored-directories): Add `choice' with nil value
12155 to empty the list easily.
12156 (grep-find-ignored-files): New option.
12157 (grep-files-history): Set to nil by default instead of '("ch" "el").
12158 (grep-compute-defaults): Add "<X>" to `grep-template'.
12159 (grep-read-files): Bind new local variables `default-alias' and
12160 `default-extension'. Use a list of default values for the file prompt.
12161 (lgrep): Add `--exclude=' command line options composed from
12162 `grep-find-ignored-files'.
12163 (rgrep): Add `-name' command line options composed from
12164 `grep-find-ignored-files'. (Bug#4301)
12165
12166 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
12167
12168 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
12169 (bug#4368).
12170
12171 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12172
12173 * calendar/time-date.el (autoload):
12174 Expand define-obsolete-function-alias into defalias and make-obsolete
12175 for old Emacsen that Gnus supports.
12176 (with-no-warnings): Define it for old Emacsen.
12177 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12178 is available.
12179 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12180 float-time is available; suppress compile warning for time-to-seconds.
12181
12182 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
12183
12184 * net/imap.el (imap-message-map): Docstring fix.
12185
12186 2009-09-09 Glenn Morris <rgm@gnu.org>
12187
12188 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
12189 line numbers too. (Bug#4374)
12190
12191 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
12192
12193 * smerge-mode.el (smerge-remove-props, smerge-refine):
12194 Use with-silent-modifications (bug#4342).
12195
12196 * subr.el (with-silent-modifications): New macro.
12197
12198 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
12199
12200 * files.el (top-level): Require `cl' when compiling.
12201
12202 2009-09-07 Glenn Morris <rgm@gnu.org>
12203
12204 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
12205
12206 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
12207 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
12208
12209 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
12210
12211 * vc-git.el (vc-git-annotate-command): Use separator to parse
12212 arguments correctly.
12213
12214 2009-09-06 Eli Zaretskii <eliz@gnu.org>
12215
12216 * proced.el (proced-mode): Doc fix.
12217
12218 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
12219
12220 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
12221 lstat fails.
12222 (tramp-do-file-attributes-with-ls): Check for file existence at
12223 remote end.
12224 (tramp-do-file-attributes-with-stat): Likewise.
12225 (tramp-convert-file-attributes): Return nil when attr is nil.
12226
12227 2009-09-05 Glenn Morris <rgm@gnu.org>
12228
12229 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
12230 properties to this button.
12231 (diary-fancy-display): Don't extend the button to the final newline.
12232 (diary-fancy-display-mode): Continue to define "q" as a local key.
12233
12234 * calendar/cal-china.el (holiday-chinese): Make it slightly more
12235 efficient.
12236
12237 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
12238
12239 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
12240 (byte-compile-dest-file-function): New option.
12241 (byte-compile-dest-file): Doc fix.
12242 Obey byte-compile-dest-file-function.
12243 (byte-compile-cl-file-p): New function.
12244 (byte-compile-eval): Only suppress noruntime warnings about cl functions
12245 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
12246 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
12247 than for file being previously loaded.
12248 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
12249 (byte-compile-file-form-require): Handle the case where requiring a file
12250 indirectly causes CL to be loaded.
12251
12252 2009-09-05 Karl Fogel <kfogel@red-bean.com>
12253
12254 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
12255 before killing the old buffer, since by the time `kill-buffer' is
12256 run so many buffer variables have been set to nil that it may not
12257 behave as expected. (Bug#4061)
12258
12259 2009-09-05 Karl Fogel <kfogel@red-bean.com>
12260
12261 * files.el (find-alternate-file): If the old buffer is modified
12262 and visiting a file, behave similarly to `kill-buffer' when
12263 killing it, thus reverting to the pre-1.878 behavior; see
12264 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
12265 for discussion. Also, consult `buffer-file-name' as a variable
12266 not as a function, for consistency with the rest of the code.
12267
12268 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
12269
12270 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
12271 also when adding a new directory.
12272
12273 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
12274 defun.
12275
12276 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
12277
12278 * files.el (locate-file-completion-table): Make it provide boundary
12279 information, so partial-completion works better.
12280
12281 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
12282
12283 * mail/footnote.el (Footnote-text-under-cursor):
12284 Check footnote-text-marker-alist before using it (bug#4324).
12285
12286 2009-09-04 Glenn Morris <rgm@gnu.org>
12287
12288 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
12289 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
12290 * play/solitaire.el, play/tetris.el:
12291 Remove leading * from defcustom and defface docs.
12292
12293 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
12294 necessary.
12295 (diary-fancy-overriding-map): New variable.
12296 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
12297 Use view-mode.
12298
12299 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
12300 goto-line.
12301
12302 2009-09-03 Glenn Morris <rgm@gnu.org>
12303
12304 * arc-mode.el (archive-mode):
12305 * dos-fns.el (set-default-process-coding-system):
12306 * man.el (Man-getpage-in-background):
12307 * menu-bar.el (menu-bar-describe-menu):
12308 * server.el (server-process-filter):
12309 * startup.el (command-line):
12310 * tar-mode.el (tar-header-block-tokenize, tar-extract):
12311 * w32-fns.el (set-default-process-coding-system):
12312 * x-dnd.el (x-dnd-handle-file-name):
12313 * international/mule-cmds.el (mule-menu-keymap)
12314 (set-default-coding-systems, language-info-alist, set-language-info)
12315 (set-language-environment, standard-display-european-internal)
12316 (set-locale-environment):
12317 * international/mule-diag.el (mule-diag):
12318 * mail/emacsbug.el (report-emacs-bug):
12319 * mail/rmail.el (rmail-mode):
12320 * mail/sendmail.el (mail-setup):
12321 Use default-value rather than default-enable-multibyte-characters.
12322
12323 * progmodes/f90.el: Move all safe properties into the defcustoms.
12324 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12325
12326 * calendar/appt.el (appt-check):
12327 * calendar/diary-lib.el (diary-set-header, diary-live-p)
12328 (diary-check-diary-file, diary-list-entries)
12329 (diary-include-other-diary-files, diary-simple-display)
12330 (diary-fancy-display, diary-print-entries)
12331 (diary-mark-included-diary-files, diary-make-entry):
12332 Don't call substitute-in-file-name on diary-file.
12333
12334 2009-09-03 Eduard Wiebe <usenet@pusto.de>
12335 Stefan Monnier <monnier@iro.umontreal.ca>
12336
12337 * mail/footnote.el (footnote-prefix): Make it a defcustom.
12338 (footnote-mode-map): Move initialization into the declaration.
12339 (footnote-minor-mode-map): Define it rather than changing global-map.
12340 (footnote-mode): Use define-minor-mode.
12341
12342 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
12343
12344 * net/tramp.el (tramp-handle-file-attributes-with-ls)
12345 (tramp-do-file-attributes-with-perl)
12346 (tramp-do-file-attributes-with-stat): Rename from
12347 `tramp-handle-file-attributes-with-*'.
12348 (tramp-handle-file-attributes): Use them.
12349 (tramp-do-directory-files-and-attributes-with-perl)
12350 (tramp-do-directory-files-and-attributes-with-stat): Rename from
12351 `tramp-handle-directory-files-and-attributes-with-*'.
12352 (tramp-handle-directory-files-and-attributes): Use them.
12353 (tramp-method-out-of-band-p): Additional parameter SIZE.
12354 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12355 (tramp-handle-write-region): Use it.
12356 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12357 (tramp-handle-vc-registered): Check, whether the first run did
12358 return files to be tested.
12359 (tramp-advice-make-auto-save-file-name): Do not call directly
12360 `tramp-handle-make-auto-save-file-name', because this would bypass
12361 the locking mechanism.
12362
12363 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12364 (file-remote-p, process-file, start-file-process, set-file-times)
12365 (tramp-compat-file-attributes): Compatibility functions shall not
12366 call directly `tramp-handle-*', because this would bypass the
12367 locking mechanism.
12368 (tramp-compat-number-sequence): New defun.
12369
12370 2009-09-02 Glenn Morris <rgm@gnu.org>
12371
12372 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12373 alias for float-time.
12374 (time-to-number-of-days): In Emacs, use float-time.
12375 * net/newst-backend.el (time-add): Suppress warnings from compat
12376 function.
12377 * time.el (emacs-uptime, emacs-init-time):
12378 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12379 Use float-time rather than time-to-seconds.
12380
12381 * minibuffer.el (completion-initials-expand): Fix typo.
12382
12383 * faces.el (modeline, modeline-inactive, modeline-highlight)
12384 (modeline-buffer-id):
12385 * info.el (info-menu-5): Mark these face aliases as obsolete.
12386
12387 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
12388
12389 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12390 space ...
12391 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12392 no "--thread" option.
12393 (gdb-stopped): Don't print "Switched to thread" message when it is
12394 unchanged.
12395
12396 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
12397
12398 * minibuffer.el (completion-try-completion)
12399 (completion-all-completions): Remove ill-defined (and
12400 mistakenly installed and luckily never used nor documented)
12401 `completion-styles' property.
12402 (completion-initials-expand, completion-initials-all-completions)
12403 (completion-initials-try-completion): New functions.
12404 (completion-styles-alist): Add doc to each entry.
12405 Add new `initials' entry.
12406
12407 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
12408
12409 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12410 MI command -var-evaluate-expression.
12411 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12412 and tweak for case of string child.
12413 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12414
12415 2009-09-01 Glenn Morris <rgm@gnu.org>
12416
12417 * add-log.el (change-log-date-face, change-log-name-face)
12418 (change-log-email-face, change-log-file-face, change-log-list-face)
12419 (change-log-conditionals-face, change-log-function-face)
12420 (change-log-acknowledgement-face):
12421 * cus-edit.el (custom-invalid-face, custom-rogue-face)
12422 (custom-modified-face, custom-set-face, custom-changed-face)
12423 (custom-saved-face, custom-button-face, custom-button-pressed-face)
12424 (custom-documentation-face, custom-state-face, custom-comment-face)
12425 (custom-comment-tag-face, custom-variable-tag-face)
12426 (custom-variable-button-face, custom-face-tag-face)
12427 (custom-group-tag-face-1, custom-group-tag-face):
12428 * diff-mode.el (diff-header-face, diff-file-header-face)
12429 (diff-index-face, diff-hunk-header-face, diff-removed-face)
12430 (diff-added-face, diff-changed-face, diff-function-face)
12431 (diff-context-face, diff-nonexistent-face):
12432 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12433 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12434 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12435 (Info-title-4-face):
12436 * isearch.el (isearch-lazy-highlight-face):
12437 * log-view.el (log-view-file-face, log-view-message-face):
12438 * paren.el (show-paren-match-face, show-paren-mismatch-face):
12439 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12440 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12441 (cvs-msg-face):
12442 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12443 (smerge-base-face, smerge-markers-face):
12444 * wid-edit.el (widget-documentation-face, widget-button-face)
12445 (widget-field-face, widget-single-line-field-face)
12446 (widget-inactive-face, widget-button-pressed-face):
12447 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12448 (woman-addition-face):
12449 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12450 (eshell-ls-executable-face, eshell-ls-readonly-face)
12451 (eshell-ls-unreadable-face, eshell-ls-special-face)
12452 (eshell-ls-missing-face, eshell-ls-archive-face)
12453 (eshell-ls-backup-face, eshell-ls-product-face)
12454 (eshell-ls-clutter-face):
12455 * eshell/em-prompt.el (eshell-prompt-face):
12456 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12457 * obsolete/old-whitespace.el (whitespace-highlight-face):
12458 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12459 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12460 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12461 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12462 (antlr-font-lock-literal-face):
12463 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12464 (ebrowse-root-class-face, ebrowse-file-name-face)
12465 (ebrowse-default-face, ebrowse-member-attribute-face)
12466 (ebrowse-member-class-face, ebrowse-progress-face):
12467 * progmodes/make-mode.el (makefile-space-face):
12468 * progmodes/sh-script.el (sh-heredoc-face):
12469 * textmodes/flyspell.el (flyspell-incorrect-face)
12470 (flyspell-duplicate-face):
12471 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12472 * textmodes/texinfo.el (texinfo-heading-face):
12473 Mark face aliases with "-face" suffix as obsolete.
12474
12475 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12476 compiler.
12477
12478 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12479 (eudc-bob-sound-menu): Use defvar rather than defconst, since
12480 easy-menu-define wants to modify these.
12481
12482 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12483
12484 * net/browse-url.el (browse-url-file-url):
12485 * term/internal.el (dos-codepage-setup):
12486 Use default-value rather than default-enable-multibyte-characters.
12487
12488 * progmodes/etags.el (etags-goto-tag-location):
12489 * progmodes/flymake.el (flymake-highlight-line)
12490 (flymake-goto-file-and-line, flymake-goto-line):
12491 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12492 (gdb-goto-breakpoint):
12493 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12494 * progmodes/python.el (python-find-function)
12495 (python-pdbtrack-track-stack-file):
12496 * progmodes/verilog-mode.el (verilog-surelint-off):
12497 * term/ns-win.el (ns-open-file-select-line):
12498 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12499 Use forward-line rather than goto-line.
12500
12501 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12502 * textmodes/reftex-index.el (reftex-display-index):
12503 * textmodes/reftex-ref.el (reftex-offer-label-menu):
12504 * textmodes/reftex-toc.el (reftex-toc):
12505 Remove unnecessary bindings of default-major-mode (all are followed by
12506 major-mode check and possible mode switch).
12507
12508 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
12509
12510 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12511 Handle watchpoints (bug#4282).
12512 (def-gdb-thread-buffer-command): Enable thread to be selected by
12513 clicking without selecting threads buffer first.
12514 (gdb-current-context-command): Use selected frame so that "up",
12515 "down" etc work in the GUD buffer.
12516 (gdb-update): Find selected frame before rendering stack buffer.
12517 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12518
12519 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
12520
12521 * progmodes/sym-comp.el (displayed-completions): Remove.
12522 (symbol-complete): Use minibuffer-complete.
12523
12524 2009-08-31 Glenn Morris <rgm@gnu.org>
12525
12526 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12527
12528 * apropos.el (apropos-symbols-internal):
12529 Handle (obsolete) face aliases.
12530
12531 * faces.el (describe-face): Adjust the output format to be more like
12532 describe-variable, and to mention (obsolete) face aliases.
12533 Adjust the whitespace so that help-setup-xref works.
12534
12535 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12536 * calendar/diary-lib.el (diary-button-face):
12537 Mark these face aliases as obsolete.
12538
12539 * calendar/calendar.el (calendar-today): Doc fix.
12540
12541 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
12542
12543 * progmodes/gdb-mi.el (gdb-control-all-threads)
12544 (gdb-control-current-thread): Force tool bar update.
12545 (gdb-non-stop-handler): New function.
12546 (gdb-init-1): Use it to test if non-stop mode is supported.
12547 Remove unused gdbmi buffer type.
12548
12549 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
12550
12551 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12552 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
12553
12554 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
12555
12556 * comint.el (comint-exec-1): Check command is non-null first.
12557 Part of gdb-mi.el change (2009-08-28).
12558
12559 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12560
12561 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
12562
12563 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
12564
12565 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
12566 instead of `dolist' to avoid a recursive require when bootstrapping.
12567
12568 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12569
12570 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
12571
12572 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
12573
12574 * net/imap.el (imap-send-command): Simplify.
12575 (imap-wait-for-tag): point-max -> buffer-size.
12576
12577 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
12578
12579 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
12580 with constant argument.
12581
12582 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
12583
12584 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
12585
12586 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
12587 Change default, since most of our files don't have a history.
12588 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
12589 the user.
12590
12591 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12592 Add comint-run.
12593
12594 * calc/calc.el: Improve commenting convention.
12595 (calc-digit-map, toplevel): Simplify.
12596
12597 * comint.el (comint-insert-input): Be careful to only set point if we
12598 don't delegate to some other command.
12599
12600 * proced.el (proced-signal-list): Make it an alist.
12601 (proced-grammar-alist): Capitalize names.
12602 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
12603 Disable undo manually and make it read-only.
12604 Use completion-annotate-function.
12605
12606 * minibuffer.el (minibuffer-message): If the current buffer is not
12607 a minibuffer, insert the message in the echo area rather than at the
12608 end of the buffer.
12609 (completion-annotate-function): New variable.
12610 (minibuffer-completion-help): Use it.
12611 (completion--embedded-envvar-table): Environment vars are
12612 always case-sensitive.
12613
12614 2009-08-30 Glenn Morris <rgm@gnu.org>
12615
12616 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
12617 from fortran-current-defun.
12618 (fortran-beginning-of-subprogram): Be more precise about finding the
12619 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
12620 (fortran-end-of-subprogram): Simplify.
12621 (fortran-current-defun): Use fortran-start-prog-re.
12622
12623 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
12624
12625 * subr.el (do-after-load-evaluation): Simplify.
12626
12627 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
12628
12629 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
12630
12631 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
12632 (vc-rcs-print-log): Use it.
12633
12634 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
12635
12636 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12637
12638 * paths.el (abbrev-file-name): Move to abbrev.el.
12639 * abbrev.el (abbrev-file-name): Move from paths.el.
12640 Obey user-emacs-directory.
12641 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
12642 user-emacs-directory.
12643 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
12644 abbrev-file-name and calc-settings-file any more.
12645 * startup.el (command-line): Recompute abbrev-file-name and
12646 abbreviated-home-dir.
12647 (normal-no-mouse-startup-screen): Improve the generic code and get rid
12648 of the special code for when C-h bindings haven't been changed.
12649 (display-startup-echo-area-message): Use with-current-buffer.
12650 (command-line-1): Use a list of strings, rather than a list of lists
12651 of strings for longopts.
12652
12653 * files.el (get-free-disk-space): Use / for default-directory.
12654
12655 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
12656 Use with-current-buffer.
12657
12658 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
12659 Recognize immutable variables like most-positive-fixnum.
12660 (byte-compile-setq-default): Check and warn if trying to assign
12661 to an immutable variable, or a non-variable.
12662
12663 * progmodes/cc-vars.el (c-comment-continuation-stars):
12664 * progmodes/cc-engine.el (c-looking-at-bos):
12665 * progmodes/cc-cmds.el (c-toggle-auto-state)
12666 (c-forward-into-nomenclature, c-backward-into-nomenclature)
12667 (c-comment-line-break-function): Add version of obsolescence.
12668
12669 2009-08-28 Juri Linkov <juri@jurta.org>
12670
12671 * files.el (magic-fallback-mode-alist): Add ZIP magic number
12672 associated with `archive-mode'.
12673
12674 * image.el (image-type-header-regexps): Use only JPEG magic number
12675 to determine JPEG images, and don't use `image-jpeg-p' because
12676 Emacs can display non-JFIF non-Exif JPEG images.
12677
12678 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
12679
12680 * arc-mode.el (archive-mode):
12681 * emacs-lisp/re-builder.el (re-builder-unload-function):
12682 Protect against the default value of `major-mode' being nil.
12683
12684 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
12685
12686 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
12687 Fix typos in docstrings.
12688
12689 * progmodes/js.el (js--macro-decl-re): Doc fix.
12690 (js--plain-method-re, js--split-name): Refloc docstring.
12691 (js--class-styles, js--make-merged-item, js--splice-into-items):
12692 Fix typos in docstrings; reflow docstrings.
12693 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
12694 (js--variable-decl-matcher, js--inside-pitem-p)
12695 (js--parse-state-at-point, js--get-all-known-symbols)
12696 (js--symbol-history, js-find-symbol, js--js-references)
12697 (js--moz-interactor, js--js-encode-value, js--read-tab):
12698 Fix typos in docstrings.
12699
12700 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12701
12702 * textmodes/reftex.el (reftex-get-file-buffer-force):
12703 * progmodes/verilog-mode.el (verilog-batch-execute-func):
12704 * emulation/viper.el (viper-go-away, viper-set-hooks):
12705 * emacs-lisp/re-builder.el (re-builder-unload-function):
12706 * emacs-lisp/bytecomp.el (byte-compile-file):
12707 * ses.el (ses-unload-function):
12708 * hexl.el (hexl-find-file):
12709 * files.el (normal-mode):
12710 * ehelp.el (with-electric-help):
12711 * autoinsert.el (auto-insert-alist):
12712 * arc-mode.el (archive-mode):
12713 Use (default-value 'major-mode) instead of default-major-mode.
12714
12715 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
12716 * international/mule.el (load-with-code-conversion):
12717 * emacs-lisp/debug.el (debug):
12718 * ediff-vers.el (ediff-rcs-get-output-buffer):
12719 * dired.el (dired-internal-noselect): Don't let-bind
12720 default-major-mode around code that doesn't use it.
12721 E.g. buffer creation via get-buffer-create doesn't use it.
12722
12723 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
12724
12725 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
12726 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
12727 when writing the temp file. Otherwise, epa-file gets confused.
12728 (tramp-register-file-name-handlers): Make it a defun. Move also
12729 `epa-file-handler' to the front of `file-name-handler-alist'.
12730
12731 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12732
12733 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
12734 start right after a ^M.
12735 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
12736 (tramp-completion-file-name-regexp-separate)
12737 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
12738 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
12739 Don't modify last-coding-system-used by accident.
12740 (tramp-completion-file-name-handler): Apply the checks here,
12741 instead during registration.
12742 (tramp-register-file-name-handlers): Renamed from
12743 `tramp-register-file-name-handler'. Register both
12744 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
12745 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
12746
12747 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
12748
12749 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
12750 Remove variable ...
12751 (gdb-init-1, gdb-display-separate-io-buffer)
12752 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
12753 references to it.
12754 (gdb-inferior-io-mode): Use make-comint-in-buffer.
12755 (gdb-inferior-filter): Use comint-output-filter to stop
12756 echoing and remove ^M characters.
12757
12758 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12759
12760 * emulation/viper-init.el (viper-restore-cursor-type):
12761 * emulation/cua-base.el (cua--update-indications):
12762 Replace default-cursor-type with (default-value 'cursor-type).
12763
12764 * mail/sendmail.el (mail-recover-1):
12765 * international/mule-diag.el (describe-current-coding-system-briefly)
12766 (describe-current-coding-system):
12767 * international/mule-cmds.el (select-safe-coding-system)
12768 (select-message-coding-system)
12769 (set-language-environment-coding-systems, set-locale-environment):
12770 * hexl.el (hexl-insert-multibyte-char):
12771 * dos-w32.el (find-buffer-file-type-coding-system):
12772 * simple.el (what-cursor-position):
12773 Replace uses of default-buffer-file-coding-system
12774 with (default-value 'buffer-file-coding-system).
12775
12776 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
12777 Replace uses of default-cursor-in-non-selected-windows
12778 with (default-value 'cursor-in-non-selected-windows).
12779 Use with-current-buffer.
12780
12781 * mail/feedmail.el: Use CL macros.
12782 (feedmail-run-the-queue, feedmail-send-it-immediately):
12783 * dos-w32.el (find-buffer-file-type): Replace uses of
12784 default-buffer-file-type with (default-value 'buffer-file-type).
12785
12786 2009-08-28 Glenn Morris <rgm@gnu.org>
12787
12788 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
12789 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
12790 Use default-value of major-mode rather than default-major-mode.
12791
12792 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12793
12794 * Makefile.in (update-elcfiles): Report left over elc files.
12795
12796 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
12797 expand-file-name and with-current-buffer.
12798 (mail-get-names, mail-directory): Use with-current-buffer.
12799
12800 * vc.el (vc-read-revision): New function.
12801 (vc-version-diff, vc-merge): Use it.
12802
12803 2009-08-27 Sam Steingold <sds@gnu.org>
12804
12805 * simple.el (kill-do-not-save-duplicates): New user option.
12806 (kill-new): When it is non-nil, and the new string is the same as
12807 the latest kill, set replace to t to avoid duplicates in kill-ring.
12808
12809 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
12810
12811 * net/tramp.el (tramp-handle-process-file): Do not flush all
12812 caches when `process-file-side-effects' is set.
12813 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
12814 instead of `tramp-find-file-exists-command'.
12815 Unset `process-file-side-effects'.
12816
12817 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
12818
12819 * net/tramp.el (tramp-methods): New method "rsyncc".
12820 (top): Add completion function for "rsyncc".
12821 (tramp-message-show-message): New defvar.
12822 (tramp-message, tramp-error): Use it.
12823 (tramp-do-copy-or-rename-file-directly): Extend check for direct
12824 remote copying.
12825 (tramp-do-copy-or-rename-file-out-of-band): Handle new
12826 `tramp-methods' entry `copy-env' of "rsyncc".
12827 (tramp-vc-registered-read-file-names): New defconst.
12828 (tramp-vc-registered-file-names): New defvar.
12829 (tramp-handle-vc-registered): Implement optimization strategy.
12830 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
12831 (tramp-vc-file-name-handler): New defun.
12832 (tramp-get-ls-command, tramp-get-test-command)
12833 (tramp-get-file-exists-command, tramp-get-remote-ln)
12834 (tramp-get-remote-perl, tramp-get-remote-stat)
12835 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
12836
12837 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
12838 (tramp-cache-inhibit-cache): Extend doc string. It allows also
12839 timestamps.
12840 (tramp-get-file-property): Check for timestamps in
12841 `tramp-cache-inhibit-cache'.
12842 (tramp-set-file-property): Write timestamp.
12843
12844 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12845
12846 * language/japan-util.el (japanese-symbol-table): Add entries for
12847 cp932-2-byte.
12848
12849 * international/characters.el: Add category `j' to cp932-2-byte.
12850
12851 2009-08-27 Kenichi Handa <handa@m17n.org>
12852
12853 * international/fontset.el (build-default-fontset-data): New macro.
12854 (setup-default-fontset): Use build-default-fontset-data for CJK,
12855 tibetan, ethiopic, and ipa.
12856
12857 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12858
12859 * cus-start.el (default-major-mode): Customize `major-mode' instead.
12860 (enable-multibyte-characters): Not customizable any more.
12861
12862 * subr.el (default-mode-line-format, default-header-line-format)
12863 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
12864 (default-direction-reversed, default-truncate-lines)
12865 (default-left-margin, default-tab-width, default-case-fold-search)
12866 (default-left-margin-width, default-right-margin-width)
12867 (default-left-fringe-width, default-right-fringe-width)
12868 (default-fringes-outside-margins, default-scroll-bar-width)
12869 (default-vertical-scroll-bar, default-indicate-empty-lines)
12870 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
12871 (default-fringe-cursor-alist, default-scroll-up-aggressively)
12872 (default-scroll-down-aggressively, default-fill-column)
12873 (default-cursor-type, default-buffer-file-type)
12874 (default-cursor-in-non-selected-windows)
12875 (default-buffer-file-coding-system, default-major-mode)
12876 (default-enable-multibyte-characters): Mark as obsolete.
12877
12878 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
12879
12880 * vc-dir.el (vc-dir-update): Remove debug helper.
12881
12882 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
12883
12884 2009-08-26 Sam Steingold <sds@gnu.org>
12885
12886 * simple.el (save-interprogram-paste-before-kill): New user option.
12887 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
12888 save the interprogram-paste into kill-ring before overriding it
12889 with the Emacs kill.
12890
12891 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
12892
12893 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
12894 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
12895 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
12896 and move to vc-rcs.el.
12897 (vc-default-next-revision): Rename to vc-rcs-next-revision and
12898 move to vc-rcs.el.
12899 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
12900 (vc-rcs-update-changelog): Remove.
12901 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
12902 and move to vc-rcs.el.
12903
12904 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
12905 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
12906 renaming.
12907 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
12908 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
12909 vc.el, renamed to be RCS specific.
12910
12911 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
12912 New functions.
12913 (vc-cvs-update-changelog): Move here from vc.el.
12914
12915 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
12916 New functions.
12917
12918 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12919
12920 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
12921
12922 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
12923
12924 * vc-git.el (vc-git-register): Use "git add" for directories.
12925 (vc-git-stash, vc-git-stash-show): New functions.
12926 (vc-git-extra-menu-map): Bind them.
12927
12928 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
12929 directory correctly in case the item is a directory itself.
12930
12931 * vc.el: Document the desired behavior for reverted files in the
12932 `added' state.
12933 (vc-default-prettify-state-info): Remove function, unused.
12934
12935 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
12936
12937 2009-08-26 Glenn Morris <rgm@gnu.org>
12938
12939 * bindings.el (standard-mode-line-format): Reposition dashes in
12940 which-func entry. (Bug#4217)
12941
12942 * files.el (enable-local-variables, enable-local-eval)
12943 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
12944 the defcustoms.
12945 (auto-mode-alist, ignored-local-variables)
12946 (save-some-buffers-action-alist): Move risky declarations to the
12947 definitions.
12948 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
12949 (font-lock-defaults, format-alist, imenu--index-alist)
12950 (imenu-generic-expression, input-method-alist, minor-mode-alist)
12951 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
12952 (mode-line-modified, mode-line-mule-info, mode-line-position)
12953 (mode-line-process, mode-line-remote, outline-level)
12954 (parse-time-rules, rmail-output-file-alist)
12955 (special-display-buffer-names, vc-mode):
12956 Move risky declarations to the relevant files.
12957 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
12958 (mode-line-modified, mode-line-process, mode-line-position)
12959 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
12960 * font-core.el (font-lock-defaults):
12961 * format.el (format-alist):
12962 * vc-hooks.el (vc-mode):
12963 * window.el (special-display-buffer-names):
12964 * international/mule-cmds.el (input-method-alist):
12965 Define riskiness here (dumped file) rather than in files.el.
12966 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
12967 * imenu.el (imenu-generic-expression, imenu--index-alist):
12968 * outline.el (outline-level):
12969 * time.el (display-time-string):
12970 * calendar/parse-time.el (parse-time-rules):
12971 * mail/rmailout.el (rmail-output-file-alist):
12972 Autoload riskiness here, rather than placing in files.el.
12973
12974 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
12975
12976 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
12977
12978 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
12979
12980 * simple.el (process-file-side-effects): New defvar.
12981
12982 * dired-aux.el (dired-show-file-type):
12983 * vc.el (vc-diff-internal):
12984 * vc-arch.el (vc-arch-diff):
12985 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
12986 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
12987 * vc-git.el (vc-git-registered, vc-git-working-revision)
12988 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
12989 (vc-git--empty-db-p):
12990 * vc-hooks.el (vc-user-login-name):
12991 * vc-svn.el (vc-svn-registered, vc-svn-state)
12992 (vc-svn-dir-extra-headers, vc-svn-find-revision):
12993 * progmodes/grep.el (grep-probe): Let-bind
12994 `process-file-side-effects' with nil.
12995
12996 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
12997
12998 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
12999 daemon. Replace ping by checking for running service for bluez
13000 and zeroconf. (Bug#4239)
13001
13002 2009-08-25 Kevin Ryde <user42@zip.com.au>
13003
13004 * net/dig.el (dig): Add autoload cookie.
13005
13006 2009-08-25 Glenn Morris <rgm@gnu.org>
13007
13008 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
13009 load-history for absolute file-names.
13010 (byte-compile-file-form-require): Warn about use of the cl package.
13011
13012 * format.el (format-alist): Doc fix.
13013
13014 * play/bubbles.el (top-level): Don't require cl at run-time.
13015
13016 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
13017 run-time cl).
13018
13019 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
13020
13021 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
13022 from cl package.
13023 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
13024
13025 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
13026
13027 * calc/calc-alg.el (math-trig-rewrite)
13028 (math-hyperbolic-trig-rewrite): New functions.
13029 (calc-simplify): Simplify trig functions when asked.
13030
13031 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
13032
13033 * diff-mode.el (diff-find-source-location): Avoid goto-line.
13034
13035 2009-08-24 Kenichi Handa <handa@m17n.org>
13036
13037 * language/ind-util.el (mapthread): Delete it.
13038 (combinatorial): New function.
13039 (indian--puthash-cv): Use combinatorial instead of mapthread.
13040
13041 2009-08-22 Kevin Ryde <user42@zip.com.au>
13042
13043 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
13044 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
13045 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
13046 Clarify docstring that the value is strings not symbols.
13047 (checkdoc-list-of-strings-p): New function.
13048
13049 2009-08-22 Glenn Morris <rgm@gnu.org>
13050
13051 * files.el (auto-mode-alist):
13052 * hippie-exp.el (he-concat-directory-file-name):
13053 * lpr.el (lpr-windows-system, printer-name):
13054 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
13055 * ps-print.el (ps-windows-system):
13056 * startup.el (command-line):
13057 * emulation/viper-ex.el (viper-glob-function):
13058 * international/mule-cmds.el (set-language-environment-coding-systems):
13059 * net/ange-ftp.el (ange-ftp-write-region):
13060 * obsolete/fast-lock.el (fast-lock-cache-name):
13061 Remove code for defunct system-types emx, macos, mswindows, next-mach,
13062 unisoft-unix, vax-vms, win32, w32.
13063
13064 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
13065 given name if the pattern is not more specific.
13066
13067 * calendar/lunar.el (lunar-phase-names): New option.
13068 (lunar-phase): Doc fix.
13069 (lunar-cycles-per-year): New constant.
13070 (lunar-index): New function.
13071 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
13072 (lunar-phase-name): Use lunar-phase-names.
13073 (calendar-lunar-phases): Use format.
13074 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
13075
13076 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
13077 Copy imenu-example--name-and-position function here for own use.
13078 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
13079
13080 * bs.el (bs--redisplay):
13081 * cus-edit.el (custom-redraw):
13082 * ibuffer.el (ibuffer-bury-buffer):
13083 * server.el (server-goto-line-column):
13084 * startup.el (command-line-1):
13085 * strokes.el (strokes-xpm-for-stroke):
13086 * term.el (term-display-buffer-line):
13087 * view.el (View-goto-line):
13088 * calc/calc.el (calc-do, calc-trail-buffer):
13089 * play/gamegrid.el (gamegrid-add-score-insecure):
13090 * progmodes/ada-mode.el (ada-compile-goto-error):
13091 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
13092 (ebrowse-select-1st-to-9nth):
13093 * progmodes/cperl-mode.el (cperl-time-fontification):
13094 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
13095 * progmodes/gud.el (gud-display-line):
13096 (idlwave-shell-display-line):
13097 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
13098 * progmodes/make-mode.el (makefile-browser-toggle):
13099 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
13100 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
13101 * textmodes/picture.el (picture-draw-rectangle):
13102 * textmodes/reftex-index.el (reftex-index-goto-letter):
13103 (reftex-select-jump-to-previous):
13104 * textmodes/reftex-sel.el (reftex-find-start-point)
13105 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
13106 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
13107 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
13108 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13109 * textmodes/two-column.el (2C-associated-buffer):
13110 Use forward-line rather than goto-line.
13111
13112 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
13113 goto-line.
13114
13115 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
13116 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
13117 (quick-check-list-to-regexp): Declare.
13118
13119 * progmodes/make-mode.el (makefile-browser-insert-selection):
13120 Use goto-char rather than goto-line.
13121
13122 * progmodes/prolog.el (compilation-error-regexp-alist)
13123 (compilation-forget-errors): Declare.
13124
13125 2009-08-22 Juri Linkov <juri@jurta.org>
13126
13127 * progmodes/grep.el (lgrep, rgrep): At the beginning
13128 set `dir' to `default-directory' unless `dir' is a non-nil
13129 readable directory. (Bug#4052)
13130 (lgrep, rgrep): Change a weird way to report an error
13131 from using `read-string' to using `error'.
13132 Instead of using interactive arguments in the function body,
13133 add new argument `confirm'.
13134
13135 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
13136
13137 * textmodes/remember.el (remember-buffer):
13138 * progmodes/cperl-mode.el (cperl-vc-header-alist):
13139 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
13140 (icalendar-extract-ical-from-buffer):
13141 * net/newst-treeview.el (newsticker-groups-filename):
13142 * net/newst-backend.el (newsticker-cache-filename):
13143 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
13144 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
13145 (speedbar-add-ignored-path-regexp, speedbar-line-path)
13146 (speedbar-buffers-line-path, speedbar-path-line)
13147 (speedbar-buffers-line-path):
13148 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
13149 (epg-sign-keys):
13150 * epa.el (epa-display-verify-result):
13151 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
13152
13153 2009-08-21 Glenn Morris <rgm@gnu.org>
13154
13155 * progmodes/js.el (inferior-moz-process): Fix declaration.
13156
13157 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
13158
13159 * obsolete/rnewspost.el (news-mail-reply):
13160 Use goto-char rather than goto-line.
13161
13162 * term/ns-win.el (ns-open-file-select-line):
13163 Use line-beginning-position rather than goto-line.
13164
13165 * apropos.el (apropos-command):
13166 * ehelp.el (electric-helpify):
13167 * printing.el (pr-show-setup):
13168 * strokes.el (strokes-help):
13169 * tutorial.el (tutorial--describe-nonstandard-key)
13170 (tutorial--detailed-help):
13171 * woman.el (woman-mini-help, woman-display-extended-fonts):
13172 * calc/calc-help.el (calc-describe-key):
13173 * emulation/edt.el (edt-electric-helpify):
13174 * international/mule-diag.el (mule-diag):
13175 * play/yow.el (apropos-zippy):
13176 * progmodes/python.el (python-describe-symbol):
13177 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
13178 * textmodes/table.el (*table--cell-describe-mode)
13179 (*table--cell-describe-bindings):
13180 Use help-print-return-message rather than the now obsolete alias.
13181
13182 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
13183 (calendar-cursor-to-visible-date):
13184 * play/5x5.el (5x5-position-cursor):
13185 * play/decipher.el (decipher):
13186 * play/gomoku.el (gomoku-goto-xy):
13187 * play/landmark.el (lm-goto-xy):
13188 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
13189 (mpuz-paint-digit):
13190 Use forward-line, not goto-line.
13191
13192 * mail/rmail.el (rmail-obsolete): Delete custom group.
13193 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
13194 (rmail-remote-password, rmail-remote-password-required):
13195 Remove unneeded :set-after and :set properties.
13196
13197 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
13198
13199 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
13200
13201 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
13202
13203 * loadup.el: Remove leftover macos code.
13204
13205 * vc-git.el (vc-git-annotate-command): Run asynchronously.
13206 Explicitly pass the date format to git blame so that user local
13207 so that the output format can be parsed.
13208
13209 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
13210
13211 * net/dbus.el (top): Don't check for (getenv
13212 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
13213
13214 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
13215
13216 * log-edit.el (log-edit-strip-single-file-name): New var.
13217 (log-edit-insert-changelog): Use it. Bug#3571
13218
13219 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13220
13221 * subr.el (read-passwd): Use read-key so keypad keys work as well.
13222 Bug#3287
13223
13224 * help.el (help-print-return-message): Rename from
13225 print-help-return-message.
13226
13227 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
13228 cvs-mode-map parent hack.
13229 (log-view-mode): Derive from special-mode.
13230
13231 * linum.el (linum-mode): window-size-change-functions is redundant.
13232 Adapt to new window-configuration-change-hook behavior.
13233 (linum-after-size, linum-after-config): Remove.
13234
13235 * imenu.el (imenu-example--name-and-position)
13236 (imenu-example--lisp-extract-index-name)
13237 (imenu-example--create-lisp-index, imenu-example--create-c-index):
13238 Mark as obsolete.
13239
13240 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
13241 (inferior-prolog-mode): Use it.
13242 (inferior-prolog-load-file): Reset list of errors.
13243
13244 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13245
13246 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
13247
13248 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
13249
13250 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
13251
13252 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
13253 is running already.
13254
13255 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13256
13257 * subr.el (listify-key-sequence-1): Use normal syntax since those
13258 integers are nowadays always represented by the same (positive) number
13259 on all platforms.
13260 (read-key-empty-map): New const.
13261 (read-key-delay): New var.
13262 (read-key): New function.
13263 (force-mode-line-update): Use with-current-buffer.
13264 (locate-user-emacs-file): Don't forget to abbreviate the file name.
13265 (start-process-shell-command, start-file-process-shell-command):
13266 Discourage the use of command-args.
13267
13268 2009-08-19 Glenn Morris <rgm@gnu.org>
13269
13270 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
13271
13272 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13273
13274 * simple.el (choose-completion-string): Don't rely on
13275 minibuffer-completing-file-name and ad-hoc checks to decide whether
13276 to continue completion or not.
13277
13278 * minibuffer.el (minibuffer-hide-completions): New function.
13279 (completion--do-completion): Use it.
13280 (completions-annotations): New face.
13281 (completion--insert-strings): Use it.
13282 (completion-pcm--delim-wild-regex): Add docstring.
13283 (completion-pcm--string->pattern): Add support for 0-width delimiters
13284 in completion-pcm--delim-wild-regex.
13285
13286 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
13287
13288 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
13289 Remove unused var `buffer-modified-p'.
13290
13291 * minibuffer.el (completion--do-completion): Move point for the #b001
13292 case as well (bug#4176).
13293 (minibuffer-complete, minibuffer-complete-word): Don't move point.
13294
13295 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
13296
13297 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
13298 and :session buses.
13299
13300 2009-08-18 Kenichi Handa <handa@m17n.org>
13301
13302 * international/ucs-normalize.el (ucs-normalize-version):
13303 Change to 1.1.
13304 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
13305 (utf-8-hfs): Make it perform normalization on encoding too.
13306
13307 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
13308 (sentence-end-without-space): Delete duplicated chars.
13309 (sentence-end-base): Likewise.
13310
13311 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
13312 (html-mode): Delete duplicated chars from sentence-end-base.
13313
13314 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
13315 (texinfo-mode): Delete duplicated chars from sentence-end-base.
13316
13317 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
13318
13319 * files.el (hack-one-local-variable): If the mode function is for
13320 a minor mode, pass it an argument (Bug#4148).
13321
13322 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
13323
13324 * net/tramp.el (tramp-register-completion-file-name-handler):
13325 Check also for (member 'partial-completion completion-styles).
13326
13327 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13328
13329 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13330 abbrev (Bug#3943).
13331
13332 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
13333
13334 * progmodes/cperl-mode.el: Merge upstream 6.2.
13335 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13336 (cperl-forward-re): Check cperl-brace-recursing.
13337 (cperl-highlight-charclass): New function.
13338 (cperl-find-pods-heres): Use it.
13339 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13340 (cperl-beautify-regexp-piece): Fix column calculation.
13341 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13342 (cperl-beautify-level): Don't process entire regexp.
13343 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13344 calling man.
13345 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13346 (cperl-init-faces): Build a list in the normal way.
13347
13348 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13349
13350 * calendar/parse-time.el (parse-time-string-chars): Save match
13351 data.
13352
13353 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
13354
13355 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13356 (sql-product): Use it.
13357 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13358 (sql-set-product): Add completion.
13359 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13360 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13361 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13362 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13363 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13364 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13365 (sql-highlight-db2-keywords): Remove.
13366 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13367 (sql-highlight-product): Use derived-mode-p.
13368 (sql-set-sqli-buffer): Use with-current-buffer.
13369 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13370 Simplify.
13371
13372 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13373
13374 * term.el: Fix commenting convention, turn comments into docstrings.
13375
13376 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
13377
13378 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13379
13380 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
13381
13382 * calendar/parse-time.el (parse-time-string-chars): Compute using
13383 character classes, to handle non-ascii characters (Bug#3190).
13384
13385 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13386
13387 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13388 another heredoc if the user adds another < (Bug#3226).
13389
13390 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13391 Don't initialize based on window-system (Bug#4124).
13392
13393 * facemenu.el (facemenu-read-color): Use a completion function
13394 that accepts any defined color, such as RGB triplets (Bug#3677).
13395
13396 * files.el (get-free-disk-space): Change fallback default
13397 directory to /. Expand DIR argument before switching to fallback.
13398 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13399
13400 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
13401
13402 * files.el (load-library): Doc fix.
13403
13404 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
13405
13406 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13407 (viper-if-string): Redefine C-s in the minibuffer to insert the last
13408 incremental search string.
13409
13410 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13411 XEmacs.
13412
13413 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13414 (ediff-merge-region-is-non-clash)
13415 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13416 Also check if the job is really a merge job.
13417
13418 * ediff.el (ediff-current-file): New function.
13419
13420 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
13421
13422 * progmodes/js.el: Edit docstrings throughout to follow Emacs
13423 conventions.
13424 (js-insert-and-indent): Delete function.
13425 (js-mode-map): Don't bind keys to js-insert-and-indent.
13426 (js-beginning-of-defun): Rename from js--beginning-of-defun.
13427 (js-end-of-defun): Rename from js--end-of-defun.
13428 (js-auto-indent-flag): Delete variable.
13429
13430 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
13431
13432 * progmodes/js.el: Remove proclaim statement.
13433 Defvar which-func-imenu-joiner-function to silence compiler.
13434
13435 * files.el (auto-mode-alist): Use js-mode for .js files.
13436
13437 * progmodes/js2-mode.el: Remove file.
13438
13439 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13440
13441 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13442
13443 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13444
13445 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
13446 Karl Landstrom <karl.landstrom@brgeight.se>
13447
13448 * progmodes/js.el: New file.
13449
13450 2009-08-14 Mark A. Hershberger <mah@everybody.org>
13451
13452 * timezone.el (timezone-parse-date): Add ability to understand ISO
13453 basic format (minimal separators) dates in addition to the
13454 already-supported extended format dates.
13455
13456 2009-08-14 Eli Zaretskii <eliz@gnu.org>
13457
13458 * international/ucs-normalize.el: Add a `coding' file variable.
13459
13460 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13461
13462 2009-08-14 Sam Steingold <sds@gnu.org>
13463
13464 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13465
13466 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
13467
13468 * faces.el (help-argument-name): Define it here instead of
13469 help-fns.el, because in daemon mode help-fns.el may be loaded when
13470 faces are still uninitialized (Bug#1078).
13471
13472 * help-fns.el (help-argument-name): Move defface to faces.el.
13473
13474 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
13475
13476 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13477 create buffer with a pty but no process so that GDB can make the
13478 inferior the controlling process.
13479
13480 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
13481
13482 * international/ucs-normalize.el: New file.
13483
13484 2009-08-13 Richard Stallman <rms@gnu.org>
13485
13486 * mail/rmail.el (rmail-get-attr-names):
13487 Accept an attribute header that is too short.
13488
13489 * mail/rmail.el (rmail-forget-messages):
13490 Ignore nil elt in rmail-message-vector. Use dotimes.
13491
13492 * progmodes/compile.el (compilation-goto-locus):
13493 Use next-error-move-function.
13494
13495 * simple.el (next-error-move-function): New variable.
13496
13497 2009-08-12 Juri Linkov <juri@jurta.org>
13498
13499 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13500 always non-nil. (Bug#4052)
13501
13502 * replace.el (read-regexp): Return empty string when
13503 `default-value' is nil.
13504 (keep-lines-read-args): Don't use empty string as the
13505 default value for `read-regexp'. (Bug#2495)
13506
13507 2009-08-12 Juri Linkov <juri@jurta.org>
13508
13509 * international/mule-cmds.el (ucs-insert): Change arguments
13510 from `arg' to `character', `count', `inherit' to be the same
13511 as in `insert-char'. Doc fix. (Bug#4039)
13512
13513 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13514
13515 2009-08-12 Juri Linkov <juri@jurta.org>
13516
13517 * files-x.el: New file.
13518
13519 * files.el: Move code that deals with adding/deleting
13520 file/directory-local variables to files-x.el.
13521
13522 * Makefile.in (ELCFILES): Add files-x.elc.
13523
13524 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
13525
13526 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13527 to use `goto-line'.
13528 (gdb-place-breakpoints, gdb-get-location): Rewritten without
13529 `goto-line'.
13530 (gdb-invalidate-disassembly): Do not refresh upon receiving
13531 'update signal. Instead, update all disassembly buffers only after
13532 threads list.
13533 (gdb): Send -target-detach when buffer is killed (Bug#3794).
13534 (gdb-starting): Moved -data-list-register-names...
13535 (gdb-stopped): ...here so it's sent when first thread stops.
13536 (gdb-registers-handler-custom): Do nothing if register names are
13537 unknown yet.
13538
13539 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13540 from `gdb-mi.el' to avoid extra tangling.
13541
13542 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13543 change which breaks `gud-def' definitions used in `gdb'.
13544 (gdb-update-gud-running): No extra fuss for updating frame number.
13545
13546 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
13547
13548 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13549 (describe-language-environment-map, setup-language-environment-map)
13550 (set-coding-system-map): Move initialization into declaration.
13551 (set-language-info-alist): Last arg to define-key-after can be skipped.
13552
13553 * international/quail.el (quail-completion-1): Simplify.
13554 (quail-define-rules): Use slightly more compact code.
13555 (quail-insert-decode-map): Propertize keys, compact columns.
13556
13557 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13558 Add goto-line.
13559
13560 2009-08-10 Miles Bader <miles@gnu.org>
13561
13562 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
13563 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
13564 (js2-instance-member, js2-private-member, js2-private-function-call)
13565 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
13566 (js2-magic-paren, js2-external-variable):
13567 Remove "-face" suffix from face names.
13568 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
13569 (js2-highlight-undeclared-vars, js2-peek-token)
13570 (js2-parse-function-params, js2-mode-show-errors)
13571 (js2-mode-show-warnings, js2-make-magic-delimiter)
13572 (js2-mode-highlight-magic-parens): Update to use new face names.
13573
13574 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
13575
13576 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
13577 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
13578
13579 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
13580
13581 * subr.el: Provide hashtable-print-readable.
13582
13583 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
13584 hs-c-like-adjust-block-beginning.
13585 (hs-hide-block-at-point): Stop hiding at the beginning of
13586 hs-block-end-regexp (Bug#700).
13587
13588 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
13589
13590 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
13591 a macro.
13592 (gdb-registers-handler-custom): Do not fail when register names
13593 are unavailable.
13594
13595 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
13596
13597 * progmodes/gdb-mi.el (gdb-control-all-threads)
13598 (gdb-control-current-thread): Interactive setters for
13599 `gdb-gud-control-all-threads' to use in menu.
13600 (gdb-show-run-p): Show «Go» when process is not active.
13601 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
13602 gud/thread.xpm and gud/all.xpm.
13603
13604 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
13605
13606 * net/net-utils.el (net-utils-font-lock-keywords): New var.
13607 (nslookup-font-lock-keywords): Make it a variable.
13608 (net-utils-mode): New mode for viewing diagnostic network output.
13609 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
13610 (net-utils-run-simple): New function.
13611 (ifconfig, iwconfig, netstat, arp, route): Use it.
13612
13613 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
13614
13615 * progmodes/gdb-mi.el (gdb-read-memory-custom)
13616 (gdb-memory-set-address, def-gdb-set-positive-number)
13617 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
13618 after changing settings.
13619 (gdb-invalidate-disassembly): Update when first shown.
13620 (gdb-edit-locals-value): Fixed.
13621 (gdb-registers-handler-custom): Print registers in right order and
13622 allow changing register values (only for current thread yet).
13623 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
13624 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
13625 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
13626 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
13627 info in mode name.
13628 (gdb-registers-mode-map): TAB to switch to locals.
13629
13630 2009-08-08 Eli Zaretskii <eliz@gnu.org>
13631
13632 * mail/rmail.el (rmail-add-mbox-headers)
13633 (rmail-set-message-counters-counter): Search for
13634 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
13635
13636 2009-08-08 Glenn Morris <rgm@gnu.org>
13637
13638 * Makefile.in (ELCFILES): Update.
13639
13640 2009-08-07 Eli Zaretskii <eliz@gnu.org>
13641
13642 * mail/sendmail.el (mail-yank-original): Set
13643 buffer-file-coding-system from the one used by the message whose
13644 text is yanked.
13645
13646 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
13647 to "windows" when "pgnuplot" is used.
13648 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
13649 call accept-process-output if "pgnuplot" is used.
13650 (calc-graph-init): Don't send -display and -geometry to
13651 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
13652 running "pgnuplot -V" with shell-command-to-string.
13653
13654 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
13655 the default.
13656
13657 2009-08-07 Eli Zaretskii <eliz@gnu.org>
13658
13659 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
13660 org/org-latex.elc.
13661
13662 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
13663
13664 * vc-dispatcher.el (vc-resynch-window): Update comment.
13665
13666 * term.el (term-handle-ansi-escape): Add comments with the
13667 terminfo capabilities implemented.
13668
13669 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
13670
13671 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
13672 (gdb-var-create-handler): Rewritten using JSON parser.
13673 (gdb-propertize-header): Moved earlier.
13674 (gdb-set-header): Removed to avoid duplication.
13675 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
13676 Refresh disassembly buffers only after threads list have been
13677 update.
13678 (gdb-threads-header, gdb-registers-header): Per-buffer header line
13679 variables.
13680
13681 2009-08-04 Juri Linkov <juri@jurta.org>
13682
13683 * files.el: Commands to add/delete file/directory-local variables.
13684 (read-file-local-variable, read-file-local-variable-value)
13685 (read-file-local-variable-mode, modify-file-local-variable)
13686 (modify-file-local-variable-prop-line)
13687 (modify-dir-local-variable): New functions.
13688 (add-file-local-variable, delete-file-local-variable)
13689 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
13690 (add-dir-local-variable, delete-dir-local-variable)
13691 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
13692 (copy-dir-locals-to-file-locals-prop-line): New commands.
13693
13694 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
13695
13696 * abbrev.el (insert-abbrev-table-description): Prettify output.
13697 Suggested by Karl Chen.
13698
13699 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
13700
13701 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
13702 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
13703 (gdb-overlay-arrow-position, gdb-thread-position)
13704 (gdb-disassembly-position): Declare variables.
13705 (gdb-wait-for-pending): Function now.
13706 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
13707 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
13708 compilation goes smoothly.
13709 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
13710 (gdb-non-stop-setting): New customization setting which replaces
13711 `gdb-non-stop' so changing it doesn't break active GDB session.
13712 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
13713 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
13714 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
13715 (gdb-show-threads-by-default): New customization options.
13716 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
13717 routines.
13718 (gdb-get-buffer-create): Send buffers update signal when they are
13719 created.
13720 (gdb-invalidate-locals, gdb-invalidate-registers)
13721 (gdb-invalidate-breakpoints)
13722 (gdb-invalidate-threads, gdb-invalidate-disassembly)
13723 (gdb-invalidate-memory): Accept update signal.
13724 (gdb-current-context-command): Use --frame option.
13725 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
13726 Implement `gdb-frame-number' selection logic.
13727 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
13728 whether to show GUD toolbar buttons.
13729 (gdb-thread-exited): Unselect current thread when it exits.
13730 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
13731 (gdb-mark-line): Routine which sets overlay arrow or inverses
13732 video on fringeless displays.
13733 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
13734 to build aligned columns of data in GDB buffers and set text
13735 properties line-by-line.
13736 (gdb-invalidate-breakpoints)
13737 (gdb-breakpoints-list-handler-custom)
13738 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
13739 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
13740 (gdb-registers-handler-custom): Align data columns.
13741 (gdb-locals-handler-custom): Now prints data like in variable
13742 declarations.
13743 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
13744 Removed confusing buttons.
13745 (gdb-invalidate-threads): Append --frame.
13746 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
13747 between breakpoints/threads buffers.
13748 (gdb-set-window-buffer): Now can ignore dedicated windows.
13749 (gdb-propertize-header): Use `gdb-set-window-buffer'.
13750 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
13751 (def-gdb-thread-buffer-gud-command): Replaces
13752 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
13753 for fine thread control.
13754 (gdb-preempt-existing-or-display-buffer): New function used to
13755 display bound buffers without breaking window layout.
13756 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
13757 (gdb-select-frame): New version of `gdb-frames-select' which now
13758 sets `gdb-frame-number' so commands may use --frame option instead
13759 of inner debugger state.
13760 (gdb-frame-handler): Do not set `gdb-frame-number'.
13761 (gdb-threads-mode-map): Select threads with mouse.
13762
13763 * progmodes/gud.el (gdb-gud-context-call): Declare function to
13764 avoid compilation warning.
13765 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
13766 `gdb-show-stop-p`.
13767
13768 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
13769 Argument `key' renamed to `buffer-type'.
13770 (gdb-current-context-buffer-name): Do not add thread info to
13771 buffer name when no thread is selected.
13772 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
13773 command (bug 3794).
13774 (gdb-thread-selected): Handle `=thread-selected' notification.
13775 (gdb-wait-for-pending): New macro to deal with congestion problems.
13776 (gdb-breakpoints-list-handler-custom): Don't fail on pending
13777 breakpoints.
13778 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
13779 This fixes problem similar to one described in bug 3947.
13780 (gud-menu-map): More menu items.
13781 (gdb-init-1): Reset `gdb-thread-number' to nil.
13782
13783 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
13784 non-stop settings.
13785
13786 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
13787 (gdb-current-context-command): Do not append --thread if
13788 `gdb-thread-number' is nil.
13789 (gdb-running-threads-count, gdb-stopped-threads-count): New
13790 variables.
13791 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
13792 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
13793 customization options.
13794 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
13795 GUD commands.
13796 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
13797 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
13798 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
13799 set `gdb-thread-number' and update `gud-running' properly.
13800 (gdb-running): Update threads list when new threads appear.
13801 (gdb-stopped): Support non-stop operation and new thread switching
13802 logic.
13803 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
13804 (gdb-json-partial-output): New set of JSON routines.
13805 (def-gdb-auto-update-trigger): New `signal-list' optional
13806 argument.
13807 (gdb-thread-list-handler-custom): Update `gud-running',
13808 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
13809 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
13810 (gdb-continue-thread, gdb-step-thread): New commands for fine
13811 thread execution control.
13812 (gud-menu-map): New menu items to switch non-stop options.
13813 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
13814 (gdb-send): Mimic RET properly (bug 3794).
13815
13816 * progmodes/gdb-mi.el (gdb-rules-name-maker)
13817 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
13818 gdb-buffer-rules.
13819 (def-gdb-auto-update-handler): New nopreserve optional argument.
13820 (gdb-stack-list-frames-custom): Print stack from top to bottom.
13821
13822 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
13823 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
13824 (gdb-parent-mode): New mode to derive other GDB modes from.
13825 (gdb-display-disassembly-for-thread)
13826 (gdb-frame-disassembly-for-thread): New commands for threads
13827 buffer.
13828
13829 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
13830 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
13831 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
13832 (gdb-update): We now store all GDB buffers in a list so that they
13833 can be updated by traversing a list instead of calling invalidate
13834 triggers explicitly.
13835 (def-gdb-trigger-and-handler): New macro to define trigger-handler
13836 pair for GDB buffer.
13837 (gdb-stack-buffer-name): Add thread information.
13838 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
13839 handle pending triggers.
13840 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
13841 (def-gdb-thread-buffer-simple-command)
13842 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
13843 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
13844 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
13845 New commands which show buffers bound to thread.
13846 (gdb-stack-list-locals-regexp): Removed unused regexp.
13847
13848 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
13849 (gdb-locals-buffer-name, gdb-registers-buffer-name)
13850 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
13851 to (gud-comint-buffer) in *-buffer-name functions
13852 because (gdb-get-target-string) already does that.
13853 (gdb-locals-handler-custom, gdb-registers-handler-custom)
13854 (gdb-changed-registers-handler): Rewritten without regexps.
13855
13856 * progmodes/gdb-mi.el: Basic thread selection support.
13857 (gdb-thread-number): New variable.
13858 (gdb-current-context-command): New macro which adds --thread
13859 option to command.
13860 (gdb-threads-mode-map): Select thread with SPC.
13861 (gdb-thread-list-handler-custom): Mark current thread with overlay
13862 arrow. Synchronize GDB thread and Emacs thread.
13863 (gdb-select-thread): New command which selects current thread.
13864 (gdb-invalidate-frames, gdb-invalidate-locals)
13865 (gdb-invalidate-registers): Use --thread option.
13866
13867 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
13868
13869 * net/tramp.el (top): Make check for tramp-gvfs loading more
13870 robust. (Bug#3977)
13871 (tramp-handle-insert-file-contents): `unwind-protect' must be
13872 inside `with-parsed-tramp-file-name'.
13873
13874 * net/tramp-gvfs.el (top): Remove superfluous message when loading
13875 fails.
13876
13877 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
13878
13879 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
13880 directory if CLASSPATH is not set.
13881
13882 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
13883
13884 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
13885 New defconst.
13886 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
13887
13888 2009-08-02 Kevin Ryde <user42@zip.com.au>
13889
13890 * net/newst-backend.el (newsticker--raw-url-list-defaults):
13891 Update freshmeat link. Delete newsforge.com as it seems gone.
13892
13893 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
13894
13895 * select.el (x-set-selection): Doc fix (Bug#4021).
13896
13897 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
13898
13899 * help-fns.el (describe-variable): Treat list return values from
13900 dir-locals-find-file properly (Bug#4005).
13901
13902 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
13903
13904 * net/tramp.el (tramp-debug-message): Print also microseconds.
13905
13906 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
13907
13908 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
13909 or END is non-nil.
13910 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
13911 (tramp-get-debug-buffer): Change `outline-regexp' according to new
13912 format.
13913
13914 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
13915 (tramp-get-file-property): Use it.
13916
13917 * autorevert.el (auto-revert-handler): Allow
13918 `auto-revert-tail-mode' for remote files.
13919
13920 2009-08-02 Jason Rumney <jasonr@gnu.org>
13921
13922 * minibuffer.el (read-file-name): Treat confirm options to
13923 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
13924
13925 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
13926
13927 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
13928 (font-lock-variable-name-face, font-lock-constant-face): Darken
13929 the colors for light backgrounds.
13930
13931 2009-08-01 Eli Zaretskii <eliz@gnu.org>
13932
13933 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
13934 month names. (Bug#3987)
13935
13936 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
13937
13938 * simple.el (line-move-finish): Pass whole number to
13939 line-move-to-column.
13940 (line-move-visual): Perform hscroll to the recorded position.
13941
13942 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
13943
13944 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
13945
13946 2009-07-29 Alan Mackenzie <acm@muc.de>
13947
13948 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
13949
13950 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
13951
13952 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
13953 (gdb-place-breakpoints): Use full path when setting breakpoints.
13954
13955 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
13956
13957 * calc/calc.el (calc-mode-map): Add keybinding for
13958 `calc-transpose-lines'.
13959
13960 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
13961
13962 * calc/calc-misc.el (calc-transpose-lines): New function.
13963
13964 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
13965
13966 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
13967 Simplify check for out-of-band methods.
13968 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
13969 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
13970
13971 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
13972
13973 * vc-git.el (vc-git-checkin): Fix typo.
13974
13975 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
13976
13977 * progmodes/js2-mode.el: New file.
13978
13979 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
13980
13981 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
13982 (gud-menu-map): Adjust tooltip accordingly.
13983
13984 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13985
13986 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
13987 (vc-bzr-log-view-mode): Adjust log-view-file-re.
13988
13989 * add-log.el (change-log-mode-map): Add a menu.
13990
13991 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
13992
13993 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
13994 function returns nil.
13995 (dbus-handle-event): Handle special return value :ignore.
13996 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
13997
13998 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
13999
14000 * view.el (view-mode-enable): Don't define Helper-return-blurb if
14001 it's not needed.
14002
14003 2009-07-25 Eli Zaretskii <eliz@gnu.org>
14004
14005 Fix Bug#3888:
14006
14007 * w32-vars.el (x-select-enable-clipboard): Doc fix.
14008
14009 * term/pc-win.el (x-display-name, x-colors)
14010 (x-select-enable-clipboard, x-select-text): Doc fix.
14011
14012 * term/common-win.el (x-display-name, x-colors): Doc fix.
14013
14014 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
14015 (xw-defined-colors): Doc fix.
14016
14017 * w32-fns.el (x-select-text, x-setup-function-keys)
14018 (x-get-selection, x-set-selection): Doc fix.
14019
14020 * term/x-win.el (x-select-text, x-setup-function-keys)
14021 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
14022
14023 * select.el (x-set-selection): Doc fix.
14024
14025 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
14026
14027 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
14028 instead of "IsNSSSupportAvailable". Avahi ought to work also when
14029 "IsNSSSupportAvailable" method is not available. Reported by
14030 Steve Youngs <steve@sxemacs.org>.
14031
14032 2009-07-24 Kenichi Handa <handa@m17n.org>
14033
14034 * international/characters.el: Fix setting of category ?C, ?|, ?K,
14035 and ?H. Fix setting of case for Latin Extended and Greek Extended.
14036 (build-unicode-category-table): Fix range checks.
14037
14038 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
14039
14040 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
14041 the buffer we try to sync is current when calling
14042 vc-resynch-buffer.
14043
14044 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
14045 not show up to date files.
14046
14047 2009-07-24 Glenn Morris <rgm@gnu.org>
14048
14049 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
14050 Add autoload cookies. If necessary, initialize.
14051 (elint-log): Handle non-file buffers.
14052 (elint-initialize): Add optional argument to reinitialize.
14053 (elint-find-builtin-variables): Save excursion.
14054
14055 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
14056
14057 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14058 for Lint.
14059
14060 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14061
14062 * vc.el (vc-print-log-internal): New function, split out from ...
14063 (vc-print-log): ... here.
14064 (vc-dir-move-to-goal-column): Declare.
14065
14066 * vc-git.el (vc-git-add-signoff): New variable.
14067 (vc-git-checkin): Use it.
14068 (vc-git-toggle-signoff): New function.
14069 (vc-git-extra-menu-map): Bind it to menu.
14070 (vc-git--run-command-string): Accept a nil FILE argument.
14071 (vc-git-stash-list): New function.
14072 (vc-git-dir-extra-headers): Use it.
14073
14074 2009-07-23 Glenn Morris <rgm@gnu.org>
14075
14076 * help-fns.el (describe-variable): Describe ignored and risky local
14077 variables in a similar way to that in which we describe safe ones.
14078
14079 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
14080 (byte-compile-output-file-form, byte-compile-output-docform)
14081 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
14082 Give some more local variables with common names a "bytecomp-" prefix,
14083 so as not to shadow things during compilation.
14084 * emacs-lisp/cl-macs.el (load-time-value)
14085 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
14086 `outbuffer' to `bytecomp-outbuffer'.
14087
14088 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
14089 since the next two variables cover them automatically now.
14090 (elint-builtin-variables, elint-autoloaded-variables): New.
14091 (elint-unknown-builtin-args): Remove all members, since they can be
14092 parsed automatically now.
14093 (elint-extra-errors): New.
14094 (elint-env-add-env, elint-env-add-macro): Use cadr.
14095 (elint-current-buffer): Use or. Change final message.
14096 (elint-get-top-forms): Use line-end-position.
14097 (elint-init-env): Use cadr. Handle autoload, declare-function,
14098 and defalias.
14099 (elint-add-required-env): Doc fix. Use or. Standardize error.
14100 (regexp-assoc): Remove unused function.
14101 (elint-top-form): Set elint-current-pos, to record the start of the
14102 top-level form, for compilation-mode.
14103 (elint-form): Trap errors in macro expansion. Use dolist.
14104 (elint-unbound-variable): Use elint-builtin-variables and
14105 elint-autoloaded-variables.
14106 (elint-get-args): Use cadr, or.
14107 (elint-check-cond-form): Use dolist, cadr.
14108 (elint-check-condition-case-form): Doc fix. Use cadr.
14109 Use elint-extra-errors.
14110 (elint-log): New function.
14111 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
14112 Distinguish errors and warnings.
14113 (elint-log-message): Use with-current-buffer. Inhibit read-only.
14114 Use a bytecomp-style format.
14115 (elint-clear-log): Preserve default-directory. Inhibit read-only.
14116 (elint-get-log-buffer): Use compilation mode. Disable undo.
14117 Don't truncate lines.
14118 (elint-initialize): Set builtin and autoloaded variable lists.
14119 Only process elint-unknown-builtin-args if non-nil.
14120 (elint-find-builtin-variables, elint-find-autoloaded-variables):
14121 New functions.
14122 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
14123
14124 2009-07-22 Kevin Ryde <user42@zip.com.au>
14125
14126 * net/newst-backend.el (newsticker--parse-atom-1.0)
14127 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14128 (newsticker--parse-rss-1.0):
14129 * progmodes/idlwave.el (idlwave-mode):
14130 * progmodes/idlw-shell.el (idlwave-shell-mode):
14131 * progmodes/vera-mode.el (vera-mode):
14132 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
14133 * progmodes/vhdl-mode.el (vhdl-mode):
14134 * textmodes/table.el (table-generate-source)
14135 (table--warn-incompatibility):
14136 Hyperlink urls in docstrings with URL `...'.
14137
14138 2009-07-22 Glenn Morris <rgm@gnu.org>
14139
14140 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
14141 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
14142 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
14143 Remove leading * from defcustom docs.
14144
14145 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
14146
14147 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
14148 defcustom doc.
14149 (list-load-path-shadows): Optionally, just return shadows as a string.
14150
14151 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
14152
14153 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
14154
14155 * mail/rmailedit.el (rmail-edit-mode): Use
14156 auto-save-include-big-deletions.
14157
14158 * mail/rmail.el (rmail-variables): Use
14159 auto-save-include-big-deletions.
14160
14161 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
14162 changes.
14163
14164 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
14165
14166 * calc/calc.el (calc-undo-length): New variable.
14167 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
14168
14169 2009-07-21 Richard Stallman <rms@gnu.org>
14170
14171 * files.el (auto-save-mode): Handle buffer-save-size = -2
14172 for toggling mode.
14173
14174 2009-07-21 Glenn Morris <rgm@gnu.org>
14175
14176 * textmodes/ispell.el (ispell-looking-back): Update declaration.
14177
14178 * calendar/todo-mode.el (calendar-current-date): Update declaration.
14179
14180 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
14181 silence compiler. Instead...
14182 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
14183 (ps-print-ensure-fontified): Update for above function name changes.
14184
14185 * printing.el (pr-mh-get-msg-num, pr-mh-show)
14186 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
14187 silence compiler. Instead...
14188 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
14189 (mh-show-buffer): Only define for compiler.
14190 (pr-mh-current-message): Update for above function name changes.
14191
14192 * files.el (abort-if-file-too-large): Explicitly pass `filename'
14193 as an argument.
14194 (find-file-noselect, insert-file-1): Update for above change.
14195
14196 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
14197
14198 * mail/mailclient.el (mailclient-send-it): Fix message.
14199
14200 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
14201 (edebug-eval): Check cl-debug-env is bound.
14202 (print-level, print-circle): Don't redefine built-in variables.
14203
14204 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
14205 (custom-print-vectors): Remove old comments from doc.
14206
14207 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
14208 (emerge-version): Make the variable an obsolete alias for the
14209 emacs-version variable. Make the function obsolete.
14210 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
14211 Emerge options, rather than merging in into the main Options menu.
14212 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
14213 and auto advance modes. Disable edit/fast items when not relevant.
14214
14215 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
14216
14217 * term/vt420.el (terminal-init-vt420): Fix typo.
14218
14219 2009-07-20 Sam Steingold <sds@gnu.org>
14220
14221 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
14222 variable (removed from compile.el on 2004-03-11).
14223
14224 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
14225
14226 * files.el (hack-local-variables-filter): Fix last change.
14227
14228 2009-07-19 Juri Linkov <juri@jurta.org>
14229
14230 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
14231 (dir-local-variables-alist): New buffer-local variable.
14232 (hack-local-variables-filter): If variable is not dir-local,
14233 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
14234 because file-local overrides dir-local.
14235 (c-postprocess-file-styles) <declare-function>:
14236 Remove obsolete declaration.
14237 (hack-dir-local-variables): Add dir-local variable/value pair to
14238 `dir-local-variables-alist' and remove duplicates. Doc fix.
14239
14240 * help-fns.el (describe-variable): Add information about
14241 file-local and dir-local variables.
14242
14243 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
14244
14245 * files.el (hack-local-variables-filter): Rewrite.
14246
14247 2009-07-19 Glenn Morris <rgm@gnu.org>
14248
14249 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
14250 Silence compiler by only defining on XEmacs.
14251
14252 * international/mule.el (auto-coding-regexp-alist): Only match
14253 BABYL... at the start of buffer, not of lines. (Bug#3790)
14254
14255 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
14256 non-calendar buffers (Bug#3862). Restore "not on a date" message.
14257 (cal-menu-context-mouse-menu): Doc fix.
14258
14259 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
14260
14261 * simple.el (mail-user-agent): Doc fix. Set :version tag.
14262
14263 2009-07-18 Juri Linkov <juri@jurta.org>
14264
14265 * info.el: Virtual Info keyword finder.
14266 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
14267 (Info-finder-file): New variable.
14268 (Info-finder-find-file): New function.
14269 (finder-known-keywords, finder-package-info)
14270 (find-library-name, lm-commentary): Use defvar and
14271 declare-function to silence compiler warnings.
14272 (Info-finder-find-node): New function.
14273 (info-finder): New command.
14274
14275 * subr.el (process-kill-buffer-query-function): New function.
14276 (add-hook)<kill-buffer-query-functions>: Add hook
14277 `process-kill-buffer-query-function'.
14278
14279 2009-07-18 Alan Mackenzie <acm@muc.de>
14280
14281 * progmodes/cc-mode.el (c-before-hack-hook)
14282 (c-postprocess-file-styles): Give invocation of `c-set-style'
14283 DONT-OVERRIDE parameter of t. Already set style variables will
14284 thus not be overridden by style settings given by `c-file-syle'.
14285
14286 * files.el (hack-local-variables-filter): Remove entries with
14287 duplicate keys from `file-local-variables-alist'.
14288
14289 2009-07-18 Eli Zaretskii <eliz@gnu.org>
14290
14291 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
14292 x-set-selection if display-selections-p returns nil for the
14293 current frame.
14294
14295 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
14296
14297 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
14298
14299 2009-07-18 Eli Zaretskii <eliz@gnu.org>
14300
14301 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
14302 Accept nil in addition to a regexp.
14303 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
14304 Accept nil in addition to a regexp.
14305 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
14306 buffers that have an associated file. Handle nil values of
14307 desktop-buffers-not-to-save and desktop-files-not-to-save.
14308 (Bug#3833)
14309
14310 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14311 (x-disown-selection-internal): New functions.
14312
14313 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
14314
14315 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14316 warning.
14317 (gdb-breakpoints-header): Move forward to avoid compiler warning.
14318 (gdb-make-header-line-mouse-map): Remove duplicate definition.
14319
14320 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
14321
14322 * simple.el (set-mark): Revert last change.
14323
14324 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
14325
14326 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14327 rendering of pngs is not possible instead of messaging a long
14328 description.
14329
14330 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
14331
14332 * w32-fns.el (x-selection-owner-p): New function.
14333
14334 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14335 (mouse-yank-at-click, mouse-yank-primary): If
14336 select-active-regions is non-nil, deactivate the mark before
14337 insertion.
14338
14339 * simple.el (deactivate-mark, set-mark): Only save selection if we
14340 own it.
14341
14342 2009-07-17 Kenichi Handa <handa@m17n.org>
14343
14344 * case-table.el (describe-buffer-case-table): Fix for the case
14345 that KEY is a cons.
14346
14347 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14348
14349 * vc-rcs.el (vc-rcs-find-file-hook):
14350 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14351
14352 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
14353
14354 * net/tramp.el (tramp-wait-for-output): Handle the case when
14355 commands do not return a newline but a null byte before the shell
14356 prompt. (Bug#3858)
14357
14358 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14359
14360 * term/ns-win.el (ns-set-alpha): Don't declare.
14361 (ns-set-background-alpha): Remove function.
14362
14363 2009-07-16 Kevin Ryde <user42@zip.com.au>
14364
14365 * emacs-lisp/copyright.el (copyright-update): Save match-data across
14366 y-or-n-p, for safety.
14367
14368 2009-07-16 Richard Stallman <rms@gnu.org>
14369
14370 * files.el (auto-save-mode): If buffer-saved-size is -2,
14371 don't clobber it.
14372
14373 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14374 (rmail-retry-ignored-headers): Add more uninteresting fields.
14375
14376 2009-07-15 Jari Aalto <jari.aalto@cante.net>
14377
14378 * net/rcirc.el (rcirc): Use history variables.
14379 (rcirc-server-name-history, rcirc-nick-name-history)
14380 (rcirc-server-port-history): New variables.
14381
14382 2009-07-15 Kenichi Handa <handa@m17n.org>
14383
14384 * international/mule-cmds.el (set-language-environment-charset):
14385 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14386 ignore them.
14387
14388 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14389 Delete unibyte-display.
14390
14391 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
14392
14393 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14394
14395 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
14396
14397 * simple.el (deactivate-mark): Optional argument FORCE.
14398 (set-mark): Use deactivate-mark.
14399
14400 * info.el (Info-search): No need to check transient-mark-mode
14401 before calling deactivate-mark.
14402
14403 * select.el (x-set-selection): Doc fix.
14404 (x-valid-simple-selection-p): Allow buffer values.
14405 (xselect--selection-bounds): Handle buffer values. Suggested by
14406 David De La Harpe Golden.
14407
14408 * mouse.el (mouse-set-region, mouse-drag-track): Call
14409 copy-region-as-kill before setting the mark, to let
14410 select-active-regions work.
14411
14412 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
14413
14414 * simple.el (deactivate-mark): If select-active-regions is
14415 non-nil, copy the selection data into a string.
14416 (activate-mark): If select-active-regions is non-nil, set the
14417 selection to the current buffer.
14418 (set-mark): Update selection if select-active-regions is non-nil.
14419
14420 * select.el (x-valid-simple-selection-p): Allow buffer values.
14421
14422 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
14423
14424 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14425 and more featureful message-mode.
14426
14427 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
14428
14429 * select.el (x-set-selection): Doc fix.
14430 (x-valid-simple-selection-p): Disallow selection data consisting
14431 of a list or cons of integers, since that is not used.
14432 (xselect--selection-bounds, xselect--int-to-cons): New functions.
14433 (xselect-convert-to-string, xselect-convert-to-length)
14434 (xselect-convert-to-filename, xselect-convert-to-charpos)
14435 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14436
14437 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
14438
14439 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14440 output in -break-info command (Emacs bug #3794).
14441
14442 2009-07-14 Glenn Morris <rgm@gnu.org>
14443
14444 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14445 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14446 (edebug-print-length, edebug-print-level, edebug-print-circle)
14447 (edebug-sit-for-seconds, edebug-view-outside)
14448 (edebug-bounce-point, edebug-set-global-break-condition)
14449 (edebug-Go-nonstop-mode, edebug-trace-mode)
14450 (edebug-Trace-fast-mode, edebug-continue-mode)
14451 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14452 (edebug-visit-eval-list): Doc fixes.
14453
14454 * subr.el (def-edebug-spec): Doc fix.
14455
14456 2009-07-14 Kenichi Handa <handa@m17n.org>
14457
14458 * international/characters.el: Fix setting of category ?C.
14459
14460 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
14461
14462 * term/ns-win.el (x-select-font): defalias x-select-font to
14463 ns-popup-font-panel instead of generate-fontset-menu.
14464
14465 2009-07-12 Eli Zaretskii <eliz@gnu.org>
14466
14467 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
14468
14469 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
14470
14471 * arc-mode.el (archive-find-type): Allow for a PK00 string before
14472 the PK\003\004 header (Bug#3770).
14473
14474 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
14475
14476 * pcomplete.el (pcomplete-comint-setup): Check for
14477 shell-dynamic-complete-filename too.
14478
14479 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
14480
14481 * simple.el (temporary-goal-column): Change the value for
14482 line-move-visual to a cons cell.
14483 (line-move-visual): Record or set the window hscroll, if
14484 necessary (Bug#3494).
14485 (line-move-1): Handle cons value of temporary-goal-column.
14486
14487 2009-07-11 Kenichi Handa <handa@m17n.org>
14488
14489 * international/mule-diag.el (describe-character-set): Don't show
14490 width.
14491
14492 2009-07-10 Sam Steingold <sds@gnu.org>
14493
14494 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14495 Omake sometimes indents the errors it prints, so allow all
14496 regexps to start with spaces.
14497
14498 2009-07-10 Eli Zaretskii <eliz@gnu.org>
14499
14500 * cus-edit.el (customize-changed-options-previous-release):
14501 Bump value to 22.1. (Bug#3804)
14502
14503 2009-07-08 Sam Steingold <sds@gnu.org>
14504
14505 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14506 to be a cons cell (test . ignored-directory) to selectively ignore
14507 some directories depending on the location of the search.
14508
14509 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
14510
14511 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14512 remote user is root, on the local host.
14513 (tramp-local-host-p): Either the local user or the remote user
14514 must be root. (Bug#3771)
14515
14516 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
14517
14518 * progmodes/gdb-mi.el (gdb): Remove description of
14519 gdb-use-separate-io-buffer.
14520 (menu): Don't allow toggling of or enable
14521 gdb-use-separate-io-buffer from menubar.
14522
14523 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
14524
14525 * mail/unrmail.el (unrmail): Make sure the message ends with two
14526 newlines (Bug#3769).
14527
14528 2009-07-08 Glenn Morris <rgm@gnu.org>
14529
14530 * calendar/calendar.el (calendar-current-date): Rework previous change.
14531
14532 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
14533
14534 * calendar/calendar.el (calendar-current-date):
14535 Add an optional argument giving an offset from today.
14536
14537 2009-07-08 Glenn Morris <rgm@gnu.org>
14538
14539 * tutorial.el (tutorial--describe-nonstandard-key):
14540 Adjust the message for when a key has been unbound.
14541 (help-with-tutorial): Hide the arch-tag.
14542
14543 2009-07-08 Kenichi Handa <handa@m17n.org>
14544
14545 * international/fontset.el (setup-default-fontset): For each
14546 script, append (not set) font-specs.
14547
14548 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14549 docstring.
14550
14551 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
14552
14553 * progmodes/gdb-mi.el (gdb-init-1): Move sending
14554 -data-list-register-names to ...
14555 (gdb-starting): ... here because GDB 7.0 requires execution to
14556 have started when using this MI command.
14557 (gdb-set-header): New function to distinguish select and
14558 unselected tabs in gdb buffers.
14559 (gdb-propertize-header): New macro that uses gdb-set-header.
14560 (gdb-breakpoints-header, gdb-locals-header): Use it.
14561 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
14562
14563 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
14564
14565 * Makefile.in (ELCFILES): Remove fadr.elc.
14566
14567 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
14568
14569 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
14570 may contain frame information, so `string-match' should be used.
14571 (gdb-update): Disassembly is invalidated through
14572 `gdb-get-selected-frame'.
14573 (gdb-pad-string): New function to pad string with spaces.
14574 (gdb-invalidate-disassembly): Invalidate only if the buffer
14575 exists.
14576 (gdb-disassembly-handler-custom): Column alignment.
14577 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
14578 placing new ones.
14579 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
14580 end of line, too.
14581 (gdb-frame-handler): Match convention to for disassembly buffer
14582 mode name.
14583 (gdb-stack-list-frames-handler): Rewritten without regexps.
14584 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
14585 not highlight breakpoints without line information.
14586 (gdb-input): Add trailing newline to command.
14587
14588 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
14589 buffer properly.
14590 (gdb-breakpoints-list-handler-custom): Replacement for
14591 `gdb-break-list-handler'. Using real parser instead of regexps
14592 now.
14593 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
14594 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
14595 to place breakpoints.
14596 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
14597 functions.
14598 (gdb-disassembly-handler-custom): Show overlay arrow.
14599 (gdb-disassembly-place-breakpoints): Show breakpoints in
14600 disassembly buffer.
14601 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14602 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
14603 instead of parsing breakpoints buffer. Fixed old menu references
14604 in `gud-menu-map'.
14605
14606 * fadr.el: Remove.
14607
14608 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
14609 (gdb-memory-address): New variable which holds top address of
14610 memory page shown in memory buffer.
14611 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
14612 customization variables.
14613 New functions:
14614 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
14615 display the memory buffer.
14616 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
14617 buffer display parameters.
14618 (def-gdb-memory-format, gdb-memory-format-binary)
14619 (gdb-memory-format-octal, gdb-memory-format-unsigned)
14620 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
14621 Functions for setting memory buffer format.
14622 (gdb-memory-unit-word, gdb-memory-unit-halfword)
14623 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
14624 unit size used in memory buffer.
14625 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
14626 to next/previous page of memory buffer.
14627 Now using (bindat-get-field) instead of fadr functions.
14628
14629 2009-07-07 Sam Steingold <sds@gnu.org>
14630
14631 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
14632 non-top-level files.
14633
14634 2009-07-07 Kenichi Handa <handa@m17n.org>
14635
14636 * international/mule-cmds.el (reset-language-environment): Put
14637 the highset priority to the charset iso-8859-1.
14638
14639 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
14640
14641 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
14642 to the end of the line when locating the block (Bug#700).
14643
14644 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
14645
14646 * net/tramp.el (tramp-handle-write-region): Flush file properties
14647 in case of short track.
14648
14649 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
14650
14651 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
14652 Coded custom representation of verilog error regular expressions
14653 to work with Emacs-22's new format.
14654 (verilog-error-regexp-xemacs-alist): Coded custom representation
14655 of verilog error regular expressions to work with XEmacs format.
14656 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
14657 error recognition into XEmacs.
14658 (verilog-error-regexp-add-emacs): Hook routine to install verilog
14659 error recognition into Emacs-22.
14660
14661 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
14662
14663 * woman.el: Remove stand-alone closing parentheses.
14664 (woman-file-name, woman2-format-paragraphs)
14665 (woman-leave-blank-lines): Code cleanup.
14666 (woman-use-own-frame): Change default to nil.
14667 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
14668 defaults to inherit from default faces.
14669 (woman2-process-escapes): Consume the newline after a stand-alone
14670 filler character (Bug#3651).
14671
14672 2009-07-06 Glenn Morris <rgm@gnu.org>
14673
14674 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
14675 (top-level): Move provide to the end.
14676 (ffap): Remove defunct URL from custom group.
14677
14678 * subr.el (eval-after-load): Doc fix.
14679
14680 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
14681
14682 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
14683 `calc-embedded-word' is called twice.
14684
14685 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14686
14687 * files.el (find-alternate-file-other-window, find-alternate-file):
14688 Obey confirm-nonexistent-file-or-buffer.
14689
14690 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
14691
14692 * dired-aux.el (dired-show-file-type): Handle remote files.
14693
14694 2009-07-05 Jari Aalto <jari.aalto@cante.net>
14695
14696 * desktop.el (desktop-globals-to-save):
14697 Add file-name-history (Bug#2750).
14698
14699 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
14700
14701 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
14702
14703 2009-07-04 Johan Bockgård <bojohan@gnu.org>
14704
14705 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
14706 property on entire argument since this is what eshell-lisp-command
14707 expects.
14708
14709 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
14710
14711 * net/tramp-gvfs.el (tramp-gvfs-methods)
14712 (tramp-gvfs-zeroconf-domain)
14713 (tramp-bluez-discover-devices-timeout): Add version flag.
14714 (tramp-gvfs-handler-mounted-unmounted)
14715 (tramp-gvfs-connection-mounted-p): Polish handling of
14716 incompatibilities between GVFS 0.2 and 1.0.
14717
14718 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
14719
14720 * cus-start.el (all): Add make-pointer-invisible.
14721
14722 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
14723
14724 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
14725 formatted correctly.
14726
14727 2009-07-02 Juri Linkov <juri@jurta.org>
14728
14729 * info.el: Virtual Info files and nodes.
14730 (Info-virtual-files, Info-virtual-nodes): New variables.
14731 (Info-current-node-virtual): New variable.
14732 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
14733 New functions.
14734 (Info-file-supports-index-cookies): Use Info-virtual-file-p
14735 to check for a virtual file instead of checking a fixed list
14736 of node names.
14737 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
14738 instead of ad-hoc processing of "dir" and (apropos history toc).
14739 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
14740 instead of ad-hoc processing of "dir" and (apropos history toc).
14741 Reread a file when moving from a virtual node.
14742 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
14743 (Info-directory-toc-nodes, Info-directory-find-file)
14744 (Info-directory-find-node): New functions.
14745 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
14746 (Info-history): Move part of code to
14747 `Info-history-find-node'.
14748 (Info-history-toc-nodes, Info-history-find-file)
14749 (Info-history-find-node): New functions.
14750 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
14751 (Info-toc): Move part of code to `Info-toc-find-node'.
14752 (Info-toc-find-node): New function.
14753 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
14754 the current Info file name to references because now the node
14755 "*TOC*" belongs to the same Info manual.
14756 (Info-toc-build): Rename from `Info-build-toc'.
14757 (Info-toc-nodes): Rename input argument `file' to `filename'.
14758 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
14759 instead of ad-hoc processing of ("dir" apropos history toc).
14760 (Info-index-nodes): Use Info-virtual-file-p
14761 to check for a virtual file instead of checking a fixed list
14762 of node names.
14763 (Info-index-node): Add check for `Info-current-node-virtual'.
14764 Raise `save-match-data' higher up the tree to contain
14765 `search-forward' too (bug fix).
14766 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
14767 (Info-virtual-index-nodes): New variable.
14768 (Info-virtual-index-find-node, Info-virtual-index): New functions.
14769 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
14770 (Info-apropos-file, Info-apropos-nodes): New variables.
14771 (Info-apropos-toc-nodes, Info-apropos-find-file)
14772 (Info-apropos-find-node, Info-apropos-matches): New functions.
14773 (info-apropos): Move part of code to `Info-apropos-find-node' and
14774 `Info-apropos-matches'.
14775 (Info-mode-map): Bind "I" to `Info-virtual-index'.
14776 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
14777 for a virtual file instead of checking a fixed list of node names.
14778
14779 * simple.el (async-shell-command): New command.
14780
14781 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
14782
14783 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
14784 instead of `mount-info'.
14785
14786 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
14787
14788 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
14789 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
14790
14791 2009-07-02 Kenichi Handa <handa@m17n.org>
14792
14793 * international/mule.el (set-keyboard-coding-system): Force *-unix
14794 coding-system to avoid eol conversion.
14795
14796 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
14797
14798 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
14799 Add handler for `process-file', `shell-command' and
14800 `start-file-process'.
14801 (tramp-gvfs-handle-shell-command)
14802 (tramp-gvfs-handle-start-file-process)
14803 (tramp-gvfs-handle-process-file): New defuns.
14804 (tramp-synce-list-devices): Simplify check for existence of property.
14805
14806 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
14807
14808 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
14809
14810 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
14811
14812 * language/korean.el (set-language-info-alist): Add korean-cp949,
14813 cp949 to spec.
14814
14815 2009-07-01 Kenichi Handa <handa@m17n.org>
14816
14817 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
14818
14819 * international/encoded-kb.el: Deleted.
14820
14821 * international/mule.el (set-keyboard-coding-system): Perform the
14822 necessary setup here instead of calling encoded-kbd-setup-display.
14823
14824 2009-07-01 Glenn Morris <rgm@gnu.org>
14825
14826 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
14827
14828 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
14829
14830 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
14831
14832 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
14833
14834 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
14835 Handle also the 'rename case, when setting file modes. (Bug#3712)
14836 (tramp-default-file-modes): Remove execute permissions.
14837
14838 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
14839 (top): Add a default for "synce" in `tramp-default-user-alist'.
14840 Add completion function for "synce" method.
14841 (tramp-hal-service, tramp-hal-path-manager)
14842 (tramp-hal-interface-manager, tramp-hal-interface-device):
14843 New defconst.
14844 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
14845 (tramp-synce-list-devices, tramp-synce-parse-device-names):
14846 New defuns.
14847
14848 * net/trampver.el: Update release number.
14849
14850 2009-06-30 Kenichi Handa <handa@m17n.org>
14851
14852 * international/fontset.el (setup-default-fontset): Add CJK fonts
14853 for symbols and the other miscellaneous characters.
14854
14855 * language/korea-util.el (setup-korean-environment-internal):
14856 Make char-width-table suitable for Korean environments.
14857 (exit-korean-environment): Cancel above.
14858
14859 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
14860 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
14861 setup-function to make char-width-table suitable for respective
14862 environments, and an exit-function to cancel that.
14863
14864 * language/japan-util.el (setup-japanese-environment-internal):
14865 Call use-cjk-char-width-table with arg `ja_JP'.
14866
14867 * international/characters.el (cjk-char-width-table): Delete it.
14868 (cjk-char-width-table-list): New variable.
14869 (use-cjk-char-width-table): New arg local-name.
14870 (use-default-char-width-table): Fix for the case that Emacs is
14871 already using the default char-width-table.
14872
14873 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
14874
14875 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
14876 modes mandatory. (Bug#3712)
14877
14878 2009-06-29 Alan Mackenzie <acm@muc.de>
14879
14880 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
14881 correction between the visible width of TABs and their number of bytes.
14882
14883 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
14884
14885 * server.el (server-buffer-done): Prevent kill-buffer from
14886 prompting by clearing the buffer modification flag (Bug#3696).
14887
14888 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
14889
14890 * progmodes/verilog-mode.el (verilog-beg-of-statement)
14891 (verilog-endcomment-reason-re): Support unique case and priority case.
14892 (verilog-basic-complete-re): Support localparam lineup.
14893 (verilog-beg-of-statement-1): Fix for robustness, unique case.
14894 (verilog-set-auto-endcomments): Fix for unique case, always_comb
14895 commenting.
14896 (verilog-leap-to-case-head): Now support *nested* unique &
14897 priority case statements.
14898 (verilog-auto-lineup): Make just declarations the default (as it
14899 had been).
14900 (verilog-leap-to-case-head): Support priority/unique case statements.
14901 (verilog-auto-lineup): Rework to give users radio buttons to
14902 select the various styles of automatic lineup.
14903 (verilog-error-regexp-alist): Rework to support the XEmacs style
14904 of error regular expressions from compilers, lint tools &
14905 simulators. Note that GNU Emacs has made it impossible for a mode
14906 to load such things.
14907 (electric-verilog-terminate-line, verilog-indent-declaration)
14908 (verilog-auto-wiure): Rework for radio button selection of
14909 auto-lineup selection of specification of auto lineup.
14910 (verilog-beg-of-statement-1): Redesign to support proper operation
14911 in additional code, based on testing with auto-lineup.
14912 (verilog-calculate-indent, assignments & declarations)
14913 (verilog-backward-token): Enhance to support auto-lineup of
14914 assignments & declarations.
14915 (verilog-in-directive-p, verilog-at-struct-p): New function for
14916 easy test of whether we are.
14917 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
14918 to support safe execution at almost anyline.
14919 (verilog-calc-1): Properly support indenting deep inside generate
14920 blocks.
14921 (verilog-init-font): Remove definition & use of verilog-init-font,
14922 as it is redundant with font-lock-defaults.
14923 (verilog-mode): Alter the definition of verilog-font-lock-defaults
14924 to avoid circular calls if syntax-ppss is a function (as is the
14925 case now in 22.x GNU Emacs) as that function would sometimes call
14926 itself, leading to (nearly) infinite recursion.
14927 (verilog-ovm-begin-re, verilog-ovm-end-re)
14928 (verilog-ovm-statement-re, verilog-leap-to-head)
14929 (verilog-backward-token): Add support for OVM macros. Some are
14930 complete statements, and others open and close scopes like begin
14931 and end.
14932 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
14933 (verilog-defun-level-generate-only-re): Really fix the defun-list
14934 compilation issue.
14935 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
14936 coverpoint, constraint and cross statements.
14937 (verilog-defun-level-list, verilog-generate-defun-level-list)
14938 (verilog-all-defun-level-list): Redo these specifications - it is
14939 too hard to support eval-when compile aggregation of lists also
14940 built at when-compile time.
14941 (verilog-defun-level-list): Place defconsts of variables used in
14942 building regular expressions which are built in eval-when-compile
14943 bodies in the same eval-when-compile body to facilitate compile
14944 without load.
14945 (verilog-beg-block-re-ordered): Support indenting
14946 virtual/protected tasks and functions.
14947 (verilog-defun-level-list, verilog-in-generate-region-p)
14948 (verilog-backward-ws&directives, verilog-calc-1): Speed up
14949 indentation of some module items (generate items).
14950 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
14951 across virtual/protected tasks and functions.
14952
14953 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
14954
14955 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
14956 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
14957 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
14958 in concatenations. Reported by Yishay Belkind.
14959 (verilog-auto-ascii-enum): Support one-hot state machines in
14960 AUTOASCIIENUM. Suggested by Lloyd Gomez.
14961 (verilog-auto-inst, verilog-auto-inst-port): Include interface
14962 modport in AUTOINST and add vl-modport for users. Reported by
14963 David Rogoff.
14964 (verilog-auto-inout-module, verilog-auto-inst)
14965 (verilog-decls-get-interfaces, verilog-insert-definition)
14966 (verilog-insert-one-definition, verilog-read-decls)
14967 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
14968 (verilog-sig-modport, verilog-signals-combine-bus)
14969 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
14970 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
14971 Suggested by David Rogoff.
14972 (verilog-repair-open-comma): Fix non-insertion of comma when
14973 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
14974 (verilog-make-width-expression): Simplify [A-1:0] expression
14975 widths to just {A{1'b0}}.
14976 (verilog-mode): Cleanup checkdoc warnings.
14977 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
14978 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
14979 inputs/outputs or data type. Suggested by Vasu Kandadi.
14980 (next-error-last-buffer): Fix byte-compiler warning.
14981 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
14982 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
14983 or shell command text during AUTO expansion. Suggested by Tad Truex.
14984 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
14985 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
14986 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
14987 in AUTOINOUT. Reported by Matthew Lovell.
14988 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
14989 causing use of <= assignments. Reported by Alex Reed.
14990 (verilog-read-decls): Fix triand, trior, wand, wor to be
14991 recognized by AUTOWIRE. Reported by Spencer Isaacson.
14992 (verilog-extended-complete-re): Support import "DPI-C" functions.
14993 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
14994 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
14995 (verilog-insert-date, verilog-insert-year)
14996 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
14997 Windows systems. Reported by Michael Potts.
14998 (verilog-read-module-name): Fix AUTOINST when the child module
14999 declaration's name is a tick define. Reported by Elliot Mednick.
15000 (verilog-read-decls): Fix V2K parameter bit subscripts getting
15001 passed to next parameter's definition. Reported by Bruce T.
15002 (verilog-read-decls): Fix detecting "parameter int" when using
15003 AUTOINSTPARAM. Reported by Bruce T.
15004 (verilog-goto-defun): Fix goto not finding modules unless first
15005 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
15006 (verilog-mode): Expand -f flag arguments on entry to mode so
15007 verilog-goto-defun will work. Reported by Lawrence Butcher.
15008 (verilog-getopt): Expand environment variables in -f file
15009 arguments. Suggested by Lawrence Butcher.
15010 (verilog-set-define): Fix "Symbol's value as variable is void"
15011 when reading enumerations.
15012 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
15013 Suggested by Stephen Peltan.
15014 (verilog-read-defines): Fix reading of enumerations in include
15015 files. Reported by Steve Peltan.
15016
15017 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
15018
15019 * files.el (trash-directory): Fix defcustom type.
15020
15021 2009-06-28 Juri Linkov <juri@jurta.org>
15022
15023 * help-fns.el (describe-function-1): Correctly locate adviced
15024 functions in hyperlink (Bug#2438).
15025
15026 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
15027
15028 * files.el (trash-directory): Change default to nil.
15029 (move-file-to-trash): If trash-directory is nil and
15030 system-move-file-to-trash is unbound, perform freedesktop-style
15031 trashing.
15032
15033 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
15034
15035 * files.el (move-file-to-trash): Add freedesktop trash
15036 support (Bug#973).
15037
15038 2009-06-28 Glenn Morris <rgm@gnu.org>
15039
15040 * autorevert.el (global-auto-revert-non-file-buffers)
15041 (global-auto-revert-mode): Doc fixes.
15042
15043 2009-06-27 Johan Bockgård <bojohan@gnu.org>
15044
15045 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
15046
15047 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
15048
15049 * faces.el (x-handle-named-frame-geometry): Ensure that we have
15050 opened an X connection before calling x-get-resource (Bug#3194).
15051
15052 * play/doctor.el: Remove reference to obsolete website.
15053 (make-doctor-variables): Correct grammar mistake (Bug#2633).
15054
15055 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
15056
15057 Remove find-file-not-found-hook VC method. (Bug#2757)
15058 * vc-hooks.el (vc-file-not-found-hook)
15059 (vc-default-find-file-not-found-hook): Remove functions.
15060 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
15061 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
15062 * vc.el:
15063 * vc-hg.el:
15064 * vc-git.el: Do not mention find-file-not-found-hook VC method.
15065
15066 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
15067
15068 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
15069 compatibility function for `looking-back'.
15070
15071 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15072 Use `ispell-looking-back'.
15073
15074 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
15075
15076 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
15077 rather than `filename'.
15078
15079 2009-06-23 Miles Bader <miles@gnu.org>
15080
15081 * face-remap.el (text-scale-set): New function.
15082
15083 2009-06-23 Glenn Morris <rgm@gnu.org>
15084
15085 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
15086
15087 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
15088
15089 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
15090
15091 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
15092
15093 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15094 Simplify Persian conditionals.
15095
15096 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
15097 variable `filename'.
15098
15099 * comint.el (comint-insert-input): Doc fix.
15100
15101 * Makefile.in (ELCFILES): Fix typo in previous change.
15102
15103 2009-06-23 Miles Bader <miles@gnu.org>
15104
15105 * cus-start.el: Add entry for `recenter-redisplay'.
15106
15107 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
15108
15109 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
15110 Add an optional argument for the backend, use it instead of
15111 calling vc-backend.
15112 (vc-mode-line): Add an optional argument for the backend.
15113 Pass the backend to vc-state and vc-working-revision. Move code for
15114 special handling for vc-state being a buffer to ...
15115
15116 * vc-rcs.el (vc-rcs-find-file-hook):
15117 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
15118
15119 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
15120 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
15121 vc-stay-local-p and vc-mode-line calls.
15122
15123 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
15124 (vc-cvs-diff, vc-cvs-annotate-command)
15125 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
15126 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
15127 vc-mode-line calls.
15128
15129 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
15130 direct comparison.
15131 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
15132 backend when calling vc-mode-line.
15133 (vc-register): Do not create a closure for calling the vc register
15134 function, call it directly.
15135
15136 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
15137
15138 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
15139 to make it obvious item can be clicked.
15140
15141 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
15142
15143 2009-06-23 Kenichi Handa <handa@m17n.org>
15144
15145 * language/korea-util.el (korean-key-bindings): Change the binding
15146 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
15147 same command.
15148
15149 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
15150
15151 Sync with Tramp 2.1.16.
15152
15153 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
15154
15155 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
15156 when a loading of a package fails. Completion function for rsync
15157 is `tramp-completion-function-alist-ssh'.
15158 (all): Replace all calls of `split-string' and
15159 `tramp-split-string' by `tramp-compat-split-string'.
15160 (tramp-default-method): Use `tramp-compat-process-running-p'.
15161 (tramp-default-proxies-alist): Allow also Lisp forms.
15162 (tramp-remote-path): Add choice "Private Directories".
15163 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
15164 (tramp-domain-regexp): Allow also "-", "_" and ".".
15165 (tramp-end-of-output): Remove newlines, and add "$" at the end.
15166 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
15167 (tramp-debug-message): Insert header line in debug buffer.
15168 (tramp-handle-directory-files-and-attributes-with-stat):
15169 Care about filenames with spaces, or starting with "-".
15170 (tramp-handle-dired-uncache): New defun.
15171 (tramp-handle-insert-directory): Don't flush the directory from
15172 cache, this is handled by `dired-uncache' now.
15173 (tramp-handle-insert-file-contents): Improve error handling.
15174 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15175 Quote `tramp-end-of-output'.
15176 (tramp-action-password): Improve trace message.
15177 (tramp-check-for-regexp): Both echoes must be present, before removing.
15178 (tramp-open-connection-setup-interactive-shell): Trace coding system.
15179 (tramp-compute-multi-hops): Eval cons cells of
15180 `tramp-default-proxies-alist'.
15181 (tramp-maybe-open-connection): Use the same command pattern for
15182 first hop and further hops.
15183 (tramp-wait-for-output): Remove handling of newlines.
15184 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
15185 (tramp-split-string): Remove function. It is handled in
15186 tramp-compat now.
15187
15188 * net/tramp-cmds.el (tramp-bug):
15189 Recommend `tramp-cleanup-all-connections' in the bug mail.
15190
15191 * net/tramp-compat.el (tramp-compat-split-string)
15192 (tramp-compat-process-running-p): New defuns.
15193
15194 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
15195 for `dired-uncache'.
15196
15197 * net/tramp-gvfs.el: New package.
15198
15199 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15200 Add handler for `dired-uncache'.
15201 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
15202
15203 * net/trampver.el: Update release number. Make version check fit
15204 for SXEmacs 22.
15205
15206 2009-06-22 Jim Meyering <meyering@redhat.com>
15207
15208 Automatically handle .xz suffix (XZ-compressed files), too.
15209 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
15210 XZ is the successor to LZMA: <http://tukaani.org/xz/>
15211
15212 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
15213 Nick Roberts <nickrob@snap.net.nz>
15214
15215 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
15216 repository (http://sphinx.net.ru/hg/gdb-mi/).
15217
15218 2009-06-22 Glenn Morris <rgm@gnu.org>
15219
15220 * files.el (dir-locals-collect-mode-variables): Allow for any number of
15221 `mode' and `eval' entries. (Bug#3430)
15222
15223 * Makefile.in (ELCFILES): Add fadr.elc.
15224
15225 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
15226 differing behavior of \n and ^ in strings. (Bug#3385)
15227
15228 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
15229
15230 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
15231 property.
15232 (lisp-indent-function): Make it a defcustom.
15233
15234 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
15235
15236 * progmodes/gdb-ui.el: Replace with ...
15237 * progmodes/gdb-mi.el: ... this file.
15238 * progmodes/gud.el: Modify for gdb-mi.el.
15239
15240 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
15241
15242 * fadr.el: New file.
15243
15244 See ChangeLog.14 for earlier changes.
15245
15246 ;; Local Variables:
15247 ;; coding: utf-8
15248 ;; End:
15249
15250 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
15251
15252 This file is part of GNU Emacs.
15253
15254 GNU Emacs is free software: you can redistribute it and/or modify
15255 it under the terms of the GNU General Public License as published by
15256 the Free Software Foundation, either version 3 of the License, or
15257 (at your option) any later version.
15258
15259 GNU Emacs is distributed in the hope that it will be useful,
15260 but WITHOUT ANY WARRANTY; without even the implied warranty of
15261 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15262 GNU General Public License for more details.
15263
15264 You should have received a copy of the GNU General Public License
15265 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
15266
15267 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1